/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/


.wr-delivery{
	display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    padding-top: 0;
    margin-top: 0;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 9px;
}
.left-wr {
    display: flex;
    gap: 5px;
}

.icon-delivery {
    text-align: center;
    align-items: center;
    display: flex;
}

.adress-value {
    margin-top: 10px;
    padding-bottom: 10px;
    color: #dd9933;
    border-bottom: 1px solid grey;
}
.btn-delivery {
    border-radius: 20px;
    padding: 10px 30px;
    cursor: pointer;
    opacity: 0.5;
    border: 1px solid white;
}
.header-wrapper{
	display: flex;
	flex-direction: column;
}
.nasa-topbar-wrap{
	order: 1;
}
.header-container {}
.wr-btn-blocks {
    display: flex;
    gap: 15px;
    padding: 0px;
    border-radius: 10px;
    padding: 6px;
}

.border-btn2 {
    width: 50%;
    height: 1px;
    background: grey;
}

.btn-delivery.delivery {
    color: white;
    opacity: 0.5;
    border: 1px solid white;
}

.wr-btn-blocks .active {
    background: #dd9933;
    border: none;
    color: white;
    opacity: 1;
}

.border-btn1 {
    width: 50%;
    height: 1px;
    background: red;
}

.active-btn {
    width: 50%;
    height: 1px;
    background: red;
}


.border-btn1 {
    width: 50%;
    height: 1px;
    background: grey;
}

.active-btn {
    width: 50%;
    height: 4px;
    border-radius: 28px;
    background: #dd9933;
}
.borders-btns {
	display: flex;
	align-items: center;
	padding: 0px 7px;
}

.icon-delivery .nasa-custom-panel-btn svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: #dd9933;
}


.checkout-edit-address {
    background-color: unset !important;
    padding: 0;
    border: none;
    position: absolute;
    top: 13px;
    right: 8px;
}

.checkout-edit-address svg {

    stroke: #dd9933;
}
#header-content{
    top:0!important;
}

/*body .nasa-header-sticky  #masthead {*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*}*/

.product_title-wr {
    display: flex;
    align-items: center;
    gap: 19px;
}
.product_title-wr span {
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    border-bottom: 1px solid grey;
    border-bottom-style: dashed;
}
div#product-delivery-price-block {
    width: 100%;
    margin-bottom: 10px;
}
span.delivery-price-value {
    font-weight: 600;
    color: white;
}
.delivery-price-hint strong { color:white;}

span.total-price-label {
    font-size: 22px;
}

.total-cart-delivery.total-cart-wrap{

    margin-bottom:10px;

}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    margin-top: 15px;
}
.nasa-add-to-cart-fixed{
    display: none;
}
body .nasa-static-sidebar .ext-nodes-wrap .ext-node.mini-cart-change-variation .product-lightbox .row .product-quickview-info .product-info .variations_form .single_variation_wrap {
    height: 450px !important;
    overflow-y: auto;
    -webkit-align-items: self-start;
}


.my-slides .text-item {
    font-size: 30px;

    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
}



.my-slides .slide-item {
    text-align: center;

    margin-bottom: 40px;
}

.my-slides .slide-img img {
    width: 100%;
    max-width: 500px;
}



.wr-delivery .center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.wr-delivery .right-wr {
    flex: 1;
    display: flex;
    justify-content: end;
}
.wr-delivery .left-wr {
    flex: 1;

}

.wr-delivery .wr-btn-blocks-1 {
    width: 280px;
}
body .woo-billing .dop-address {
    width: calc(25% - 8px);
    margin-right: 10px;
}

body .woo-billing .dop-address:last-child {
    margin-right: 0;
}
body .woo-billing .dop-address label {
    display: none;
}

#main-content form .form-row.nasa-actived.dop-address input{
    padding-top: 0;
}

.nasa-bottom-bar .mini-cart .hidden-tag {
    display: block;

}

.nasa-bottom-bar .mini-cart {
    flex-direction: column;
}
.mobile-search-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

span.mobile-search-bottom-title {
    font-size: 14px;
    line-height: 14px;

}
body .nasa-top-cat-filter-wrap-mobile {
    display: block;
}

/* Ровная сетка товаров: единая высота миниатюр в каталоге */
body .products .product-img .main-img,
body .products .product-img .back-img {
    aspect-ratio: 1;
    overflow: hidden;
}

body .products .product-img .main-img img,
body .products .product-img .back-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media(max-width:767px){
    .wr-delivery .wr-btn-blocks-1 {
        width: 100%;
    }
    body.nasa-in-mobile.nasa-mobile-app #wrapper .product-header {
        position: static !important;
    }


    #cart-sidebar .product-addons-list {
        padding-bottom: 100px;
    }

    .product_title-wr {
        flex-direction: column;
        align-items: self-start;
        margin-bottom: 20px;
    }
    body.nasa-in-mobile.nasa-mobile-app #wrapper .nasa-single-product-in-mobile form.cart.variations_form {
        height: 100vh;
        top: 0 !important;
        max-height: max-content !important;
        overflow-y: auto !important;
    }

    .product-info .cart.variations_form .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    body .ns-info-btns {
        position: static;
    }


    .wr-delivery .order-2.logo-wrapper.fjct {
        display: none;
    }

    .wr-delivery .order-2.logo-wrapper.fjct {
        display: none;
    }

    .wr-delivery {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .adress-delivery {display: flex;align-items: center;gap: 10px;flex: 1;justify-content: space-around;}

    .left-wr {
        margin-bottom: 15px;
        width: 100%;
    }

    .right-wr {
        width: 100%;
    }

    .btn-delivery {
        width: 50%;
        text-align: center;
    }
    .nasa-promotion-news {
        display: none !important;
    }

    .nasa-position-relative {
        display: none;
    }
    #nasa-init-viewed {
        display: none;
    }
    .mini-cart-desc{
        display: none;
    }


}