main * :not(i), header ul * :not(i) , .cart_shop span, .header-write-to-us, footer * :not(i){
    /*font-family: 'Plus Jakarta Sans'!important;*/
    font-family: 'Mulish'!important;
}
main {
    min-height: calc(100vh - 296px);
}
:root {
    --main-color: #715FFE;
    --border-radius: 25px;
    --black-color: #111E28;
}
header{
    background-color: #fff;
}
header .row{
    height: 80px;
}
header .footer-menu-item{
    display: none!important;
}
body .transparent-back{
    background-color: transparent!important;
}
.custom-logo{
    width: 135px;
}
@media screen and (max-width: 500px) {
    .pt-mobile-5{
        padding-top: 60px;
    }
}

body.woocommerce-page #maincontent, body.page-template-contact-page #maincontent{
    padding-top: 70px;
    padding-bottom: 70px;
}
/*.mobile-menu .navigation_header, .mobile-logo{*/
/*    display: none;*/
/*}*/
@media screen and (max-width: 1199px) {
    /*header .mobile-menu .navigation_header, header .mobile-logo.logo{*/
    /*    display: flex;*/
    /*}*/
    /*header .mobile-logo.logo{*/
    /*    justify-content: center;*/
    /*}*/
    /*header .navigation_header, header .logo{*/
    /*    display: none;*/
    /*}*/
    .navigation_header .toggle-nav.mobile-menu{
        text-align: left;
    }
    .main-topbar .logo{
        text-align: center;
    }

    .mobile-order-1{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .mobile-order-2{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .mobile-order-3{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

/* custom animations */
@-webkit-keyframes cartBounce {
    0%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
    50% { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
}
@keyframes cartBounce {
    0%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
    50% { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
}

.cart-animate-bounce {
    -webkit-animation: cartBounce 0.5s ease;
    animation: cartBounce 0.5s ease;
}


@-webkit-keyframes cartShake {
    0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); }
    25% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
    50% { -webkit-transform: translateX(5px); transform: translateX(5px); }
    75% { -webkit-transform: translateX(-3px); transform: translateX(-3px); }
}


@keyframes cartShake {
    0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); }
    25% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
    50% { -webkit-transform: translateX(5px); transform: translateX(5px); }
    75% { -webkit-transform: translateX(-3px); transform: translateX(-3px); }
}

.cart-animate-shake {
    -webkit-animation: cartShake 0.4s ease;
    animation: cartShake 0.4s ease;
}

@-webkit-keyframes cartRotate {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    50% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

@keyframes cartRotate {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    50% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

.cart-animate-rotate {
    -webkit-animation: cartRotate 0.5s ease;
    animation: cartRotate 0.5s ease;
}

@-webkit-keyframes cartScale {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1); }
    50% { -webkit-transform: scale(1.15); transform: scale(1.15); }
}

@keyframes cartScale {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1); }
    50% { -webkit-transform: scale(1.15); transform: scale(1.15); }
}

.cart-animate-scale {
    -webkit-animation: cartScale 0.4s ease;
    animation: cartScale 0.4s ease;
}

@-webkit-keyframes rotateScale {
    0% { -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); }
    50% { -webkit-transform: rotate(15deg) scale(1.2); transform: rotate(15deg) scale(1.2); }
    100% { -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); }
}

@keyframes rotateScale {
    0% { -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); }
    50% { -webkit-transform: rotate(15deg) scale(1.2); transform: rotate(15deg) scale(1.2); }
    100% { -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); }
}

.cart-animate-rotate-scale {
    -webkit-animation: rotateScale 0.5s ease-in-out;
    animation: rotateScale 0.5s ease-in-out;
}

@-webkit-keyframes pulsePop {
    0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
    50% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0.6; }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@keyframes pulsePop {
    0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
    50% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0.6; }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

.cart-animate-pulse-pop {
    -webkit-animation: pulsePop 0.4s ease-out;
    animation: pulsePop 0.4s ease-out;
}

@-webkit-keyframes slideBounce {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    30% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes slideBounce {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    30% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

.cart-animate-slide-bounce {
    -webkit-animation: slideBounce 0.5s ease;
    animation: slideBounce 0.5s ease;
}

@-webkit-keyframes wiggle {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    25% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
    50% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }
    75% { -webkit-transform: rotate(3deg); transform: rotate(3deg); }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

@keyframes wiggle {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    25% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
    50% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }
    75% { -webkit-transform: rotate(3deg); transform: rotate(3deg); }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

.cart-animate-wiggle {
    -webkit-animation: wiggle 0.4s ease-in-out;
    animation: wiggle 0.4s ease-in-out;
}
.product-add-to-cart .icon{
    height: 14px;
    min-width: 14px;
    font-size: 14px;
}
.icon-cart:before{
    height: 14px;
    width: 14px;
    position: relative;
    display: inline-block;
    content: url("../../images/icon-cart.svg");
}

.py-40{
    padding: 40px 0;
}
@media screen and (max-width: 575px) {
    body .home-page-header .main-topbar, .admin-bar .header-fixed .main-topbar{
        padding: 0!important;
    }
}
@media screen and (min-width: 1001px) {
    .header-sec-top{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
header .header-write-to-us a{
    border: 2px solid var(--main-color);
    color: #fff;
    font-weight: 600;
    border-radius: var(--border-radius);
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
@media screen and (max-width: 1000px) {
    header .header-write-to-us a{
        display: none;
    }
}
header .header-write-to-us a:hover{
    background-color: #5949d3;
    border-color: #5949d3;
    color: #fff;
}
#site-navigation .menu ul li a, .main-navigation .menu > li > a{
    position: relative;
    color: #fff!important;
}
#site-navigation .menu ul li a:before, .main-navigation .menu > li > a:before, body header .main-navigation .current_page_item.anchor-link a:before{
    content: "" !important;
    position: absolute!important;
    height: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 0;
    background-color: var(--main-color);
    bottom: -10px;
}
header .header_hidden{
    display: none!important;
}
@media screen and (max-width: 1000px) {
    header .header_hidden{
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}
body .main-navigation .current_page_item > a:before, body .main-navigation .current-menu-item > a:before{
    background-color: var(--main-color);
}

#site-navigation .menu ul li a:hover:before, .main-navigation .menu > li > a:hover:before, body header .main-navigation .current_page_item.anchor-link a:hover:before{
    width: 100%;
}
#how-to-buy{
    padding-top: 120px;
}
body .hero-section{
    overflow: visible!important;
    background-image: url("../../images/dots.png") !important;
    background-size: 20px 20px;
    background-position: center;
}
.category-hero{
    padding-top: 200px;
    background-color: transparent !important;
}
@media (max-width: 991px) {
    .category-hero{
        padding-top: 150px;
    }
}
/*@media (max-width: 767px) {*/
/*    .category-hero{*/
/*        padding-top: 100px;*/
/*    }*/
/*}*/
.announce-text{
    background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body:not(.woocommerce-page):not(.page-template-contact-page):not(.page-template-policy-page) .main-topbar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
body.woocommerce-page .main-topbar, body.page-template-contact-page .main-topbar,
body.page-template-policy-page .main-topbar{
    background-color: #1D213B;
}

.hero-buttons-wrap{
    grid-column-gap: .5rem;
    background-color: #0078DA;
    border-radius: 2rem;
    padding: .5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -85px;
    z-index: 9;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 310px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
@media (max-width: 767px) {
    .hero-buttons-wrap{
        width: inherit;
    }
}

/*@media (max-width: 500px) {*/
/*    .hero-buttons-wrap{*/
/*        width: auto;*/
/*    }*/
/*}*/
.new-hero-buttons-wrap{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -110px;
    z-index: 9;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 210px;
    width: 980px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) and  (max-width: 991px) {
    .new-hero-buttons-wrap{
        bottom: -110px;
        max-width: 800px;
    }
}
@media (max-width: 767px) {
    .new-hero-buttons-wrap{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .new-hero-buttons-wrap{
        position: relative;
        left: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
    }
}
.hero-buttons-wrap .wp-block-group__inner-container, .new-hero-buttons-wrap .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px){
    .hero-buttons-wrap .wp-block-group__inner-container, .new-hero-buttons-wrap .wp-block-group__inner-container{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.new-hero-buttons-wrap .wp-block-group__inner-container{
    gap: 15px;
    width: 100%;
}
.new-hero-buttons-wrap p{
    padding: 20px 19px;
    margin: 0;
    width: calc(25% - 20px);
    background-color: #fff;
    border-radius: var(--border-radius);
    min-height: 117px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-shadow: 0 12px 16px -12px rgba(70, 70, 82, .12);
    box-shadow: 0 12px 16px -12px rgba(70, 70, 82, .12);
}
@media (min-width: 768px) and  (max-width: 991px) {
    .new-hero-buttons-wrap p{
        min-height: auto;
        padding: 5px 15px;
    }
}
@media (max-width: 991px) {
    .new-hero-buttons-wrap p{
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .new-hero-buttons-wrap p{
        width: calc(45% - 20px);
    }
}
@media (max-width: 500px) {
    .new-hero-buttons-wrap p{
        width: calc(50% - 8px);
        padding: 10px;
    }
}
.new-hero-buttons-wrap p img{
    max-width: 30px;
}
.hero-buttons-wrap p{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    position: relative;
}
@media (max-width: 767px) {
    .hero-buttons-wrap p{
        font-size: 13px;
        width: 50%;
    }
}
@media (max-width: 450px) {
    .hero-buttons-wrap p{
        font-size: 12px;
        padding: 2px 5px;
        white-space: unset;
        line-height: 20px;
    }
}
.hero-buttons-wrap p:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 40%);
}
@media (max-width: 767px) {
    .hero-buttons-wrap p:nth-child(2)::after, .hero-buttons-wrap p:last-child::after{
        display: none;
    }
}
@media (max-width: 500px) {
    .hero-buttons-wrap p::after{
        display: none;
    }
}


.hero-buttons-wrap .wp-block-button{
    margin-bottom: 0!important;
}
.hero-buttons-wrap .wp-block-button a{
    background-color: transparent;
    border: none;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 15px;
}
.glow-group{
    position: relative;
}
/*.glow-group:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url("../../images/glow.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 50%;*/
/*    height: 75%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    z-index: 0;*/
/*    overflow: hidden;*/
/*    pointer-events: none;*/
/*    user-select: none;*/
/*}*/
.glow-group.hero-section:before{
    width: 50%;
    height: 50%;
    top: -32%;
}
@media (max-width: 900px) {
    .glow-group:before{
        display: none;
    }
}

.mx-auto-group .wp-block-group__inner-container{
    margin: 0 auto;
}
.group-max-width-700 .wp-block-group__inner-container{
    max-width: 700px;
}
.group-max-width-800 .wp-block-group__inner-container{
    max-width: 800px;
}
.group-max-width-860 .wp-block-group__inner-container{
    max-width: 860px;
}
.group-max-width-530 .wp-block-group__inner-container{
    max-width: 530px;
}
.centered-group .wp-block-group__inner-container{
    margin: 0 auto;
}
.new_products_group .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.new_products_group .wp-block-woocommerce-single-product.woocommerce{
    max-width: calc(34% - 30px);
}
@media (max-width: 767px) {
    .new_products_group .wp-block-woocommerce-single-product.woocommerce{
        max-width: 47%;
    }
}
body .cart_shop{
    display: none!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #020202;
    font-weight: bold;
}
.cart_shop *{
    color: #fff!important;
}
.cart_shop a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    padding: 10px 20px;
    border-radius: var(--border-radius);
    background-color: var(--main-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cart_shop a:hover{
    color: #020202!important;
    background-color: #5949d3;
}
.cart_shop a:focus, .cart_shop a:focus span{
    outline: none !important;
}
.cart-total-amount{
    position: absolute;
    color: #111620;
    top: 1px;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
    z-index: 99;
    min-width: 15px;
    text-align: center;
}
.flex-group .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.link-text-decoration-none, .link-text-decoration-none a{
    text-decoration: none!important;
}
#cart-total-wrapper{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.divider-opacity-100 hr{
    opacity: 100;
}
/* running text */
.promo-text {
    /*   font-size: 16px; */
    /*   font-weight: bold; */
    overflow: hidden;
    /*   white-space: nowrap; */
}

/* default text */
.normal-text {
    display: block;
}
.marquee-text {
    display: none;
}
.cell-background{
    background-image: url('../../images/section_back.jpg');
    background-position: center;
}


/* animation */
.marquee {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: scroll-left 12s linear infinite;
    animation: scroll-left 12s linear infinite;
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


@media screen and (max-width: 500px) {
    .normal-text {
        display: none;
    }
    .marquee-text {
        display: block;
    }
}



.faq-block{
    border-radius: 32px;
    max-width: 860px;
    margin: 0 auto;
    padding: 90px;
    background-color: #f4f4f7;
}
@media (max-width: 767px) {
    .faq-block{
        padding: 20px;
    }
}
.faq-block details{
    margin-bottom: 24px!important;
    border-radius: var(--border-radius);
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 16px -12px rgba(70, 70, 82, .12);
    box-shadow: 0px 12px 16px -12px rgba(70, 70, 82, .12);
    /*  box-shadow: 3px 3px 8px #33415f; */
    /*     box-shadow: 0 4px 24px #111620;  */
}
.faq-block .stk-block-accordion__content{
    border-radius: var(--border-radius);
}
.faq-block details .stk-block-heading__text{
    font-size: 18px;
}
@media (max-width: 1047px) {
    .faq-block details .stk-block-heading__text{
        font-size: 15px;
    }
    .faq-block details .stk-block-accordion__content p{
        font-size: 14px;
    }
}
.faq-block details .stk-block-accordion__content .stk-column-wrapper{
    padding-top: 0!important;
}
.faq-block .stk-column-wrapper{
    margin: 0!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    background-color: transparent!important;
}


.updated-faq details{
    border-bottom: 1px solid #d8d8d8;
}
.updated-faq .stk-block-accordion__heading .stk-column-wrapper{
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0!important;
}
.updated-faq .stk-block-accordion__heading .stk-column-wrapper:hover h3, .updated-faq .stk-block-accordion__heading .stk-column-wrapper:hover .stk--inner-svg{
    color: var(--main-color);
}
.updated-faq  .stk-block-accordion__content{
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.updated-faq  .stk-block-accordion__content .stk-column-wrapper{
    padding: 0;
    margin: 0!important;
    margin-bottom: 20px!important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.updated-faq .stk-block-accordion__heading .stk-column-wrapper h3{
    font-size: 24px;
}

.updated-faq .stk-block-accordion[open]>summary .stk--svg-wrapper:not(.stk--has-icon2){
    -webkit-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}

/* steps block */

.steps-item .wp-block-group__inner-container{
    height: 50px;
    position: relative;
    overflow: hidden;
}
.steps-item .wp-block-group__inner-container:before, .steps-item .wp-block-group__inner-container:after{
    content: "";
    position: absolute;
}

@media (max-width: 767px) {
    .steps-item .wp-block-group__inner-container:before{
        left: 0;
        right: 0;
        margin: auto;
    }
}
.steps-item .wp-block-group__inner-container:before{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: calc(50% - 15px);
    background-image: url('../../images/basic_step.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.steps-item .wp-block-group__inner-container:after{
    left: 40px;
    height: 2px;
    width: 100%;
    background-color: #C7CFD9;
    top: calc(50% - 1px);
}
.steps-item.first-item .wp-block-group__inner-container:before{
    background-image: url('../../images/first_step.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.steps-item.first-item .wp-block-group__inner-container:after{
    background-color: var(--main-color);
}
@media (max-width: 767px) {
    .steps-item .wp-block-group__inner-container:after{
        display: none;
    }
}

.simple-btn{
    /*border: 2px solid #1E52ED;*/
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: var(--border-radius);
    padding: 4px 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
@media (max-width: 991px) {
    .simple-btn{
        font-size: 12px;
    }
}
.simple-btn:hover{
    /*background-color: #1E52ED;*/
    color: #fff;
}
.support-group > .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
}
.contact-group > .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.support-group > .wp-block-group__inner-container > .wp-block-group{
    background: -webkit-gradient(linear, right top, left top, color-stop(48.76%, RGBA(108, 91, 243, .3)), color-stop(98.19%, RGBA(164, 37, 254, .3)));
    background: -o-linear-gradient(right, RGBA(108, 91, 243, .3) 48.76%, RGBA(164, 37, 254, .3) 98.19%);
    background: linear-gradient(270deg, RGBA(108, 91, 243, .3) 48.76%, RGBA(164, 37, 254, .3) 98.19%);
    border-radius: var(--border-radius);
    padding: 36px;
    /*width: 48%;*/
}
.support-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.support-group > .wp-block-group__inner-container > .wp-block-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media (max-width: 767px) {
    .support-group > .wp-block-group__inner-container .wp-block-group{
        width: 100%;
    }
}

/* products block */


.product-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*gap: 10px;*/
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px;
    background-color: #151B29;
    border-radius: 8px;
}
.tab-btn {
    padding: 8px 16px;
    background-color: #2a2666;
    border: 2px solid #2a2666;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: 0.25s!important;
    -o-transition: 0.25s!important;
    transition: 0.25s!important;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.tab-btn:first-child{
    border-radius: 8px 0 0 8px;
}
.tab-btn:nth-child(2){
    border-radius: 0;
}
.tab-btn:last-child{
    border-radius: 0 8px 8px 0;
}
.tab-btn.active {
    border: 2px solid #ffffff1a;
    background-color: #423a98;
    color: #fff;
}
.tab-content {
    display: none;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tab-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.products-group{
    border-radius: 20px;
    background-color: #1D213B;
    padding: 30px;
    -webkit-box-shadow: 2px 20px 100px 10px #715ffe5c;
    box-shadow: 2px 20px 100px 10px #715ffe5c;
}
@media (max-width: 500px) {
    .products-group{
        padding: 10px;
    }
}
.product-variations{
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}
.product-variations .custom-tabs-pill{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    background-color: #151B29;
    border-radius: 8px;
    /*gap: 10px;*/
    margin-bottom: 30px;
}
.product-price-block{
    min-width: 140px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    .product-price-block{*/
/*        min-width: 450px;*/
/*    }*/
/*}*/
@media (max-width: 991px) {
    .product-price-block{
        /*min-width: 400px;*/
        gap: 12px;
    }
}
@media (max-width: 767px) {
    .product-price-block{
        min-width: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
        min-width: unset;
        width: 100%;
        border-top: 1px solid #e4e4e436;
        padding-top: 15px;
    }
}
.product-price-block, .product-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .product-price-block{
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.product-buttons{
    gap: 8px;
}
.product-price del {
    color: #888;
    margin-right: 5px;
    text-decoration: line-through;
}

.product-price ins {
    color: #fff;
    text-decoration: none;
}
#product-loader{
    color: #fff;
}
.product-stock.stock-no {
    background-color: #ccc;
    color: #444;
}

.custom-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 2px;
    border-radius: 1rem;
}
.custom-product-list h2, .custom-product-list h3{
    color: #fff!important;
}
body header .main-navigation .current_page_item > a, body header .main-navigation .current-menu-item > a{
    color: #fff!important;
}
.custom-product-list h3{
    font-size: 18px;
}
.product-subcategory-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.custom-product-item .product-info{
    text-transform: uppercase;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    color: #fff;
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*max-height: 2.8em;*/
    /*text-overflow: ellipsis;*/
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .custom-product-item .product-info{
        padding: 0!important;
        font-size: 14px;
    }
}
.custom-product-item .custom-product-category{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1E273D;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    padding: 5px 10px 3px;
}
@media (max-width: 767px) {
    .custom-product-item .custom-product-category{
        display: none;
    }
}
.custom-product-item .custom-product-category .category-label{
    font-weight: bold;
    font-size: 13px;
}
@media (max-width: 1199px) {
    .custom-product-item .custom-product-category{
        display: none;
        /*font-size: 12px;*/
    }
    .custom-product-item .custom-product-category .category-label{
        font-size: 11px;
    }
}
.custom-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #243046;
    padding: 16px;
    gap: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: -webkit-gradient(linear, right top, left top, color-stop(48.76%, RGBA(108, 91, 243, .3)), color-stop(98.19%, RGBA(164, 37, 254, .3)));
    background: -o-linear-gradient(right, RGBA(108, 91, 243, .3) 48.76%, RGBA(164, 37, 254, .3) 98.19%);
    background: linear-gradient(270deg, RGBA(108, 91, 243, .3) 48.76%, RGBA(164, 37, 254, .3) 98.19%);
    background-color: #262d508f;
    border-radius: 8px;
}
.custom-product-item:hover{
    background-color: #2B384F;
}
@media (max-width: 991px) {
    .custom-product-item {
        padding: 16px;
    }
    .custom-product-item .product-price{
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .custom-product-item .product-price{
        font-size: 16px;
    }
}
.custom-product-item .product-top-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media (max-width: 767px) {
    .custom-product-item .product-top-block{
        width: 100%;
    }
}
.custom-product-item .product-stock{
    border-radius: var(--border-radius);
}
.custom-product-item .product-add-to-cart span{
    display: none;
}
@media (max-width: 767px) {
    .custom-product-item .product-add-to-cart {
        /*border-radius: 0;*/
        background-color: var(--main-color);
        color: #fff;
        border-color: var(--main-color);
        min-width: 100px;
        font-size: 14px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .custom-product-item .product-add-to-cart img{
        display: none;
    }
    .custom-product-item .product-add-to-cart span{
        display: block;
    }
}
/*.custom-product-item .product-add-to-cart:hover{*/
/*    background-color: #345fe5;*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .custom-product-item .product-add-to-cart{*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

@media (max-width: 767px) {
    .custom-product-item .product-stock{
        position: absolute;
        top: 13px;
        right: 15px;
    }
    .custom-product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        position: relative;
    }

    .custom-product-item > .product-stock {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .custom-product-item .product-info{
        padding: 15px;
    }

}
/* @media (max-width: 500px) {
    .custom-product-item .product-price{
        font-size: 12px;
    }
} */

.product-thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #ddd;
    border-radius: 2px;
}

.product-info {
    font-size: 14px;
    color: #333;
    /*padding: 0 30px;*/
}

.product-stock {
    position: relative;
    background-color: #234d50;
    color: #1FC47A;
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 2px;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .product-stock {
        font-size: 12px;
    }
}
/*.product-stock:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 6px;*/
/*    top: calc(50% - 6px);*/
/*    background-repeat: no-repeat;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    z-index: 1;*/
/*    background-size: contain;*/
/*    background-image: url("../../images/check.png");*/
/*}*/

.product-price {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    background-color: #1E273D;
    border-radius: 2px;
    padding: 5px 10px 3px;
}

.product-add-to-cart {
    background: none;
    border: none;
}



@media (max-width: 991px) {
    .custom-products .wc-block-product-template__responsive.columns-4{
        grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(33% - .9375em)), 1fr));
    }
}
@media (max-width: 767px) {
    .custom-products .wc-block-product-template__responsive.columns-4{
        grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(50% - .9375em)), 1fr));
    }
}

.custom-products .wc-block-product{
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.2));
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.2));
}
.custom-products .wc-block-product.outofstock{
    opacity: 1;
    pointer-events: none;
    position: relative;
}
.custom-products .wc-block-product.outofstock .wc-block-components-product-image, .custom-products .wc-block-product.outofstock .product-info{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.custom-products .wc-block-product.outofstock:before{
    content: "Нет в наличии";
    background-color: #939292 !important;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 10px !important;
    z-index: 999;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: .25em .75em;
}
.custom-products .wc-block-product.outofstock .wp-block-button{
    display: none;
}
.custom-products .wp-block-button__link{
    color: #111620!important;
    border-radius: 0;
}
.custom-products .wc-block-components-product-price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.custom-products ins{
    text-decoration: none;
}
.custom-products .woocommerce-Price-amount {
    color: #ed5d2a;
    font-size: 20px;
}
.custom-product-item .woocommerce-Price-amount bdi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.custom-products .wc-block-components-product-price del{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.custom-products .wc-block-components-product-price del .woocommerce-Price-amount{
    color: #bbb;
    font-size: 16px;
}
.custom-products .wc-block-components-product-sale-badge{
    background-color: #ed5d2a!important;
    font-size: 10px !important;
}
.advantage-product-icon{
    width: 16px!important;
    margin-right: 6px;
    margin-bottom: 1px;
}
@media (max-width: 600px) {
    .product-info{
        padding: 16px;
    }
}
.product-info p{
    font-size: 12px;
    margin-bottom: 0;
}

.bordered-block{
    border: 1px solid #d3dce3;
    border-radius: var(--border-radius);
}
.seo-group{
    border-radius: 10px;
    padding: 30px 40px;
}
@media (max-width: 500px) {
    .seo-group{
        border-radius: 10px;
        padding: 30px 10px;
    }
}
.page-label-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
    padding: 6px 14px;
    border-radius: 20px;
    background-color: #232a56;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
}

.advantages-group > .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}
@media (max-width: 600px) {
    .advantages-group > .wp-block-group__inner-container{
        gap: 10px;
    }
}
.advantage-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    background-color: #1D213B;
    padding: 30px;
    border-radius: 12px;
    min-height: 160px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 600px) {
    .advantage-item {
        width: calc(50% - 5px);
    }
}
.advantage-item > .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .advantage-item{
        padding: 30px 15px;
    }
}
@media (max-width: 991px) {
    .advantage-item{
        width: calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .advantage-item{
        min-height: unset;
        padding: 15px 10px;
        width: 100%;
    }
}
.order-group > .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.order-item > .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.order-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33% - 10px);
    padding: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .order-item{
        padding: 30px 15px;
    }
}
@media (max-width: 991px) {
    .order-item{
        width: calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .order-item{
        padding: 15px 20px;
        width: 100%;
    }
}
.order-item .stk--inner-svg{
    border-radius: 8px;
    padding: 18px;
    border: 2px solid;
}
.order-item:nth-child(1) .stk--inner-svg{
    background-color: #2c2652;
    border-color: #452676;
}
.order-item:nth-child(2) .stk--inner-svg{
    background-color: #233747;
    border-color: #2d5159;
}
.order-item:nth-child(3) .stk--inner-svg{
    background-color: #262c51;
    border-color: #343672;
}

/* checkout */
.wc-block-components-address-form__country{
    display: none;
}
.wc-block-checkout__contact-fields, .wc-block-checkout__contact-fields .wc-block-components-checkout-step__content>*{
    margin-bottom: 0!important;
}


/* testing */
@media (max-width: 450px) {
    .custom-product-item .product-info{
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .custom-product-item .product-top-block{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: unset;
    }
    .product-price-block{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-buttons{
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .custom-product-item .product-stock{
        position: relative;
        top: unset;
        right: unset;
    }
}

/* RANK MATH ACCORDION */
.rank-math-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rank-math-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.4s ease, opacity 0.4s ease!important;
    -o-transition: max-height 0.4s ease, opacity 0.4s ease!important;
    transition: max-height 0.4s ease, opacity 0.4s ease!important;
}
.rank-math-answer p{
    margin-bottom: 0;
    color: #C0C6DF;
    font-size: 18px;
}

.rank-math-answer.open {
    opacity: 1;
}

.rank-math-question {
    position: relative;
    padding-right: 20px;
    font-size: 20px;
    color: #fff!important;
}

.rank-math-question::after {
    content: "";
    position: absolute;
    background-image: url("../../images/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.rank-math-list-item.open .rank-math-question::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rank-math-list-item{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    border: 2px solid var(--main-color);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 15px 20px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .rank-math-list-item{
        max-width: 100%;
    }
}



/* checkout */
body .wp-block-woocommerce-empty-cart-block *{
    color: #fff!important;
}
.wc-block-components-address-form__country{
    display: none;
}
.wc-block-checkout__contact-fields, .wc-block-checkout__contact-fields .wc-block-components-checkout-step__content>*{
    margin-bottom: 0!important;
}
body .wp-block-woocommerce-cart .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button{
    color: #fff !important;
    -webkit-transition: .3s!important;
    -o-transition: .3s!important;
    transition: .3s!important;
    background-color: var(--main-color);
    border-radius: 2px;
}
body a.wc-block-components-checkout-return-to-cart-button{
    border-radius: 2px;
    display: none;
}
body .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover, body .wc-block-components-checkout-place-order-button:hover{
    background-color: #5143b5;
}
body .wp-block-woocommerce-empty-cart-block *{
    color: #fff!important;
}
body .wc-block-components-product-name, body .wc-block-cart-item__image a{
    pointer-events: none;
}
body .wc-block-cart-items, body .wp-block-woocommerce-cart-order-summary-block, body .wc-block-components-totals-coupon__button,
body .wc-block-components-form.wc-block-checkout__form, body .wc-block-components-form.wc-block-checkout__form p, body .wc-block-components-form.wc-block-checkout__form h2,
body .wp-block-woocommerce-checkout-order-summary-block, body .wp-block-woocommerce-checkout-order-summary-block p{
    color: #fff!important;
}
body table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block, body .wp-block-woocommerce-cart-order-summary-block,
body .wp-block-woocommerce-checkout-order-summary-block, body .wc-block-components-form.wc-block-checkout__form{
    background: #1D213B!important;
    border: none!important;
    border-radius: 2px;
}
body .wc-block-components-form.wc-block-checkout__form{
    padding: 20px;
}
body .wc-block-components-form.wc-block-checkout__form input, body .wc-block-components-totals-coupon__form input,
body .wc-block-components-form.wc-block-checkout__form .wc-block-components-textarea{
    color: #fff!important;
    background-color: #1D213B!important;
    border-color: #67728D!important;
}
body .wc-block-components-totals-coupon__form label{
    color: #fff;
}
body .wc-block-components-totals-coupon__form button, body .wc-block-components-totals-coupon__form input{
    border-radius: 0!important;
}
body .wc-block-components-totals-coupon__form button{
    background: #243046;
}
body .wc-block-components-form.wc-block-checkout__form input:focus{
    outline: none!important;
}
body .wc-block-components-form.wc-block-checkout__form .has-error input{
    border-color: #cc1818!important;
}
body .wc-block-components-form.wc-block-checkout__form label{
    color: #fff!important;
}
body .wc-block-components-form.wc-block-checkout__form .wc-block-components-checkbox .wc-block-components-checkbox__mark{
    fill: #fff;
}
body .wc-block-components-form.wc-block-checkout__form a{
    color: #A7C7E7;
}
body .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
    padding-top: 0;
}


/* variable product block */
.type-desc{
    margin-bottom: 20px;
}
.custom-variations-tabs, .custom-views-tabs{
    color: #fff;
}
.discount-number{
    background: #f25b65;
    border-radius: 6px;
    color: #fff;
    line-height: 100%;
    padding: 9px 12px;
}
#variation-select{
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 4px;
    color: #3e396b;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 160%;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#variation-select:hover{
    border-color: var(--main-color);
}
.select-wrap{
    position: relative;
}
#views-slider, #variation-slider{
    -webkit-appearance: none; /* убираем стандартный вид */
    width: 100%;
    height: 6px;
    background: transparent; /* серый фон */
    border-radius: 4px;
    outline: none;
    margin: 10px 0;
    cursor: pointer;
}
/* Chrome / Safari */
#views-slider::-webkit-slider-thumb, #variation-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #715FFE;
    /*border: 1px solid #dededf;*/
    border-radius: 100px;
    /*-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);*/
    /*box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);*/
    height: 20px;
    width: 20px;
    margin-top: -6px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
#views-slider::-webkit-slider-thumb, #variation-slider::-webkit-slider-thumb {
    box-shadow: 0 0 0 5px #fff inset; /* внутренний круг */
    transition: box-shadow 0.2s, transform 0.2s;
}
#views-slider::-webkit-slider-runnable-track, #variation-slider::-webkit-slider-runnable-track{
    height: 6px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#715FFE), color-stop(#715FFE), color-stop(#413E72), to(#413E72));
    background: linear-gradient(to right, #715FFE 0%, #715FFE var(--val, 0%), #413E72 var(--val, 0%), #413E72 100%);
}
#views-slider::-webkit-slider-thumb:hover, #variation-slider::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* Firefox */
#views-slider::-moz-range-track, #variation-slider::-moz-range-track {
    height: 6px;
    border-radius: 4px;
    background: #e5e7eb;
}
#views-slider::-moz-range-progress, #variation-slider::-moz-range-progress {
    height: 6px;
    border-radius: 4px;
    background: #715FFE; /* заливка слева */
}
#views-slider::-moz-range-thumb, #variation-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #715FFE;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

/* Edge (старый IE стиль) */
#views-slider::-ms-track, #variation-slider::-ms-track {
    height: 6px;
    border-radius: 4px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
#views-slider::-ms-fill-lower, #variation-slider::-ms-fill-lower {
    background: #715FFE;
    border-radius: 4px;
}
#views-slider::-ms-fill-upper, #variation-slider::-ms-fill-upper {
    background: #e5e7eb;
    border-radius: 4px;
}
#views-slider::-ms-thumb, #variation-slider::-ms-thumb {
    width: 30px;
    height: 30px;
    background: #715FFE;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
.views-slider-label, .slider-label, .hours-slider-label{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #715FFE;
    text-shadow: 1px 1px 0 #ffffff21;
}
.views-slider-wrapper, .slider-wrapper{
    margin-bottom: 30px;
}
.slider-scale {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}
@media (max-width: 767px) {
    .slider-scale {
        font-size: 11px;
    }
}
@media (max-width: 500px) {
    .slider-scale {
        display: none;
    }
}
.slider-scale span {
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 18px;
}

.slider-scale span::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 6px;
    background: #ccc;
}
.views-slider-wrapper label, .slider-wrapper label{
    /*margin-bottom: 10px;*/
    color: #c0c6df;
    font-size: 13px;
}
.select-wrap:after{
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 2px);
    width: 25px;
    height: 25px;
    background-image: url("../../images/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.custom-variations-tabs .buy-btn, .custom-views-tabs .buy-btn{
    background: var(--main-color);
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    outline: 0;
    padding: 14px 25px;
    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    font-size: 24px;
}
.product-advantages{
    margin-top: 20px;
    color: #c0c6df;
}
.product-advantages ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
    padding-left: 0;
}
.product-advantages ul li{
    position: relative;
    padding-left: 20px;
}
.product-advantages ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 20px;
    background: url("../../images/check.svg") no-repeat center / contain;
}
.variation-info-price, .variation-info-discount{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
}
#variation-info p{
    font-size: 20px;
    margin: 0;
    color: #fff;
}

/* end variable product block */
