/*
Theme Name: QoopDesign
Theme URI: https://qoopdesign.com
Description: QoopDesign Site custom theme developed by Famad IT Group (famad.it) - BeTheme Compatible
Author: Famad IT Group
Author URI: https://famad.it
Template: betheme
Version: 1.0
Text Domain: qoopdesign
Domain Path: /languages
*/

@import url("../betheme/style.css");

html {
	scroll-behavior: smooth;
	background-color: rgb(239, 236, 232) !important;
}

html.overflow-hidden,
body.overflow-hidden {
	overflow: hidden !important;
}

body,
span.date_label,
.timeline_items li h3 span,
input,
textarea,
select,
.offer_li .title h3,
.mfn-menu-item-megamenu,
.lead,
.big,
#menu>ul>li>a,
#overlay-menu ul li a,
#Subheader .title,
h1,
h2,
h3,
h4,
h5,
h6,
.text-logo #logo,
blockquote,
.chart_box .chart .num,
.counter .desc_wrapper .number-wrapper,
.how_it_works .image .number,
.pricing-box .plan-header .price,
.quick_fact .number-wrapper,
.woocommerce .product div.entry-summary .price,
.famad-menu-container .menu-text,
.famad-menu-dark-container .menu-text,
.minimal-account-dashboard {
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.elementor-templates-modal .dialog-widget-content {
	font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
}


.class-light {
	color: #fff !important;
}


#mfn-header-template {
	position: fixed;
	top: 0;
	width: 100%;
	height: 72px;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateY(0);
	will-change: transform;
	z-index: 1000;
}

#mfn-header-template.hidden {
	transform: translateY(-100%);
}

#Header_wrapper {
	width: 100%;
	height: 42px;
	padding-top: 70px !important;
	position: fixed !important;
	transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateY(0);
	will-change: transform;
	z-index: 999;
}

#Header_wrapper.hidden {
	transform: translateY(-100%);
}

#Header_wrapper,
#Intro {
	background-color: transparent !important;
}

#Subheader {
	width: 100%;
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 5px 0 !important;
}

#Subheader::after {
	height: 0 !important;
	bottom: 0 !important;
	box-shadow: none !important;
}

#Subheader .container {
	max-width: 100% !important;
}

.subheader-both-left #Subheader .breadcrumbs {
	margin-top: 0 !important;
}

#Subheader ul.breadcrumbs {
	padding: 0 4.25rem !important;
	float: none !important;
}

#Subheader ul.breadcrumbs.light {
	color: #fff !important;
}


#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
	color: #171717 !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}

#Subheader ul.breadcrumbs li span {
	margin: 0 .25rem !important;
	opacity: 1 !important;
}

#Subheader ul.breadcrumbs li span i::before {
	content: "\2022" !important;
}

#Subheader.class-light ul.breadcrumbs li,
#Subheader.class-light ul.breadcrumbs li a {
	color: #fff !important;
}


#Content {
	width: auto !important;
	padding-top: 8rem !important;
	padding-bottom: 5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.homepage-slider .e-n-carousel.swiper {
	padding: 0 3.75rem !important;
}

.collection-categories .elementor-swiper-button {
	display: none !important;
}



.mfn-woo-filters-wrapper.shop-filters {
	padding: 0 0 1.25rem 0 !important;
	margin-bottom: 0 !important;
}

.zoom-effect,
.category-image-wrapper {
	overflow: hidden;
}

.zoom-effect img,
.category-image-wrapper img {
	transition: .2s ease;
}

.zoom-effect img:hover,
.category-image-wrapper img:hover {
	transform: scale(1.05);
}


.light-logo.hidden,
.dark-logo.hidden {
	display: none;
}






.famad-menu-container,
.famad-menu-dark-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
	padding: .5rem;
	cursor: pointer;
	text-transform: none;
	gap: 0;
	border-width: 0 !important;
	border-radius: 0 !important;
}

.button {
	border-width: 0 !important;
	border-radius: 0 !important;
}

.famad-menu-container:hover,
.famad-menu-dark-container:hover {
	background-color: transparent !important;
	border-color: none !important;
}

.famad-menu-container:hover {
	color: #fff !important;
}

.famad-menu-dark-container:hover {
	color: #171717 !important;
}

.famad-menu-container .menu-text,
.famad-menu-dark-container .menu-text {
	font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin-left: 2.5rem;
	font-weight: 500;
	font-size: 16px;
	display: block;
}

.famad-menu-container .menu-text {
	color: #fff !important;
}

.famad-menu-dark-container .menu-text {
	color: #171717 !important;
}

.famad-menu-container .menu-button,
.famad-menu-dark-container .menu-button {
	width: 34px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.famad-menu-container .menu-button::before,
.famad-menu-container .menu-button::after,
.famad-menu-dark-container .menu-button::before,
.famad-menu-dark-container .menu-button::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 34px;
	transition: all 0.3s ease;
	border-radius: 1px;
	left: 4px;
	margin-right: 2.5rem;
}

.famad-menu-container .menu-button::before,
.famad-menu-container .menu-button::after {
	background-color: #ffffff;
}

.famad-menu-dark-container .menu-button::before,
.famad-menu-dark-container .menu-button::after {
	background-color: #171717;
}

.famad-menu-container .menu-button::before,
.famad-menu-dark-container .menu-button::before {
	top: 11px;
}

.famad-menu-container .menu-button::after,
.famad-menu-dark-container .menu-button::after {
	top: 28px;
}

.famad-menu-container:hover .menu-button::before,
.famad-menu-dark-container:hover .menu-button::before {
	top: 6px;
}

.famad-menu-container:hover .menu-button::after,
.famad-menu-dark-container:hover .menu-button::after {
	top: 32px;
}

.famad-menu-container .menu-button.open::before,
.famad-menu-dark-container .menu-button.open::before {
	transform: rotate(-45deg);
	top: 21px;
	width: 34px;
}

.famad-menu-container .menu-button.open::after,
.famad-menu-dark-container .menu-button.open::after {
	transform: rotate(45deg);
	top: 21px;
	width: 34px;
}

.famad-menu-dark-container .menu-button.open::after,
.famad-menu-dark-container .menu-button.open::before {
	background-color: #ffffff;
}

.famad-menu-container .menu-button.open,
.famad-menu-dark-container .menu-button.open {
	left: 0px;
}

.famad-menu-container:hover .menu-button.open,
.famad-menu-dark-container:hover .menu-button.open {
	transform: scale(1.1);
}

.famad-menu-container:hover .menu-button.open::before,
.famad-menu-container:hover .menu-button.open::after,
.famad-menu-dark-container:hover .menu-button.open::before,
.famad-menu-dark-container:hover .menu-button.open::after {
	top: 21px;
}

.other-container.hidden,
.mobile-search-icon.hidden {
	visibility: hidden;
}

/* Full screen drawer */
.famad-menu-drawer {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background-color: rgb(20, 18, 14);
	z-index: 99;
	transition: left 0.4s ease;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0 1rem;
	overflow-y: auto;
	display: grid;
	grid-template-columns: minmax(200px, 27%) 1px minmax(200px, 28%) minmax(300px, 45%);
	gap: 20px;
}

.famad-drawer-children-mobile {
	display: none;
}

.famad-menu-column {
	list-style: none;
	height: fit-content;
}

.famad-drawer-vr {
	background: linear-gradient(to bottom,
			transparent,
			rgba(255, 255, 255, 0.4),
			rgba(255, 255, 255, 0.6),
			rgba(255, 255, 255, 0.4),
			transparent);
	width: 1px;
	height: 80%;
	margin: 10% 0;
	align-self: center;
}

.famad-drawer-children.hidden,
.famad-drawer-children-mobile.hidden,
.splide-ttb.hidden,
.splide-btt.hidden {
	display: none;
}

.famad-menu-drawer.open {
	left: 0;
}

.famad-drawer-parent {
	margin: 0 !important;
	padding: 7.5rem 2rem 2rem;
	list-style: none !important;
}

.famad-drawer-parent li {
	padding: 1rem 1.5rem;
	margin-bottom: 0 !important;
}

.famad-drawer-parent li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	cursor: pointer;
	color: #e2e2e2;
}

.famad-drawer-parent li a:not(:first-child) {
	padding-top: 1rem !important;
}

.famad-drawer-parent li.famad-drawer-menu-language-selector a {
	justify-content: start;
}

.famad-drawer-parent li.famad-drawer-menu-language-selector a span.icon-wrapper {
	margin-left: .25rem;
}

.famad-drawer-parent li a,
.famad-drawer-parent li a h3,
.famad-drawer-parent li a h4 {
	color: #e2e2e2;
	margin-bottom: 0 !important;
	font-family: 'DM Sans Regular', 'DM Sans' !important;
	font-weight: 400;
}

.famad-drawer-parent li a svg {
	display: none;
}


.famad-drawer-parent a {
	color: #e2e2e2 !important;
	text-decoration: none;
}

.famad-drawer-parent-icon {
	color: #fff;
}

/* زیرمنو */
.famad-drawer-children {
	list-style: none !important;
	margin: 0 !important;
	padding: 7.5rem 2rem 2rem;
}

.famad-drawer-children li {
	padding: 1rem 1.5rem;
	margin-bottom: 0 !important;
}

.famad-drawer-children li a {
	margin: 0;
	cursor: pointer;
	color: #e2e2e2 !important;
	margin-bottom: 0 !important;
	font-size: 1.5rem;
	font-weight: 300;
}

.famad-drawer-children li:hover a {
	text-decoration: underline !important;
}

.famad-drawer-sliders {
	display: block;
	display: grid;
	column-gap: 2.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.famad-drawer-menu-language-selector {
	display: none;
	margin-top: 2rem;
}

.famad-language-selector {
	width: 100%;
	color: #191919 !important;
	border-bottom: 2px rgb(209 213 219) solid;
}

.famad-language-selector:focus {
	background-color: #fff !important;
}

.famad-drawer-children {
	transition: opacity 0.3s ease, transform 0.3s ease, margin-top 0.3s ease;
}

.famad-drawer-sliders,
.splide-ttb,
.splide-btt,
.famad-drawer-children-mobile {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.famad-drawer-children.hidden,
.famad-drawer-children-mobile.hidden,
.famad-drawer-sliders.hidden,
.splide-ttb.hidden,
.splide-btt.hidden {
	display: none !important;
}

.famad-menu-container .hidden,
.famad-menu-dark-container .hidden,
.famad-menu-drawer .hidden {
	visibility: hidden
}


/* ================ SPLIDE ==================== */
.splide {
	display: flex;
	gap: 10px;
}

.splide__list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.splide__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto !important;
}

.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom;
	width: auto;
	height: 100%;
	max-width: 100%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	object-fit: cover;
	display: block;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	contain: strict;
	display: inline-block;
	height: 20px;
	inset: 0;
	margin: auto;
	position: absolute;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__arrow {
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 2em;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9
}

.splide__arrow:disabled {
	opacity: .3
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__arrow--prev {
	left: 1em
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
	outline: 0
}

@supports (outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf
	}
}

@supports (outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf
	}
}

.splide__toggle {
	cursor: pointer
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide__pagination--ttb {
	display: flex;
	flex-direction: column;
	inset: 0 .5em 0 auto;
	padding: 1em 0
}

.splide-btt .splide__list {
	display: flex;
	flex-direction: column-reverse;
}

.splide-btt .splide__slide {
	transform: scaleY(-1);
}

.splide-btt .splide__slide img {
	transform: scaleY(-1);
}


.style-simple .accordion .question {
	border-left: 0 !important;
	border-right: 0 !important;
}

.style-simple .accordion .question:last-child {
	border-bottom: 2px #191919 solid !important;
}

.style-simple .accordion .question::after {
	background-color: transparent !important;
}

.accordion .question>.title>.acc-icon-plus,
.accordion .question .title>.acc-icon-minus {
	left: inherit !important;
	right: 0 !important;
}

.accordion .question>.title>.acc-icon-plus::before,
.accordion .question .title>.acc-icon-minus::before {
	border: 1px #191919 solid;
	border-radius: 60px;
	width: 1em;
	height: 1em;
	color: #191919 !important;
}

.style-simple .accordion .question .title {
	padding-left: 0 !important;
	padding-right: 50px !important;
	font-size: 2.5rem !important;
	font-weight: 400;
	padding-top: 3.75rem !important;
	padding-bottom: 3.75rem !important;
	box-shadow: none !important;
}

.style-simple .accordion .question .title i::before {
	font-size: 50px;
}

.style-simple .accordion .question .title {
	border-top: 2px #191919 solid !important;
}

.style-simple .accordion .question .answer {
	box-shadow: none !important;
	padding: 3.75rem 0 !important;
}

.woocommerce table.woocommerce-product-attributes td span::before {
	content: '' !important;
	width: 0 !important;
	height: 0 !important;
	background: transparent !important;
}

.woocommerce table.woocommerce-product-attributes tr {
	border-bottom: 1px #191919 solid !important;
	font-size: 1.5rem !important;
	font-style: normal !important;
	color: #131313 !important;
}

/* Minimal Dashboard Styles */
.minimal-account-dashboard {
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #333;
}

.dashboard-header {
	margin-bottom: 1rem;
	padding: 0;
}

.dashboard-header h1 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 8px 0;
	color: #1a1a1a;
}

.dashboard-header p {
	font-size: 14px;
	color: #666;
	margin: 0;
}

.minimal-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 0;
}

.minimal-card {
	background: rgba(0, 0, 0, 0.03);
	border-radius: 8px;
	padding: 1.5rem;
	margin: 0;
	transition: all 0.2s ease;
	display: flex;
	row-gap: 2rem;
	column-gap: 2rem;
	justify-content: start;
	align-items: center;
}

.minimal-card:hover {
	border-color: rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.05);
}

.card-icon i {
	font-size: 5rem;
	color: #666;
}

.card-content {
	width: 100%;
}

.card-content h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 8px 0;
	color: #1a1a1a;
}

.card-content p {
	font-size: 14px;
	color: #666;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

.minimal-button {
	display: block;
	background: rgb(0, 0, 0, 0.03);
	color: #333;
	padding: 4px 20px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.2s ease;
	text-align: center;
}

.minimal-button:hover {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.25);
	color: #333;
	text-decoration: none;
}

.wishlist-fragment {
	font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.wishlist {
	padding: 10rem 0 !important;
}

.add-to-wishlist {
	width: 100% !important;
	font-weight: 400;
	font-size: 1rem;
	line-height: normal;
	min-width: 10rem;
	align-content: space-between;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	border-width: 1px;
	padding: 1.2rem 1.25rem 1.25rem 1.25rem;
	background-color: rgb(20, 18, 14);
	color: rgb(255, 255, 255);
}

.add-to-wishlist a {
	color: rgb(255, 255, 255);
}

.add-to-wishlist:hover a,
.add-to-wishlist a:hover {
	color: rgb(19, 19, 19);
}

.wcpoa_attachment {
	border-bottom: 1px solid #131313 !important;
}

.wcpoa_attachment a,
.wcpoa_attachment a:hover {
	color: #131313 !important;
	text-decoration: none;
	font-size: 1.5rem !important;
}

a.wcpoa_attachmentbtn {
	float: right !important;
}

a.wcpoa_attachmentbtn span {
	display: inline-block;
	margin-left: 0.5rem !important;
}

.image_links .link:first-child {
	display: none !important;
}

.image_links .link:hover::after,
.image_links .link:focus::after,
.image_links .link:hover::before,
.image_links .link:focus::before {
	opacity: 0 !important;
}

.tooltip[data-position="left"]:hover::after,
.tooltip[data-position="left"]:focus::after {
	transform: translate(-60%, -5px) rotate(45deg) !important;
}

.if-modern-overlay .image_frame .image_wrapper .image_links {
	left: 10px !important;
	right: auto !important;
}

.if-modern-overlay .image_frame .image_wrapper .image_links a {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.if-modern-overlay .image_frame .image_wrapper .image_links a svg {
	width: 32px !important;
}

.wishlist-info a.button {
	display: none !important;
}

.yith-add-to-wishlist-button-block {
	position: absolute;
	left: 0.25rem;
	top: 0.25rem;
	z-index: 10;
	margin: 0 !important;
}

.product-add-wishlist .yith-add-to-wishlist-button-block {
	position: inherit;
	left: auto;
	top: auto;
	width: 100%;
	padding: 6px !important;
}

.product-add-wishlist .yith-wcwl-add-to-wishlist-button {
	width: 100%;
	font-size: 1rem;
	line-height: normal;
	font-weight: 400;
	padding: 1.25rem 1.25rem 1.2rem 1.25rem !important;
	display: inline-flex;
	min-width: 10rem;
	align-content: space-between;
	align-items: center;
	justify-content: center;
	background-color: rgb(20, 18, 14);
	color: rgb(252, 251, 250);
	border-radius: 5rem;
	border: 1px rgb(252, 251, 250) solid !important;
}

.product-add-wishlist .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper {
	display: none !important;
}


.product-add-wishlist .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label {
	display: block !important;
}

.yith-wcwl-add-to-wishlist-button {
	padding: 0 !important;
	border: none !important;
}

.yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label,
.yith-wcwl-add-to-wishlist-button .yith-wcwl-add-button__label,
.yith-wcwl-add-to-wishlist-button .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist-button .yith-wcwl-wishlistexistsbrowse {
	display: none !important;
}


.yith-wcwl-add-to-wishlist-button svg,
.yith-wcwl-add-to-wishlist-button img {
	width: 2.25rem !important;
	height: 2.25rem !important;
}


.yith-wcwl-add-to-wishlist-button a i {
	font-size: 20px;
	margin-right: 0 !important;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
	text-align: left !important;
}

.product .categories-heading-title h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .categories-heading-title h3 a {
	display: flex;
	flex-wrap: wrap;
	min-width: 100px;
}

.product .categories-heading-title h3 .product-color-name {
	font-size: 1rem;
	line-height: 1.25rem;
	color: rgb(117 105 88);
	text-align: right !important;
}

.homepage-slider .swiper {
	padding: 0 3.75rem;
}


/* ==================== استایل dropdown مشابه Gessi ==================== */
.product-color-dropdown-gessi {
	margin-bottom: 4rem !important;
}

.color-dropdown-title {
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.custom-dropdown-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

/* نمایش انتخاب فعلی */
.dropdown-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	background: #fff;
	border-radius: 5rem;
	cursor: pointer;
	transition: all 0.3s ease;
	min-height: 56px;
}

.selected-option {
	flex-grow: 1;
}

.option-content {
	display: flex;
	align-items: center;
	gap: 12px;
}

.color-preview {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.color-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.no-swatch {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #f5f5f5;
	color: #999;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.color-text {
	flex-grow: 1;
}

.color-name {
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

/* آیکن dropdown */
.dropdown-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #666;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.dropdown-arrow.rotated {
	transform: rotate(180deg);
}

.arrow-icon {
	width: 16px;
	height: 16px;
}

/* لیست options */
.dropdown-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	margin-top: 8px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	display: none;
	overflow: hidden;
	animation: slideDown 0.3s ease-out;
}

.dropdown-options.open {
	display: block;
}

.options-scroll {
	max-height: 300px;
	overflow-y: auto;
	padding: 8px 0;
}

/* اسکرول بار کاستوم */
.options-scroll::-webkit-scrollbar {
	width: 6px;
}

.options-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.options-scroll::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.options-scroll::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

/* هر گزینه */
.dropdown-option {
	padding: 0;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
	background: none;
	width: 100%;
}

.dropdown-option:hover {
	background: #f8f9fa;
}

.dropdown-option:focus {
	outline: none;
	background: #f0f7ff;
}

.dropdown-option .option-content {
	padding: 12px 16px;
	margin: 0;
}

.dropdown-option .color-preview {
	width: 36px;
	height: 36px;
}

.dropdown-option .color-name {
	font-size: 14px;
	font-weight: 500;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(+10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ==================== استایل شورت‌کد لیست محصولات ==================== */
.product-colors-archive-wrapper {
	margin: 10px 0 5px 0;
	padding: 0;
	text-align: left;
}

.product-colors-archive {
	display: inline-block;
}

.colors-switcher-archive {
	display: flex;
	gap: 11px;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.color-swatch-archive {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ddd;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s ease;
	position: relative;
}

.color-swatch-archive:hover {
	border: 1px solid #f8f8f8;
	box-shadow: 0 0 0 2px #666;
}

.color-swatch-archive.active {
	border: 1px solid #f8f8f8;
	box-shadow: 0 0 0 2px #333;
	transform: scale(1.1);
}

.color-swatch-archive img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

#parallaxSlideImageContainer .container-slide > .e-con {
    position: relative;
}

#parallaxSlideImageContainer {
	position: relative;
	overflow: hidden;
}

#parallaxSlideImageContainer .img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* ===== Desktop ===== */
@media (min-width: 1400px) {
	#parallaxSlideImageContainer .img,
	#parallaxSlideImageContainer img {
		top: auto;
		width: 574px !important;
		height: 574px !important;
	}
}

/* ===== Laptop ===== */
@media (min-width: 1025px) and (max-width: 1399px) {
	#parallaxSlideImageContainer .img,
	#parallaxSlideImageContainer img {
		top: auto;
		width: 420px !important;
		height: 420px !important;
	}
}

/* ===== Tablet / Small Laptop ===== */
@media (min-width: 768px) and (max-width: 1024px) {
	#parallaxSlideImageContainer .img,
	#parallaxSlideImageContainer img {
		top: auto;
		width: 360px !important;
		height: 360px !important;
	}
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
	#parallaxSlideImageContainer .img,
	#parallaxSlideImageContainer img {
		top: auto;
		width: 320px !important;
		height: 320px !important;
	}
}

#slide-text {
    position: relative;
    z-index: 10;
}

[dir="rtl"] #slide-text {
    direction: rtl;
    text-align: right;
}

.mfn-header-tmpl .column_header_icon .search_wrapper,
.mfn-sidemenu-tmpl .column_header_icon .search_wrapper {
	width: 100% !important;
	max-width: 98.5% !important;
	height: 330px !important;
	margin-top: 152px !important;
	justify-content: center !important;
	align-items: end !important;
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.mfn-header-tmpl .column_header_icon .mfn-searchbar-active .search_wrapper, 
.mfn-sidemenu-tmpl .column_header_icon .mfn-searchbar-active .search_wrapper {
	display: flex !important;
}

.mfn-header-tmpl .column_header_icon .search_wrapper > form, 
.mfn-sidemenu-tmpl .column_header_icon .search_wrapper > form {
	width: 50% !important;
	background: #fff !important;
	border-radius: 50rem !important;
	margin-bottom: 5rem !important;
}

hr.footer-linear {
	display: block !important;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(239, 236, 232), rgba(0, 0, 0, 0)) !important;
	height: .0625rem !important;
	color: rgb(252, 251, 250) !important;
}

hr.footer-linear-black {
	display: block !important;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(36, 36, 36), rgba(0, 0, 0, 0)) !important;
	height: .0625rem !important;
	color: rgb(20, 18, 14) !important;
}

.woven-metal .image-container {
	width: 105px !important;
    height: 105px !important;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.woven-metal .image-container .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.woven-metal .image-container .plus-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 37px;
	height: 37px;
	z-index: 2;
	transition: transform 0.3s ease;
	opacity: 0;
}

.woven-metal .image-container:hover .img {
	transform: scale(1.1);
}

.woven-metal .image-container:hover .plus-icon {
	opacity: 1;
}

.elementor-widget-button:hover {
	transform: scale(1.1) !important;
	transition: all 1s !important;
}


.fade-on-scroll {
	opacity: 0;
}



/* اضافه کردن به استایل موجود */
.color-language {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin-left: 5px;
}

.language-info {
	margin: 5px 0 0 0;
	padding: 5px 10px;
	background: #e7f3ff;
	border-radius: 3px;
	font-size: 12px;
	color: #0073aa;
}

.language-switcher-notice {
	background: #fff8e5;
	border: 1px solid #ffb900;
	border-radius: 4px;
	padding: 10px;
	margin: 10px 0;
	font-size: 13px;
}


.newsletter-row,
.contactform-row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.newsletter-row>*,
.contactform-row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.newsletter-col,
.contactform-col {
	flex: 1 0 0%;
}

.newsletter-col label,
.contactform-col label {
	display: block;
	font-size: 14px;
	color: #111;
}

/* inputs */
.newsletter-col input[type="text"],
.newsletter-col input[type="email"],
.newsletter-col input[type="text"]:focus,
.newsletter-col input[type="email"]:focus,
.contactform-col input[type="text"],
.contactform-col input[type="email"],
.contactform-col input[type="text"]:focus,
.contactform-col input[type="email"]:focus {
	width: 100%;
	border: none;
	border-bottom: 2px solid rgb(20, 18, 14);
	padding: 6px 0;
	background-color: transparent !important;
	outline: none;
	font-size: 1rem;
	line-height: 1.5rem;
	box-shadow: none !important;
	color: rgb(20, 18, 14) !important;
	border-color: rgb(20, 18, 14) !important;
}

.newsletter-col input[type="text"]:active,
.newsletter-col input[type="email"]:active,
.contactform-col input[type="text"]:active,
.contactform-col input[type="email"]:active {
	background-color: transparent !important;
	color: rgb(20, 18, 14) !important;
	border-color: rgb(20, 18, 14) !important;
}

/* submit */
.newsletter-col input[type="submit"],
.contactform-col input[type="submit"],
.newsletter-col input[type="submit"]:focus,
.contactform-col input[type="submit"]:focus {
	border: 0;
	padding: 0 0 .5rem 0;
	border-bottom: 2px solid rgb(20, 18, 14) !important;
	background-color: transparent !important;
	color: rgb(20, 18, 14) !important;
	border-radius: 0 !important;
	font-size: 1rem;
	line-height: 1.5rem;
	box-shadow: none !important;
	border-color: rgb(20, 18, 14) !important;
}

/* checkbox */
.newsletter-col .wpcf7-acceptance label,
.contactform-col .wpcf7-acceptance label {
	display: flex;
	gap: 10px;
	font-size: 13px;
	line-height: 1.6;
	align-items: flex-start;
}

.newsletter-col .wpcf7 form.invalid .wpcf7-response-output, .newsletter-col .wpcf7 form.unaccepted .wpcf7-response-output,
.contactform-col .wpcf7 form.invalid .wpcf7-response-output, .contactform-col .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: rgba(255, 185, 0, 1) !important;
	background-color: rgba(255, 185, 0, 0.2) !important;
}

.footer-dark .newsletter-col input[type="text"],
.footer-dark .newsletter-col input[type="email"],
.footer-dark .newsletter-col input[type="text"]:focus,
.footer-dark .newsletter-col input[type="email"]:focus {
	border-bottom: 2px solid rgb(239, 236, 232) !important;
	color: rgb(239, 236, 232) !important;
}

.footer-dark .newsletter-col input[type="submit"],
.footer-dark .newsletter-col input[type="submit"]:focus {
	border-bottom: 2px solid rgb(239, 236, 232) !important;
	color: rgb(239, 236, 232) !important;
}

.footer-dark .newsletter-col .wpcf7-acceptance label {
	color: rgb(239, 236, 232) !important;
}

#storytellingContainer .single-step:first-of-type h1.elementor-heading-title {
	font-size: 8rem;
	line-height: 8.25rem;
}

@media (min-width: 0px) and (max-width: 767px) {
	#mfn-header-template {
		height: 5.725rem;
	}

	.homepage-slider .swiper {
		padding: 0 0 1.25rem;
	}

	.content_wrapper .section_wrapper,
	.container,
	.four.columns .widget-area {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	#Subheader ul.breadcrumbs {
		display: block !important;
		padding: 0 !important;
		float: none !important;
	}

	#Subheader ul.breadcrumbs li,
	#Subheader ul.breadcrumbs li a {
		font-size: 0.75rem !important;
	}

	.collection-categories .elementor-swiper-button {
		display: block !important;
	}

	.famad-menu-container .menu-text,
	.famad-menu-dark-container .menu-text {
		font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		margin-left: 2.5rem;
		font-weight: 500;
		font-size: 16px;
		display: none;
	}

	.famad-menu-container .menu-button,
	.famad-menu-dark-container .menu-button {
		width: 34px;
		height: 43px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s ease;
		position: relative;
	}
	
	.famad-menu-container .menu-button::before,
	.famad-menu-container .menu-button::after,
	.famad-menu-dark-container .menu-button::before,
	.famad-menu-dark-container .menu-button::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 34px;
		transition: all 0.3s ease;
		border-radius: 1px;
		left: 4px;
		margin-right: 2.5rem;
	}

	.famad-menu-container .menu-button::before,
	.famad-menu-container .menu-button::after {
		background-color: #ffffff;
	}
	
	.famad-menu-dark-container .menu-button::before,
	.famad-menu-dark-container .menu-button::after {
		background-color: #171717;
	}

	.famad-menu-container .menu-button::before,
	.famad-menu-dark-container .menu-button::before {
		top: 13px;
	}

	.famad-menu-container .menu-button::after,
	.famad-menu-dark-container .menu-button::after {
		top: 29px;
	}

	.famad-menu-container:hover .menu-button::before,
	.famad-menu-dark-container:hover .menu-button::before {
		top: 9px;
	}

	.famad-menu-container:hover .menu-button::after,
	.famad-menu-dark-container:hover .menu-button::after {
		top: 32px;
	}

	.famad-menu-container .menu-button.open,
	.famad-menu-dark-container .menu-button.open {
		left: 4px;
	}

	.famad-menu-container:hover .menu-button.open,
	.famad-menu-dark-container:hover .menu-button.open {
		transform: scale(1.3);
	}

	.famad-menu-container:hover .menu-button.open::before,
	.famad-menu-container:hover .menu-button.open::after,
	.famad-menu-dark-container:hover .menu-button.open::before,
	.famad-menu-dark-container:hover .menu-button.open::after {
		top: 21px;
	}

	.famad-menu-container .menu-button.open::before,
	.famad-menu-dark-container .menu-button.open::before {
		transform: rotate(-45deg);
		top: 21px;
		width: 25px;
	}

	.famad-menu-container .menu-button.open::after,
	.famad-menu-dark-container .menu-button.open::after {
		transform: rotate(45deg);
		top: 21px;
		width: 25px;
	}

	.famad-menu-drawer {
		grid-template-columns: 1fr;
		overflow-y: scroll !important;
	}

	.famad-drawer-children-mobile {
		display: block;
		margin: 30px 0 0 30px !important;
	}

	.famad-drawer-vr,
	.famad-drawer-children,
	.famad-drawer-sliders {
		display: none;
	}

	.famad-drawer-menu-language-selector {
		display: block;
	}

	.famad-drawer-parent li {
		padding: 1rem 1.5rem 1rem 0;
	}

	.famad-drawer-parent li a svg {
		display: flex;
		transition: all 0.2s ease;
	}

	.famad-drawer-parent li a.open svg {
		transform: rotate(90deg);
	}

	.minimal-cards-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.dashboard-header h1 {
		font-size: 1.75rem;
	}

	.minimal-card {
		padding: 1.25rem;
	}

	.card-icon i {
		font-size: 3.5rem;
	}

	.card-content h3 {
		font-size: 15px;
	}

	.card-content p {
		font-size: 13px;
	}

	.minimal-button {
		padding: 6px 12px;
		font-size: 12px;
	}

	.woocommerce-account .content_wrapper .section_wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.style-simple .accordion .question:last-child {
		border-bottom: 0px !important;
	}

	.style-simple .accordion .question .title {
		font-size: 1.25rem !important;
	}

	.wcpoa_attachment a,
	.wcpoa_attachment a:hover {
		font-size: 1rem !important;
	}

	.woocommerce table.woocommerce-product-attributes tr {
		font-size: 1rem !important;
	}

	.product-color-dropdown-gessi {
		margin: 5px 0;
		padding: 15px 0;
		margin-bottom: 0 !important;
	}

	.custom-dropdown-wrapper {
		max-width: 100%;
	}

	.dropdown-trigger {
		padding: 10px 14px;
		min-height: 52px;
		border-radius: 10px;
	}

	.dropdown-options {
		bottom: 100%;
		top: inherit;
		animation: slideUp 0.3s ease-out;
	}

	.option-content {
		gap: 10px;
	}

	.color-preview {
		width: 36px;
		height: 36px;
	}

	.dropdown-option .color-preview {
		width: 32px;
		height: 32px;
	}

	.options-scroll {
		max-height: 250px;
	}

	.product-colors-archive-wrapper {
		margin: 8px 0 4px 0;
	}

	.colors-switcher-archive {
		gap: 15px;
	}

	.color-swatch-archive {
		width: 22px;
		height: 22px;
	}

	.product .categories-heading-title h3 .product-color-name {
		display: none;
	}

	.text-mini {
		font-size: .875rem;
		line-height: 1rem;
		color: #878787;
	}

	.woven-metal .image-container {
		width: 61px !important;
		height: 61px !important;
	}
	
	.woven-metal .image-container:hover .img {
		transform: scale(1) !important;
	}

	.woven-metal .image-container .plus-icon {
		width: 20px!important;
		height: 20px!important;
	}

	.newsletter-row {
		gap: 20px;
	}

	#storytellingContainer .single-step:first-of-type h1.elementor-heading-title {
		font-size: 5rem !important;
		line-height: 6rem !important;
	}

}

@media (min-width: 768px) and (max-width: 1024px) {
	#Subheader .container {
		max-width: 100% !important;
	}

	.famad-menu-container .menu-text,
	.famad-menu-dark-container .menu-text {
		font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		margin-left: 2.5rem;
		font-weight: 500;
		font-size: 16px;
		display: none;
	}

	.famad-menu-container .menu-button,
	.famad-menu-dark-container .menu-button {
		width: 34px;
		height: 43px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s ease;
		position: relative;
	}
	
	.famad-menu-container .menu-button::before,
	.famad-menu-container .menu-button::after,
	.famad-menu-dark-container .menu-button::before,
	.famad-menu-dark-container .menu-button::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 34px;
		transition: all 0.3s ease;
		border-radius: 1px;
		left: 4px;
		margin-right: 2.5rem;
	}

	.famad-menu-container .menu-button::before,
	.famad-menu-container .menu-button::after {
		background-color: #ffffff;
	}
	
	.famad-menu-dark-container .menu-button::before,
	.famad-menu-dark-container .menu-button::after {
		background-color: #171717;
	}

	.famad-menu-container .menu-button::before,
	.famad-menu-dark-container .menu-button::before {
		top: 13px;
	}

	.famad-menu-container .menu-button::after,
	.famad-menu-dark-container .menu-button::after {
		top: 29px;
	}

	.famad-menu-container:hover .menu-button::before,
	.famad-menu-dark-container:hover .menu-button::before {
		top: 9px;
	}

	.famad-menu-container:hover .menu-button::after,
	.famad-menu-dark-container:hover .menu-button::after {
		top: 32px;
	}

	.famad-menu-container .menu-button.open,
	.famad-menu-dark-container .menu-button.open {
		left: 4px;
	}

	.famad-menu-container:hover .menu-button.open,
	.famad-menu-dark-container:hover .menu-button.open {
		transform: scale(1.3);
	}

	.famad-menu-container:hover .menu-button.open::before,
	.famad-menu-container:hover .menu-button.open::after,
	.famad-menu-dark-container:hover .menu-button.open::before,
	.famad-menu-dark-container:hover .menu-button.open::after {
		top: 21px;
	}

	.famad-menu-container .menu-button.open::before,
	.famad-menu-dark-container .menu-button.open::before {
		transform: rotate(-45deg);
		top: 21px;
		width: 25px;
	}

	.famad-menu-container .menu-button.open::after,
	.famad-menu-dark-container .menu-button.open::after {
		transform: rotate(45deg);
		top: 21px;
		width: 25px;
	}

	.famad-menu-drawer {
		grid-template-columns: 1fr 1px 1fr;
		overflow-y: scroll !important;
	}

	.famad-drawer-sliders {
		display: none;
	}

	.famad-drawer-menu-language-selector {
		display: block;
	}

	.famad-drawer-parent li a svg {
		display: flex;
		transition: all 0.2s ease;
	}

	.famad-drawer-parent li a.open svg {
		transform: rotate(90deg);
	}
	
	.style-simple .accordion .question:last-child {
		border-bottom: 0px !important;
	}

	.style-simple .accordion .question .title {
		font-size: 1.25rem !important;
	}

	.wcpoa_attachment a,
	.wcpoa_attachment a:hover {
		font-size: 1rem !important;
	}

	.woocommerce table.woocommerce-product-attributes tr {
		font-size: 1rem !important;
	}

	.product-color-dropdown-gessi {
		margin: 5px 0;
		padding: 15px 0;
		margin-bottom: 0 !important;
	}
	
	.dropdown-trigger {
		padding: 10px 14px;
		min-height: 52px;
		border-radius: 10px;
	}

	.dropdown-options {
		bottom: 100%;
		top: inherit;
		animation: slideUp 0.3s ease-out;
	}

	.option-content {
		gap: 10px;
	}

	.color-preview {
		width: 36px;
		height: 36px;
	}

	.dropdown-option .color-preview {
		width: 32px;
		height: 32px;
	}

	.options-scroll {
		max-height: 250px;
	}
	
	.colors-switcher-archive {
		gap: 11px;
	}

	.product .categories-heading-title h3 .product-color-name {
		display: none;
	}

	.woven-metal .image-container {
		width: 61px !important;
		height: 61px !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.woven-metal .image-container .img {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.woven-metal .image-container:hover .img {
		transform: scale(1) !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.woven-metal .image-container .plus-icon {
		width: 20px!important;
		height: 20px!important;
	}

	#storytellingContainer .single-step:first-of-type h1.elementor-heading-title {
		font-size: 6rem !important;
		line-height: 7rem !important;
	}

}

@media (min-width: 1025px) and (max-width: 1439px) {
	#Subheader .container {
		max-width: 100% !important;
	}

}


