/*
Theme Name: Cellar Maison
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1762740096
Updated: 2025-11-10 02:01:36
*/

.elementor-sticky--active.elementor-sticky--effects {
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
}

.btn-hover:hover.primary-color .premium-button-text-icon-wrapper svg path {
	stroke: var( --e-global-color-primary ) !important;
}

.sup-bold {
	font-weight: 700;
	color: var( --e-global-color-primary );
}

.ti-rating-text span.nowrap {
	display: none !important;
}

#back-to-top {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
#back-to-top.show {
	opacity: 1;
}

/* Carousel on Home and About */
.carousel-slide .elementor-swiper-button {
	position: absolute !important;
	border: 1px solid #E7E1D8 !important;
	padding: 13px;
	background-color: #FFF;
}
.carousel-slide .elementor-swiper-button svg {
	fill: #E7E1D8 !important;
}
.carousel-slide.teams .elementor-swiper-button {
	top: -80px !important;
}
.carousel-slide.teams .elementor-swiper-button-prev {
	left: 88% !important;
}
.carousel-slide.clients .elementor-swiper-button {
	top: 100% !important;
}
.carousel-slide.clients .elementor-swiper-button-prev {
	left: 80% !important;
}

/* Our services */
.service-box .main-info .info-title {
	position: relative;
}
.service-box .main-info .info-description {
	position: relative;
	opacity: 0;
	height: 0;
	transform: translateY(1);
	transition: transform 0.8s linear;
}
.service-box:hover .main-info .info-description {
	opacity: 1;
	transform: translateY(0);
	height: fit-content;
}

/* Product Loop */
p.price {
	margin: 0;
}
.product-title h3 {
	text-overflow: ellipsis;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Project Card */
.project-card .elementor-cta__content {
	background: linear-gradient(0deg, rgba(11, 11, 11, 0.45) 0%, rgba(11, 11, 11, 0.00) 100%);
}
.home-projects .project-card .elementor-cta__content {
	background: linear-gradient(0deg, rgba(11, 11, 11, 0.35) 10%, rgba(11, 11, 11, 0.00) 100%);
}

/* Single Product */
.elementor-add-to-cart .variations_form .single_variation_wrap,
.reset_variations {
	display: none !important;
}
.variations tbody tr {
	display: grid;
	text-align: left;
}
.variations tbody tr th,
.variations tbody tr td {
	background-color: #FFF !important;
	padding: 5px 0;
}
.variations tbody tr td select {
	border-color: #E7E1D8 !important;
	border-radius: 0;
	font-family: "Manrope", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #AFAFAF;
	outline: 0;
}
.variations tbody tr th label {
	color: var( --e-global-color-primary );
	font-family: "Manrope", Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

/* Contact */
input[type="file"] {
	opacity: 0;
	width: 0;
}
.elementor-field-type-upload label {
	position: static;
	overflow: visible;
	width: 200px;
	height: auto;
	color: #38020E;
	border: 1px solid #38020E;
	padding-top: 15px;
	padding-bottom: 12px;
	margin-left: calc(50% - 100px);
	margin-right: auto;
	display: flex;
	justify-content: center;
	column-gap: 10px;
}
.elementor-field-type-upload label::after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2025/11/download.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}
#contact_form .elementor-field-type-upload {
	background-color: #E7E1D830;
	padding: 35px 20px;
	display: flex;
	justify-content: center;
}

/* Footer */
#subscribe_form .elementor-form-fields-wrapper {
	flex-wrap: nowrap;
}
#subscribe_form .elementor-field-type-submit {
	width: 40%;
}

@media screen and (min-width: 1024px) {
	/* Home */
	#process-section:before {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #E7E1D8;
		position: relative;
		top: 193px;
	}
	#process-section .process-col:before {
		content: '';
		width: 9px;
		height: 9px;
		background-color: var( --e-global-color-primary );
		border-radius: 50px;
		top: 50%;
	}

	/* Design & Process */
	#our-process:before {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #E7E1D8;
		position: relative;
		top: 120px;
	}
}

@media screen and (max-width: 1366px) {
	#process-section:before {
		top: 184px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#process-section:before {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #E7E1D8;
		position: relative;
		top: 149px;
	}
	#process-section .process-col:before {
		content: '';
		width: 9px;
		height: 9px;
		background-color: var( --e-global-color-primary );
		border-radius: 50px;
		top: 50%;
	}

	#our-process:before {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #E7E1D8;
		position: relative;
		top: 85px;
	}

	.elementor-element-4014b10:before {
		background-image: linear-gradient(180deg, #38020E00 10%, #000000 100%) !important;
	}

	.carousel-slide.clients .elementor-swiper-button-prev {
		left: 82% !important;
	}
	.carousel-slide.teams .elementor-swiper-button-prev {
		left: 84% !important;
	}

	#subscribe_form .elementor-field-type-submit {
		width: 62%;
	}
}

@media screen and (max-width: 767px) {
	.elementor-element-4014b10:before {
		background-image: linear-gradient(180deg, #38020E00 10%, #000000 100%) !important;
	}

	#products-tab .e-n-tabs-heading {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px;
		margin-bottom: 30px;
	}
	#products-tab .e-n-tabs-heading .e-n-tab-title {
		margin: 0 !important;
	}

	.carousel-slide.clients .elementor-swiper-button {
		top: 98% !important;
	}
	.carousel-slide.clients .elementor-swiper-button-prev {
		left: 67% !important;
	}
	.carousel-slide.teams .elementor-swiper-button-prev {
		left: 66% !important;
	}

	#subscribe_form .elementor-field-type-submit {
		width: 78%;
	}
}