/* Custom Css */
.last_border a.menu-link {background: #000;}
.site-primary-header-wrap {min-height: unset !important;}
.top_header-btn {
    background: #800080c4;
    color: #fff;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
	cursor: pointer;
	border: 1px solid transparent;
}
.flex_box-header {
    display: flex;
    gap: 20px;
    align-items: center;
}
.contact_call a {
    color: #fff;
    background: #9d3b9d;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    font-weight: 600;
	border: 1px solid transparent;
}
.top_header-btn:hover, .contact_call a:hover {background: transparent; border: 1px solid #9d3b9d; color:#9d3b9d;}
.main-navigation ul li a {
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    border-right: 1px solid #C4C4C4;
}
.last_border a.menu-link {border-right: none;}
.main-navigation ul>li>a {line-height: 3 !important;}
.banner_image-slider img{width: 100% !important;}
.banner_image-slider figure.wp-block-uagb-image__figure {width: 100%;}
.ast-above-header.ast-above-header-bar {background-color: #eeebe6 !important;}
/* Product Page */
.woocommerce-product-details__short-description ul {margin-left: 10px;}
.inclusions-box, .Need-to-know-box {
    background: #fff;
    padding: 20px;
    filter: drop-shadow(0px 0px 2px #000);
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description .Need-to-know-box ul li {
    background: url(/wp-content/uploads/2025/09/exclamation.png) 0px 4px;
    background-repeat: no-repeat;
    background-size: 25px;
}
.wp-block-uagb-image.uagb-block-0b469f23 figure.wp-block-uagb-image__figure img {
    width: 100%;
}
/* Category Products */
.product_category-section li.wc-block-product {
    padding: 5px 5px 15px 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 1px #000;
    border-radius: 5px;
}
.product_category-section a {
    text-decoration: none !important;
}
/* Footer Section */
.footer-copyright p {
    margin-bottom: 0;
    text-align: center;
    padding: 15px 0;
	color: #fff;
}
.footer-copyright p a {color: #fff;}
/* Payment Page */
.payment_box.payment_method_cod ul li {
    background: url(/wp-content/uploads/2025/09/correct_check-icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 0px 0 15px 32px;
    line-height: 1.3;
    color: #000;
}
.payment_box.payment_method_cod p {color: #000;}