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

body{
	background-color: var( --e-global-color-64ec9b9 );
}
h3.elementor-heading-title span {
	color: var(--e-global-color-c682c04);
}
h3.elementor-heading-title em {
	color: #6B1F1F;
}
.ExcellenceBox .elementor-counter-title {
	width: 70%;
	margin: auto !important;
	text-align: center;
}
.CartBox {
	position: relative;
}

.CartBox .hoverCart {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px);
	transition: all 0.3s ease;
}

.CartBox:hover .hoverCart {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.taste-btn ul {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	align-items: center;
}

.taste-btn ul li {
	border: 1px solid #ffffff10;
	padding: 6px 10px 4px 10px;
	font-family: "Jost", Sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--e-global-color-917eb91);
}

.counter-posts .ecs-posts {
	counter-reset: product-count;
}

.counter-posts .ecs-posts article {
	counter-increment: product-count;
}

.counter-posts .ecs-posts article .elementor-element-efddfe1 {
	position: relative;
}

.counter-posts .ecs-posts article .elementor-element-efddfe1::before {
	content: counter(product-count, decimal-leading-zero);
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	bottom: 0;
	font-family: "Cormorant Garamond", Sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: var(--e-global-color-917eb91);
}

.icon-box-list .elementor-icon-box-icon {
    margin-top: 10px;
}


.our_gallery_imagesa .elementor-widget-image-gallery .elementor-image-gallery .gallery .gallery-item { height: 227px; }
.our_gallery_imagesa .elementor-widget-image-gallery .elementor-image-gallery .gallery .gallery-item .gallery-icon { width: 100%; height: 100%; }
.our_gallery_imagesa .elementor-widget-image-gallery .elementor-image-gallery .gallery .gallery-item .gallery-icon a { width: 100%; height: 100%; display: block; }
.our_gallery_imagesa .elementor-widget-image-gallery .elementor-image-gallery .gallery .gallery-item .gallery-icon a img { width: 100%; height: 100%; object-fit: cover; }