:root{
    --indentLarge: 64px;
    --indentMedium: 48px;
    --indentSmall: 32px;
    --bgWhite: #F9F9F9;
    --ffSecond: 'RF Dewi Expanded', sans-serif;
}
*{
    font-family: 'Gilroy', sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000;
}
.black-theme *{
    color: #fff;
}
body {
    position: relative;
    background: var(--bgWhite);
}
.black-theme{
    background: #000;
}
a,
a:hover{
    text-decoration: none;
}

.black-block,
.black-flex,
.black-iblock{
    display: none;
}
.black-theme .black-block{
    display: block;
}
.black-theme .black-iblock{
    display: inline-block;
}
.black-theme .black-flex{
    display: flex;
}
.black-theme .white-none{
    display: none;
}

.icon-inst{
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/white/instagram.png');
    -webkit-background-size: contain;
    background-size: contain;
}
.black-theme .icon-inst{
    background: url('../img/black/instagram.png');
    -webkit-background-size: contain;
    background-size: contain;
}
.icon-tik{
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/white/tik-tok.png');
    -webkit-background-size: contain;
    background-size: contain;
}
.black-theme .icon-tik{
    background: url('../img/black/tik-tok.png');
    -webkit-background-size: contain;
    background-size: contain;
}

.hello_page{
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: var(--bgWhite);
    align-items: center;
    justify-content: center;
    padding: 12px;
    display: none;
    overflow: auto;
    top: 0;
    bottom: 0;
}
.hello-page-active .hello_page{
    display: flex;
}
.hello_page .logo{
    position: absolute;
    top: 15px;
    width: 34px;
    height: 34px;
    left: calc(50% - 17px);
    background: url('../img/white/logo.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.hello_page .block{
    text-align: center;
    padding-top: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.hello_page .sueta{
    width: 946px;
    height: 187px;
    background: url('../img/white/sueta.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 123px;
}
.hello_page .btn1{
    padding: 4px;
    text-align: center;
    width: 245px;
    border: 1px solid #0D0D0D;
    border-radius: 15.5px;
    display: block;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
    background: var(--bgWhite);
}
.hello_page .btn2{
    padding: 4px;
    text-align: center;
    width: 245px;
    border: 1px solid #0D0D0D;
    background: #000;
    border-radius: 15.5px;
    display: block;
    color: #fff;
    cursor: pointer;
    margin-bottom: 57px;
}

.hello_page .icon_wrap{
    display: flex;
    justify-content: center;
}
.hello_page .icon_wrap > *{
    margin: 0 8px;
}

.nav{
    height: 80px;
    background: var(--bgWhite);
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    padding: 0 32px;
    z-index: 999;
}
.after_nav{
    height: 80px;
    width: 100%;
}
.black-theme .nav{
    background: #000;
}

.nav .nav-container{
    max-width: 1520px;
    display: grid;
    grid-template-columns: 1fr 54px 1fr;
    width: 100%;
    align-items: center;
}

.nav .btn-nav{
    position: relative;
    width: 36px;
    height: 36px;
    border: 0;
    display: block;
    padding: 0;
    background: url("../img/white/icon-menu.png") center center no-repeat;
    background-size: contain;
}
.black-theme .nav .btn-nav{
    background: url("../img/black/icon-menu.png") center center no-repeat;
    background-size: contain;
}


.nav .dropdown-menu{
    min-width: 200px;
    padding: 0 0 18px;
    background: var(--bgWhite);
    border: 2px solid #000000;
    border-radius: 14.5px;
    margin-top: -4px !important;
}
.black-theme .nav .dropdown-menu{
    background: #000;
    border: 2px solid #fff;
}
.offcanvas{
    background: var(--bgWhite);
}
.black-theme .offcanvas{
    background: #000;
}
.black-theme .offcanvas-backdrop{
    background: #fff;
}
.offcanvas-menu .nav-link{
    font-size: 16px;
    color: #000;
    padding: 4px 14px;
    margin-bottom: 7px;
    display: block;
}
.black-theme .offcanvas-menu .nav-link{
    color: #fff;
}
.offcanvas-menu .icon_wrap{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.offcanvas-menu .icon_wrap > *{
    margin: 0 4px;
}
.offcanvas-menu .ul_menu{
    margin: 0;
    padding: 0;
}
.offcanvas-menu .offcanvas-title{
    padding-left: 14px;
}

.offcanvas-menu .menu-item{
    list-style: none;
}
.offcanvas-menu .menu-item.dropdown{
    display: flex;
    flex-wrap: wrap;
}
.offcanvas-menu .menu-item.dropdown .dropdown_link{

}
.offcanvas-menu .menu-item.dropdown:hover .dropdown-menu,
.offcanvas-menu .dropdown-menu.show{
    width: 100%;
    transform: none !important;
    position: relative !important;
    display: block;
    border: none;
    background: transparent;
    padding-top: 0;
    padding-bottom: 20px;
}

.offcanvas-menu .dropdown-menu .dropdown-item{
    background: transparent !important;
    color: #000;
    margin-top: 0;
    margin-left: 20px;
}
.black-theme .offcanvas-menu .dropdown-menu .dropdown-item{
    color: #fff;
}
.offcanvas-menu .dropdown-toggle{
    background: url('../img/white/arrow_dropdown.svg') center center no-repeat;
    background-size: 40% auto;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
    cursor: pointer;
    transition: .5s all;
}

.offcanvas-menu .menu-item.dropdown:hover .dropdown_link,
.offcanvas-menu .menu-item.dropdown .dropdown_link.show{
    transform: rotate(0deg);
}

.black-theme .offcanvas-menu .dropdown-toggle{
    background: url('../img/black/arrow_dropdown.svg') center center no-repeat;
    background-size: 40% auto;
    transform: rotate(0deg);
}
.black-theme .offcanvas-menu .menu-item.dropdown:hover .dropdown_link,
.black-theme .offcanvas-menu .menu-item.dropdown .dropdown_link.show{
    transform: rotate(-180deg);
}
.offcanvas-menu .dropdown-toggle::after{
    display: none;
}


.offcanvas-menu .delete{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/white/icons-close.png") center center no-repeat;
    background-size: contain;
    
}
.black-theme .offcanvas-menu .delete{
    background: url("../img/black/icons-close.png") center center no-repeat;
    background-size: contain;
}

.nav .logo{
    width: 100%;
    height: 54px;
    max-height: 100%;
    background: url("../img/white/logo.svg") center center no-repeat;
    background-size: contain;
}
.black-theme .nav .logo{
    background: url("../img/black/logo.svg") center center no-repeat;
    background-size: contain;
}

.nav .nav_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav .cart{
    background: url('../img/white/cart.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    color: #000;
    width: 23px;
    height: 24px;
    display: flex;
    justify-content: center;
    padding: 0 0 0 2px;
    margin-right: 24px;
}
.black-theme .nav .cart{
    background: url('../img/black/cart.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.nav .cart span{
    display: block;
    margin-top: -3px;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}
.nav .search{
    width: 28px;
    height: 28px;
    background: url('../img/white/search.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 24px;
}
.black-theme .nav .search{
    background: url('../img/black/search.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    fill: green;
}
.nav .switch{
    width: 44.4px;
    height: 25px;
    background: url('../img/white/switch.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}
.black-theme .nav .switch{
    background: url('../img/black/switch.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.footer{
    margin-top: 32px;
    padding: 16px 0;
}
.footer .foot_top{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 87px 1fr;
}
.footer .footer_logo{
    width: 100%;
}
.footer .ul_wrap ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .ul_wrap a{
    font-size: 16px;
    text-decoration: underline;
    color: #000;
}

.black-theme .footer .ul_wrap a{
    color: #fff;
}

.footer .foot_bottom{
    margin-top: 20px;
    display: grid;
    width: 100%;
    grid-template-columns: 62px 1fr 62px;
}
.footer .ul_wrap_row ul{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer .ul_wrap_row a{
    font-size: 16px;
    text-decoration: underline;
    color: #6A6A6A;
    margin: 0 15px;
    display: block;
}
.footer .icon_wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.homepage{
    padding-top: 50px;
}
.homepage__logo{
    width: 100%;
    margin-bottom: 18px;
}
.homepage__text-after-logo{
    margin-bottom: 25px;
    text-align: center;
}
.homepage__splide{
    margin-bottom: 24px;
}

.splide__video__play{
    background: transparent;
    width: 81px;
    height: 81px;
    opacity: 1 !important;
}
.splide__video__play:after{
    background: url('../img/play.svg') center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    border: 0;
}
.splide__arrows {
    position: absolute;
    bottom: 16px;
    width: 94px;
    height: 28px;
    left: calc(50% - 47px);
    display: flex;
    justify-content: space-between;
    border: 2px solid #FFFFFF;
    border-radius: 14px;
    z-index: 2;
}
.splide__arrow--prev,
.splide__arrow--next{
    width: 28px;
    height: 28px;
    position: relative;
    opacity: 1 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.splide__arrow--prev{
    left: 0;
    background: url('../img/arrow--prev.svg') center center no-repeat;
}
.splide__arrow--next{
    right: 0;
    background: url('../img/arrow--next.svg') center center no-repeat;
}
.splide__arrow--prev svg,
.splide__arrow--next svg{
    display: none;
}

.homepage__h2{
    margin: 50px 0 36px;
    font-family: var(--ffSecond);
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}
.product_title{
    font-family: var(--ffSecond);
    margin-bottom: 48px;
}

.block-article{
    position: relative;
    padding-top: 130%;
    margin-bottom: 24px;
    width: 100%;
}
.block-article__link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.block-article__link .soldout_wrap,
.splide__track .soldout_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.6);
    display: flex;
    justify-content: center;
    align-items: center;

}
.block-article__link .soldout,
.splide__track .soldout{
    font-size: 14px;
    background: #fff;
    color: #000;
    padding: 4px 8px;
    z-index: 3;
    display: block;
    max-width: calc(100% - 8px);
    z-index: 2;
}
.splide__track{
    position: relative;
}
.product-badge{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #d72638;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}
.product-badge--preorder{
    background: #7f1d1d;
    color: #fff;
}
.block-article__img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.block-article__add-cart{
    background: url('../img/white/add_cart.svg') center center no-repeat;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    position: absolute;
}
.block-article__info{
    width: 100%;
    padding: 5px 10px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 0;
}
.block-article__info{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.block-article__info-title{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 4;
}
.block-article__info-price{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    z-index: 4;
}
.block-article__info-price *{
    color: #fff;
    font-size: 16px;
}
.block-article__info-price--sale{
    text-decoration: line-through;
    color: #ddd;
}
.block-colection{
    position: relative;
    padding-top: 130%;
    margin-bottom: 24px;
    width: 100%;
    display: block;
}
.block-colection__img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}
.block-colection:after{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: rgba(86,86,86,.6);
    z-index: 1;
    top: 0;
    transition: .5s all;
}
.block-colection:hover:after{
    opacity: 1;
}
.block-colection__link{
    opacity: 0;
    width: 204px;
    height: 43px;
    border: 2px solid #FFFFFF;
    border-radius: 21.5px;
    text-align: center;
    position: absolute;
    bottom: calc(50% - 43px);
    left: calc(50% - 102px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
    z-index: 2;
}
.block-colection:hover .block-colection__link{
    opacity: 1;
}
.block-colection__link span{
    color: #fff;
    font-size: 22px;
}
.block-colection__title{
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: calc(50% + 21.5px);
    z-index: 2;
    opacity: 0;
    transition: .5s all;
    padding: 0 10px;
    text-transform: uppercase;
}
.block-colection:hover .block-colection__title{
    opacity: 1;
}


.article-slider{
    margin-top: 50px;
}
.article__h2{
    margin: 40px 0 48px;
    font-family: var(--ffSecond);
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.article__info{
    font-size: 16px;
    margin-bottom: 40px;
}

.cart-block{
    margin-bottom: 18px;
    padding: 20px;
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    gap: 12px;
    border: 1px solid #ADADAD;
    border-radius: 19px;
    align-items: center;
    position: relative;
}
.cart-block:first-of-type{
    padding-top: 0;
    margin-top: 26px;
    border: 0;
    text-transform: uppercase;
}
.cart-block:first-of-type > div{
    font-family: var(--ffSecond);
    font-size: 16px;
}
.cart-block__img{
    width: 100%;
}
.cart-block__price{
    font-size: 16px;
    text-align: center;
}
.cart-block__count{
    font-size: 25px;
    text-align: center;
}
.cart-money{
    width: 100%;
    max-width: 355px;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-family: var(--ffSecond);
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}

.black-theme .cart-money{
    color: #000;
    background: #fff;
    font-weight: 700;
}

.about-us__logo{
    width: 100%;
    margin: 50px 0 39px;
}
.delivery__logo{
    width: 100%;
    margin: 50px 0 69px;
}


.thumbnail-carousel{
    margin-top: 16px;
}
.thumbnail-carousel .splide__track--nav>.splide__list>.splide__slide{
    border: 0;
}
.thumbnail-carousel__img-wrap{
    width: 100%;
    padding-top: 100%;
    position: relative;

}

.thumbnail-carousel__img-wrap img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
}


.main-carousel__img-wrap{
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    cursor: pointer;
}

.main-carousel__img-wrap img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
}
.article-info .stock{
    margin: 0 0 16px;
}
.article-info .stock.available-on-backorder{
    display: inline-block;
    padding: 8px 12px;
    background: #fff1f3;
    border: 1px solid #d72638;
    color: #b42318;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.variations .label,
.simple_size .size_text{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
}

.variations .button-variable-items-wrapper{
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.variations .button-variable-items-wrapper li,
.simple_size .size_btn{
    list-style-type: none;
    margin-right: 17px;
    margin-bottom: 17px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}
.variations .button-variable-items-wrapper li span{
    cursor: pointer;
    color: #6A6A6A;
}
.variations .button-variable-items-wrapper li[aria-checked="true"] span,
.simple_size .size_btn.active{
    color: #000;
    text-decoration: underline;
}

.content__single-product{

}

.content__single-product .title{
    font-weight: 700;
}
.woocommerce-product-details__short-description{
    margin: 30px 0 0;
}
.woocommerce-product-details__short-description p{
    margin-bottom: 8px;
}
.variations{
    margin-bottom: 20px;
}

.variations tbody{
    display: flex;
    flex-direction: column;   
}
.variations tr{
    padding-top: 30px;
    display: block;
}
.variations .label label{
    font-weight: 700;
}

.variations tr:first-of-type .disabled{
    display: none;
}


.content__single-product .quantity{
    display: none;
}
.content__single-product .product_meta{
    display: none;
}

.content__single-product .reset_variations{
    display: none !important;
}


.content__single-product .single_add_to_cart_button {
    padding: 4px;
    text-align: center;
    width: 245px;
    border: 1px solid #0D0D0D;
    background: #000;
    border-radius: 15.5px;
    display: block;
    color: #fff;
    cursor: pointer;
    margin-bottom: 57px;
}

.black-theme .content__single-product .single_add_to_cart_button {
    color: #000;
    background: #fff;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button{
    color: #000;
}
.black-theme .woocommerce-error .button,
.black-theme .woocommerce-info .button,
.black-theme .woocommerce-message .button{
    color: #fff;
}
.woocommerce-info.woocommerce-no-products-found{
    margin-top: 67px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
    background: #eee;
    padding: 10px 16px;
    border-top: 0;
}
.black-theme .woocommerce-error,
.black-theme .woocommerce-info,
.black-theme .woocommerce-message{
    background: #222;
}
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before{
    display: none;
}



.cart_table .card_cart_wrap{
    margin-bottom: 30px;
}
.cart_table .img_wrap{
    width: 90px;
    height: 140px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cart_table .img_wrap img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}

.cart_table .block{
    width: calc(100% - 80px);
    position: relative;
}
.cart_table .product-remove{
    position: absolute;
    right: 12px;
    top: 12px;
}
.cart_table .product-remove .delete{
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: url("../img/white/icons-close.png") center center no-repeat;
    background-size: contain;
}
.black-theme .cart_table .product-remove .delete{
    
    background: url("../img/black/icons-close.png") center center no-repeat;
    background-size: contain;
}
.cart_table .title_wrap{
    height: calc(100% - 32px);
    padding-bottom: 10px;
}
.cart_table .title{
    text-align: left;
    font-weight: 300;
    padding-right: 24px;
}
.cart_table .title .name{
    min-height: 52px;
    font-weight: 400;
}
.cart_table .title .title_size{
    color: #1F1C15;
    font-weight: 400;
}
.cart_table .title .title_size span{
    color: #6D6B67;
    font-weight: 300;
}
.cart_table .count{
    display: flex;
    justify-content: center;
    height: 32px;
    align-items: center;
}
.cart_table .product-quantity{
    display: flex;
    position: relative;
}
.cart_table .count_down{
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    padding-top: 3px;
    color: #6D6B67;
}
.cart_table .count_up{
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    padding-top: 3px;
    color: #6D6B67;
}
.black-theme .cart_table .count_up,
.black-theme .cart_table .count_down{
    color: #fff;
}
.cart_table .count .quantity{
    max-width: 100%;
    justify-content: center;
}
.cart_table .count .text{
    width: 100%;
    max-width: 109px;
    height: 32px;
    background: var(--bgWhite);
    border-radius: 4px;
    border: 0;
    box-shadow: none !important;
    outline: none;
}
.black-theme .cart_table .count .text{
    background: #000;
}
.cart_table .count .text::-webkit-outer-spin-button,
.cart_table .count .text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart_table .count .product-subtotal{
    font-weight: 500;
}

.cart_table .reload_wrap{
    padding: 12px 0;
}
.cart_table .reload_wrap .button{
    padding: 4px !important;
    text-align: center;
    width: 245px;
    border: 1px solid #0D0D0D;
    border-radius: 15.5px;
    display: block;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
    background: var(--bgWhite);
    margin: 0 auto 32px;
}
.black-theme .cart_table .reload_wrap .button{
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.cart_table .price_all_wrap{
    border-top: 1px solid #E9E8E8;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}
.cart_table .price_text,
.cart_table .price_all{
    font-weight: 500;
    font-size: 16px;
}
.cart_table .checkout_btn{
    padding: 4px;
    text-align: center;
    width: 245px;
    border: 1px solid #0D0D0D;
    background: #000;
    border-radius: 15.5px;
    display: block;
    color: #fff;
    cursor: pointer;
    margin: 32px auto 0;
}
.black-theme .cart_table .checkout_btn{
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.cart_table .text_more_after{
    text-align: left;
    color: #6D6B67;
    font-weight: 300;
    font-size: 14px;

}

.woocommerce form .form-row .required{
    color: #1F1C15;
}
.zen-ui-select__value{
    border-radius: 4px;
}
.form_contact_shop .form-row label{
    text-align: left;
    padding-left: 16px;
    font-size: 14px;
    margin-bottom: 2px;
}
.form_contact_shop .form-row input.input-text{
    border: 1px solid #D2D2D0;
    border-radius: 4px;
    padding: 8px 16px;
}


.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
    padding: 4px;
    text-align: center;
    width: 245px;
    border: 1px solid #0D0D0D;
    background: #000;
    border-radius: 15.5px;
    display: block;
    color: #fff;
    cursor: pointer;
    margin: 16px auto 0;
    float: unset;
}

.black-theme .woocommerce #payment #place_order,
.black-theme .woocommerce-page #payment #place_order{
    border: 1px solid #444;
    background: #fff;
    color: #000;
}

#billing_country_field{
    display: none;
}

.black-theme .form_contact_shop .form-row input.input-text{
    border: 1px solid #444;
    background: #000;
    color: #fff;
}
.black-theme #add_payment_method #payment,
.black-theme .woocommerce-cart #payment,
.black-theme .woocommerce-checkout #payment{
    background: #000;
    color: #fff;
}

.color-variable-items-wrapper{
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
}
.color-variable-items-wrapper span{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: block;
    margin-right: 8px;
}


.preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    opacity: 1;
    transition: .5s all;
    background: #F9F9F9;
}
.black-theme .preloader{
    background: #000;
}
.preloader.preloader-hide{
    opacity: 0;
    pointer-events: none;
}

.preloader-img{
    animation: 1s linear 0s normal none infinite running rotate_preloader;
    -webkit-animation: 1s linear 0s normal none infinite running rotate_preloader;
}
.preloader-img-white{
    display: block;
}
.preloader-img-black{
    display: none;
}
.black-theme .preloader-img-white{
    display: none;
}
.black-theme .preloader-img-black{
    display: block;
}
@keyframes rotate_preloader {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@-webkit-keyframes rotate_preloader {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.sidebar{
    position: absolute;
    top: 133px;
    left: -320px;
    width: 320px;
    z-index: 333;
    transition: .5s all;
}
.sidebar.show{
    left: -20px;
}

.sidebar .sidebar_arrow{
    position: absolute;
    z-index: -1;
    height: 57px;
    width: 70px;
    right: -57px;
    top: 0;
    background: #F9F9F9;
    border: 2px solid #000000;
    border-radius: 0 14.5px 14.5px 0;
    background: url('../img/white/show_filter.svg') 30px center no-repeat, #F9F9F9;
    background-size: 20px auto;
    cursor: pointer;
    transition: .5s all;
}
.black-theme .sidebar .sidebar_arrow{
    background: url('../img/black/show_filter.svg') 30px center no-repeat, #000;
    background-size: 20px auto;
    border: 2px solid #fff;
}
.sidebar.show .sidebar_arrow{
    background: url('../img/white/back_filter.svg') 30px center no-repeat, #F9F9F9;
    background-size: 20px auto;
}
.black-theme .sidebar.show .sidebar_arrow{
    background: url('../img/black/back_filter.svg') 30px center no-repeat, #000;
    background-size: 20px auto;
}

.sidebar .woof_redraw_zone > *{
    background: #F9F9F9;
    border: 2px solid #000000;
    border-radius: 14.5px;
    padding: 12px 28px 12px 48px;
    margin: 0 0 -2px;
}
.black-theme .sidebar .woof_redraw_zone > *{
    background: #000;
    border: 2px solid #fff;
}
.sidebar .woof_container .woof_container_inner input[type="search"]{
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    color: #A3A3A3;
    outline: none;
    border: 0;
}
.sidebar .woof_text_search_go{
    display: none !important;
}
.sidebar h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
}
.black-theme .sidebar h4{
    color: #fff;
}
.sidebar .woof_childs_list{
    padding: 0 0 0 25px !important;
}
.sidebar .woof_childs_list .woof_checkbox_label{
    margin-left: 12px !important;
}

.sidebar .woof_container_product_cat label{
    color: #000;
    font-weight: 400;
}
.black-theme .sidebar .woof_container_product_cat label{
    color: #fff;
}
.sidebar .woof_container_product_cat input:checked ~ label{
    font-weight: 700;
}
.sidebar .woof_container_product_cat .woof_list_checkbox{
    display: flex;
    flex-direction: column;
}

.sidebar .woof_container_3{
    padding-bottom: 0;
}
.sidebar .woof_container_3 .woof_list_checkbox{
    display: flex;
    flex-wrap: wrap;
}

.sidebar .woof_container_3 input{
    display: none;
}
.sidebar .woof_container_3 label{
    display: block;
    color: #6A6A6A;
    margin-right: 17px;
    margin-bottom: 12px;
    margin-left: 0 !important;
    font-weight: 400;
    padding: 4px 0 0 0;
}
.sidebar .woof_container_3 input:checked ~ label{
    color: #000;
    font-weight: 700;
}
.black-theme .sidebar .woof_container_3 input:checked ~ label{
    color: #fff;
}

.sidebar .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
    display: none !important;
}
.sidebar .irs--round .irs-min, .irs--round .irs-max{
    display: none !important;
}
.sidebar .woof_price_filter_txt_slider{
    margin-bottom: -12px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.sidebar .woof_price_filter_txt_slider input[type='number']{
    padding: 2px 12px;
    border: 1px solid #000000;
    border-radius: 11px;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    color: #000000;
    width: calc(50% - 10px) !important;
    background: #fff;
}
.black-theme .sidebar .woof_price_filter_txt_slider input[type='number']{
    color: #fff;
    border: 1px solid #fff;
    background: #000;
}
.sidebar .woof_price_filter_txt_slider:after{
    position: absolute;
    content: '-';
    width: 20px;
    text-align: center;
    height: 100%;
    left: 50%;
    margin-left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.black-theme .woof_price_filter_txt_slider:after{
    color: #fff;
}
.sidebar .woof_price_filter_txt_slider .woof_float_none{
    display: none;
}



.sidebar .woof_submit_search_form_container{
    flex-direction: row-reverse;
}

.sidebar .woof_submit_search_form{
    order: 1;
}
.sidebar .woof_reset_search_form{
    order: 2;
}
.sidebar .woof_submit_search_form_container > button{
    padding: 4px;
    text-align: center;
    width: calc(50% - 10px);
    border: 1px solid #0D0D0D;
    background: #000;
    border-radius: 15.5px;
    display: block;
    color: #fff;
    cursor: pointer;
}
.black-theme .sidebar .woof_submit_search_form_container > button{
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.sidebar .irs-handle{
    border: 4px solid #000 !important;
}
.black-theme .sidebar .irs-handle{
    border: 4px solid #fff !important;
}
.sidebar .irs--round .irs-bar{
    background: #000 !important;
}
.black-theme .sidebar .irs--round .irs-bar{
    background: #fff !important;
}

.sidebar .woof_container_4{
    padding-bottom: 0;
}
.sidebar .woof_container_4 .woof_list_checkbox{
    display: flex;
    flex-wrap: wrap;
}

.sidebar .woof_container_4 input{
    display: none;
}
.sidebar .woof_container_4 label{
    display: block;
    color: #6A6A6A;
    margin-right: 17px;
    margin-bottom: 12px;
    margin-left: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    opacity: 0.5;
    font-size: 0;
    padding: 4px 0 0 0;
    border: 1px solid #000;
}
.black-theme .sidebar .woof_container_4 label{
    border: 1px solid #fff;
}
.sidebar .woof_container_4 input:checked ~ label{
    opacity: 1;
    border: 3px solid #000;
}
.black-theme .sidebar .woof_container_4 input:checked ~ label{
    border: 3px solid #fff;
}

.offcanvas_form{
    height: 80px !important;
    z-index: 11000;
    background: #F9F9F9;
}
.black-theme .offcanvas_form{
    background: #000;
}
.offcanvas_form .offcanvas-body{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
}
.offcanvas_form .btn-close{
    position: absolute;
    right: 0;
    outline: none;
    box-shadow: none;
}
.offcanvas_form .form{
    width: 100%;
}
.offcanvas_form .form_text{
    width: calc(100% - 147px);
    margin-right: 10px;
    background: #fff;
    height: 30px;
    border-radius: 15.5px;
    padding: 1px 12px;
    border: 1px solid #000;
    box-shadow: none;
    outline: none;

}
.black-theme .offcanvas_form .form_text{
    background: #333;
    color: #fff;
    border: 1px solid #888;
}
.offcanvas_form .form_button{
    width: 100px;
    height: 30px;
    padding: 1px;
    text-align: center;
    border: 1px solid #0D0D0D;
    background: #000;
    border-radius: 15.5px;
    display: block;
    color: #fff;
    cursor: pointer;
}
.black-theme .offcanvas_form .form_button{
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.offcanvas_form .btn-close-black-h{
    display: none;
}
.black-theme .offcanvas_form .btn-close-white-h{
    display: none;
}
.black-theme .offcanvas_form .btn-close-black-h{
    display: block;
}
.offcanvas_form .btn-close_wrap{
    position: absolute;
    right: 0;
    height: 100%;
    width: 27px;
    display: flex;
    align-items: center;
}

.min_height{
    min-height: calc(100vh - 294px);
}

.more_wrap{
    position: absolute;
    text-align: center;
    bottom: -24px;
    z-index: 2;
}
.more_wrap a{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #767676;
}
.sidebar .woof_childs_list li{
    display: block !important;
}










.black-theme .zen-ui-select__value{
    background: #000;
    border: 1px solid #444;
}

.black-theme .zen-ui-select__dropdown {
    background: #000;
}

.black-theme .zen-ui-select__search-input{
        background: #333;
    color: #fff;
    border: 1px solid #888;
}
.black-theme #add_payment_method #payment div.payment_box,
.black-theme .woocommerce-cart #payment div.payment_box,
.black-theme .woocommerce-checkout #payment div.payment_box{
    background: #333;
}
.black-theme #add_payment_method #payment div.payment_box::before,
.black-theme .woocommerce-cart #payment div.payment_box::before,
.black-theme .woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #333;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

