/* 
Theme Name: Gorilion Hello Elementor Child Theme
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.page-content {
	padding-bottom: 0 !important;
}

.log-section {
	font-size: 0
}
.hero_section  {
	position: relative ;
}

.hero_section:before {
	content: '';
	position: absolute;
	left:0;
	top: 0;
	width: 100%; 
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}
.d-none {
	display: none
}
.product-grid-sec > .elementor-widget-container .elementor-grid > div:nth-of-type(n+5) {
	display: none !important;
}
.elementor-element.elementor-button-info .elementor-button {
	background-color: #FFFAF3;
	fill: var( --e-global-color-d141117 );
	color: var( --e-global-color-d141117 );
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFAF3;
}
.elementor-element.elementor-button-info .elementor-button:hover, .elementor-element.elementor-button-info .elementor-button:focus {
	background-color: #02010100!important;
	color: #FFFAF3;
	border-color: #FFFAF3;
}
.bg-img-in img {
	max-width: 100%
}
.accordian-wrapper {
	border-top: 1px solid #000000
}
.accordian-wrapper .e-n-accordion-item summary {
	justify-content: space-between;
	border : none !important;
	padding: 20px 15px 18px
}
.accordian-wrapper .e-n-accordion-item {
	border-bottom: 1px solid #000000 !important;

}
.accordian-wrapper .e-n-accordion-item summary .e-n-accordion-item-title-icon {
	font-weight: bold;
	font-size: 16px;
	order: 1; 
	color:#494544;
}
.accordian-item{
	border : none !important
}
.accordian-wrapper .e-n-accordion-item .accordian-item-in > div {
	padding-top: 5px
}
.accordian-item-in .elementor-widget-container p + p {
	margin-top: 15px
}
.header-icons-list ul {
	justify-content: space-between !important;
}
.header-icons-list ul li {
	cursor : pointer
}
.mobile-mmenu:focus,
.mobile-mmenu:active,
.mobile-mmenu:focus-visible,
.mobile-mmenu *:focus,
.mobile-mmenu *:active,
.mobile-mmenu *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.custSearchDiv{
	position: absolute;
	left: 0;
	width: 100%;
	background: #F8F3EC;
	top: 135px;
	padding: 40px 15px;
	z-index: 12;
	display: none
}
.custSearchDiv form {
	max-width: 940px;
	width: 100%;
	margin:0 auto;
}
.search_style input[type="search"] {
	color: #494544; font-size: 16px;
}
.search_style {
	display: flex;
	gap: 15px;
}
.product-items {

}
.hover-add-btn{
	opacity: 0;
	transition: all .5s;
	margin-bottom: -8px;
	display: block !important;
	/*align-items: inherit !important;
}
	.hover-add-btn > * {
	height: 100%; width: 100%;  */

}
.product-items:hover .hover-add-btn{
	opacity: 1;
	margin-bottom: 0;
}
.elementor-field-type-radio{
	padding: 20px 0
}
.elementor-field-subgroup.elementor-subgroup-inline {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.elementor-field-option input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.elementor-field-option label {
	display: inline-block;
	padding: 15px 20px;
	background-color: #f8f3ee;
	color: #333;
	border: 1px solid #333;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-weight: 400;
}
.elementor-field-option input[type="radio"] + label {
	position: relative;
	overflow: hidden;
	display: block !important;
}
.elementor-field-option:last-child input[type="radio"] + label:before {
	content: '';
	position: absolute;
	width: 126%;
	transform: rotate(28deg) translate(-50%, -50%);
	height: 1px;
	background: #909090;
	left: 50%;
	top: 115%;
}
.elementor-field-option:last-child input[type="radio"] + label {
	border-color : #909090;
	color : #909090;
	cursor: not-allowed;    
}
.elementor-field-option input[type="radio"]:checked + label {
	background-color: #333;
	color: #fff;
	border-color: #333;
}
.qty-input {
	display: flex; 
	width: 110px;
	min-width: 110px;
	border: 1px solid #494544; border-radius: 3px; height : 46px
}
.qty-input > * {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qty-input a.qty-count--minus {
	padding-bottom: 4px;
}
.qty-input a {
	font-size: 22px;
	font-weight: bold;
	cursor: pointer
}
.qty-input .product-qty {
	background: transparent;
	border: none;
	text-align: center;
	padding: 0 5px;

}
.qty-input input[type=number]::-webkit-inner-spin-button, 
.qty-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.elementor-button-link,
.mega-sub-menu a,
.elementor-nav-menu a,
.dialog-close-button,
.elementor-icon-list-items a,
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a,
.no-underline a,
a.page-numbers,
a.joinBox,
a:hover {
	text-decoration: none!important;
}

/* floating images */
.floating-images > .e-con-inner {
	position: relative;
}

/* Firefox */
.qty-input input[type=number] {
	-moz-appearance: textfield;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	margin : 0 !important;
	padding: 0 !important
}
.dropdown {
	background-color: transparent; 
	padding: 0 18px;
	font-size: 16px;
	color:#494544; width: 250px; height: 45px;
	border-radius: 0;
	background-image: url(../../uploads/2025/04/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	outline: none;
	box-shadow: none
}
.filter-item summary.e-n-accordion-item-title {
	padding: 0 0 10px;
	justify-content: space-between;
}
.filter-item  .elementor-divider {
	padding-bottom: 20px !important
}
.price-filter {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-top: 5px
}
.price-filter label {
	font-size: 14px;
	display: flex;
	align-items: center;	
	gap: 10px;padding-top: 0
}

.custom-checkbox {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	font-size: 14px;
	color: #494544;
	user-select: none;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 14px;
	border: 1px solid #494544;
	background-color: transparent;
}

.custom-checkbox input:checked ~ .checkmark {
	background-color: #494544;
}

.custom-checkbox .checkmark::after {
	content: "";
	position: absolute;
	display: none;
}

.custom-checkbox input:checked ~ .checkmark::after {
	display: block;
}

.custom-checkbox .checkmark::after {
	left: 4px;
	top: 1px;
	width: 4px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
select {
	appearance: none;       
	-webkit-appearance: none; 
	-moz-appearance: none;  
	background: none;        
}

.elementor-pagination {
	margin-top: 60px !important;
	padding: 25px 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	border-top: 1px solid #CBC8C4;
	border-bottom: 1px solid #CBC8C4;
	color:#494544
}
.elementor-pagination .page-numbers {
	font-size: 14px;
	width: 24px;
	display: inline-flex;
	align-items:center;
	justify-content:center;
	height : 24px;
	border-radius: 3px;
	color:#494544
}
.elementor-pagination .page-numbers.current {
	font-weight:bold;
	background-color:#F2EADF


}
.elementor-pagination .next ,
.elementor-pagination .prev {
	display: inline-flex;
	align-items:center;
	justify-content:center; 
	width: 50px;
	height: 24px;
	border-radius: 3px;
	background-color:#F2EADF
}
.elementor-pagination .next.disabled ,
.elementor-pagination .prev.disabled {
	background-color: transparent
}
.ver-add-btn {

}
a.underlined-link,
.underlined-link a {
	text-decoration: underline!important;
}
.sale_tag .elementor-button-link {
	padding-top: 7px !important
}
.product-item-details h5:hover a {
	text-decoration: underline
}
.filter-item .elementor-icon-list-items .elementor-icon-list-item a:hover {
	font-weight: 700
}
.addToCartBtn a {
	padding: 16px 0;
	display:block;
	width: 100%;
	text-align: center;
}
.e-n-accordion-item-title-icon {
	opacity; 0.80
}
.product_real_price  p {
	text-decoration: line-through; opacity: 0.8
}
/* .product-items:hover:before {
	opacity: 1
}
.product-items:before {
	content:'';
	opacity:0;
	transition: all .4s;

	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2025/04/prod-bg.jpg');
	background-size:cover;
} */

.box-icon , .grid-icon {
	opacity: .4
}
.active-icon{
	opacity: 1
}
.swiper {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-wrapper {
	justify-content: flex-start !important;
}
.elementor-widget-container {
	display: block !important;
	text-align: left;
}
/* .productSliderLoop .elementor-widget-container .elementor-image-carousel-wrapper ,
.productSliderLoop .elementor-widget-container .elementor-image-carousel-wrapper .elementor-image-carousel ,
.productSliderLoop .elementor-widget-container > .elementor-loop-container div[data-elementor-type="loop-item"] > .elementor-element > .e-con-inner > .elementor-element ,
.productSliderLoop .elementor-widget-container > .elementor-loop-container div[data-elementor-type="loop-item"] > .elementor-element > .e-con-inner ,
.productSliderLoop .elementor-widget-container > .elementor-loop-container div[data-elementor-type="loop-item"] > .elementor-element ,
.productSliderLoop .elementor-widget-container > .elementor-loop-container div[data-elementor-type="loop-item"],
.productSliderLoop .elementor-widget-container > .elementor-loop-container{
width: 100% !important;
position: relative
}*/
.elementor-image-carousel.swiper {
	width: 100% !important;
	max-width: 100%;
	overflow: hidden;
	min-height: 300px; 
	display: flex;
	align-items: center;
}

.elementor-image-carousel .swiper-slide {
	width: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide-image {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
} 
/* .productSliderLoop .elementor-widget-container .elementor-image-carousel-wrapper .elementor-image-carousel  {
max-width: 540px !important
} */
.radioForm .elementor-field-type-submit {
	display: none !important
}
.addCrtBtn .elementor-button ,
.addCrtBtn .elementor-widget-container ,
.addCrtBtn .elementor-button-wrapper {
	height: 100%; width: 100%
}
.addCrtBtn .elementor-button {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: transparent!important;
	color: #494544!important;
}
.custom-accordion {
	border-top: 1px solid #ccc;
}
.custom-accordion .accordion-header ,
.custom-accordion .accordion-item .accordion-body {
	background-color: transparent !important
}
.custom-accordion .accordion-header {
	display: flex; 
	justify-content: space-between;
	align-items: center
}
.custom-accordion .accordion-item .accordion-header:after {
	content: '+';
	font-size: 26px;
	line-height: 1;	
}
.custom-accordion .accordion-item.active .accordion-header:after {
	content: '-';	
}
.radioForm .elementor-form .elementor-field-type-radio{
	padding: 0
}
.joinBox p a {

}
.swiper .elementor-swiper-button-next ,.swiper .elementor-swiper-button-prev { 
	width: 30px; 
	height: 30px;
	background-size: contain
}
.swiper .elementor-swiper-button-next *,.swiper .elementor-swiper-button-prev *{
	/* display: none*/
	background: var(--e-global-color-0221026);
	padding: 14px;
	border-radius: 5px;
} 
.productSliderLoop .swiper {
	aspect-ratio: 1;
}
/* .swiper .elementor-swiper-button-prev {
background-image: url('/wp-content/uploads/2025/04/arrow-prev.png')
}
.swiper .elementor-swiper-button-next {
background-image: url('/wp-content/uploads/2025/04/arrow-next.png')
} */
.elementor-element.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper {
	padding-bottom: 0 !important
}
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
	top: 50% !important;
	margin-top: -15px;
	transform: none;
}
.productSliderLoop .swiper-pagination-clickable.swiper-pagination .swiper-pagination-bullet {
	width: 16px; 
	height: 2px;
}
.productSliderLoop .swiper-pagination-clickable.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #7A491F
}
.elementor-247 .elementor-element.elementor-element-a1baea5 {padding-right:0 !important}
.text-center{
	text-align:center
}
.free-shopText .elementor-title {
	display: block; text-align: center; margin-bottom: 10px;
}
.product-cart-list .qty-input {
	height: auto;
	border: none;
}
.fullImg a {
	display: block !important
}
.fullImg img {
	width: 100% !important;
	height: 100% !important
}
.text-center * {
	text-align: center !important
}
.exploreSectionWrap {

}
.v65-widgetModalCart-itemSummaryDescription a, 
.v65-widgetModalCart-itemSummaryDescription strong {
	font-family: 'Roca'!important;
	text-decoration: none;
}

#sb_instagram .sbi_photo {
	border-radius: 6px;
	overflow: hidden;
}
.exploreSection > .elementor-widget-container > .elementor-loop-container  {
	grid-template-columns: none;
	grid-column-gap: 0;
	grid-row-gap: 0;
}
.exploreSection > .elementor-widget-container > .elementor-loop-container > div[data-elementor-type="loop-item"] {
	width: 100%;
	max-width: 100%;
	grid-column: none;
}
.exploreSection > .elementor-widget-container > .elementor-loop-container > div[data-elementor-type="loop-item"] .e-con-inner{
	padding: 0
}
.recipes.type-recipes > .elementor-element >.elementor-element {
	width: 100%;
}
.price_filter .e-filter-item {
	margin: 0 !important
}
.elementor-52 .elementor-element.elementor-element-f8c5326 .e-filter-item[aria-pressed="true"] ,
.elementor-52 .elementor-element.elementor-element-f79189e .e-filter-item[aria-pressed="true"] {
	border-style: none;
	font-weight: 500;
} 
.elementor-52 .elementor-element.elementor-element-f8c5326 .e-filter-item ,
.elementor-52 .elementor-element.elementor-element-f79189e .e-filter-item {padding-left: 0 !important}
.price_filter .e-filter-item::before {
	border-radius: 0; border-color: #494544
}
.share-icons {
	display: flex;
	gap: 20px;
	color: #7E7976
		width: 100%
}
.share-icons > div {
	width: 100%
}
.share-icons > * ,
.share-icons a {
	color: #7E7976

}
.share-icons a:hover {
	opacity: 1
}
.ingredients-list p {
	line-height: 1.4
}
.ingredients-list p + p {
	margin-top: 10px
}
.contact-link p + p {
	margin-top: 30px
}
.contact-link p a {
	text-decoration: underline	
}

/* .elementor-field-label.elementor-screen-only {
clip: auto !important;
clip-path: none !important;
white-space: nowrap !important;
position: relative !important;
width: auto !important;
height: auto !important;
overflow: visible !important;
display: block;
top: 0 !important;

} */
.contact-form-setup .elementor-form .elementor-field-group {
	margin-bottom: 15px !important
}
.contact-form-setup .elementor-form .elementor-field-group .elementor-field-label {

}
.contact-form-setup .elementor-form .elementor-field-group select, 
.contact-form-setup .elementor-form .elementor-field-group textarea,
.contact-form-setup .elementor-form .elementor-field-group input{
	padding: 0 25px;height: 45px; border: 1px solid #494544;
	border-radius: 4px;
	color: #494544
}
.contact-form-setup .elementor-form .elementor-field-group textarea {
	height: 210px; 
	padding: 15px 25px; resize: none
}
.contact-form-setup .elementor-form .elementor-field-group textarea::-webkit-input-placeholder,
.contact-form-setup .elementor-form .elementor-field-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #494544 !important; opacity: 1 !important
}
.contact-form-setup .elementor-form .elementor-field-group textarea::-moz-placeholder ,
.contact-form-setup .elementor-form .elementor-field-group input::-moz-placeholder { /* Firefox 19+ */
	color: #494544 !important;
	opacity: 1 !important
}
.contact-form-setup .elementor-form .elementor-field-group textarea:-ms-input-placeholder ,
.contact-form-setup .elementor-form .elementor-field-group input:-ms-input-placeholder { /* IE 10+ */
	color: #494544 !important;
	opacity: 1 !important
}
.contact-form-setup .elementor-form .elementor-field-group textarea:-moz-placeholder ,
.contact-form-setup .elementor-form .elementor-field-group input:-moz-placeholder { /* Firefox 18- */
	color: #494544 !important;
	opacity: 1 !important
}
.contact-form-setup .elementor-form .elementor-button:hover {
	color: #7A491F !important
}
.curve-pattern {
	height: 65px !important; background-size: contain;
	top: -1px !important;
	top: -1px !important;
	background-repeat: repeat-x !important;
	z-index:0 !important;
}
.defStye p ,
.defStye ul {
	margin-bottom: 25px
}
.defStye ul {
	padding-left: 25px;
}
.defStye ul li {
	margin: 5px 0
}
.cust_gallery .e-gallery-grid {
    --container-aspect-ratio: auto !important;
}

.cust_gallery  .e-gallery-item {
	position: relative !important;
	left: auto !important;
	top: auto!important;
}
.cust_gallery .e-gallery-masonry  {
	padding-bottom: 0 !important; 
/* 	height: auto;  */
	margin: 0 !important
}
.page-id-378 .cust_gallery .e-gallery-masonry {
	height: auto; 	
}
.left-mob-center-head  * ,
.left-mob-center-head {
	text-align: left !important
}
.e-n-tabs .e-n-tabs-heading button {
	margin: 0 18px; border-radius: 0 !important
}
.img-cover * {
	height: 100% !important; object-fit: cover
}
.visit-row {
	overflow: hidden
}
.deftext p {
	margin-bottom: 25px;
}
#a-live-look .deftext .elementor-widget-container {
	text-align: center;
}
.deftext img {
	mix-blend-mode: darken; margin-top: 15px; display:inline-block
}
.no-overlay:before {
	display: none !important
}
.overflow-hidden{
	overflow: hidden
}
.text-color-yell p{
	color: #F8F3EC
}
.time-line-desktop{
	position: relative
}
.time-line-desktop:before {
	width: 4px;
	height: calc(100% - 16px); 
	left:calc(50% - 2px);
	top:18px;
	content: '';
	position:absolute;
	background: #FEEEB5;
	background: -webkit-linear-gradient(0deg,rgba(254, 238, 181, 0) 0%, rgba(254, 238, 181, 0.9) 40%, rgba(254, 238, 181, 1) 100%);
	background: -moz-linear-gradient(0deg,rgba(254, 238, 181, 0) 0%, rgba(254, 238, 181, 0.9) 40%, rgba(254, 238, 181, 1) 100%);
	background: linear-gradient(0deg,rgba(254, 238, 181, 0) 0%, rgba(254, 238, 181, 0.9) 40%, rgba(254, 238, 181, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr="#FEEEB5",
		endColorstr="#FEEEB5",
		GradientType=0
	);
}
.time-line-desktop > div.elementor-element .time-line-content:after ,
.time-line-desktop .time-line-content:before {
	content: '';
	position:absolute;
	width: 14px;
	height: 14px;
	background-color: #FEEEB5;
	top: 16px;
	border-radius: 50%;
	right: -7px;
	left: auto;
	z-index: 2
}
.time-line-desktop > div.elementor-element .time-line-content:after  {
	transition : all 1.2s
}
.time-line-desktop > div.elementor-element:nth-child(even) .time-line-content:before { 
	right:auto;
	left: -7px;
}
.glassIcon.animated > div {
	transform: none !important
}
body , html {
	overflow-x : hidden
}
/* .time-line-desktop > div.elementor-element:nth-child(2) .time-line-content:before ,
.time-line-desktop > div.elementor-element:nth-child(1) .time-line-content:before { 
background-color: #fff
} */
/* .time-line-desktop > div.elementor-element:nth-child(2) .time-line-content:after ,
.time-line-desktop > div.elementor-element:nth-child(1) .time-line-content:after {
width: 32px;
height: 32px;
right: -16px;
background-color: rgba(254, 238, 181, 0.7);
z-index: 1;
top: 7px;
display: block !important; opacity: 0
} */
.time-line-desktop > div.elementor-element.animated .time-line-content:after  {
	width: 32px;
	height: 32px;
	right: -16px;
	background-color: rgba(254, 238, 181, 0.7);
	z-index: 1;
	top: 7px;
	display: block !important; 
}
.time-line-desktop > div.elementor-element:nth-child(even) .time-line-content:after  {
	left: -16px; right : auto
}
.visit-tab-sec  .e-n-tabs-content > div[role="tabpanel"] > .elementor-element > div.e-con-inner {
	padding:0 !important
}
.pos-static {
	position: static !important
}
.event-calendar-wrapper #mec_search_form_630{
	background: transparent;
	border: 1px solid #494544;
	padding: 15px;
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	row-gap : 10px;
}
.event-calendar-wrapper #mec_search_form_630 > div {
	margin: 0;
	padding: 0 10px;
}
.mec-checkboxes-search .mec-searchbar-category-wrap, .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-wrap .mec-totalcal-box input, .mec-wrap .mec-totalcal-box select {
	margin-bottom: 0 !important;
}
.event-calendar-wrapper #mec_search_form_630 > div.mec-dropdown-wrap{
	padding: 0;
}
.event-calendar-wrapper #mec_search_form_630 label {
	color: #494544; font-size: 16px;
}
.event-calendar-wrapper #mec_search_form_630 i {
	background: transparent;
	border: 1px solid #494544;
	color:#494544
}

.mec-checkboxes-search .mec-searchbar-category-wrap, 
.mec-wrap .mec-totalcal-box .mec-totalcal-view span, 
.mec-wrap .mec-totalcal-box input, 
.mec-wrap .mec-totalcal-box select {
	background: transparent;
	color: #494544;
	border: 1px solid #494544 !important; 
	outline: none; box-shadow: none
}
ul.mec-categories li.mec-category a:hover ,
.mec-event-list-minimal .mec-modal-booking-button:hover {
	color: #7A491F !important
}
a.mec-events-gcal.mec-events-button.mec-color.mec-bg-color-hover.mec-border-color ,
.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button ,
mec-single-event .mec-events-meta-group-booking button ,
/* .mec-wrap.colorskin-custom .mec-bg-color , */
.mec-events-meta-group-booking #mec-book-form-btn-step-1, .mec-events-meta-group-booking #mec-book-form-btn-step-2 ,
.mec-event-info-desktop .mec-booking-button-register ,
.mec-load-more-wrap .mec-load-more-button  ,
.event-calendar-wrapper .mec-event-list-minimal a.mec-detail-button ,
.event-calendar-wrapper .mec-search-reset-button .button.mec-button,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2, 
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3
{

	height: 42px !important;
	border: 1px solid #7A491F !important;
	display: block;
	margin: 0 auto !important;
	border-radius: 5px !important;
	width: 150px;
	position: static !important;
	color: #fff !important;
	margin-left: 9px !important; font-weight: 400 !important;
	font-size: 16px!important;
	letter-spacing : 1px;
	padding: 0 15px !important;
	line-height: 42px;
	background-color: #7A491F !important
}
.event-calendar-wrapper .mec-search-reset-button .button.mec-button {height: 36px !important}
.mec-load-more-wrap .mec-load-more-button {
	margin: 0 auto 60px !important;

}
back-button#mec-book-form-back-btn-step-2:hover, 
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3:hover ,
a.mec-events-gcal.mec-events-button.mec-color.mec-bg-color-hover.mec-border-color:hover ,
mec-single-event .mec-events-meta-group-booking button:hover ,
.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button:hover ,
.mec-events-meta-group-booking #mec-book-form-btn-step-1:hover, .mec-events-meta-group-booking #mec-book-form-btn-step-2:hover ,
.mec-wrap.colorskin-custom .mec-bg-color:hover ,
.mec-load-more-wrap .mec-load-more-button:hover ,
.event-calendar-wrapper .mec-event-list-minimal a.mec-detail-button:hover ,
.event-calendar-wrapper .mec-search-reset-button .button.mec-button:hover {
	background-color: transparent !important;
	color: #7A491F!important
}
.event-calendar-wrapper select {
	background-image: url('/wp-content/uploads/2025/05/angle.svg') !important;
	background-repeat: no-repeat !important;
	background-position: right 15px center !important
}
.event-calendar-wrapper .btn-wrapper{
	display: flex;
	justify-content: flex-end;
}
.event-calendar-wrapper .mec-search-reset-button .button.mec-button {
	margin:0 auto !important;
	display: block !important
}

.mec-event-list-minimal .mec-event-article {
	align-items: flex-start !important; border: none
}
.event-calendar-wrapper .mec-event-list-minimal a.mec-detail-button {
	margin-right:0 !important;
	white-space: nowrap;
}
.mec-event-list-minimal .mec-event-date:after ,
.mec-month-divider:before {
	display: none !important
}
.mec-month-divider:after {
	background-color: #CBC8C4;
	height: 1px;
}
.mec-month-divider h5 {
	margin-left: 0;
	font-size: 15px;
	font-weight: 500;
	margin-right: 15px;
}
.mec-month-divider {
	margin: 25px 0 0 !important
}
.mec-event-list-minimal .mec-event-date {
	background-color: #4B5426 !important; width: 78px; height: 78px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0; border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
}
.mec-event-article > div:first-child {
	padding-left: 110px !important;
	position: relative !important
}
.mec-event-list-minimal .mec-event-article {
	padding-left: 35px;
}
.mec-event-list-minimal .mec-modal-booking-button {
	margin: 0;
	display: inline-block;
	height: auto;
	line-height: normal;
}
.mec-time-details , .mec-event-title , ul.mec-categories li.mec-category a ,.mec-price-details, .mec-price-details i, .mec-categories-wrapper i , .mec-day-wrapper{
	color: #494544 !important;
}
.mec-single-event .mec-events-meta-group-countdown ,
.mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-frontbox {
	padding: 20px;
	background: transparent;
	border: 1px solid #494544 !important; 
}

.mec-event-list-minimal .mec-event-title {font-size: 20px;}
.mec-event-info-desktop i:before ,
.mec-event-info-desktop i {
	color: #494544 !important;
}
.mec-event-info-desktop.mec-frontbox > div {
	margin-bottom: 0
}
.mec-event-info-desktop .mec-booking-button-register  {
	width: 100%; 
	margin: 15px 0 0 !important;
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;row-gap: 12px
}
a.mec-events-gcal.mec-events-button.mec-color.mec-bg-color-hover.mec-border-color {
	width:auto;margin:0 !important
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {margin: 0}
.lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4:before, .lity-content .mec-events-meta-group-booking form>h4:before, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4:before, .mec-events-meta-group-booking .mec-booking-shortcode form>h4:before, .mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4:before, .mec-single-event .mec-events-meta-group-booking form>h4:before, .mec-single-event .mec-frontbox-title:before, .mec-single-event .mec-wrap-checkout h4:before {
	border-color: #7A491F !important
}

.mec-wrap ul {
	padding-left: 30px
}
.lity-content .button svg path, .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not( .owl-next ) svg path, .lity-content input[type=button] svg path, .lity-content input[type=reset] svg path, .lity-content input[type=submit] svg path, .mec-nextprev-next-button svg path, .mec-nextprev-prev-button svg path, .mec-wrap .button svg path, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not( .owl-next ) svg path, .mec-wrap input[type=button] svg path, .mec-wrap input[type=reset] svg path, .mec-wrap input[type=submit] svg path {
	fill: #fff;
}
.lity-content .button:hover svg path, 
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not( .owl-next ):hover svg path,
.lity-content input[type=button]:hover svg path, 
.lity-content input[type=reset]:hover svg path, 
.lity-content input[type=submit]:hover svg path, .
.mec-nextprev-next-button:hover svg path, 
.mec-nextprev-prev-button:hover svg path, 
.mec-wrap .button:hover svg path, 
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not( .owl-next ):hover svg path, 
.mec-wrap input[type=button]:hover svg path, 
.mec-wrap input[type=reset]:hover svg path, 
.mec-wrap input[type=submit]:hover svg path {
	fill: #7A491F ;
}
a.mec-booking-button-register.mec-booking-button.mec-bg-color {
	margin: 15px  0 0!important;  
	width: 100%
}
.mec-book-form-btn-wrap button {
	margin-left:0
}
.mec-book-form-btn-wrap button:hover svg path {
	fill: #7A491F !important;
}
.mec-wrap .flip-clock-wrapper ul li a div div.inn {
	background-color :#494544
}
.mec-single-event .mec-event-meta .mec-single-event-category .mec-events-single-section-title {
	margin: 0;
	padding-bottom: 0;
}
/* .mec-select-date-dropdown .mec-select-date-calendar-icon {
background: #494544 !important;
border-color:#494544 !important;
color: #fff;	
}
.mec-single-event .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown ,
.mec-single-event .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown .mec-custom-nice-select {
border-color:#494544 !important;
} */
.mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label {
	margin:0 !important;
	padding:0 !important;
}
.mec-booking h4 {
	margin-bottom: 20px !important
}
.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-3 div  ,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label {
	color:#494544 !important;
}
.mec-wrap .mec-booking .mec-book-form-btn-wrap ,
.mec-booking .mec-event-tickets-list .mec-ticket-style-row{
	border-color:#494544 !important;
}
button.mec-book-form-next-button.mec-book-form-pay-button {
	margin-top: 30px !important;
}
.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button {
	margin-top: 30px !important;
}
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:has(input:checked) {
	border-color: #494544 !important;
}
.mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before {
	background: #794923;
	box-shadow: 0 0 0 2px rgb(121 73 35);
}
.mec-cart .mec-success, .mec-success {
	color: #ffffff;
	background-color: #494544;
	margin-top:15px !important
}
.mec-event-content .mec-single-title {font-size:40px;}
button .mec-svg-icon ,
.mec-book-form-btn-wrap svg {
	display: none
}
.item-box-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.needsclick.klaviyo-form {
	overflow: hidden!important;
}
.needsclick.klaviyo-form input:focus,
.needsclick.klaviyo-form input:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}
.newsletter-form {
	display: flex;
	position: relative;
	border: 1px solid #494544; height: 50px;
	border-radius: 7px;
}
.newsletter-form .submit-btn {
	padding: 0;
	background: transparent !important;
	border: none !important;
	position: absolute;
	right: 0;
	height: 100%;
	width: 60px;
	font-size: 24px;
	color: #494544;
}
.newsletter-form {
	background: #F8F3EC;
	font-style: italic;
	font-weight: 400;
	padding: 0 60px 0 20px;
	outline: none;box-shadow: none;
}
.newsletter-form .tnp-email {
	background: #F8F3EC;
	font-style: italic;
	outline: none;box-shadow: none;
	font-weight: 400;
	padding: 0 !important;
	text-align: left;
}
.newsletter-form-wrap {
	margin-bottom: 0!important
}.parallax-bg  ,
.parallax-bg * {
	height: 100% !important
}
.parallax-bg *  {
	display: none !important
}
.parallax-bg {
	background-image: url('/wp-content/uploads/2025/05/bg-line-new.png'); background-size: cover;
	background-position: top center;
	background-attachment: fixed;

}
.arrow-menu {display: none !important}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	background-color: transparent !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus ,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link ,
.mega-menu-wrap#mega-menu-wrap-menu-1 {
	background-color: transparent;
	color: #494544;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #494544;padding: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 500 !important;
	border-bottom: 1px solid rgba(255,255,255,0) !important;
	line-height: 2;
	height: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link {
	border-color :#7A491F!important;
	background-color: transparent !important;
	color: #494544!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	margin: 0 25px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	background-image: url(/wp-content/uploads/2025/05/angle.svg) !important;
	background-repeat: no-repeat;
	font-size: 0;
	width: 12px;
	height: 8px;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 8px;
}
.navBarSec ,
.navBarSec *:not(.mega-sub-menu) {
	position: static !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding: 10px 48px 20px;
	width: 100%;
	background: var(--e-global-color-57808d8);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu{
	margin: 0 -15px
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu  img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	object-fit: cover;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item + li.mega-menu-item {
	padding-top: 0 !important
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item + li.mega-menu-item a {
	text-transform: uppercase;
	color : #494544;
	font-family: "Milona", Sans-serif; 
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item + li.mega-menu-item a {
	line-height: 1.2;
	border-bottom: 1px solid transparent
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item + li.mega-menu-item a:hover {
	border-color :#7A491F 
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-child {
	font-size: 0
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	border-bottom: 1px solid var( --e-global-color-0221026 );
}

.mega-sub-menu .megamenu-group a {
	color : #494544;
}

.megamenu-text-block {
	width: max-content;
	margin-left: auto;
	padding-right: 50px;
	padding-top: 5px;
}

.megamenu-text-block .megamenu-group {
	margin-bottom: 12px;
}

.megamenu-text-block p {
	font-size: 16px;
	margin-bottom: 0 !important;
}

.megamenu-text-block p a {
	text-decoration: underline!important;
	transition: ease all .2s;
}

.megamenu-text-block p a:hover {
	text-decoration: none!important;
}

.search_style input[type="search"] {
	outline: none
}
.page-content{
	padding-bottom: 35px
}
.page-header .entry-title{
	font-size: clamp(32px, 4vw + 1rem, 60px);
	padding: 0; padding-top: 20px
}
.page-content .entry-title {
	font-size: clamp(24px, 2.5vw + 0.5rem, 48px);
	margin: 0;
}
/* .page-content{
padding-top: 15px
} */
.page-content .entry-title a {
	color : inherit !important
}
.page-content .entry-title a:hover {
	color : #7A491F !important
}
.page-content .post + .post{
	margin-top: 35px
}
.page-content .post  img {
	max-width: 500px;
	width: 100%; 
	margin-top: 20px; margin-bottom: 5px
}
.nav-next ,
.nav-previous{
	border:1px solid #7A491F;
	background: #7A491F;
	height: 50px;   
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition:all .4s
}
.nav-next:empty ,
.nav-previous:empty{ 
	opacity: 0
}
.nav-next:hover ,
.nav-previous:hover {
	background: #fff;
	color:#7A491F;
}
.nav-next * ,
.nav-previous * {
	color: #fff;
	padding: 0 15px;
}
.nav-next .meta-nav ,
.nav-previous .meta-nav{
	display: none
}
form.elementor-form[name="Newsletter"] input:focus {
	box-shadow: unset;
}	
.elementor-location-header > .elementor-sticky {
	background: var( --e-global-color-57808d8 );
}
.elementor-location-header > .elementor-sticky.elementor-sticky--effects {
	border-bottom: 1px solid var( --e-global-color-0221026 );
}
.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown {
	top: 76px;
	min-height: calc(100vh - 76px);
}
.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown .v65-widgetModalCart-viewCartButton {
  margin-right: 0;
}
.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown .v65-widgetModalCart-checkOutButton {
  margin-left: 5px;
}

.topbar-marquee-swiper .swiper-wrapper {
	align-items: stretch; 
}
.topbar-marquee-swiper .swiper-slide {
	display: flex;
	align-items: stretch;
}
.topbar-marquee-slide {
	width:100vw;
	display:flex;
	align-items:center;
	justify-content:center;
	flex: 1;
	padding:15px;
}
.topbar-marquee-slide *,
.topbar-marquee-slide a:not(:hover) {
	text-align: center;
	font-family: var( --e-global-typography-66b38ab-font-family ), Sans-serif;
	font-size: var( --e-global-typography-66b38ab-font-size );
	font-weight: var( --e-global-typography-66b38ab-font-weight );
	text-transform: var( --e-global-typography-66b38ab-text-transform );
	line-height: var( --e-global-typography-66b38ab-line-height );
	letter-spacing: var( --e-global-typography-66b38ab-letter-spacing );
	word-spacing: var( --e-global-typography-66b38ab-word-spacing );
	color: var( --e-global-color-57808d8 );
	transition: ease color .2s;
}
.topbar-marquee-slide br {
	display: none!important;
}
.topbar-marquee-content p:last-child { 
	margin-bottom: 0; 
}
.topbar-marquee-swiper { 
	overflow: hidden; 
}

/* .cust_deli_gallery,
.cust_deli_gallery > .e-con-inner {
	height: max-content;
} */
/* .availability-calendar-filter .elementor-field-subgroup {
width: 100%;
}
.availability-calendar-filter .elementor-field-option {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
padding: 8px;
border-radius: 3px;
border: 1px solid #D9D9D9;
margin-bottom: 4px;
}
.availability-calendar-filter .elementor-field-option label {
background-color: transparent;
border: none;
padding: 0;
}

.availability-calendar-filter .elementor-field-type-submit {
display: none;
} */

.availability-calendar-tabs .e-n-tabs-heading {
	height: max-content;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.availability-calendar-tabs .e-n-tabs-heading::before {
	content: "Filter Dates";
	color: var( --e-global-color-d141117 );
	font-family: "Milona", Sans-serif;
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--e-global-color-a587f95);
	order: 1;
}

.availability-calendar-tabs .e-n-tabs-heading::after {
	content: "Properties";
	font-family: "brandon-grotesque", Sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 14px;
	letter-spacing: 0px;
	font-size: var(--n-tabs-title-font-size);
	text-align: var(--n-tabs-title-text-align);
	order: 2;
}

.availability-calendar-tabs .e-n-tabs .e-n-tabs-heading button {
	margin: 0;
	border-radius: 3px !important;
	justify-content: space-between;
	order: 3;	
}

.search-results #content {
	padding-bottom: 50px;
}

.search-results #content .page-content a > img {
	object-fit: contain;
}

/* single products */
.single-products .elementor-widget-theme-post-content .elementor-widget-container > p:not(:last-of-type) {
	margin-bottom: 16px;
}

/* variants */
.product-variations .item-repeater:not(:last-of-type) {
	border-bottom: 1px solid #fff;
}

.product-variations input[name="product_variation_sku"] {
	display: none;
}

.product-variations label {
	cursor: pointer;
	display: block;
	padding: 4px;
	background-color: transparent;
	transition: all 0.2s ease;
	text-align: center;
	color: #333;
	min-width: 60px;
}

.single-products .ue-grid-item .product-variations label,
body:not(.single-products) .product-variations label {
	color: #fff;
	background: #c64e37;
}

.single-products .ue-grid-item .product-variations label:hover,
body:not(.single-products) .product-variations label:hover,
.product-variations label:hover {
	background-color: #7A491F;
}

.single-products .ue-grid-item .product-variations .item-repeater:last-of-type label,
body:not(.single-products) .product-variations .item-repeater:last-of-type label {
	border-radius: 0 0 0 5px;
}

/* .single-products .ue-grid-item .product-variations label:hover,
body:not(.single-products) .product-variations label:hover {
	color: #333;
} */

.single-products .ue-grid-item .addToCartBtn form button[type="submit"], 
body:not(.single-products) .addToCartBtn form button[type="submit"] {
	background: #c64e37;
	color: #fff;
	border: none!important;
}

.single-products .ue-grid-item .addToCartBtn form button[type="submit"]:hover, 
body:not(.single-products) .addToCartBtn form button[type="submit"]:hover {
	background: #7A491F;
	color: #fff;
}

.product-variations input[name="product_variation_sku"]:checked + label {
	color: #fff;
	background-color: #7A491F;
}

.v65-add-to-cart-form button {
	padding: 15px 5px;
}

.single-product-slider .swiper .elementor-swiper-button-next *,
.single-product-slider .swiper .elementor-swiper-button-prev * {
	padding: 7px 7px 0;	
}

/* variants - single product */
.single-products .product-form .v65-add-to-cart-form {
	flex-wrap: wrap;
}

.single-products .product-form .v65-add-to-cart-form button {
	width: calc(100% - 120px);
	padding: 12px 5px;
}

.single-products .product-form .product-variations {
	width: 100%;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.single-products .product-form .product-variations .item-repeater {
	width: auto;
	border-bottom: none;
}

.single-products .product-form .product-variations label {
	border: 1px solid #333;	
	border-radius: 6px;
	padding: 15px 20px;
}

.single-products .product-form .product-variations label:hover {
	color: var(--e-global-color-57808d8);
}

.single-products .product-form .product-variations input[name="product_variation_sku"]:checked + label {
	background-color: #333;
}

.single-products .product-form .ug-slider-wrapper .ug-slider-control {
	opacity: 0;
}


/* cart */
.v65-widgetModalCart-status > a {
	display: block;
	width: 17px;
	height: 24px;	
	overflow: hidden;
	visibility: hidden;
}

.v65-widgetModalCart-status > a * {
	display: none;
}

.v65-widgetModalCart-status > a::before {
	content: url('/wp-content/uploads/2022/03/bag-1.svg');
	display: block;
	width: 17px;
	height: 24px;
	visibility: visible;
	margin-top: 2px;
}

header .elementor-widget-container .v65-widgetModalCart-status a {
  position: relative !important;
  overflow: visible;
}

.v65-widgetModalCart-status a .v65-widgetModalCart-itemCount {
	display: flex;
	position: absolute !important;
	top: 8px;
	visibility: visible;
	right: -9px;
	margin: 0;
	background: #7a491f;
	line-height: 14px;
	width: 14px;
	justify-content: center;
	border-radius: 100%;
	color: #fff !important;
}

/*.v65-widgetModalCart-closeButton a::after {
    content: "\e87f";	
	font-family: eicons;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
	visibility: visible;
} */

body .v65-widgetModalCart-closeButton a {
	font-size: 0;
	padding-right: 0;
	background: none!important;
}

.v65-widgetModalCart-closeButton a::after {
	content: "Continue Shopping >";	
	font-family: "brandon-grotesque", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	position: relative;
}

[v65remotejs="modalCart"] .v65-widgetModalCart-itemSummaryDescription a strong {
	font-family: "brandon-grotesque", Sans-serif!important;
}

.v65-widgetModalCart-itemMessageBottom {
	margin-bottom: 20px;
}

.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown {
	position: absolute !important;
	left: unset;
	right: 0;
}

/* login */
.navBarSec nav .elementor-widget-html > .elementor-widget-container {
	display: flex !important;
	flex-direction: row;
	gap: 16px;
}

.navBarSec nav [v65remotejs="loginWidget"] .v65-widgetLogin-login {
	display: none;
}

.navBarSec nav [v65remotejs="loginWidget"] .v65-widgetLogin-yourAccount {
	width: auto;
	padding-right: 0;
	border-right: none;
}

.navBarSec nav [v65remotejs="loginWidget"] .v65-widgetLogin-yourAccount a {
	display: block;
	width: 17px;
	height: 24px;	
	overflow: hidden;
	visibility: hidden;
}

.navBarSec nav [v65remotejs="loginWidget"] .v65-widgetLogin-yourAccount > a::before {
	content: url('/wp-content/uploads/2022/03/account-1.svg');
	display: block;
	width: 17px;
	height: 24px;
	visibility: visible;
	margin-top: 6px;
}

/* recipes */
.custom-accordion .accordion-body li:not(.last-of-type),
.custom-accordion .accordion-body p:not(.last-of-type) {
	margin-bottom: 14px;
}

h4.elementor-heading-title {
    font-size: 1.75rem !important;
	line-height: 2rem;
}
.sidebar-filter .cat-filter-mobile .mobile-title {
	display: none;
}
@media(min-width: 768px) {
	.only-mob {
		display: none;
	}
	.section-hover{
		opacity:0; margin-bottom: -10px;
		transition: all .4s
	}
	.elementor-widget-loop-grid .elementor-loop-container .e-loop-item > a:focus .section-hover,
	.img-MobCover:focus .section-hover, 
	.section-w-hover:hover .section-hover {opacity: 1;
		margin:0
	}
	.content-section ,
	.sidebar-filter {
		display: block !important
	}
	.single-products .sidebar-filter {
		display: none !important
	}
	
	#join-viansa-club .e-n-tab-title .e-n-tab-icon {
		display: none;
	}
}
@media(max-width: 991px)  {
	h4.elementor-heading-title {
    font-size: 1.5rem !important;
}
	.img-MobCover {
		z-index: -1
	}
	.img-MobCover img {
		width: 100%; height: 100%; 
		object-fit: cover
	}
	.defStye p ,
	.defStye ul {
		margin-bottom: 18px
	}
	.defStye ul li {
		margin: 3px 0
	}
	.tabNone {
		display: none !important
	}
	.right-side-content{
		position: static !important
	}
	.mec-text-input-search {
		width: 50%;
	}
	.mec-event-article > div:first-child {
		width: calc(100% - 170px);
	}
	.mec-event-article > div:last-child {
		width: 170px;
	}
	.mec-event-list-minimal .mec-event-article {
		padding-left: 20px
	}
	.mec-event-list-minimal .mec-event-title {font-size: 18px;}
	.mec-event-content .mec-single-title {
		font-size: 34px;
	}
	.arrow-menu {
		background-image: url('/wp-content/uploads/2025/05/angle.svg') !important;
		background-repeat: no-repeat !important;
		font-size: 0;
		display: inline-block !important;
		height: 45px;
		width: 45px;
		background-position: center !important;
		position: absolute;
		top: 0;
		right: 0;
	}
	.elementor-nav-menu--main .elementor-nav-menu ul {
		position: static;
		width: 100%;
		text-align: center;
	}
	.elementor-nav-menu--main .elementor-nav-menu ul li a {
		justify-content: center !important
	}
	body.admin-bar .dialog-type-lightbox {
		position: fixed !important
	}
	.elementor-nav-menu li.menu-item-has-children .sub-arrow {
		display: none !important
	}
	.custSearchDiv {
		padding: 25px 15px
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		margin: 0 16px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 10px 15px 15px;
	}
	
	.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown {
		top: 62px;
		min-height: calc(100vh - 62px);
	}
}
@media (min-width: 768px) and (max-width: 768px) {
	#mega-menu-wrap-menu-1 {
		display: none;
	}
	
	.elementor .elementor-hidden-tablet[data-id="d8b4a51"] {
		display: block;
		margin-right: 10px;
	}
}
@media(max-width: 767px) {
	.center-on-mobile .elementor-nav-menu {
		justify-content: center!important;
	}
	.custSearchDiv {
		display: none !important
	}
	.mob-none {
		display: none
	}
	.only-mob {
		z-index: -1 !important
	}
	.only-mob ,
	.only-mob img {
		object-fit: cover;
		height: 100%
	}
	.glass-img-center{
		max-width: 270px !important; 
		margin: 0 auto;
		display: block
	}
	.wine-2Glass img{
		max-width: 100px !important
	}
	.text-center-mob * ,
	.text-center-mob{
		text-align:center
	}
	.li-style-none-mobile li {
		list-style: none;
	}
	.socialSection > .e-con-inner > .socialSectioItem:not(:first-child) {
	}	
	.topbar-marquee-slide {
		padding:15px 8px;
	}
	.topbar-marquee-slide br {
		display: inline!important;
	}
	.footer-menu li a {
		display: block
	}
	form.elementor-form[name="Newsletter"] {
		max-width: 400px;
		margin: 0 auto;
	}
	form.elementor-form[name="Newsletter"] input:not([type="submit"]) {
		text-align: left;
	}	
	.header-icons-list ul li:not(:last-child) {
		display: none !important
	}
	.header-icons-list ul li svg {
		width: 28px !important;
	}
	.elementor-menu-toggle {
		padding:0 !important
	}
	.header-menu-default .elementor-nav-menu--dropdown ul {
		padding: 15px 0 !important
	}
	.header-menu-default .elementor-nav-menu--dropdown ul li {
		padding: 3px 0
	}
	.header-menu-default .elementor-nav-menu--dropdown ul li a {
		font-family: "Milona", Sans-serif !important;
		justify-content: center;
	}
	.header-icons-list ul li svg {
		margin: 0
	}
	.e-search form.e-search-form{
		margin-top: 30px;
		margin-bottom:15px;
		width: 100%;
		background-color: #fff;
		border-radius: 8px;
		border: 1px solid #494544;
		padding: 0 0 0 20px;
	}
	.e-search form.e-search-form input.e-search-input {
		background-color: transparent;
		width: 100%;
		border: none;
		padding: 0;
	}
	.e-search form.e-search-form button.e-search-submit  {
		padding: 0;
		margin: 0;
		width: 55px;
		justify-content: center;
		font-weight: 400;
	}
	.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown {
		top: 47px;
		min-height: calc(100vh - 60px);
		right: -102px;
		max-width: 550px;
		width: 100vw;
	}
	.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary,
	.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummarySubTotal {
		width: auto;
	}
	.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummaryDescription {
		width: calc(100% - 220px);
	}
	.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummarySubTotalLabel {
		width: calc(100% - 70px);
	}
	.accordian-wrapper .e-n-accordion-item summary {
		padding: 10px 5px 10px;
	}
	.dropdown {
		max-width: 200px;
	}
	.elementor-pagination {
		margin-top: 40px !important; 
	}
	.gridSection > .elementor-element > .elementor-widget-container > .elementor-loop-container {
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: var(--grid-column-gap, 18px);
		grid-row-gap: var(--grid-row-gap, 18px);
	}
/* 	.sidebar-filter {
		position: absolute;
		z-index: 1;
		width: 100%;
		left: 0;
		padding: 15px 30px;
		background: #f8f3ec;
		top: 73px;
		z-index: 3;
		display: none;
		box-shadow: 0px 2px 19px -8px rgba(0,0,0,0.75);
	} */
	.sidebar-filter .cat-filter-mobile .mobile-title {
		display: inline;
	}
	.cat-filter-mobile {
		padding-bottom: 40px;
		order: 2;
	}	
	.cat-filter-mobile .e-n-accordion-item-title {
		padding-left: 0;
	}
	.cat-filter-mobile .ue_taxonomy_item:not([data-title="Red Wine"]):not([data-title="White Wine"]):not([data-title="Sparkling Wine"]) {
		display: none!important;
	}
	.single-products .sidebar-filter {
		display: none !important
	}
	.sort-list p{
		background-image: url('/wp-content/uploads/2025/04/angle.png');
		background-repeat: no-repeat;
		display: inline-block;
		padding-top: 3px;
		padding-right: 15px;
		background-position: right center;		
	}
	.processSec p  ,
	.top-nav-para p ,
	.centerText * {
		text-align : center
	}
	.mob-dis-01 .elementor-widget-container .elementor-loop-container .products:not(:nth-child(2)){
		display:none !important
	}
	.mob-logo img {
		margin: 0 auto;
		display: block;
	}
	.galler-wrapper-detail .gallery {
		margin:0 !important;
		padding: 0 0 20px!important
	}
	.galler-wrapper-detail .gallery .swiper-wrapper .gallery-item {
		padding: 0 !important
	}
	.galler-wrapper-detail .swiper-pagination  {
		bottom: 0!important;
		line-height: 1!important;
	}
	.galler-wrapper-detail .swiper-pagination .swiper-pagination-bullet{
		background-color: #C5B9A9;	
		width: 16px;
		height: 2px
	}
	.galler-wrapper-detail .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color :#7A491F
	}
	.contact-link p + p {
		margin-top: 20px;
	}
	.contact-form-setup .elementor-form .elementor-field-group select, .contact-form-setup .elementor-form .elementor-field-group textarea, .contact-form-setup .elementor-form .elementor-field-group input {
		padding: 0 15px
	}
	.contact-form-setup .elementor-form .elementor-field-group textarea {
		padding: 7px 15px
	}
	.contact-link {
		width: 100%;
		background: #F2EADF;
		border-radius: 5px;
		margin-top: 40px;
		height: auto;
	}
	.contact-form-setup .elementor-form .elementor-field-group {
		justify-content: center;
	}
	.right-mob-align img {
		margin: 0 0 0 auto;
		display: block;
	}
	.curve-pattern {
		height: 40px !important;
	}
	.e-n-tabs .e-n-tabs-heading button {
		background-color: #cfc5bf !important;
		border: none !important;
		margin-top: 10px !important
	}
	.e-n-tabs .e-n-tabs-heading button{
		margin: 10px 0 0!important;
		background-color: transparent !important;
		border: 2px solid #794923 !important;
		border-radius: 5px;
	}
	.availability-calendar-tabs .e-n-tabs .e-n-tabs-heading button {
		border: 1px solid #d9d9d9 !important;
	}
	.availability-calendar-tabs .e-n-tabs .e-n-tabs-heading button[aria-selected="true"] {
		border: 1px solid var(--n-tabs-icon-color-active) !important;
	}
	.e-n-tabs-content > div[role="tabpanel"] > .elementor-element > div.e-con-inner {
		padding-top: 30px !important;
		padding-bottom: 30px !important
	}
	.e-n-accordion-item-title[aria-expanded="true"] {
		border-bottom: none!important;
		border-color : rgba(255,255,255,.5) !important
	} 
	.e-n-accordion-item > div.elementor-element ,
	div[aria-labelledby="e-n-accordion-item-1750"]{
		border-top: none!important;
		border-color : rgba(255,255,255,.5) !important
	}
	.e-n-accordion-item-title  , .e-n-accordion-item > div.elementor-element ,
	div[aria-labelledby="e-n-accordion-item-1750"] {
		border-left: none !important;
		border-right: none !important;
		border-color : rgba(255,255,255,.5) !important
	}
	.e-n-accordion-item  + .e-n-accordion-item .e-n-accordion-item-title {
		border-top: none !important
	}
	.visit-tab-sec .e-n-tabs-heading {
		display: none !important
	}
	.btn-outline-visit .elementor-button{
		background-color: transparent !important;
		color: #7A491F !important;
		padding-top: 16px !important
	}
	.btn-outline-visit .elementor-button:hover {
		background-color:#7A491F !important; 
		color:#fff !important; 
	}
/* 	.content-section{
		display: none 
	} */
	.visit-row .img-cover img{
		border-radius : 8px !important
	}
	.mec-text-input-search {
		width: 50% !important;
	}
	.mec-event-list-minimal .mec-event-date {
		width: 50px; height:50px;
	}
	.mec-event-article > div:first-child {
		padding-left: 70px !important
	}
	.mec-event-list-minimal .mec-event-date span ,
	.mec-event-list-minimal .mec-event-date {font-size: 14px}
	.mec-event-list-minimal .mec-event-article {
		padding: 15px 0 15px 5px;
	}
	.mec-event-list-minimal .mec-event-title {font-size: 17px;}
	h1.mec-single-title {
		margin-bottom: 20px !important
	}
	.mec-single-event .mec-event-content {
		padding: 25px 0 0px !important
	}
	.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
		margin-bottom: 0 !important
	}
	.newsletter-form {
		padding: 0 45px 0 15px;
	}
	.newsletter-form .submit-btn {
		width: 45px;
	}
	.elementor-nav-menu--dropdown {
		background-color: transparent !important
	}
	.elementor-nav-menu--main .elementor-nav-menu ul li a {
		font-family: "brandon-grotesque", Sans-serif;
		text-transform: uppercase;
		padding: 0;
	}
	.elementor-nav-menu--main .elementor-nav-menu ul {
		padding: 5px 0 15px 0;
	}
	.elementor-nav-menu--main .elementor-nav-menu ul li + li {
		margin-top: 20px
	}
	.elementor-nav-menu li.event-tags > a::before{
		content: '+';
		opacity: 1 !important;
		position: static !important;
		font-size: 40px !important;
		vertical-align: middle;
		display: inline-block !important;
		margin-top: 3px;
		line-height: 0.5 !important;
		margin-right: 7px;
	}
	.elementor-nav-menu li.event-tags > a.highlighted::before {
		content: '-';
	}
	ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
		background-color: transparent !important;
	}
	.elementor-item.elementor-item-active,
	.elementor-sub-item.elementor-item-active {
		color: #CEA025 !important
	}
	.availability-calendar-tabs .e-n-tabs {
		flex-direction: column;
	}
	
	.mobile-mmenu {
		height: 29px;
	}
	
	.navBarSec nav .elementor-widget-html > .elementor-widget-container {
		right: 32px;
		position: relative !important;
	}
	
/* 	.navBarSec nav [v65remotejs="modalCart"] .v65-widgetModalCart-dropdown {
		left: -283px;
	} */
	
	.homepage-cta,
	.homepage-cta img {
		transition: ease all .3s;
	}
	
	.homepage-cta img {
		margin-bottom: 68px;
		border-radius: 16px 16px 0 0 !important;
	}
	
	.homepage-cta .elementor-widget-image {
		overflow: hidden;
		border-radius: 16px;
	}
	
	.homepage-cta:hover img {
		opacity: .5;
		scale: 1.2;
	}	

	#join-viansa-club .e-n-tab-title[aria-selected="true"] .e-n-tab-icon .fa-plus::before {
		content: "\f068";
	}
	
	#join-viansa-club .e-active {
		display: none !important;
	}
	
	#join-viansa-club .e-active.jvc-active {
		display: block !important;
	}
	
	#join-viansa-club .e-n-tab-title:not(.jvc-active) .e-n-tab-icon .fa-plus::before {
		content: "\f067";
	}
	
	.shop-all-copy * {
		text-align: center;
	}
}

@media(max-width: 575px) {
	.gridSection .product-items {
		--min-height: 210px !important;
	}
	.gridSection .product-items img {
		max-width: 65%!important;
	}
	.may-alos-like .recipe_categories-terra-collection:not(:first-child) {
		display: none !important
	}
	.curve-pattern {
		height: 30px !important;
	}
	.accordian-image img {
		height: 205px !important;
		object-fit: cover;
	}
	.mec-wrap .mec-totalcal-box {padding: 15px 5px !important}
	.mec-text-input-search ,
	.mec-wrap .mec-minmax-event-cost {
		width: 100%!important;
	}
	.mec-wrap .mec-search-form .mec-date-search select {
		width: calc(100% - 126px);
	}
	.mec-wrap .mec-search-form .mec-date-search select:last-child {
		width: 90px
	}
	.mec-event-article > div:last-child ,
	.mec-event-article > div:first-child {
		width: 100%; text-align:left
	}
	.mec-event-list-minimal .mec-event-date {
		position: static;margin:0 0 15px; text-align:ceter
	}
	.mec-event-list-minimal .mec-event-date {
		width: 70px; height:70px;
	}
	.mec-event-list-minimal .mec-event-date span ,
	.mec-event-list-minimal .mec-event-date {font-size: 18px; padding: 0}
	.mec-event-article > div:first-child {
		padding-left:0px !important;
	}
	.event-calendar-wrapper .mec-event-list-minimal a.mec-detail-button {margin:0 !important}
	.event-calendar-wrapper .btn-wrapper {
		justify-content: flex-start;padding:0
	}
	ul.mec-categories {font-size: 14px}
	.mec-event-list-minimal .mec-event-title {font-size: 16px;}

	section#main-content {
		width: 100% !important
	}
	mec-event-content {padding-top: 20px}
	.mec-event-content .mec-single-title {
		font-size: 28px;
	}
	.parallax-bg.safari-bg {
		background-size: auto;
	}
}
.typing-animate h6 , .typing-animate h4 {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	line-height: 1.65 !important;
	vertical-align: bottom;
}
.typing-animate h4.active ,
.typing-animate h6.active{  
	padding-left: 4px;
	padding-right: 8px;
	animation: typing 5s;
	width: auto
}
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}

.typewriter h4 {
	line-height: 1.5;
	word-break: break-word;
	hyphens: auto;
}

.typewriter h4 span {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
  display: inline-block;
}

.typewriter h4 .word-wrapper {
  white-space: pre; 
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}