body {
	overflow-x: hidden;
}

.elementor-location-header,
.elementor-location-footer,
.elementor-location-popup {
	display: block;
}

.solgar-product-gallery {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	gap: 16px;
	align-items: flex-start;
}

.solgar-product-gallery__viewport {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	min-height: 320px;
}

.solgar-product-gallery__slide {
	display: none;
}

.solgar-product-gallery__slide.is-active {
	display: block;
}

.solgar-product-gallery__slide img {
	display: block;
	margin: 0 auto;
	max-width: 600px !important;
	width: 100%;
	height: auto;
}

.flex-control-thumbs {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: auto;
}

.solgar-product-gallery__thumb {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	opacity: 0.6;
}

.solgar-product-gallery__thumb.is-active {
	opacity: 1;
}

.solgar-product-gallery__thumb img {
	display: block;
	max-width: 100px !important;
}

.elementor-toggle .elementor-tab-content {
	display: none;
}

.elementor-toggle .elementor-toggle-item.is-open .elementor-tab-content {
	display: block;
}

.elementor-toggle .elementor-toggle-item.is-open .elementor-toggle-icon-closed {
	display: none;
}

.elementor-toggle .elementor-toggle-item:not(.is-open) .elementor-toggle-icon-opened {
	display: none;
}

.solgar-product-filter .filter-content {
	display: none;
}

.solgar-product-filter .filter-title {
	cursor: pointer;
}

.solgar-product-filter .is-open .filter-content,
.solgar-product-filter .filter-content.show {
	display: block;
}

.solgar-product-filter .filter-item.active a::before {
	content: "";
	background-image: url('/wp-content/uploads/2024/10/icon-check-dark.png');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 10px 10px;
}

.solgar-product-filter .filter-item input {
	display: none;
}

.solgar-product-filter .filter-item a {
	position: relative;
	display: block;
	padding-left: 32px;
	margin-left: 32px;
	text-decoration: none;
}

.solgar-product-filter .filter-item a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	content: "";
	border: 1px solid #ecd7b8;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

.elementor-pagination {
	display: flex;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 40px 0 0;
}

.elementor-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	text-decoration: none;
}

.elementor-pagination .current {
	font-weight: 700;
}

.solgar-popup-open {
	overflow: hidden;
}

.elementor-location-popup {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow-y: auto;
	background: rgba(48, 37, 25, 0.32);
}

.elementor-location-popup.is-open {
	display: block;
}

.elementor-location-popup .dialog-close-button {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 10000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.elementor-location-popup .dialog-close-button svg {
	fill: currentColor;
	width: 24px;
	height: 24px;
}

.elementor-location-popup .elementor-nav-menu .sub-menu {
	display: none;
}

.elementor-location-popup .menu-item.solgar-open > .sub-menu {
	display: block;
}

.elementor-location-popup .menu-item-has-children > a {
	position: relative;
	padding-right: 36px;
}

.elementor-location-popup .menu-item-has-children > a::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
}

.elementor-location-popup .menu-item.solgar-open > a::after {
	content: "-";
}

.elementor-widget-video.is-playing .elementor-custom-embed-image-overlay {
	display: none;
}

.elementor-widget-video iframe {
	display: block;
	width: 100%;
	min-height: 320px;
	border: 0;
}

.solgar-404 {
	text-align: center;
}

.elementor-message {
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.solgar-product-gallery {
		flex-direction: column;
	}

	.flex-control-thumbs {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

