/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */
.container-slider {
    padding: 22px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 1110px;
    margin: 40px auto 15px;
}

.container-slider h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 40px;
}

.work-points.horizontal {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-points.horizontal li {
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.work-points.horizontal li:last-child {
    border-right: none;
}

/* Elementor icons */
.e-icon {
    font-size: 28px;
    color: #2f2f8f;
}

/* Mobile */
@media (max-width: 767px) {
    .work-points.horizontal {
        flex-direction: column;
    }

    .work-points.horizontal li {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .work-points.horizontal li:last-child {
        border-bottom: none;
    }
}



.benefits-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 42px;
}
.benefits-track {
	display: flex;
	transition: transform 0.6s ease;
}
.benefit-item {
	font-family: "Barlow", Sans-serif;
	font-size: 30px;
	font-weight: 400;	
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	gap: 8px;
	padding: 0;
}
.benefit-icon svg {
	width: 28px;
	height: 28px;
	color: #8CC348;
}
.banner-btn a:hover {
	color: #8CC348 !important;
}
span.txt-green {
	color: #8cc348;
}
span.txt-white {
	color: #ffffff;
	background-color: #6fa22f;
	padding: 10px 20px;
	border-radius: 12px;
	line-height: normal;}

.heading-icon img.fire-icon {
	width: 40px;
	margin-left: 10px;
}
.faq-section .elementor-accordion-item .elementor-tab-title {
	border-radius: 12px;
	margin-top: 12px;
}
.tab-active a.elementor-button {
	background-color: #8CC348 !important;
	color: #fff !important;
	border-color: #8CC348 !important;
}

/* Contact Form 7 CSS */
.field-row.first {
	display: flex;
}
.field-row.first .field {
	width: 50%;
	padding-right: 7.5px;
}
.field-row.first .field:last-child {
	padding-right: 0;
	padding-left: 7.5px;
}
.field {
	margin-bottom: 5px;
}
.field input {
	font-family: "Source Sans 3", Sans-serif;
	width: 100%;
	background: #ffffff96;
	border-color: #8cc34869;
	margin-bottom: 0;
	line-height: 30px;
	padding: 10px 15px;
	font-size: 18px;
	color: #000;
	border-radius: 8px;
}
.field-row textarea.wpcf7-form-control.wpcf7-textarea {
	font-family: "Source Sans 3", Sans-serif;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
	line-height: 30px;
	padding: 10px 15px;
	font-size: 18px;
	color: #000;
	background: #ffffff96;
	border-color: #8cc34869;
	border-radius: 8px;
}
input.wpcf7-form-control.wpcf7-date:focus,
input.wpcf7-form-control.wpcf7-number:focus,
input.wpcf7-form-control.wpcf7-quiz:focus,
input.wpcf7-form-control.wpcf7-text:focus,
select.wpcf7-form-control.wpcf7-select:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
	border-color: #fff;
}
.field-btn p {
	display: flex;
	flex-direction: column;
	width: 400px;
	text-align: center;
	margin: 0 auto;
}
.field-btn .wpcf7-submit {
	font-family: "Source Sans 3", Sans-serif;
	color: #fff;
	background: #8CC348;
	border-color: #8CC348;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	border-radius: 8px;
	font-size: 20px;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7 select {
	font-family: "Source Sans 3", Sans-serif;
	width: 100%;
	background: #ffffff96;
	border-color: #8cc34869;
	margin-bottom: 0;
	line-height: 35px;
	padding: 14px 10px;
	font-size: 18px;
	color: #6C757D;
	border-radius: 8px;
}


@media screen and (max-width: 767px) {
	.field-row.first {
		flex-wrap: wrap;
	}
	.field-row.first .field {
		padding: 0;
		width: 100%;
	}
	.field-row.first .field:last-child {
		padding: 0;
	}
	.field-btn {
		text-align: center;
		margin-top: 20px;
	}
	.field-btn .wpcf7-submit {
		width: 300px !important;
	}
	.field-btn p {
		width: unset;
	}
	.field input {
		padding: 7px 15px;
		font-size: 16px;
	}
	.field-row textarea.wpcf7-form-control.wpcf7-textarea {
		padding: 7px 15px;
		font-size: 16px;
	}
	.wpcf7 select {
		font-size: 16px;
	}
	.benefit-item {
		font-size: 17px;
	}
	.benefits-slider {
		height: unset;
	}
}

.woocommerce .container {
	padding: 0 0 4rem;
}


/* =============================
SHOP PRODUCT CARDS
============================= */
.custom-menu-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.menu-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transition: 0.3s;
	display: flex;
	flex-direction: column;
}
.menu-card:hover {
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.menu-card-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.menu-card-content {
	padding: 20px;
	flex: 1;
}

.menu-card-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}

.menu-card-title a {
	color: #222;
	text-decoration: none;
	transition: 0.3s ease;
}

.menu-card-title a:hover {
	color: #5dbb63;
}

.menu-card-desc {
	color: #666;
	margin-bottom: 20px;
}

.menu-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-card-price {
	font-size: 22px;
	font-weight: 700;
}

.menu-add-cart-button {
	background: #79BC4F;
	color: #fff !important;
	padding: 10px 18px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	white-space: nowrap;
}

.menu-add-cart-button:hover {
	background: #6ea54c;
	color: #fff;
}

/* SHOP BADGE */
p.menu-card-desc.bg-brand-green {
	background-color: #79BC4F;
	padding: 4px 12px;
	color: #fff;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
}


/* =============================
SINGLE PRODUCT GALLERY IMAGE BORDER RADIUS
============================= */

/* Apply border radius to gallery wrapper */
.woocommerce-product-gallery__image {
	border-radius: 12px;
	overflow: hidden; /* ensures the overlay/zoom icon is clipped */
}

/* Apply border radius to image inside */
.woocommerce-product-gallery__image img {
	border-radius: 12px;
	transition: transform 0.3s ease;
}

/* Optional hover zoom effect */
.woocommerce-product-gallery__image:hover img {
	transform: scale(1.05);
}


.single-product .summary.entry-summary h1.product_title.entry-title {
	font-family: "League Gothic", sans-serif;
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.3;
}
.single-product .summary.entry-summary span.woocommerce-Price-amount.amount {
	color: #8cc348;
	font-size: 30px;
}
.single-product .summary.entry-summary form.cart {
	display: flex;
	align-content: center;
}


.single-product header {
	padding-bottom: 4rem;
}


/* =============================
WooCommerce Primary Button Color Override
============================= */

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
	background-color: #79BC4F !important;
	border-color: #79BC4F !important;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
	background-color: #6ea54c !important;
	border-color: #6ea54c !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 40px;
}



/* =====================================
ACTIVE WEEK MENU – CARD DESIGN (FLEX)
Desktop + Mobile – Single CSS File
===================================== */

/* Wrapper */
.cdf-awm-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px;
	box-sizing: border-box;
}

/* Card */
.cdf-awm-card {
	display: flex;
	gap: 24px;
	padding: 22px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #e6e6e6;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cdf-awm-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* Left – 60% */
.cdf-awm-card-left {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 60%;
}

/* Title */
.cdf-awm-title {
	font-family: "League Gothic", Sans-serif;
	font-size: 37px;
	font-weight: 400;
	color: #222;
}

/* Description */
.cdf-awm-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #444;
}

.cdf-awm-desc-full {
	margin-bottom: 4px;
}

.cdf-awm-desc-short {
	font-style: italic;
	color: #666;
}

/* Right – 40% */
.cdf-awm-card-right {
    display: flex;
    justify-content: center;
	width: 40%;
    flex-direction: column;
    align-items: self-end;
    gap: 8px;
}
.cdf-ajax-cart {
    display: flex;
    gap: 8px;
}

.cdf-awm-price span.woocommerce-Price-amount.amount {
    font-family: "League Gothic", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #222;
}

/* Woo buttons */
button.cdf-ajax-add-to-cart {
	background-color: #8CC348 !important;
	color: #fff !important;
	font-weight: 500 !important;
}

.cdf-awm-card-right a.added_to_cart.wc-forward {
	background-color: #2e2e2e !important;
	color: #fff !important;
	font-weight: 500 !important;
	padding: 6px 20px;
	border-radius: 4px;
	margin-left: 8px;
}

/* Button base */
.cdf-awm-card-right .button,
.cdf-awm-card-right button {
	padding: 12px 22px;
	font-size: 0.9rem;
	border-radius: 8px;
	background: #111;
	color: #fff;
	cursor: pointer;
	border: none;
	transition: background 0.2s ease, transform 0.1s ease;
}

.cdf-awm-card-right .button:hover,
.cdf-awm-card-right button:hover {
	background: #333;
	transform: scale(1.03);
}

/* Hide WooCommerce product images (frontend only) */
.elementor-widget-woocommerce-products img,
.elementor-widget-woocommerce-product-related img,
.elementor-widget-woocommerce-product-upsell img,
.elementor-widget-woocommerce-product-categories img,
.elementor-menu-cart__product-image,
th.product-thumbnail,
td.product-thumbnail {
	display: none !important;
}

/* Quantity width */
.woocommerce .quantity .qty {
	width: 5.631em !important;
}
#bigmenutimer2 img {
    vertical-align: middle;
}
/* #bigmenutimer2 {
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    font-size: 13px;
    display: flex !important;

    position: fixed;
    top: 0;
    right: 0;

    z-index: 99999;
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 0 0 0 8px;
} */

#bigmenutimer2 {
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    font-size: 13px;
    display: flex !important;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 4px;
    max-width: 200px;
    margin: 0 auto;
}

#clockdivmegamenu {
    white-space: nowrap;
    color: #6C757D;
    font-weight: bold;
}
#clockdivmegamenu>div {
    border-radius: 3px;
    display: inline-block;
}
#clockdivmegamenu div>span {
    background: #fff;
    display: inline;
    width: 36px;
    height: 36px;
}
/* Mobile */
@media (max-width: 767px) {
	.woocommerce .container {
		padding: 2rem 0;
	}
#bigmenutimer2 {
    bottom: 0;
    border-radius: 8px 0 0 0px;
	top: unset;
}
	.cdf-awm-card {
		flex-direction: column;
		gap: 16px;
	}

	.cdf-awm-card-left,
	.cdf-awm-card-right {
		width: 100%;
	}

	.cdf-awm-card-right .button,
	.cdf-awm-card-right button {
		width: 100%;
	}

	.cdf-awm-title {
		font-size: 28px;
	}

	.cdf-awm-card-right a.button.product_type_simple {
		width: max-content;
	}
	
	.cdf-awm-price span.woocommerce-Price-amount.amount {
		font-size: 24px;
	}
	
	.cdf-awm-card-right {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-start;
    }
	
	.cdf-ajax-cart {
		flex-wrap: wrap;
	}
	
}


.widget_shopping_cart_content .elementor-menu-cart__product {
    display: block;
}


h2.shop-brand-name {
    font-family: "League Gothic", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #8cc348;
    padding-top: 25px;
    padding-left: 15px;
    margin: 0;
}