/**
Theme Name: Astra Child 
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

*{
    margin: 0;
    box-sizing: border-box;
    padding: 0
}
p{
    margin-bottom: 0 !important;
}
a:active,
a:focus-visible,
a:focus{
    outline: none !important;
    box-shadow: none !important;
}
body {
    position: relative;
    overflow: visible;
    overflow-x: hidden !important;
    width: 100%;
}
/* home page css */
.hero-section {
    position: relative;
}
ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    max-height: 280px;
    object-fit: contain;
}
ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link {
    height: 100%;
    min-height: 458px;
    background: rgba(62, 77, 131, 0.06);
    border: 1px solid #3E4D8399;
    border-radius: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
    text-align: center;
}
.woocommerce-js ul.products li.product .ast-woo-product-category {
    display: none;
}
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap, 
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
    margin-bottom: 2em;
}
.woocommerce-loop-product__buttons {
    display: none;
}
.faq-accord summary.e-n-accordion-item-title {
    justify-content: space-between;
}
summary.e-n-accordion-item-title[aria-expanded="true"] {
  border-radius: 12px 12px 0 0 !important;
}
.products.elementor-grid li.product a.woocommerce-loop-product__link img {
    max-height: 280px;
    object-fit: contain;
}
h2.woocommerce-loop-product__title {
    text-align: center;
}
span.price {
    text-align: center;
}  
body.home{
    position: relative;
}
body.home:after {
    content: '';
    background: radial-gradient(ellipse at center, #1b2a55 0%, #0b1635 40%, #050a1f00 70%, #020617 100%);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    max-width: 1020px;
    top: 0px;
    right: 20px;
    max-height: 1020px;
}



/* contact page css */

.contact-form{
    margin:auto;
}

.form-row{
    display:flex;
    gap:24px;
    margin-bottom:22px;
}

.form-col{
    flex:1;
    display:flex;
    flex-direction:column;
}

.form-row-full{
    display:flex;
    flex-direction:column;
    margin-bottom:15px;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], 
input[type="password"], input[type="search"], input[type=reset], input[type=tel], 
input[type=date], select {
    height: 45px;
    background: transparent;
    border: 1px solid rgba(62, 77, 131, 0.6);
    border-radius: 12px;
}
.woocommerce-js form .contact-form label {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
    line-height: 1;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 10px 20px;
    border-radius: 10px !important;
    margin-right: 5px;
    flex-grow: 1;
}

.form-input,
.form-textarea{
    width:100%;
    padding:14px 16px;
    background:transparent;
    border:1px solid #1c2c5a;
    border-radius:10px;
    color:#ffffff;
    font-size:15px;
    outline:none;
    transition:0.3s;
}
.woocommerce-js form .form-row {
    margin: 0 0 10px;
}
.woocommerce-js form .contact-form br {
    display: none;
}
.form-input:focus,
.form-textarea:focus{
    border-color:#4f6bff;
    box-shadow:0 0 10px rgba(79,107,255,0.4);
}

.form-textarea {
    min-height: 120px;
    resize: none;
    max-height: 120px;
}

.form-submit input{
    background:linear-gradient(135deg,#4f6bff,#2e3c72);
    border:none;
    padding:12px 30px;
    border-radius:10px;
    color:#fff;
    font-size:15px;
    cursor:pointer;
    transition:0.3s;
}

.form-submit input:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,0.4);
}
.ast-on-card-button.ast-onsale-card {
    background: linear-gradient(85.1deg, #131D42 0%, #3E4D83 100%);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    left: 0;
    text-transform: uppercase;
    border-radius: 0 8px 8px 0;
    padding: 8px 15px;
}
.ast-on-card-button:not(.ast-onsale-card){
    opacity: 1;
    visibility: visible;
}
.ast-on-card-button .ahfb-svg-iconset {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    opacity: 1;
}
.ast-on-card-button .ahfb-svg-iconset .ast-icon svg#ast-bag-icon-svg path {
    fill: #fff;
}
footer.elementor.elementor-location-footer{
    position: relative;
    overflow: hidden;
}
footer.elementor.elementor-location-footer:after {
    bottom: 0;
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -200px;
    top: -20%;
    background: radial-gradient(ellipse, rgb(90 110 170 / 53%) 0%, rgb(50 70 130 / 44%) 35%, rgb(15 20 35 / 0%) 70%);
    pointer-events: none;
    z-index: -1;
}

button.asp-icon-btn {
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    justify-content: center;
    padding: 5px;
}
button.asp-icon-btn svg circle {
    color: rgba(6, 7, 17, 1);
}
button.asp-icon-btn svg line {
 color: rgba(6, 7, 17, 1);
}
.elementor-menu-cart__toggle .elementor-button svg {
    width: 1.5em;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    background-color: #ffffff;
    color: #080911;
}
button#aspCloseBtn {
    padding: 5px;
    right: 28px;
    top: 46px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.elementor-menu-cart__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}
a#elementor-menu-cart__toggle_button {background: transparent;border: 0;padding: 0;position: relative;}

/* aps popup css */
 .asp-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #333;
    display: flex;
    align-items: center;
}
.asp-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
}
.asp-overlay.open {
    display: flex;
}
input.asp-input {
    background: transparent !important;
}
.asp-input-wrap {
    height: 45px;
}
.asp-popup {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}
.asp-close {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 100% !important;
    top: 33px;
    right: 28px;
    font-size: 12px !important;
    width: 20px;
    height: 20px;
}
p.woocommerce-noreviews {
    margin-bottom: 15px !important;
}
.woocommerce-js #reviews .comment-form-comment label, .woocommerce-js #reviews .comment-form-rating label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 14px;
    display: block;
}
.woocommerce-js #reviews #review_form #respond #comment {
    background: transparent;
    color: #fff;
}
.woocommerce-js .comment-reply-title {
    font-size: 18px;
}
input.asp-input:focus {
    border: 0;
}
.asp-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 16px;
}
.asp-input-wrap:focus-within {
    border-color: #030306;
}
#aspInput {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}
.asp-hint {
    color: #999;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}
.asp-loading {
    text-align: center;
    padding: 20px;
    color: #999;
    font-size: 14px;
}
.asp-product-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}
.asp-product-item:hover {
    background: #f9f9f9;
    padding-left: 6px;
    border-radius: 6px;
}
.asp-product-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 0;
}
.asp-product-info {
    flex: 1;
}
.asp-product-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #080911;
}
.asp-product-price {
    font-size: 14px;
    color: rgba(85, 105, 177, 1);
    font-weight: 500;
}
.asp-no-results {
    text-align: center;
    padding: 20px;
    color: #999;
}
.elementor-menu-cart__wrapper{
    display: flex;
}
.ast-woo-shop-archive .site-content > .ast-container {
    max-width: 1660px !important;
}
#primary {
    margin: 1.5em 0 !important;
}
.woocommerce-js div.product .woocommerce-tabs {
    padding-top: 2em;
    margin-bottom: 120px;
    width: 100%;
}
.woocommerce-tabs .woocommerce-Tabs-panel h3 {
    margin: 0;
    margin-bottom: 15px;
    margin-top: 32px;
    font-family: Barlow Condensed;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.7);
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs:before{
    display: none !important;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::before {
    top: inherit !important;
    bottom: 0;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li {
    padding: 14px 0;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid rgba(62, 77, 131, 0.6);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    background: #ffffff !important;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    color: rgba(85, 105, 177, 0.7);
    text-decoration: none;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
    font-size: 20px;
    color: rgba(85, 105, 177, 1);
    font-weight: 600;
}
.woocommerce-js .quantity .minus, .woocommerce .quantity .plus {
    border: 0;
    font-size: 0;
    width: 0px;
}
input.asp-input {
    border: 0px;
}
.woocommerce form .form-row textarea, .woocommerce input[type=email],
.woocommerce input[type=number], .woocommerce input[type=password], 
.woocommerce input[type=reset], .woocommerce input[type=search], 
.woocommerce input[type=tel], .woocommerce input[type=text], 
.woocommerce input[type=url], .woocommerce textarea, 
.woocommerce-page form .form-row textarea, 
.woocommerce-page input[type=email], .woocommerce-page input[type=number], 
.woocommerce-page input[type=password], .woocommerce-page input[type=reset], 
.woocommerce-page input[type=search], .woocommerce-page input[type=tel],
.woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea {
    border-color: rgba(62, 77, 131, 0.6) !important;
}
.woocommerce-js #reviews #review_form {
    border: 1px solid  rgba(62, 77, 131, 0.6);
}

body .qib-button-wrapper {
    justify-content: space-between;
    border: 1px solid rgba(62, 77, 131, 0.6);
    border-radius: 12px;
    max-width: 180px;}
.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity,
.woocommerce div.product form.cart .quantity.wqpmb_quantity,
.woocommerce div.product .quantity.wqpmb_quantity {
    width: 100%;
    justify-content: center;
    border: 0;
}
.woocommerce div.product form.cart div.quantity .qty {
    padding: 0;
}
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: transparent !important;
    color: #fff;
    border: 0 !important;
}
.custom-best-seller-badge {
    width: 95px;
    text-align: center;
    top: 22px;
    background: linear-gradient(85.1deg, #131D42 0%, #3E4D83 100%);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    left: 0;
    text-transform: uppercase;
    border-radius: 0 8px 8px 0;
    padding: 9px 5px 9px 0px;
}
.astra-shop-thumbnail-wrap .ast-onsale-card {
    top: 56px !important;
}

.astra-shop-thumbnail-wrap:not(:has(.custom-best-seller-badge)) .ast-onsale-card {
    top: 12px !important;
}
.quantity.hidden {
    display: none !important;
}
body.single-product .product form.cart:has(.quantity.hidden) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
body.single-product .product form.cart:has(.quantity.hidden) {
    display: flex;
    grid-template-columns: 1fr 1fr;
}
.quantity.hidden {
    float: none !important;
    display: none !important;
}
body.single-product .product form.cart:has(.quantity.hidden)  .single_add_to_cart_button{
    width: 100%;
    margin: 0;
}

body.single-product .product form.cart:has(.quantity.hidden) .custom-buy-now-btn {
    width: 100%;
}

.woocommerce-product-gallery:not(:has(.woocommerce-product-gallery__image + .woocommerce-product-gallery__image)) 
.woocommerce-product-gallery__wrapper {
    display: block !important;
    border: 1px solid rgba(62, 77, 131, 0.6);
    padding: 25px !important;
    border-radius: 12px;
}
body.single-product.woocommerce-js .woocommerce-product-gallery:not(:has(.woocommerce-product-gallery__image + .woocommerce-product-gallery__image)) .woocommerce-product-gallery__trigger {
    right: 15px;
}

.product-gallery-summary-wrapper .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100% !important;
}

/* 
@media (max-width: 1800px) {
    .e-con>.e-con-inner {
        max-width: 90%;
    }
  .ast-woo-shop-archive .site-content > .ast-container {
        max-width: 90% !important;
    }
}
@media (max-width: 1300px) {
    .e-con>.e-con-inner {
        max-width: 100%;
    }
    .ast-woo-shop-archive .site-content > .ast-container {
        max-width: 100% !important;
    }
} */
@media (max-width:1366px){
    .elementor-wc-products ul.products{
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link {
        min-height: 385px;
        border-radius: 20px;
    }
    .woocommerce ul.products li.product .astra-shop-thumbnail-wrap, .woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
        margin-bottom: 1.5em;
    }
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        margin-bottom: 0 !important;
        max-width: 250px;
    }
    body.home:after {
        max-width: 820px;
        top: 0px;
        right: 0;
        max-height: 920px;
    }
    .custom-best-seller-badge {
        width: 80px;
        top: 15px;
        font-size: 10px;
    }

}
@media(max-width:1024px){
    body.home:after {
        max-width: 630px;
        top: 0px;
        right: 0;
        max-height: 700px;
    }
    .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 21px;
    }
    .woocommerce ul.products, .woocommerce-page ul.products {
        column-gap: 15px;
    }
    .nav-menu-wpr {
        max-width: max-content !important;
        width: 100%;
    }
    .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 22px;
    }
    .woocommerce ul.products li.product .price, .woocommerce div.product p.price,
    .woocommerce div.product span.price, .widget_layered_nav_filters ul li.chosen a,
    .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a {
        font-size: 17px;
    }
    .woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
        margin-bottom: 1.5em;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 50px;
        margin-bottom: 30px;
    }
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        max-height: 220px;
    }
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link {
        min-height: 330px;
        border-radius: 20px;
    }
}
@media (max-width:768px){
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        max-height: 220px;
        object-fit: contain;
    }
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link {
        min-height: 325px;
    }
    footer.elementor.elementor-location-footer:after {
        top: 40%;
        right: -400px;
    }
    .elementor-kit-18 input[type="submit"]{
        font-size: 14px;
    }
    .ast-on-card-button .ahfb-svg-iconset {
        width: 30px;
        height: 30px;
    }
    .ahfb-svg-iconset svg {
        width: 13px;
        height: 13px;
        transition: none;
    }
    .ast-on-card-button {
        right: 0.6em;
    }
    .woocommerce-js .woocommerce-breadcrumb {
        padding: 15px 20px;
    }
    .custom-best-seller-badge {
        width: 90px;
        text-align: center;
        top: 14px;
        font-size: 10px;
    }
    .astra-shop-thumbnail-wrap .ast-onsale-card {
        top: 46px !important;
        font-size: 10px;
    }
    .woocommerce ul.products, .woocommerce-page ul.products {
        column-gap: 10px;
    }
    .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 20px;
    }
    .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, 
    .widget_layered_nav_filters ul li.chosen a, .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a {
        font-size: 16px;
    }
}
@media(max-width:680px){
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link {
        min-height: 270px;
    }
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        max-height: 160px;
    }
    .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 20px;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .ast-header-break-point.ast-woocommerce-shop-page-modern-style ul.products {
        margin-top: 1.6em;
    }
    .woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
        margin-bottom: 1em;
    }
    .woocommerce-js .woocommerce-breadcrumb {
        padding: 10px 15px;
    }
}
@media (max-width:580px){
    .form-row{
        flex-direction:column;
        gap:18px;
    }
    .ast-on-card-button.ast-onsale-card {
        font-size: 9px;
        border-radius: 0 8px 8px 0;
        padding: 6px 10px;
        top: 36px !important;
    }
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link {
        border-radius: 15px;
    }
    .woocommerce-js .woocommerce-breadcrumb {
        padding: 10px 20px;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 45px;
        margin-bottom: 35px;
        margin-top: 15px;
    }
}
@media(max-width:544px){
    .ast-sticky-shop-filters {
        background: #080911;
    }
    .ast-header-break-point.ast-woocommerce-shop-page-modern-style .ast-sticky-shop-filters .woocommerce-result-count {
        display: block;
    }
    .ast-sticky-shop-filters {
        justify-content: space-between;
    }
    .ast-header-break-point.ast-woocommerce-shop-page-modern-style ul.products {
        margin-top: 1.6em;
    }
    .woocommerce ul.products, .woocommerce-page ul.products {
        column-gap: 10px;
    }
    .asp-product-name {
        font-size: 15px;
        line-height: 1;
    }
    .asp-product-item img {
        width: 50px;
        height: 50px;
    }


}
@media (max-width:480px){
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        max-height: 160px;
        object-fit: contain;
    }
    ul.products li .astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link {
        min-height: 250px;
    }
    .ast-sticky-shop-filters {
        padding: 8px 10px;
    }
    .ast-header-break-point.ast-woocommerce-shop-page-modern-style .ast-sticky-shop-filters .woocommerce-result-count {
        font-size: 12px;
    }
    .woocommerce-ordering select.orderby {
        max-width: 150px;
        border-radius: 15px;
        font-size: 12px;
        padding: 8px 15px;
        height: 38px;
        border-radius: 10px;
    }
    .woocommerce ul.products li.product .price, .woocommerce div.product p.price,
    .woocommerce div.product span.price, .widget_layered_nav_filters ul li.chosen a,
    .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a {
        font-size: 15px;
    }
}


/* mobile menu css */
/* OFF CANVAS MENU */
@media (max-width:1024px) {
    .nav-menu-wpr .elementor-nav-menu--dropdown{
        position: fixed !important;
        top:0;
        right:-450px;
        width:90%;
        max-width:450px;
        height:100vh;
        background:#090d22;
        padding:50px 30px;
        transition:right .35s ease;
        z-index:9999;
        overflow-y:auto;
        margin:0;
        display:block !important;   /* important */
    }
    .nav-menu-wpr .elementor-menu-toggle[aria-expanded="true"] + .elementor-nav-menu--dropdown{
        right:0;
    }
    .nav-menu-wpr .elementor-menu-toggle[aria-expanded="false"] + .elementor-nav-menu--dropdown{
        right:-450px;
    }
   .nav-menu-overlay{
        position:fixed;
        top:0;
        left:0;
        width:0;
        height:100vh;
        background:rgba(0,0,0,.55);
        backdrop-filter:blur(3px);
        transition:opacity .35s ease;
        opacity:0;
        z-index:9998;
    }
    .nav-menu-overlay.active{
        width:100%;
        opacity:1;
    }
    .mb-search-cart {
        max-width: 100px;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .nav-menu-wpr .elementor-menu-toggle {
        z-index: 10001;
        position: relative;
        padding: 0;
    }
    body.menu-open {
        overflow: hidden;
    }
    .nav-menu-wpr .elementor-nav-menu a {
        color: #fff;
        font-weight: 500;
        display: block;
        padding: 12px 0;
        transition: .25s;
    }

    .nav-menu-wpr .elementor-nav-menu a:hover {
        color: #8ec5ff;
    }
    .nav-menu-wpr .elementor-nav-menu a {
        font-size: 20px;
    }

    header.elementor.elementor-location-header {
        position: relative;
    }
    header .elementor-menu-toggle.elementor-active {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    header .elementor-element.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        position: static;
    }
    header .e-con-inner {
        position: static;
    }
    header .elementor-element.e-con-full.e-flex.e-con.e-child {
        position: static;
    }
    .nav-menu-wpr.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu,
    header .elementor-element.e-con-full.e-flex.e-con.e-child {
        position: static;
    }
     header .elementor-menu-toggle.elementor-active {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    header .nav-menu-wpr .elementor-nav-menu a.elementor-item-active {
        background: transparent;
    }

    .woocommerce-js div.product form.cart .button.single_add_to_cart_button{
        width: auto;
    }
}

@media (max-width:768px) {
    .nav-menu-wpr .elementor-nav-menu a {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .nav-menu-wpr .elementor-nav-menu a {
        font-size: 16px;
    }

    .product-gallery-summary-wrapper .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
        gap: 10px;
    }
    }

.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 10px;
    max-width: 100%;
    margin-top: 14px;
}
.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr th{
        border-color: #0f0f0f !important;
}