/**
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
*/

.order-online a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
}
.wfsmodal-container input[type=text], .wfsmodal-container textarea {
    background: #dbdbdb !important;
    border: 1px solid #dbdbdb !important;
}
.wfsmodal-header h5, .product-content {
    color: #000 !important;
}
.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: normal !important;
}
.wfs-cart-expanded p, .wfs-cart-expanded span, .wfs-cart-expanded {
    color: #239d60;
    line-height: 23px;
}
.wfs-cart-overview {
    color: #239d60;
}
.wfs-store-close-msg {
    color: #000;
}


/* =====================================================
   WooCommerce Menu Section — style.css
   ===================================================== */

/* Outer wrapper — dark background with gold border */
.wc-menu-section {
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 12px;
    background-image: linear-gradient(to right top, #487249, #131d19, #284633, #141c0e, #1b1b1a);
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075), 0 2px 2px rgba(0,0,0,0.075), 0 4px 4px rgba(0,0,0,0.075), 0 8px 8px rgba(0,0,0,0.075);
}
/* Gold border box */
.wc-menu-inner {
    border: 1.5px solid #b8922a;
    padding: 40px 48px;
    display: flex;
    flex-direction: row;
    gap: 0;
	border-radius: 8px;
}

/* One-column variant */
.wc-menu-one-col .wc-menu-inner {
    flex-direction: column;
    gap: 0;
}

/* Each column takes exactly 50% width */
.wc-menu-column {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
}

.wc-menu-column:first-child {
    padding-right: 40px;
}

.wc-menu-column:nth-child(even) {
    padding-left: 40px;
    border-left: 1px solid #2a2010;
}
/* Single menu row */
.wc-menu-item {
    display: flex;
    align-items: baseline;
    gap: 0;
    padding: 14px 0;
    line-height: 1.2;
}

/* Product name */
.wc-menu-name {
    font-size: 17px;
    font-weight: 600;
    color: #FAFAFA;
    letter-spacing: 0.02em;
    white-space: normal;
    word-break: break-word;
    flex-shrink: 1;
    min-width: 0;
	text-transform: capitalize;
}

/* Dotted line fill — grows to fill available space */
.wc-menu-dots {
    flex: 1;
    border-bottom: 2px dotted #fafafaa3;
    margin: 0 10px 3px 10px;
    min-width: 20px;
}

/* Price */
.wc-menu-price {
    font-size: 17px;
    font-weight: 600;
    color: #c9a84c;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Remove WooCommerce default price styling */
.wc-menu-price .woocommerce-Price-amount,
.wc-menu-price .woocommerce-Price-currencySymbol {
    font-size: 20px;
    font-weight: inherit;
    color: #FAFAFA;
	
}
.video-box-shadow video {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    height: 370px !important;
}
.img-slider img {
    object-fit: cover;
    min-height: 335px;
}
.wfs-sidebar-menu ul li a.active {
    background-color: #eee;
    font-weight: 700;
    color: #000 !important;
}

/*mobile*/
@media (max-width: 767px) {
	
	.wc-menu-section {
        padding: 12px;
        overflow-x: hidden;
    }

    .wc-menu-inner {
        flex-direction: column;
        gap: 0;
        padding: 24px 20px;
        overflow-x: hidden;
    }

    .wc-menu-column {
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-left: none !important;
    }

    .wc-menu-item {
        flex-wrap: wrap;
        align-items: center;
    }

    .wc-menu-name {
        white-space: normal;
        word-break: break-word;
        flex-shrink: 1;
        min-width: 0;
        max-width: 65%;
    }

    .wc-menu-name,
    .wc-menu-price {
        font-size: 14px;
    }

    .wc-menu-dots {
        min-width: 10px;
    }
	.video-box-shadow video {
		height: 280px !important;
	}
}