/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme for the Hello Elementor theme.
Author: Radovan Gataric
Author URI: 
Template: hello-elementor
Version: 1.0.1
*/

/* ==========================================================================
   Global Styles & Variables
   ========================================================================== */

/* This rule applies to all pages */
html,
body {
	overflow-x: hidden !important;
	/* Prevents vertical bouncing on some devices */
	overscroll-behavior: none !important;
}

/* Define brand colors and fonts once for easy management */
:root {
	--ahh-maa-red: #dc1f26;
	--ahh-maa-dark-grey: #222223;
	--ahh-maa-text-grey: #333333;
	--ahh-maa-light-grey: #f4f4f4;
	--ahh-maa-white: #ffffff;
	--font-heading: "Oswald", sans-serif;
	--font-body: "Arial", sans-serif; /* Using Arial as a fallback from original code */
}

/* ==========================================================================
   Spice Rating Shortcode Styles
   ========================================================================== */

.spice-rating-container .inactiveChili {
	fill: #e8777f;
}

.spice-rating-container.spice-1 .chili1,
.spice-rating-container.spice-2 .chili1,
.spice-rating-container.spice-2 .chili2,
.spice-rating-container.spice-3 .chili1,
.spice-rating-container.spice-3 .chili2,
.spice-rating-container.spice-3 .chili3 {
	fill: #fff;
}

.spice-rating-container .spiceratingBg {
	fill: #dc1f26;
}

.hidespicebadge {
	display: none !important;
}
/* Start custom CSS for woocommerce-product-meta, class: .elementor-element-c70755e */
.Every.Day.Meal.elementor-widget-woocommerce-product-price,
.Choice.elementor-widget-woocommerce-product-price,
.elementor-346 .elementor-element.elementor-element-c70755e .tagged_as.detail-container,
.elementor-346 .elementor-element.elementor-element-c70755e .sku {
	display: none !important;
}
.elementor-346 .elementor-element.elementor-element-1199c94 button.ams-select-meal {
	border: none;
	color: #fff;
	background-color: #dc1f26;
	font-family: Oswald;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	padding: 13px 40px;
}
.elementor-346 .elementor-element.elementor-element-1199c94 button.ams-select-meal:hover {
	background-color: #404041;
} /* End custom CSS */
.elementor-346 .elementor-element.elementor-element-391df78 .woocommerce-product-details__short-description {
	color: #f1cbbc;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
} /* End custom CSS */
