.product-modal .md-content .swiper-wrapper .simple-product-card {
	width: 135px;
	margin-bottom: 10px;
	padding: 15px 5px;
}
.product-modal .md-content .swiper-wrapper {
	overflow: auto;
}
.product-modal .swiper .swiper-wrapper {
	justify-content: flex-start;
	margin: 0 auto;
	width: fit-content;
	max-width: 100%;
}
.product-modal .swiper .simple-product-card {
	height: auto;
}
.yt-toggle-play .play-icn {
	color: rgba(255, 0, 0, 0.6);
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-list-item {
	margin: 0px 0px 0px 0px;
}
.wpcf7-list-item>label {
	display: flex;
	align-items: flex-start;
}
.wpcf7-list-item>label>input {
	width: 13px;
	flex: 0 0 13px;
	margin: 3px 15px 0px 0px;
}
.Quality-form, .Offer-form, .Question-form, .Gratitude-form {
	max-width: 478px;
	margin: 0 auto;
}
ul.tabsli {
	justify-content: flex-start;
}
ul.tabsli li {
	margin-right: 21px;
	padding-bottom: 7px;
}
ul.tabsli li:last-child {
	margin-right: 0;
}
.lang-selector__desktop {
	display: none;
}
.lang-selector__mobile {
	padding: 0 16px;
	color: #fff;
	display: flex;
	margin: 0 -6px 20px;
}
.wpcf7-list-item-label a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.wpcf7-list-item-label a:hover {
	text-decoration: none;
}
#header-language-selector-v1 ul {
	overflow: hidden;
}
.lang-selector__mobile a._active {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.lang-selector__mobile-item {
	font-size: 34px;
	line-height: 1;
	margin: 0 6px;
}
#header-language-selector-v1 {
	padding: 0px 0px 0px 0px;
	justify-content: flex-end;
}
header .hidden-lg {
	display: block;
}
#mobile-menu .logo {
	display: none;
}
#mobile-menu .sidebar-menu ul, #mobile-menu .sidebar-menu .icon-close {
	padding-left: 16px;
}
.switcher-list .switch {
	font-weight: 700;
}
.recipe-modal .product-card .image {
	border: 0;
}
.product-modal .description-wrapper .disclaimer {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	font-style: italic;
}
/*breadcrumbs*/
.breadcrumbs-custom {
	overflow: auto;
	display: flex;
	gap: 4px;
	font-size: 14px;
	color: #a2abb5;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
.breadcrumbs-custom .breadcrumbs-custom__item {
	white-space: nowrap;
}
.breadcrumbs-custom .breadcrumbs-custom__item a:hover {
	color: #cfd3da;
}
/*news-list-product*/
.news-list-product {
	overflow: hidden;
	padding: 20px 0;
}
.news-list-product__container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px -30px;
}
.news-list-product__item {
	flex: 0 0 calc(50% - 15px);
	margin: 0 7.5px 30px;
}
.news-list-product__item-name {
	text-align: center;
}
.news-list-product__item-img {
	margin: 0px 0px 15px 0px;
}
.news-list-product__item-img img {
	display: block;
	border-radius: 7px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 768px) {
	.news-list-product__item {
		flex: 0 0 calc(25% - 15px);
	}
}
@media (min-width: 1024px) {
	.news-list-product__item {
		flex: 0 0 calc(20% - 15px);
	}
}
@media (min-width: 1440px) {
	.news-list-product__item {
		flex: 0 0 calc(16.666% - 15px);
	}
}
/*end*/
@media (min-width: 768px) {
	ul.tabsli li {
		margin-bottom: 24px;
	}
	ul.tabsli {
		margin-bottom: -24px;
	}
	body .recipe-modal .product-card .image {
		height: 130px;
	}
}
@media (min-width: 1024px) {
	header .hidden-lg {
		display: none;
	}
	.lang-selector__desktop {
		display: block;
	}
	header .visible-lg {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.footer_logo {
		display: block;
		margin: 0 auto;
	}
	.footer_logo .socials {
		justify-content: center;
	}
	footer .footer_about, footer .footer_contact {
		margin: 0 auto;
		text-align: center;
	}
}