/*
Theme Name: Aqutor theme

account styles override
Version: 1.0.2
*/

/*
* account article
*/

.woocommerce-account article.page {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
/*    padding: 50px 100px;*/
}

/*
* notices
*/


/*
* login авторизация
*/

.login-cells {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    margin: auto;
    gap: 4em;
    align-items: center;
    justify-content: space-between;
}

.login-bg {
    background: url(../img/login-bg.webp);
    background-position: center;
    background-size: cover;
}
.login-left {
    padding: 54px 64px;
    width: 100%;
}

.login-logo img {
    width: 128px;
}

.login-left__description {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}

.login-text h2 {
    margin: 64px 0 16px;
    padding-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.login-text p {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}
span.login-text-icon {
    display: block;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}
span.login-text-icon:nth-of-type(1):before {
    content: '\e80e';
    display: inline-block;
    margin-right: 4px;
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    vertical-align: text-bottom;
}
span.login-text-icon:nth-of-type(2):before {
    content: '\e8cc';
    display: inline-block;
    margin-right: 4px;
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    vertical-align: text-bottom;
}
span.login-text-icon:nth-of-type(3):before {
    content: '\e1d5';
    display: inline-block;
    margin-right: 4px;
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    vertical-align: text-bottom;
}

.login-right {
    width: 100%;
}


/*GRID*/


.grid-x {
    display: flex;
    flex-flow: row wrap
}

.cell {
    min-height: 0;
    min-width: 0;
    width: 100%;
    display: block;
}

.cell.auto {
    flex: 1 1 0
}

.cell,.cell.shrink {
    flex: 0 0 auto
}


@media print,screen and (min-width: 64.0625em) {
    .grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink {
        flex-basis:auto
    }
}

@media screen and (min-width: 75em) {
    .grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink {
        flex-basis:auto
    }
}

@media screen and (min-width: 87.5em) {
    .grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-full,.grid-x>.xxlarge-shrink {
        flex-basis:auto
    }
}

@media screen and (min-width: 100em) {
    .grid-x>.xxxlarge-1,.grid-x>.xxxlarge-10,.grid-x>.xxxlarge-11,.grid-x>.xxxlarge-12,.grid-x>.xxxlarge-2,.grid-x>.xxxlarge-3,.grid-x>.xxxlarge-4,.grid-x>.xxxlarge-5,.grid-x>.xxxlarge-6,.grid-x>.xxxlarge-7,.grid-x>.xxxlarge-8,.grid-x>.xxxlarge-9,.grid-x>.xxxlarge-full,.grid-x>.xxxlarge-shrink {
        flex-basis:auto
    }
}


@media print,screen and (min-width: 64.0625em) {
    .grid-x>.large-auto {
        flex:1 1 0;
        width: auto
    }

    .grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink {
        flex: 0 0 auto
    }

    .grid-x>.large-shrink {
        width: auto
    }

    .grid-x>.large-1 {
        width: 8.3333333333%
    }

    .grid-x>.large-2 {
        width: 16.6666666667%
    }

    .grid-x>.large-3 {
        width: 25%
    }

    .grid-x>.large-4 {
        width: 33.3333333333%;
    }

    .grid-x>.large-5 {
        width: 41.6666666667%
    }

    .grid-x>.large-6 {
        width: 50%
    }

    .grid-x>.large-7 {
        width: 58.3333333333%
    }

    .grid-x>.large-8 {
        width: 66.6666666667%
    }

    .grid-x>.large-9 {
        width: 75%
    }

    .grid-x>.large-10 {
        width: 83.3333333333%
    }

    .grid-x>.large-11 {
        width: 91.6666666667%
    }

    .grid-x>.large-12 {
        width: 100%
    }
}



/*  account-intro START  */
.header-mobiles-account-menu .is-drilldown {
    margin-bottom: 10px;
}
.grid-x.account-cells {
    margin-top: 0;
}
body.woocommerce-account.woocommerce-page .account-cells .account-intro,
body.logged-in.woocommerce-wishlist.woocommerce-page .account-cells .account-intro,
body.woocommerce-order-received.woocommerce-page .account-cells .account-intro {
    background-color: #F3F7FB;
}
body.woocommerce-account .account-cells .account-content {
    padding-left: 10px!important;
}
body.woocommerce-account .account-cells .account-intro .account-intro-wrapper {
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 12px 12px 0 0;
    height: auto;
}
body.woocommerce-account .account-nav-top .title-wrapper {
    margin-bottom: 16px;
    position: relative;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content,
body.logged-in.woocommerce-wishlist .account-cells .account-content .woocommerce-MyAccount-content,
body.woocommerce-order-received .account-cells .account-content .woocommerce-MyAccount-content {
    padding-top: 0;
}
.dashboard-title h3 {
    display: inline-block;
    margin-bottom: 32px;
    font-family: 'Exo2-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
body.woocommerce-account .account-nav-top .title-wrapper:before {
    top: calc(50% - 12px);
    position: absolute;
    content: '\ebcb';
    font-size: 24px;
    font-family: 'Material Symbols Outlined';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
body.woocommerce-account .account-nav-top .title-wrapper h2 {
    padding-left: 30px;
}
.woocommerce-account h2.dash-user-name {
    display: inline-block;
    margin: 0;
    font-family: 'Exo2-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 132%;
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.woocommerce-account h2.dash-user-roles {
    margin-bottom: 0;
    font-family: 'Exo2-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #4B636E;
}
.account-balance {
    padding: 12px 24px;
    background: #263238;
    border-radius: 0 0 12px 12px;
}
.account-balance .stat-label {
    display: block;
    font-family: 'Exo2-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: left;
    color: #90A4AE;
}
.account-balance .woocommerce-Price-amount.amount {
    font-family: 'Exo2-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 132%;
    color: #FFFFFF;
}
body.woocommerce-account .account-intro-wrapper .account-nav-bottom a {
    font-family: 'Exo2-SemiBold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
/* navigation-link icons */
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\f20c';
    font-family: 'Material Symbols Outlined'!important;
    font-size: 20px;
    color: #90A4AE;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a:before,
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li a:before,
body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li a:before {
    top: calc(50% - 7px);
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a:before,
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li a:before,
body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li a:before {
    font-size: 20px;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 20;
    color: #90A4AE;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none!important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: initial !important;
    background-clip: border-box !important;
    text-fill-color: initial !important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\f20c';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--aff-coupons a:before {
    content: '\ea70';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--aff-commissions a:before {
    content: '\eb9f';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--aff-clicks a:before {
    content: '\e80e';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--aff-payments a:before {
    content: '\e850';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\e1a1';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--shop-buy a:before {
    content: '\e8cc';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '\e853';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--aff-settings a:before {
    content: '\e8b8';
    font-family: 'Material Symbols Outlined'!important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--support a:before {
    content: '\e887';
    font-family: 'Material Symbols Outlined'!important;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 20;
}
body.woocommerce-account .account-nav-bottom a:before {
    content: none;
}
body.woocommerce-account .account-nav-bottom a {
    padding: 0;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li,
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li,
body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 6px;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a,
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 0 6px 30px;
    font-family: 'Exo2-SemiBold';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #263238;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a:hover,
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li a:hover {
    color: #448AFF;
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    opacity: 1;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a:active,
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a:active,
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li a:active,
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li a:active,
body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li a:active,
body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li a:active {
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    opacity: 1!important;
    transition: opacity .3s !important;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.is-active a,
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li.is-active a {
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    opacity: 1!important;
    transition: opacity .3s !important;
}
body.woocommerce-account .woocommerce-MyAccount-content h2 {
    display: inline-block;
    margin-bottom: 32px !important;
    font-family: 'Exo2-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/*  MyAccount Настройки   */
.affiliate-settings-box #gateway_bacs_bacs_swift_field {
    display: none;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child {
    position: relative;
    padding: 32px;
    margin-bottom: 50px;
    background: #FFFFFF;
    border-radius: 12px;
    border: none;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child h3 {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 132%;
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.settings-box span.help_link {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 5px;
    float: right;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 132%;
    color: #90A4AE;
    z-index: 100;
}
.help_link a {
    line-height: 1;
    margin-left: 8px;
}
.help_link span.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    color: #90A4AE;
    font-size: 24px;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child label {
    margin: 0;
    padding: 6px 0 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 115%;
    color: #C1D5E0;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child input {
    border: none;
    margin: 0;
    padding: 0 12px;
    height: 40px;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child p {
    margin: 0;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child p#gateway_bacs_bacs_bic_field {
    width: 33%;
    display: inline-block;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child p#gateway_bacs_bacs_inn_field {
    width: 33%;
    display: inline-block;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child p#gateway_bacs_bacs_kpp_field {
    width: 33%;
    display: inline-block;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child p#gateway_bacs_bacs_iban_field {
    width: 50%;
    display: inline-block;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:first-child p#gateway_bacs_bacs_cor_field {
    width: 50%;
    display: inline-block;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:not(:first-child) {
    padding: 5px 30px;
    border: none;
    border-bottom: 1px solid #C1D5E0;
    border-radius: 0;
    margin-bottom: 10px;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box:not(:first-child) label {
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #4B636E;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box small {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box .toggle-right .toggle {
    margin-top: 10px;
}
/*  MyAccount Панель управления   */
.affiliate-stats-month {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 32px;
    margin-bottom: 32px;
}
.affiliate-stats-month div {
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #C1D5E0;
    border-radius: 6px;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .dash-icons .material-symbols-outlined {
    padding: 8px;
    background: #F3F7FB;
    box-shadow: 0px 2px 16px rgb(83 79 92 / 7%);
    border-radius: 4px;
    font-size: 24px!important;
    color: #263238;
    font-weight: 600;
}
.yith-wcaf-dashboard-summary span.stat-value {
    display: flex;
    align-content: flex-start;
    margin: 8px 0 4px;
    font-weight: 600;
    font-size: 24px;
    line-height: 132%;
    color: #263238;
}
.affiliate-stats-month span.stat-value span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .affiliate-stats-month p.stats-title {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #263238;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .affiliate-stats-month p.stats-description {
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #90A4AE;
}
a.link-click-button {
    display: block;
    padding: 12px;
    margin-top: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 115%;
    color: #F3F7FB;
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
    border: 1px solid #F3F7FB;
    border-radius: 8px;
}
/*  MyAccount Stats*/
.affiliate-mystats .mystat-box {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
    margin-bottom: 32px;
}
.affiliate-mystats .mystat-item {
    background: #FFFFFF;
    border: 1px solid #C1D5E0;
    border-radius: 6px;
    padding: 16px;
}
.mystat-item .stat-value .woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 24px;
    line-height: 132%;
    color: #263238;
}
body.woocommerce-account .mystat-item .stats-title {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px!important;
    line-height: 100%;
    color: #263238;
}
body.woocommerce-account .mystat-item p.stats-description {
    font-style: normal;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 100%;
    color: #90A4AE;
}



/*  MyAccount Заказы   */
body.woocommerce-account table.woocommerce-orders-table thead tr,
body.woocommerce-account table.woocommerce-table--order-downloads thead tr,
body.woocommerce-account table.wishlist_table thead tr,
body.woocommerce-account table.my_account_orders thead tr,
body.woocommerce-account table.shop_table thead tr,
body.logged-in.woocommerce-wishlist table.woocommerce-orders-table thead tr,
body.logged-in.woocommerce-wishlist table.woocommerce-table--order-downloads thead tr,
body.logged-in.woocommerce-wishlist table.wishlist_table thead tr,
body.logged-in.woocommerce-wishlist table.my_account_orders thead tr,
body.logged-in.woocommerce-wishlist table.shop_table thead tr,
body.woocommerce-order-received table.woocommerce-orders-table thead tr,
body.woocommerce-order-received table.woocommerce-table--order-downloads thead tr,
body.woocommerce-order-received table.wishlist_table thead tr,
body.woocommerce-order-received table.my_account_orders thead tr,
body.woocommerce-order-received table.shop_table thead tr {
    border-bottom: 1px solid #C1D5E0;
}
/*  MyAccount Комиссии   */
.woocommerce-MyAccount-content .yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge {
    padding: 6px 16px;
}
.woocommerce-MyAccount-content .yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.not-converted,
.woocommerce-MyAccount-content .yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.pending {
    background: rgba(255, 171, 64, 0.1);
    border: 2px solid #FFAB40;
    border-radius: 12px;
    color: #FFAB40;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    text-transform: none;
}
.woocommerce-MyAccount-content .yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.completed,
.woocommerce-MyAccount-content .yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.converted,
.woocommerce-MyAccount-content .yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.paid {
    background: rgba(0, 230, 118, 0.1);
    border: 2px solid #00E676;
    border-radius: 12px;
    color: #00E676;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    text-transform: none;
}
/*  MyAccount Промокод - Генератор ссылок - Купоны   */
.woocommerce-MyAccount-content .yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-trigger,
.woocommerce-MyAccount-content .yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-trigger {
    font-size: 0!important;
}
.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-trigger:before,
.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-trigger:before {
    background: none;
    content: "\e14d";
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    line-height: 100%;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
    width: auto;
    color: #1C1B1F;
}
.yith-wcaf-link-generator .link-generator-box.double-column {
    grid-template-columns: 50% 50%;
    border: 1px solid #C1D5E0;
    border-radius: 6px;
    background: #FFFFFF;
}
.woocommerce-MyAccount-content .yith-wcaf-link-generator .link-generator-box .affiliate-info,
.woocommerce-MyAccount-content .yith-wcaf-link-generator .link-generator-box .link-generator {
    padding: 32px;
    background: #FFFFFF;
}
.woocommerce-MyAccount-content .yith-wcaf-link-generator .link-generator-box .affiliate-info {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.woocommerce-MyAccount-content .yith-wcaf-link-generator .link-generator-box.double-column .link-generator {
    border-left: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.link-generator-box .affiliate-info h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #263238;
}
.yith-wcaf-link-generator .link-generator-box .affiliate-info .bold-text,
.yith-wcaf-link-generator .link-generator-box .link-generator .bold-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 115%;
    color: #263238;
}
.yith-wcaf-link-generator .link-generator-box small {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    color: #4B636E;
}
.yith-wcaf-link-generator .yith-wcaf-share {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #263238;
}
.yith-wcaf-share li a:before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
}
.yith-wcaf-share .icon-yith-telegram-official:before {
    background: url('../img/telegram-icon.svg') no-repeat center/contain;
}
.yith-wcaf-share .icon-yith-vk-official:before {
    background: url('../img/vk-round-color-icon.svg') no-repeat center/contain;
}
.yith-wcaf-share .icon-yith-mail-alt:before {
    background: url('../img/attherate-icon.svg') no-repeat center/contain;
}
.yith-wcaf-share .icon-yith-whatsapp:before {
    background: url('../img/whatsapp-round-color-icon.svg') no-repeat center/contain;
}
.yith-wcaf-link-generator .yith-wcaf-share ul,
.yith-wcaf-link-generator .yith-wcaf-share ul li {
    margin: 0;
    line-height: 1;
}
.yith-wcaf-link-generator .yith-wcaf-share ul li:not(:first-child) {
    margin-left: 8px;
}
.link-generator h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #263238;
}
.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper input.copy-target,
.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper input.copy-target {
    font-family: 'Exo2-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    background: #C1D5E0;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    color: #FFFFFF;
    width: 100%;
}
.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-trigger,
.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-trigger {
    font-size: 10px!important;
}
.link-generator label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 115%;
    color: #263238;
}
a#copy-trigger-coupon {
    border: 1px dashed #ccc;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 10px;
    position: static;
    text-decoration: none;
    transform: none;
    color: #434343;
    right: 15px;
    top: 50%;
    font-size: 18px;
    line-height: 1.4;
}
a#copy-trigger-coupon:before {
    content: "\e14d";
    font-family: 'Material Symbols Outlined';
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    vertical-align: middle;
    color: #1C1B1F;
}
#yith_wcaf_dashboard_coupons_table th {
    padding-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 128%;
    color: #263238;
    text-align: center;
}
body.woocommerce-account .yith-wcaf-dashboard table.yith-wcaf-table tr td {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #263238;
}
body.woocommerce-account .yith-wcaf-dashboard table.yith-wcaf-table tr td:first-child {
    padding-left: 20px;
    width: 21%;
    max-width: 200px;
}
body.woocommerce-account .yith-wcaf-dashboard table.yith-wcaf-table tr td:last-child {
    padding-left: 20px;
    text-align: left!important;
}
.yith-wcaf-dashboard-coupons .dashboard-title {
    display: inline-block;
}
body.woocommerce-account .yith-wcaf-dashboard-coupons .yith-wcaf-table-top-bar {
    margin: 5px 0 0;
    float: right;
    text-align: right;
}
.yith-wcaf-dashboard-coupons label.per-page,
.yith-wcaf-dashboard .yith-wcaf-table-top-bar .pull-right label.per-page {
    display: inline-block;
    width: 250px;
}
.yith-wcaf-dashboard .yith-wcaf-table-top-bar .pull-right {
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
body.woocommerce-account .yith-wcaf-dashboard .yith-wcaf-table-top-bar .table-options.pull-right input[type="number"] {
    display: inline-block;
    float: right;
    padding: 5px;
    max-width: 60px;
    min-width: 0;
    max-height: 40px;
    border-radius: 6px;
    margin: -10px 5px 0;
}
.yith-wcaf-dashboard .table-filters {
    width: 100%;
    max-width: 720px;
}
.yith-wcaf-dashboard input#original_url {
    padding: 12px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #C1D5E0;
    border-radius: 8px;
}
/*  MyAccount yith-wcaf-dashboard TABLE общее */
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .dashboard-sections .dashboard-intro span {
    font-size: 16px!important;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .dashboard-sections .dashboard-intro a {
    font-size: 16px!important;
}
body.woocommerce-account .yith-wcaf-dashboard table.yith-wcaf-table {
    border-spacing: 0 15px;
}
body.woocommerce-account .yith-wcaf-dashboard .yith-wcaf-table > thead > tr > th {
    padding-bottom: 0;
    text-align: center;
    font-size: 18px;
}
body.woocommerce-account .yith-wcaf-dashboard .yith-wcaf-table > thead > tr > th > a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 128%;
    color: #263238;
}
body.woocommerce-account .yith-wcaf-datepicker.ui-datepicker table td.ui-datepicker-current-day,
body.woocommerce-account .yith-wcaf-datepicker.ui-datepicker table td:hover {
    border-color: #448AFF;
    background-color: #24D2AA;
    opacity: 1;
}
body.woocommerce-account .yith-wcaf-datepicker.ui-datepicker table td a:hover {
    color: #000;
    opacity: 1;
}
body.woocommerce-account .yith-wcaf-dashboard .yith-wcaf-table-top-bar select#status {
    line-height: 110%;
    padding: 5px 12px;
}
/*  MyAccount yith-wcaf-dashboard */
body.woocommerce-account .yith-wcaf-dashboard .yith-wcaf-table-top-bar .select2,
body.woocommerce-account .yith-wcaf-dashboard .yith-wcaf-table-top-bar input,
body.woocommerce-account .yith-wcaf-dashboard .yith-wcaf-table-top-bar select {
    margin-bottom: 0;
    padding: 12px;
    border-radius: 8px;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #C1D5E0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}
body.woocommerce-account .yith-wcaf-dashboard input[type="submit"] {
    width: auto!important;
    min-width: 120px!important;
    padding: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 115%;
    text-align: center;
    color: #263238;
    background: #FFFFFF;
    border: 1px solid #C1D5E0;
    border-radius: 8px;
    text-transform: none;
}
/*  MyAccount Магазин товаров     */
.affiliate-shop {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
}
.shop_table.shop_table_responsive.dashboard-shop {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
}
.affiliate-shop .mystat-box {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 176px 176px 176px;
    grid-template-rows: 1fr;
    gap: 32px;
    justify-content: space-between;
    height: 128px;
    margin-bottom: 32px;
}
.affiliate-shop .mystat-item {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #C1D5E0;
    border-radius: 6px;
}
.affiliate-shop span.material-icons:before {
    position: absolute;
    content: '\e3a6';
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    left: 5px;
    top: 13px;
}
.affiliate-shop span.material-icons {
    display: inline-block;
    position: relative;
    padding: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 100%;
    color: #263238;
    background: #F3F7FB;
    box-shadow: 0px 2px 16px rgb(83 79 92 / 7%);
    border-radius: 4px;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .affiliate-shop p.stats-title {
    margin-top: 8px;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px!important;
    line-height: 115%;
    color: #448AFF;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .affiliate-shop p.stats-description {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 115%;
    color: #263238;
}

.dashboard-shop ul.products {
    width: 100%;
    margin: 0;
    padding: 0;
}
.dashboard-shop li.product {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #C1D5E0;
}
.dashboard-shop button.button.alt.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.dashboard-shop a.product-thumbnail {
    background: #FFFFFF;
    border: 1px solid #C1D5E0;
    border-radius: 12px;
}
.dashboard-shop a.product-thumbnail img {
    max-height: 96px;
    width: auto;
}
.dashboard-shop .product-wrapper-title {
    margin: 0 auto 0 15px;
}
.dashboard-shop .product-wrapper-title a.product-title {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 132%;
    color: #263238;
}
.dashboard-shop .product-wrapper-title .woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #448AFF;
}
.dashboard-shop .quantity.custom {
    margin-right: 0;
}
.shop-buy-footer strong {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #263238;
}
.shop-buy-footer span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #263238;
    float: right;
}
.shop-buy-footer p.woocommerce-mini-cart__total.total {
    margin-bottom: 16px;
}
.shop-buy-footer > span {
    display: block;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 132%;
    text-align: center;
    color: #448AFF;
}
.shop-buy-footer a.one-click-button {
    max-width: 320px;
    margin: auto;
}
/*  MyAccount Поддержка     */
.woocommerce-MyAccount-content .contact-form {
    width: 100%;
    max-width: 600px;
}
.woocommerce-account .select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}
.content-support {
    margin-bottom: 10px;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .content-support p {
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px!important;
    line-height: 120%!important;
    color: #263238!important;
}
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul, body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul, body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li {
    list-style: none;
}
@media (min-width: 1024px) {
    body.logged-in.woocommerce-wishlist .account-cells .cell,body.woocommerce-account .account-cells .cell,body.woocommerce-order-received .account-cells .cell {
        padding-left:calc(10.0446428571vw - 62.8571428571px)
    }
}

@media (min-width: 1920px) {
    body.logged-in.woocommerce-wishlist .account-cells .cell,body.woocommerce-account .account-cells .cell,body.woocommerce-order-received .account-cells .cell {
        padding-left:130px
    }
}

@media (min-width: 1024px) {
    body.logged-in.woocommerce-wishlist .account-cells .cell,body.woocommerce-account .account-cells .cell,body.woocommerce-order-received .account-cells .cell {
        padding-right:calc(10.0446428571vw - 62.8571428571px);
    }
}

@media (min-width: 1920px) {
    body.logged-in.woocommerce-wishlist .account-cells .cell,body.woocommerce-account .account-cells .cell,body.woocommerce-order-received .account-cells .cell {
        padding-right:130px
    }
}

@media (min-width: 1024px) {
    body.logged-in.woocommerce-wishlist .account-cells .cell,body.woocommerce-account .account-cells .cell,body.woocommerce-order-received .account-cells .cell {
        padding-bottom:calc(8.9285714286vw - 41.4285714286px);
    }
}

@media (min-width: 1920px) {
    body.logged-in.woocommerce-wishlist .account-cells .cell,body.woocommerce-account .account-cells .cell,body.woocommerce-order-received .account-cells .cell {
        padding-bottom:130px
    }
}

@media print,screen and (max-width: 64.06125em) {
    body.logged-in.woocommerce-wishlist .account-cells .cell,body.woocommerce-account .account-cells .cell,body.woocommerce-order-received .account-cells .cell {
        padding-left:0;
        padding-right: 0
    }
}

body.logged-in.woocommerce-wishlist .account-cells .account-intro,body.woocommerce-account .account-cells .account-intro,body.woocommerce-order-received .account-cells .account-intro {
    background: #f4f4f4;
/*    min-height: 100vh*/
}
.woocommerce-account, .woocommerce-account .footer-wrapper {
    background-color: #f3f7fb;
}
label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}
label {
    padding: 0.25rem 0 0.5rem;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 0 none;
}

/*[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 2px solid #e1e1e1;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select {
    height: 3rem;
    max-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    font-size: 1rem;
    -webkit-appearance: none;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none;
}*/

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select {
    margin: 4px 0 0;
    color: #23292E;
    font-size: 18px;
    line-height: 115%;
    border: 1px solid rgba(203, 218, 232, 1);
}
.form-row-first {
    float: left;
}
.form-row-last {
    float: right;
}
.form-row-wide {
    clear: both;
}
.form-row-first, .form-row-last {
    width: 48%;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
body.logged-in.woocommerce-wishlist .account-cells .account-content .woocommerce-MyAccount-content .edit-account .fieldset legend, body.logged-in.woocommerce-wishlist .account-cells .account-content .woocommerce-MyAccount-content .edit-account fieldset legend, body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .edit-account .fieldset legend, body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .edit-account fieldset legend, body.woocommerce-order-received .account-cells .account-content .woocommerce-MyAccount-content .edit-account .fieldset legend, body.woocommerce-order-received .account-cells .account-content .woocommerce-MyAccount-content .edit-account fieldset legend {
    font-size: 1.875rem;
    line-height: 1.4;
}
body.logged-in.woocommerce-wishlist .account-cells .account-content .woocommerce-MyAccount-content .edit-account .fieldset, body.logged-in.woocommerce-wishlist .account-cells .account-content .woocommerce-MyAccount-content .edit-account fieldset, body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .edit-account .fieldset, body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .edit-account fieldset, body.woocommerce-order-received .account-cells .account-content .woocommerce-MyAccount-content .edit-account .fieldset, body.woocommerce-order-received .account-cells .account-content .woocommerce-MyAccount-content .edit-account fieldset {
    margin-top: 2.5rem;
}
legend {
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%;
    margin-bottom: 0.5rem;
}
body.logged-in.woocommerce-wishlist .account-cells .account-content .woocommerce-MyAccount-content .edit-account button, body.logged-in.woocommerce-wishlist .account-cells .account-content .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .edit-account button, body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-order-received .account-cells .account-content .woocommerce-MyAccount-content .edit-account button, body.woocommerce-order-received .account-cells .account-content .woocommerce-MyAccount-content .woocommerce-address-fields button, form.track_order .track-order-inner .button {
    margin-top: 1.25rem;
}

.button.btn--primary, .button.button, .button.submit, .button[type=submit], a.btn--primary, a.button, a.submit, a[type=submit], button.btn--primary, button.button, button.submit, button[type=submit], div.wpforms-container .wpforms-form button[type=submit].btn--primary, div.wpforms-container .wpforms-form button[type=submit].button, div.wpforms-container .wpforms-form button[type=submit].submit, div.wpforms-container .wpforms-form button[type=submit][type=submit], input.btn--primary, input.button, input.submit, input[type=submit] {
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1;
    padding: 1.8em 3.25em;
    border-radius: 0;
    font-size: .55em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0 0;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    background-image: none!important;
}

.customize-support .contact-form input[type="submit"] {
    color: #000!important;
    margin-top: 20px !important;
}
.accFormA .login-cells .login-left {
    width: 45%;
}
.accFormA .login-cells .login-right {
    width: 47%;
}
@media(max-width: 1470px) {
    .notLoggedUser .woocommerce {
        max-width: 1250px;
    }
}
@media(max-width: 1000px) {
    .accFormA .login-cells .login-left, .accFormA .login-cells .login-right {
        width: 100%;
    }
}
@media(max-width: 700px) {
    .login-left {
        padding: 26px 15px;
    }
}
.account-nav-bottom {
    padding-left: 30px;
    position: relative;
    margin-top: 13px;
    margin-bottom: 10px;
}
.account-nav-bottom:before { 
    content: '\e9ba';
    font-family: 'Material Symbols Outlined'!important;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 20;
    font-size: 20px;
    color: #ff6363;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
} 
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li.is-active a:before, 
body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a:hover:before {
    color: #2dbec2!important;
}
.entry-content p a:not(.button):hover, .entry-content p a:not(.button) {
    background-size: 0;
}
/*  account-intro END  */

input.copy-target {
    width: auto;
}

.entry-content li a:not(.button) {
    background-image: none!important;
}
.yith-wcaf-share li a {
    transition: all .3s!important;
    margin-right: 15px;
}
.yith-wcaf-share li a:hover {
    transform: scale(1.1);
    transition: all .3s;
}

@media(max-width: 1024px) {
    .grid-x.account-cells {
        margin-top: 0px;
    }
    body.woocommerce-account .yith-wcaf-dashboard table.yith-wcaf-table tr td:first-child {
        max-width: initial;
    }
    body.woocommerce-account .yith-wcaf-dashboard table.yith-wcaf-table {
        width: 100%;
    }
}
@media(max-width: 760px) {
    .affiliate-mystats .mystat-box {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 500px) {
    .affiliate-mystats .mystat-box {
        gap: 10px;
        margin-bottom: 10px;
    }
}

.account-nav-bottom a:hover {
    color: #ff6363;
}
.yith-wcaf-registration-form .become-an-affiliate-form,
.yith-wcaf-registration-form .pending-request-wrapper {
    margin: 30px 0 0;
}
.yith-wcaf-table {
    width: 100%;
}
.yith-wcaf-dashboard table.yith-wcaf-table tr th {
    padding: 0 15px;
}
.account-content .contact-form input[type="submit"] {
    color: #263238;
}
@media(max-width: 1637px) {
    .yith-wcaf-table-top-bar form {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .edit-account button,
.woocommerce-form-login .button.woocommerce-form-login__submit {
    color: #263238;
    width: 100%;
    font-size: 18px;
    text-transform: none;
    font-weight: 300;
    background: #FFFFFF;
    padding: 14px;
    max-height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    -webkit-box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 0.8);
    box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 0.8);
    margin-bottom: 30px;
}
.woocommerce-form-login .button.woocommerce-form-login__submit {
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 0;
}
.woocommerce-LostPassword {
    text-align: right;
    margin-bottom: 70px!important;
}
.login-wrap-bottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.woocommerce-LostPassword a, .login-wrap-bottom a.entry-content {
    font-size: 18px!important;
    color: #428efb!important;
    text-decoration: underline;
}
.account-content .woocommerce-Address {
    padding: 0!important;
    margin-bottom: 30px;
}
.login-bottom-icon {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.login-bottom-icon .material-symbols-outlined {
    margin-right: 10px;
}
.login-wrap-bottom p {
    font-size: 16px!important;
    color: #90A4AE;
}
.login-left__description .white-link {
    border-radius: 8px;
    border: 1px solid var(--blue-gray-light-50, #FFF);
    background: var(--a-200-a-500110, linear-gradient(109deg, #24D2AA 0%, #448AFF 80%));
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #fff;
    margin-top: 40px;
}
.notLoggedUser .woocommerce {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.woocommerce-notices-wrapper .woocommerce-error {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin: 0 0 1rem;
    background-color: #ee5634;
}
.woocommerce-notices-wrapper .woocommerce-error li {
    list-style-type: none;
    color: #fff;
    font-size: 18px;
}
@media(max-width: 575px) {
    #yith_wcaf_dashboard_coupons_table tr {
        display: flex;
        flex-direction: column;
    }
    body.woocommerce-account .yith-wcaf-dashboard #yith_wcaf_dashboard_coupons_table tr td:first-child {
        width: 100%;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top: 1px solid #ccc;
        padding-left: 0;
    }
    .yith-wcaf-dashboard #yith_wcaf_dashboard_coupons_table tr td {
        border-top: none;
    }
    body.woocommerce-account #content {
        padding: 0px 0 20px;
    }
    body.woocommerce-account .account-cells .account-content {
        padding-right: 10px;
    }
    .yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr td.column-code:before {
        top: 9px;
        position: relative;
        left: 3px;
    }
    .notLoggedUser .woocommerce {
        margin-top: 10px;
        padding: 0 10px;
    }
    .login-text h2 {
        margin: 30px 0 16px;
        font-size: 38px;
    }
    span.login-text-icon {
        font-size: 16px;
    }
}

.formOrderPay__from, .formOrderPay__to, .formOrderPayWr {
    display: flex;
    align-items: center;
}
.formOrderPay {
    margin: 50px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.formOrderPayWr {
    gap: 20px;
}
.formOrderPay__to label {
    display: block;
    width: 33px;
    margin-right: 4px;
    padding: 0;
}
.formOrderPay__to input {
    margin: 0;
}
.orderTableCom table {
    width: 100%;
    border-spacing: 10px 10px;
    border-collapse: collapse;
    border: 1px solid #c8c7c7;
}
.orderTableCom table td, .orderTableCom table th {
    border-top: 1px solid #c8c7c7;
    border-left: 1px solid #c8c7c7;
    padding: 10px;
    text-align: center;
}
.orderTableCom table td a {
    color: #458aff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
}
.orderTableCom {
    margin-top: 60px;
}
.order_not {
    background-color: #fb8d8d;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #f00;
}
.formOrderPay__title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.formOrderPay__txt {
    font-style: italic;
    margin-bottom: 20px;
}

