.woocommerce{
    color: #080708;
}


.cart__block{
    display: flex;
    width: 100%;
    gap:6rem
}

.cart__category{
    width: 68%;
}

.cart__products .products__img img{
    height: 100%;
}

.cart__container{
    padding: 0 0 6rem 6rem ;
}
.cart__category>h2{
    font: 800 3.6rem/120% "NAMU";
    margin: 2rem 0 4rem;
}
.cart__container .products__inner{
    align-items: inherit;
    width: 100%;
}
.cart__container .products__img-wrapper_medium {
    max-width: 47.9rem;
    min-height:100% ;
    height: 100%;
    width: 100%;
    max-height: 30.6rem;
}



.cart__products .products__box_small{
    width: 29%;
}

.woocommerce-mini-cart.cart_list{
    max-height: 44.5rem;
    overflow: hidden;
    overflow-y: scroll;
}
.woocommerce-mini-cart.cart_list::-webkit-scrollbar {
    background-color: transparent;
    width: 0.8rem;
    margin-left: 1.6rem;
}
.woocommerce-mini-cart.cart_list::-webkit-scrollbar-thumb {
    background-color: #B88564;
}
.woocommerce-mini-cart.cart_list .remove__wrap, .woocommerce-mini-cart.cart_list .remove__wrap>a{
    width: 2rem;
    height: 2rem;
}

.cart_list{
    display: flex;
    flex-direction: column;
    gap:3.3rem
}
.woocommerce-cart-form{
    height: 100%;

}
.woocommerce table.shop_table{
    border-radius: 0;
}


.product-remove{
    position: relative;
}

.cart__counter{
    position: relative;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 4;

}
.cart__counter button{
    padding: 0!important;
}
.cart__counter:hover{
    background-color:transparent;
}



.cart__counter:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    pointer-events: none;
}
.cart__container .cart__counter button{
    width: 2rem;
    height: 2rem;
    display: block;
    padding: 0;
    background-color: transparent;

}
.cart__flex{
    display: flex;
    align-items: center ;
    justify-content: space-between;
}

.cart_item{
    display: flex;

    justify-content: flex-start;
    gap:1.2rem
}

.cart__info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce-cart-form{
    width: 60%;

}
form.woocommerce-checkout{
    width: 68%;
}

.woocommerce-checkout #payment ul.payment_methods::before{
    display: none;
}

.payment__info{
    font: 800 1.2rem/130% "NAMU";
    margin-top: 0.8rem;
}
.cart_item{
    padding-bottom: 3.3rem;
    position: relative;
}
.cart_item:not(:last-child):after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 1.6rem;
    width: 100%;
    height: 0.1rem;
    background: #DFC8B9;
}

.shop_table{
    padding: 2rem 6rem 4rem;
}
.woocommerce a.remove{
    color:transparent!important;
}

.woocommerce a.remove:hover {
    color: transparent!important;
    background: transparent;
}
.cart .product-thumbnail{
    min-width: 9rem;
    max-width: 9rem;
    min-height: 10.8rem;
    max-height: 10.8rem;
}
.cart img{
    height: 100%;
}
.cart .product-thumbnail>*{
    width:100%;
    height: 100%;
}
.coupon__wrap{
    margin:9.8rem 0 2.6rem ;
}
.coupon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}
.wrong-coupon{
    position: absolute;
    top: 5rem;
    font-family: 'NAMU';
    font-style: normal;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    color: #84241A;
}
.good-coupon{
    position: absolute;
    top: 5rem;
    font-family: 'NAMU';
    font-style: normal;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    color: #A8FDCC;
}

.coupon:after{
    content: "";
    border: 0.1rem solid white;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;

}
.coupon #coupon_code{
    color: white;
    font: 800 1.6rem/130% "NAMU";
    background-color: transparent;
    border: none;
    padding: 1.35rem 4.4rem 1.35rem 1.2rem ;
    width: 100%;
}
.coupon #coupon_code::placeholder{
    font: 800 1.6rem/130% "NAMU";
    color: white;
}
.coupon #coupon_code:focus-visible{
    border: none;
    outline: none;

}

.cart__container .coupon .button{
    position: relative;
    width: 4.78rem;
    height: 4.78rem;
    cursor: pointer;
    padding: 0;

    background-color: transparent;
}
.woocommerce .quantity .qty{
    width: 3.8rem;
}
.coupon .button:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background: url("../static/components/pluss.svg") center/2rem 2rem no-repeat;
}

.product-remove{
    position: relative;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 4;
}


.product-remove:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background: url("../static/components/delete.svg") center/2rem 2rem no-repeat;
}
.coupon__text-wrap{
    display: flex;
    align-items: center;
    gap:1.2rem;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.coupon__text{
    text-align: left;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #ffffff;
    width: 100%;
}
.coupon__text span{
    font-weight: 700;
}
.coupon__remove{
    position: relative;
    width: 2rem!important;
    height: 2rem;
    cursor: pointer;
    z-index: 4;
}
.coupon__remove:after{
    filter: brightness(0) invert(1);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background: url("../static/components/delete.svg") center/2rem 2rem no-repeat;
}

.mini-cart-remove-wrap{
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 4;
}
.mini-cart-remove{
    position: relative;
    width: 2rem;
    height: 2rem;
}

.mini-cart-item-wrap .remove_from_cart{
    display: none;
}


.empty__cart{
    margin-bottom: 4rem;
    font: 800 2rem/130% "NAMU";
}
.woocommerce-notices-wrapper{
    left: 50%;
    transform: translateX(-50%);
    top:7.5rem

}

.video-play-icon{
    position: absolute;
    width: 7rem;
    height: 7rem;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: url("../static/PlayCircle.svg") center/7rem 7rem no-repeat;
}
.woocommerce-product-gallery__image {
   position: relative;
}
.fancybox__iframe{
    /*max-width: 1000px;*/
    /*max-height: 600px;*/
    width: 100%;
    height: 100%;
}
.fancybox__iframe img{
    width: 100%!important;
}
.fancybox__content{
    background:transparent!important;
}
.woocommerce-product-gallery__image a {
    display: block !important;
    visibility: visible !important;
}
.fancybox__iframe img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.fancybox__content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fancybox__iframe {
    display: block;
    margin: auto;
}
.fancybox__iframe body{
    overflow: hidden!important;
}
.fancybox__iframe {
    overflow: hidden;
}
body.fancybox-active {
    overflow: hidden;
}
.fancybox__container {
    overflow: hidden !important;
}
@media only screen and (max-width: 1100px) {
    .fancybox__iframe{
        max-width: calc(100vw - 4rem);
        max-height: 60vw;
        width: 100%;
        height: 100%;
    }
}
.hide-cart{
    display: none;
}
/*.empty__cart-wrap{*/
/*    display: none;*/
/*}*/
.woocommerce-notices-wrapper .woocommerce-message::before{
    left: -1.5rem;
    top: 50%;
}
.woocommerce-message:after{
    content:'';
    position: absolute;
    top: 0rem;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform:translateX(-50%) ;
    height: 4rem;
    background-color: #E9F7EF;
}
@media only screen and (max-width: 666px) {
    .woocommerce-message:after{
        height: 7rem;
    }
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-message a{
    color:#27AE60;
    background-color:transparent!important;
    padding: 0;
    text-align: center;
    font: 800 1.3rem/1.6rem "NAMU";
    border-top-color:transparent;
}

.woocommerce-notices-wrapper .woocommerce-message{
    padding: 1.2rem 0;
}
.woocommerce-message .button{
    float:none;
}
.woocommerce-message::before{
    content: ''!important;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    width: 1.6rem;
    height: 1.6rem;
    background: url("../static/components/hexagon.svg") center/1.6rem 1.6rem no-repeat;
}
.mini-cart-remove:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background: url("../static/components/delete.svg") center/2rem 2rem no-repeat;
}

.cart__plus:after{
    background: url("../static/components/pluss.svg") center/2rem 2rem no-repeat;
}
.cart__minus:after{
    background: url("../static/components/minuss.svg") center/2rem 2rem no-repeat;
}

.quantity{
    display: flex;
    /*gap:0.8rem;*/
    align-items: center;
    width: 7.8rem ;
    justify-content: space-between;
    position: relative;
    /*justify-content: space-between;*/
}
.quantity input{
    font: 800 1.6rem/130% "NAMU";
    color:white;
    background: transparent;
    border: none;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.quantity input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.cart__checkout{
    position: relative;
}

.cart_totals .shop_table {
    display: none;
}
.cart__container .cart__update{
    display: none!important;
}
.woocommerce .container.cart__container .checkout__button-сustom, .checkout__button-сustom, #payment .button, .woocommerce .return-to-shop .wc-backward  {
    padding: 1.35rem ;
    width: 100%;

    color:white;
    font: 800 1.6rem/130% "NAMU";
    background-color: #8C5E40;
    transition: 0.2s all ease;
    text-align: center;
}

.mini-cart-wrap .wc-proceed-to-checkout{
    margin-top: 4rem ;
}

.woocommerce .container.cart__container .checkout__button-сustom:hover, .checkout__button-сustom:hover{
    color:#B88564;
    background-color: white;
    transition: 0.2s all ease;
}

.checkout__logo{
    width: 31.5rem;
    display: block;
    margin: 1.6rem 0 8rem;

}
.checkout__container{
    display: flex;
    gap:6rem;
}
.woocommerce-form-coupon-toggle{
    display: none;
}

.checkout__button-clone{

}

.quantity .input-text:focus-visible{
    outline: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover{
    background-color: transparent;
}
.mini-cart-container{

}

.container-small{
    position: relative;
}


#mini-cart-icon{
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    position: relative;
}
#mini-cart-icon:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    width: 2.4rem;
    height: 2.4rem;
    background: url("../static/components/cart__empty.svg") center/2.4rem 2.4rem no-repeat;
}

.product__icon #mini-cart-icon:after{
    filter: brightness(0%);
}

.product__icon .header__counter{
    background: #080708;
    display: block;
}
.product__icon  .header__counter span{
    color: white;
}
#mini-cart-icon.fill:after{
    background: url("../static/components/cart.svg") center/2.4rem 2.4rem no-repeat;

}
.product__icon #mini-cart-icon.fill:after{
    filter: brightness(0%);
}

.shipping_address{
    display: block!important;
}

.mini-cart-container{
    position: relative;
    padding: 2rem 1.6rem;
    background: white;
}

.mini-cart-close{
    position: absolute;
    right: 1.6rem;
    top: 2.4rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.mini-cart-close:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background: url("../static/components/closee.svg") center/2rem 2rem no-repeat;
}
.mini-cart-wrap{
    position: absolute;
    top: 6.25rem;
    right: -1.5rem;
    display: none;
    min-width:42.7rem;
}
.mini-cart-wrap.show{
     display: block;
 }


.woocommerce-mini-cart__empty-message h2, .mini-cart-container h3{
    font: 800 2.4rem/120% "NAMU";
    color: #080708;
    margin-bottom: 4rem;
}

.woocommerce-mini-cart__empty-message h3{
    font: 800 2.4rem/120% "NAMU";
    color: #080708;
    text-align: center;
    margin-bottom: 4rem;
}


.header__icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.header__counter{
    width: 2.4rem ;
    height: 2.4rem ;
    display: block;
    border-radius: 50%;
    background-color: white;
    position: relative;
}
.header__counter span{
    position: absolute;
    left: 50%;
    top:50%;
    font: 800 1.6rem/100% "NAMU";
    transform: translate(-50%,-50%);
    color: black;
}
.menu__item-contact{
    font: 800 1.6rem/100% "NAMU";
    color:white;
}

.cart__container .products__img-wrapper_small{
    min-height: 30.6rem;
    max-height: 30.6rem;
}
.cart__container .products__text h2{
    font: 800 1.6rem/100% "NAMU";
}
.cart__container .products__text_medium{
    bottom:2rem;
}
.mini-quantity{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.return-to-shop{

}
.woocommerce-mini-cart.cart_list{}

.mini_cart_item{
    position: relative;
}
.remove__wrap{
    position: absolute;
    top: 0;
    right: 0;

}

.mini-cart-replace .remove__wrap {
    display: none;
}
.invalid-coupon{

}

.invalid-coupon{
    color:#84241A;
}

.woocommerce-error{
    border-top-color:#84241A;

}
.woocommerce-error:before{
    display: none;
}

.mini_cart_item .remove{
    position: relative;
}
.woocommerce{
    position: relative;
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
}

.cart__container .products__box_medium{
    width: calc(71% - 2rem);
}

.error-coupon{
    display: none!important;
}
.mini_cart_item .remove:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background: url("../static/components/delete-mini.svg") center/2rem 2rem no-repeat;
}
.mini__cart-img{
    width: 9rem;
    height: 10.8rem;
}

.mini-cart-item-wrap{
    display: flex;
    gap:1.2rem
}

.mini__cart-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:1.2rem;
}
.mini-quantity{
    width: 7.8rem;
}
.mini-quantity .cart__counter{
    filter: brightness(0%);
}
.mini-quantity input{
    text-align: center;
    font: 800 1.6rem/130% "NAMU";
    width: 3.8rem;
}

.mini_cart_item {
    position: relative;
}
.mini_cart_item:not(:last-child):after{
    content: "";
    position: absolute;
    bottom: -1.6rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #DFC8B9;
}

.product-name{
    font: 800 1.6rem/130% "NAMU";
}
.shop_table > h2{
    font: 800 3.6rem/130% "NAMU";
    margin-bottom: 4rem;
    text-align: left;
}
#customer_details{
    margin-top: 8rem;
}

.checkout__title{
    font: 800 2.4rem/120% "NAMU";
    margin-bottom: 4rem;
}

.checkout__form input{
    padding: 0.95rem 3.8rem 0.95rem 0.8rem;
    border: 0.1rem solid #CECECE;
    font: 800 1.6rem/130% "NAMU";
    color: #080708;
}
.checkout__form .woocommerce-billing-fields__field-wrapper label, .checkout__form-custom label, .checkout__form-input label {
    font: 800 1.6rem/130% "NAMU";
}

.checkout__form-custom{
    margin-bottom: 4rem;
}


.checkout__form input::placeholder{
    color:#CECECE;
}
#wcus_np_billing_fields .form-row{
    margin-bottom: 1.6rem;
}

.woocommerce-info{
    display: flex;
}


.select2-container--default .select2-selection--single{
    padding: 0.95rem 3.8rem 0.95rem 0.8rem;
    border: 0.1rem solid #CECECE;


    height: auto;
    border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
    font: 800 1.6rem/130% "NAMU";
    color: #080708;
}
.woocommerce-cart-form{
    position: sticky;
    top:0;
    right: 0;
}
.cart__container{
    height: 100%;
}
.app.app_no_js.index{
    overflow: unset;
}

.woocommerce form .form-row textarea{
    height: 9.6rem;
    width: 100%;
    border: 0.1rem solid #CECECE;
    padding: 0.8rem;
    font: 800 1.6rem/130% "NAMU";
}
.checkout__contact{
    margin-top: 8rem;
}

.checkout__contact >*{
    font: 800 1.6rem/100% "NAMU";
}
.header__icons .menu__item_contacts{
    margin: 0 3.2rem 0 0
}
.checkout__textarea textarea::placeholder{
   font: 800 1.6rem/130% "NAMU";
   color: #CECECE;
}

.checkout__form-flex{
    display: flex;
    gap:2rem;
}
.checkout__form-flex>*{
    width: calc(50% - 1rem);
}

.hidden{
    max-height: 100vh;
    overflow: hidden;
}

/*.checkout__container .woocommerce-checkout-review-order-table, */

.checkout__button-сustom-mob{
    display: none;
}

.woocommerce .container.cart__container .checkout__button-сustom-mob{
    background-color: #B88564;
}

.woocommerce-checkout-payment .place-order{
    display: none;
}
.checkout__textarea>{

}

#wcus_np_billing_fields{
    display: block!important;
}
#wcus_np_billing_fields.hide{
    display: none!important;
}


.post-info >h3, .post-info .j-wcus-np-custom-address-block, .post-info .wc-urk-shipping-form-group{
    display: none;
}
.checkout__delivery-custom .courier-info>*{
    display: none;
}
.courier-info > .j-wcus-np-custom-address-block{
    display: block!important;
}
#wcus_np_billing_fields.hide__post{
    display: none!important;
}

.j-wcus-warehouse-block,.j-wcus-np-custom-address-block{
    margin-bottom: 4rem;
}
 .woocommerce-checkout .checkout__payment-custom #payment {
    background: transparent;
 }
.woocommerce-checkout .checkout__payment-custom #payment ul.payment_methods{
    border-bottom: none;
}

.woocommerce-checkout #payment div.payment_box{
    background-color: transparent;
    padding: 0;
    margin: 0.8rem 0 0 0 ;
    font: 800 1.2rem/130% "NAMU";
    padding-left: 3.2rem;
}

.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
.payment_methods label{
    font: 800 1.6rem/130% "NAMU";
    color: #080708;
    position: relative;
    padding-left: 2.8rem;
}
.payment_methods input{
    display: none;
}
.payment_methods input + label:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.6rem ;
    height: 1.6rem ;
    border: 0.15rem solid #080708;
    border-radius: 50%;
}
.woocommerce-checkout #payment ul.payment_methods{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap:1.6rem
}

.payment_methods input:checked + label:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.4rem;
    width: 0.8rem ;
    height: 0.8rem ;
    background:  #080708;
    border-radius: 50%;
}


.order__list{
    display: flex;
    gap:2rem;
    margin-bottom: 4rem;
}
.order__item{
    padding: 1.35rem;
    font: 800 1.6rem/130% "NAMU";
    border: 0.1rem solid #B88564;
    width: 50%;
    text-align: center;
    color: #B88564;
    cursor: pointer;
}


.wc-ukr-shipping-checkbox{
    position: relative;
    font: 800 1.6rem/130% "NAMU";
    color: #080708;
    cursor: pointer;
}

.wc-urk-shipping-form-group span{
    font: 800 1.6rem/130% "NAMU";
    color: #080708;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.wc-urk-shipping-form-group {
    padding-left: 0!important;
}
.checkout__payment-custom{
    margin-top: 8rem;
}
.payment_methods input{
    display: none;
}

.wc-ukr-shipping-checkbox span:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.6rem ;
    height: 1.6rem ;
    border: 0.15rem solid #080708;
}

.woocommerce-shipping-fields{
    display: none;
}

#custom_address_1_field{
    display: none!important;
}
#custom_address_1_field.show{
    display: block!important;
}
.wc-urk-shipping-form-group{
    padding: 0;
}
.wc-ukr-shipping-checkbox {
    padding-left: 2.8rem;
}
.wc-ukr-shipping-checkbox input{
    display: none;
}

.wc-ukr-shipping-checkbox input:checked + span:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.35rem;
    border-radius: 50%;
    width: 0.96rem;
    height: 0.74rem;
    background: url("../static/components/priority.svg") center/0.96rem 0.74rem no-repeat;
}
/*.wc-ukr-shipping-checkbox{*/
/*    margin: 0 0 8rem;*/
/*}*/


#order_review,#order_review_heading{
    display: none;
}

#custom_address_1_field{
    display: none;
}
#wcus_np_billing_fields>h3{
    display: none;
}
#wcus_np_billing_fields h4,
.wcus-np-api-address-block .form-row label,
.woocommerce-input-middlename label,
.elevation h4 {
    margin-bottom: 0.4rem;
    display: inline-block;
    font: 800 1.6rem/130% "NAMU";
    color:#080708;
}
.woocommerce form .form-row.woocommerce-input-middlename {
    display: none;
    margin-bottom: 1rem;
}
.woocommerce-input-middlename input {
    width: 100%;
}
#wcus_np_billing_fields h4 span,
.woocommerce form .form-row .required,
.wcus-np-api-address-block .form-row label .required,
.woocommerce-input-middlename label .required,
.elevation h4 .required {
    color:#A30000;
    text-decoration: unset;
}
.j-wcus-warehouse-block > h3 {
    display: none;
}
.order__item.active{
    background-color: #B88564;
    color:white;
}
.select2-search__field{
    padding: 0.95rem 3.8rem 0.95rem 0.8rem;
    font: 800 1.6rem/130% "NAMU";
    border: 0.1rem solid #CECECE;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:50%;
    transform: translateY(-50%);
}

.select2-results__option{
    font: 800 1.6rem/130% "NAMU";

}
.woocommerce form .form-row{
    padding: 0;
    margin:  0 0 4rem 0;
}
.woocommerce-additional-fields > h3, .woocommerce form .woocommerce-additional-fields  .form-row  label{
    display: none;
}
.checkout__form-input{
    position: relative;
}
.checkout__form-input:after{
    content: '';
    position: absolute;
    bottom:1rem;
    right: 0.8rem;
    pointer-events: none;
    width: 2rem;
    height: 2rem;

}
.woocommerce form .form-row.woocommerce-validated input.input-text{
    border: 0.1rem solid #CECECE;

}
.checkout__container .woocommerce-error{
    display: none;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text{
    border: 0.1rem solid #A30000;
    color: #A30000;
}
.woocommerce form .form-row.woocommerce-invalid label{
    color: #080708;
}
.woocommerce-validated:after{
    background: url("../static/components/goodValidate.svg") center/2rem 2rem no-repeat;
}
.woocommerce-invalid:after{
    background: url("../static/components/error.svg") center/2rem 2rem no-repeat;
}
.wcus_np_billing_fields{

}


.woocommerce-order-flex{
    display: flex;
    gap:1.4rem
}




.woocommerce ul.order_details{
    display: flex;
    flex-direction: column;
    gap:1.4rem;
}
.woocommerce div.order_details > div{
    text-transform: none;
    border: none;
    margin: 0;
    padding: 0;
}
.woocommerce-table--order-details tfoot tr{
    display:none ;
}
.woocommerce-table--order-details tfoot tr:last-child{
    display:contents ;
}




.thankyou__home{
    padding: 1.4rem;
    font: 800 1.6rem/130% "NAMU";
    width: 100%;
    max-width: 32.5rem;
    text-align: center;
    background-color: #B88564;
    color: white;
    cursor: pointer;
}
.woocommerce-notice--success{
    font: 800 2.4rem/120% "NAMU";
    margin-bottom: 4rem;
}
.order_details strong{
    /*padding-left: 0.8rem;*/
}
.woocommerce-thankyou-order-details{
    display: flex;
    flex-direction: column;
    gap:1.4rem
}




.woocommerce-order-overview> div{
    font: 800 1.6rem/130% "NAMU";
    color: #212121;
}
.woocommerce-order-overview__delivery p{
    color:#747D8C;
    font: 800 1.4rem/130% "NAMU";
    margin-top: 0.8rem;
}
.woocommerce table.shop_table{
    border: 0.12rem solid #DFC8B9;
}
.woocommerce-order-details>h2{
    font: 800 1.6rem/1.9rem "NAMU";
    margin-bottom: 1.4rem;
}

.woocommerce-order-flex >*{
    color:#747D8C;
    font: 800 1.4rem/130% "NAMU";
    margin: 0;
    padding: 0;
}
.woocommerce-order{
    max-width: 67rem;
}
.woocommerce-order-details{
    margin: 4rem 0;

}


.woocommerce .woocommerce-order table.shop_table{
    padding: 1rem 1.4rem
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
    padding: 1rem 0
}


.woocommerce-order  thead th{
    font: 800 1.4rem/1.7rem "NAMU";
}
.woocommerce-order tfoot tr > *{
    font: 800 1.6rem/1.9rem "NAMU";
}

.woocommerce-order table.shop_table td{
    border:none
}
.woocommerce-order table.shop_table thead th{
    border-bottom: 0.1rem solid #DFC8B9;
}
.woocommerce-order table.shop_table tfoot th, .woocommerce table.shop_table tfoot td{
    border-top: 0.1rem solid #DFC8B9;
}
.woocommerce-order table.shop_table tbody th{
    border: none;
}
.woocommerce-order  tbody .product-name> *, .woocommerce-order  tbody >*{
    color:#080708;
    font: 800 1.4rem/1.7rem "NAMU";
}
.shop_table.order_details{
    border-spacing:inherit ;
}
.woocommerce-order tbody td:last-child {
    text-align: right;
}
.woocommerce-order .woocommerce-customer-details{
    display: none;
}

.woocommerce-order th.product-total, .woocommerce-order .order_item .product-total, .woocommerce-order  tfoot td{
    text-align: right;
}

.footer_thankyou:before{
    display: none;
}
.footer_thankyou .footer__logo{
    filter:brightness(0) ;
}

.app.app_no_js.index .header__thankyou  .menu__list.product-menu{
    display: flex;
}

.footer_thankyou .footer__title > *, .footer_thankyou .footer__text > *{
    color:#080708
}
.footer_thankyou .social{
    text-align: left;
}

.product__mini-cart .mini-cart-container{
    background: #B88564;
    color: #ffffff;
}
.product__mini-cart .mini-cart-replace h3{
    color: #ffffff;
}
.product__mini-cart .mini-quantity .cart__counter{
    filter: unset;
}
.product__mini-cart input{
    background: transparent;
    color: #ffffff;
}

.custom__field,
.custom__field-content {
    display: none;
}
.floor__up {
    padding: 1rem 0;
}
.floor__up label,
.elevator label {
    position: relative;
    padding-left: 2.8rem;
    font: 800 1.6rem/130% "NAMU";
    color: #080708;
    cursor: pointer;
}
.floor__up input,
.elevator input {
    display: none;
}
.floor__up span:before,
.elevator span:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border: 0.15rem solid #080708;
}
.floor__up input:checked + span:after,
.elevator input:checked + span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.35rem;
    border-radius: 50%;
    width: 0.96rem;
    height: 0.74rem;
    background: url('../static/components/priority.svg') center / 0.96rem 0.74rem no-repeat;
}

@media only screen and (max-width: 666px) {
    .header__mob-icon{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap:1.6rem;
    }
    .header__logo_menu{
        display: none;
    }
    .product.checkout__thankyou{
        flex-direction: column;
    }

    .footer_thankyou .container{
        padding-top: 8rem;
    }
    .footer.footer_thankyou .footer__list .social{
        text-align: left;
    }
    .checkout__button-сustom-mob {
        display: block;
    }
    .header__icons .menu__item{
        display: none;
    }
    .mini-cart-wrap{
        width: 100vw;
        height: calc(100vh + 2rem);
        top: -2rem;
        left: 0;
        right: auto;
        min-width: auto;
        background-color: white;
        z-index: 2;
    }
    .woocommerce-mini-cart.cart_list{
        max-height: calc(100vh - 26.5rem);
    }
    .app.app_no_js.index{
        overflow: hidden;
    }
    .cart__block{
        flex-direction: column-reverse;
    }
    .cart__container{
        padding: 0;
    }
    .cart__block>*{
        width: 100%;
    }
    .cart__container .products__inner{
        flex-direction: row;
        gap: 1.6rem;
    }
    .cart__products .products__inner > *{
        width: calc(50% - 0.8rem);
    }

    .products__inner .products__img-wrapper_small{
        width: 100%;
    }
    .shop_table{
     padding:  4rem 1.6rem;
    }
    .shop_table>h2{
        font: 800 2.4rem/120% "NAMU";

    }
    .checkout__container{
        flex-direction: column-reverse;
    }
    .checkout__logo{
        display: none;
    }
    .checkout__container > *{
        width: 100%;
    }
    .checkout__container .woocommerce-cart-form .shop_table .checkout__button-clone{
        display: none;
    }
    .checkout__container .coupon{
        margin: 4rem 0 0;
    }
    .cart__block{
        gap:3rem
    }
    .cart__category>h2{
        font-size: 2.4rem;
        padding-left: 1.6rem;
    }
    .cart__block .products__img-wrapper_small{
        max-width: 100%;
    }
    .cart__block .products__inner_reverse .products__img-wrapper_medium:not(:last-child), .cart__block  .products__box_small:not(:last-child){
        margin: 0;
    }
    .cart__block  .products__inner:not(:last-child){
        margin: 0 0 1.6rem 0;
    }
    .cart__container .products__img-wrapper_medium, .cart__container .products__img-wrapper_small{
        max-height:48.8vw ;
        min-height: 48.8vw;
    }
    .checkout__container{
        gap:0
    }
    .checkout.woocommerce-checkout{
        padding: 4rem 1.6rem ;
    }
    form.woocommerce-checkout{
        width: 100%;
    }
    .mini-cart-container{
        padding: 4rem 1.6rem;
        background: #B88564;
        min-height: 100vh;

    }
    .mini-cart-container > *{
        color: white;

    }
    .mini-cart-container .checkout__button-сustom{
        background: #FFFFFF;
        color:#B88564;
    }
    .mini-cart-container .wc-proceed-to-checkout{
        position: fixed;
        bottom: 4rem;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 3.2rem);
    }
    .mini-cart-close{
        top: 4.45rem;
    }
    .mini-cart-close, .mini-cart-container h3, .mini-quantity .cart__counter,.mini-quantity input{
        filter: brightness(0%) invert(1)
    }
    .mini-quantity input{
        background: transparent;
    }
    .mini-cart-close{
        z-index: 2;
    }
    .checkout__form-flex{
        gap:0.8rem;
    }
    .checkout__form-flex > *{
        width: calc(50% - 0.4rem);
    }
    .checkout__form-flex:last-child{
        flex-direction: column;
        gap:0;

    }
    .checkout__form-flex:last-child>*{
        width: 100%;
    }
    .woocommerce form .form-row{
        margin-bottom: 2.4rem;
    }
    .checkout__form input{
        padding-right: 2.4rem;
    }
    .order__list{
        gap:0.8rem
    }
    .order__item{
        padding: 1.35rem 1.25rem ;
    }
    #payment .checkout__button-сustom-mob{
        display: none;
    }
    /*.header__icons{*/
    /*    position: absolute;*/
    /*    top:50%;*/
    /*    transform: translateY(-50%);*/
    /*    right: 5rem;*/
    /*}*/
    .woocommerce-mini-cart__empty-message h2{
        color:white
    }
    .j-wcus-np-custom-address-block{
        margin-bottom: 0;
    }
}

.shipping_tariff {
    position: relative;
    font: 800 1.6rem / 130% "NAMU";
    color: #080708;
    margin-bottom: 4rem;
}

.phone-popup.fancybox-content .fancybox-button{
    display: none!important;
}
.phone-popup.fancybox-content{
    padding: 10px 10px 36px;
    max-width: 314px;
    background: #FFFFFF;
    width: 100%;
    min-height: 280px;
}
.phone-popup__control{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.phone-popup__control-return{
    display: none;
    width: 15px;
    height: 15px;
    margin-left: 4px;
}
.phone-popup__control-close{
    margin-left: auto;
    width: 24px;
    height: 24px;
}
.phone-popup__control-return,
.phone-popup__control-close{
    cursor: pointer;
    line-height: 0;
}
.phone-popup__control-return>*,
.phone-popup__control-close>*{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.phone-popup__step:not(:first-child){
    display: none;
}
.phone-popup__title{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.phone-popup__input{
    display: flex;
    flex-direction: column;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 23px;
    position: relative;
}
.phone-popup__input label{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #999696;
    margin-bottom: 10px;
}
.phone-popup__input input{
    width: 100%;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    height: 37px;
    border-radius: 0!important;
    transition: border-color .3s ease, color .3s ease;
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px;
    font-family: Lato, sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
}
.phone-popup__input-error{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    transform: translateY(100%);
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #BC5B5B;
}
.phone-popup__input.is-error .phone-popup__input-error{
    display: block;
}
.phone-popup__input.is-error input{
    border-color: #BC5B5B;
    color: #BC5B5B;
}
.phone-popup__btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.phone-popup__btn  button{
    padding: 10px 24px;
}
.phone-popup__btn>* {
    width: 100%;
    background: #FFFFFF;
    border: 4px solid #B88564;
    border-radius: 0;
    outline: none;
    color: #B88564;
    text-align: center;
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.phone-popup__btn>*:hover {
    border-color: #B88564;
    background-color: #B88564;
    color: #fff;
}
.phone-popup__btn>*[disabled] {
    pointer-events: none;
    opacity: .5;
}
.phone-popup__resend{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.phone-popup__resend-wait{
    color: #999696;
}
.phone-popup__resend-link{
    display: none;
    color: #1C9BE0;
    cursor: pointer;
    text-decoration: underline;
}
.phone-popup__resend-link:hover{
    color: #B88564;
}
.woocommerce-input-wrapper .unmasked-phone{
    position: absolute;
    left: -9999px;
    visibility: hidden;
}