@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font: inherit;
}

html,
body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin: 0;
	line-height: 1.2;
}

p {
	margin: 0 0 20px;

}

p:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	color: #000000;
	margin: 0 0 20px;
}

h3,
h4,
h5,
h6 {
	line-height: 1.3;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}

a:hover {
	color: rgb(200, 145, 59);
}

:focus {
	outline: none;
}

img {
	max-width: 100%;
	display: block;
	height: auto;
}

ul {
	padding: 0;
	margin: 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
	padding: 5px;
	font-style: italic;
}

.gallery-caption {
	text-align: left;
	font-style: italic;
	padding: 5px 0;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.bypostauthor {
	display: block;
}


/*=======================
       Page Layout
=======================*/

.announcement-slider .swiper-slide a {
	line-height: 22px;
	color: #001c72;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 9px 0;
	display: block;
}

.announcement-bar {
	background-image: url('../images/bg-announcement.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.container {
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 15px;
}

.announcement-bar .container {
	max-width: 1532px;

}

.announcement-btn {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.announcement-btn svg path {
	fill: #001c72;

}

.announcement-prev {
	left: 0;

}

.announcement-next {
	right: 0;
}

.container-header {
	max-width: 1370px;
}

.wrap-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.site-brand {
	width: 267px;
}

.right-header {
	width: calc(calc(100% - 267px) /2 - 10px);
}

.left-header {
	width: calc(calc(100% - 267px) /2 - 10px);


}

.menu-header ul {
	list-style: none;
	display: flex;
	/* gap: 40px; */
}

.menu-header ul>li {
	padding-right: 40px;
}

.menu-header ul li:last-child {
	padding: 0;
}

.menu-header ul li>a {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	line-height: 1.511;
	font-weight: 500;
}

.menu-header ul li .arrow path {
	fill: rgb(0, 28, 114);
	transition: all 0.3s ease-in-out;

}

.menu-header ul li .arrow svg {
	transition: all 0.3s ease-in-out;

}

@media (min-width:768px) {

	.menu-header ul li:hover>a,
	.menu-header ul li:hover .arrow path {
		color: #c8913b;
		fill: #c8913b;
	}

}

.menu-header ul li:hover .arrow svg {
	transform: rotate(180deg);
}

.menu-header ul li:hover .mega-menu {
	opacity: 1;
	visibility: visible;
}

.main-menu ul li.menu-item-has-children::after {
	width: 100px;
	height: 50px;
	bottom: 0;
	content: '';
	position: absolute;
	display: block;
}

.main-menu .arrow {
	position: absolute;
	margin-left: 2px;
}

.img-arrow {
	width: 11px;
	display: inline-block;
}

.wrap-menu-right-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 80px;
	gap: 15px;
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;

}

.social-icons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	align-items: center;
	margin-top: 15px;
}

.social-icons a {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	color: #fdf5e6;
	border-radius: 10px;
	background: #b29570;
}

.social-icons a:hover {
	background: #003074;

}

.inner-header {
	background-color: #fdf5e6;
	padding: 18px 0;
}

.bg-header {
	padding: 5px 0;
	background-color: rgba(251, 248, 242, 0.749);

}

.menu-header {
	margin: 25px 0 0;
}

.menu-lang {
	padding-left: 20px;
	border-left: 1px solid #001c72;
}

.site-footer {
	background: #003074;
}

.logo-footer {
	width: 282px;
}

.footer-top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	padding: 63px 0 43px;
	border-bottom: 1px solid #fff;
	margin-bottom: 70px;
}

.form-footer {
	width: calc(100% - 20px - 282px);
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: flex-end;
}

.form-footer p {
	max-width: 550px;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 0;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-top: 17px;
}

.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field {
	margin-bottom: 4px;
}

.form-footer form input {
	padding: 17px 28px 10px;
	border-radius: 50px;
	border: none;
	outline: none;
}

.form-footer form input,
.form-footer form input::placeholder {
	font-size: 16px;
	line-height: 24px;
	color: #313131;
	font-weight: 500;
	text-decoration: underline;

}

.footer-widgets {
	display: flex;

}

.wrap-widgets {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	padding: 0 30px 48px 20px;
	border-bottom: 1px solid #b29570;
}


.footer-social .social-icons {
	/* grid-template-columns: repeat(6, 1fr); */
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-social .social-icons a {
	width: 40px;
	font-size: 20px;
	border-radius: 15px;
	height: 40px;
}

.footer-social .social-icons a i {
	color: #fff;
}

.footer-widgets {
	display: flex;
	gap: 55px;
	margin-bottom: 55px;
}

.widget-title {
	margin: 0;
}

.widget-title a {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
}

.widget-title a:hover,
.widget-links li a:hover {
	color: #b29570;
}

.widget-links {
	list-style: none;
}

.button:hover {
	background: #fff;
	color: #b29570;

}

.widget-links li a {
	display: block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}

.wrap-copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0 90px;
	justify-content: space-between;
}

.wrap-copyright p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0;
	color: #a9a9a9;
}

.site-header {
	/* top: 0;
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: sticky; */
	position: relative;
	z-index: 9;
}

.ht-height-fixed {
	display: none;
	height: 165px;
}

.ht_sticky {
	position: fixed !important;
	top: -100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	z-index: 999;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.site-header-show {
	top: 0;
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: sticky;
}

.header-fixed {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.ht_sticky .announcement-bar {
	display: none;
}

.ht_sticky .bg-header {
	padding: 0;
}

.ht_sticky .menu-header ul li>a {
	font-weight: 600;
}

.ht_sticky .social-icons a {
	background: #003074;
}

.ht_sticky .site-brand {
	width: 170px;
}

.ht_sticky .inner-header {
	padding: 16px 0;
}

.ht_sticky .menu-header,
.ht_sticky .social-icons {
	margin: 0;
}

.mega-menu {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: rgb(251, 250, 246);
	box-shadow: 0px 22px 38px 0px rgba(110, 110, 110, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
	z-index: 3;
}

.wrap-mega-menu {
	max-width: 1500px;
	margin: 0 auto;
	padding: 30px 15px 21px;
}


.inner-mega-menu ul li a {
	font-size: 20px;
	font-family: "MiSans";
	color: rgb(0, 28, 114);
	line-height: 1.2;
	color: #001c72;
	font-weight: 500;
}

.inner-mega-menu ul li a:hover {
	text-decoration: underline;
	-moz-transform: matrix(0.87924677197399, 0, 0, 0.87924677197398, 0, 0);
	-webkit-transform: matrix(0.87924677197399, 0, 0, 0.87924677197398, 0, 0);
	-ms-transform: matrix(0.87924677197399, 0, 0, 0.87924677197398, 0, 0);
}

.inner-mega-menu ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.inner-mega-menu ul li {
	list-style: none;
}


.inner-mega-menu ul li:first-child {
	margin-bottom: 27px;
}

.wrap-mega-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inner-mega-menu {
	min-width: 300px;
	margin-left: 8.854vw;
}

.wrap-product-menu {
	display: flex;
	align-items: center;
	gap: 25px;
}

.wrap-product-menu a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px 24px 17px;
	/* background: #545454; */
	border-radius: 6px;
	position: relative;
	gap: 7.813vw;
}

.wrap-product-menu .product-card:last-child a {
	/* background: #d4d0d4; */

}

.product-badge {
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	display: block;
	color: #ffffff;
	font-weight: 500;
}

.product-card .product-title,
.widget_alt_register_highlight_megamenu .product-title {
	font-size: 20px;
	line-height: auto;
	color: #ffffff;
	margin: 0;
	font-weight: 500;
}

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

.product-card .product-title svg {
	margin-left: 40px;
	transition: all 0.3s ease-in-out;
	flex-shrink: 0;
	display: none;
}

.product-menu:hover svg {
	transform: translateX(5px);
}

.menu-lang {
	position: relative;
}

.menu-lang .sub-menu {
	position: absolute;
	background-color: rgb(251, 250, 246);
	box-shadow: 0px 2px 6px 0px rgba(110, 110, 110, 0.3);
	flex-direction: column;
	align-items: center;
	padding: 4px 8px;
	justify-content: center;
	border-radius: 6px;
	min-width: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	gap: 5px;
	z-index: 4;
	width: max-content;
}

@media (min-width:768px) {
	.menu-lang li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}
}

.menu-lang .sub-menu li {
	padding: 0 !important;
}

.hambuger-mobile {
	display: none;
}

.wrap-menu-mobile {
	display: none;
}

#wrapper {
	overflow: hidden;

}

.feature-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);

}

.feature-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-width: 2px 2px 0 0;
	border-color: #f2f5fa;
	border-style: solid;
	padding-top: 62px;
	padding-bottom: 57px;
}

.feature-item:last-child {
	border-width: 2px 0px 0 0;

}

.feature-text {
	color: #001c72;
	margin: 0;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;

}

.feature-icon {
	width: 25px;
}

.news-section .container {
	max-width: 1160px;
}

.filter-list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 85px;
	margin-bottom: 50px;
}

.news-section {
	padding-top: 105px;
}

.filter-list li a {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(170, 168, 170);
	font-weight: bold;
	line-height: 1.134;
	display: block;
	padding: 0 0 5px;
	position: relative;
}

.filter-list li a.active {
	color: #001c72;
	padding: 0 35px 5px;

}

.filter-list li a::after {
	background-color: rgb(0, 28, 114);
	position: absolute;
	width: 100%;
	content: '';
	bottom: 0;
	left: 0;
	height: 1px;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.filter-list li a.active::after {
	background-color: rgb(0, 28, 114);
	position: absolute;
	width: 100%;
	content: '';
	bottom: 0;
	left: 0;
	height: 1px;
	transform: scale(1);

}

.row-news-grid {
	display: none;
}

#all-post {
	display: block;
}

.news-item {
	width: 31%;
	margin-bottom: 20px;
	overflow: hidden;
	break-inside: avoid;
}


.news-thumb {
	display: block;
}

.news-thumb img {
	border-radius: 2px;
	margin-bottom: 16px;
	width: 100%;
}

.news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
	margin-bottom: 10px;
}

.news-category {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(200, 145, 59);
	font-weight: bold;
	line-height: 1.889;
	display: inline-block;
	font-weight: 700;
}

.news-date {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(170, 168, 170);
	line-height: 1.889;
	display: inline-block;
	font-weight: 500;


}

.news-title {
	margin-bottom: 8px
}

.news-title a {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.25;
	font-weight: 600;
	display: block;
}

.news-excerpt {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.5;
	font-weight: 400;
	max-width: 275px;

}

.news-item {
	margin-bottom: 30px;
}

.news-grid {
	margin-bottom: 70px;
}

.cs-hero-news {
	padding: 186px 0 202px;
}

.wrap-filter-select {
	display: none;
}

/* Home */
.hero-video {
	height: 42.19vw;
	object-fit: cover;
	display: block;
	width: 100%;
}

.hero-slider .swiper-slide img {
	width: 100%;
	height: 42.19vw;
	object-fit: cover;
}

.hero-slider {
	position: relative;

}

.hero-video-subtitle span {
	display: block;

}

.hero-video-subtitle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: normal;
	font-weight: 500;
	gap: 11.46vw;
	margin-bottom: 5px;

}

.hero-video-title {
	font-size: 54px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 600;
	line-height: 1;
	margin-bottom: 35px;

}

.hero-video-title span {
	font-weight: 400;
	display: block;
}

.hero-video-btn {

	line-height: normal;


}

.inner-hero-video {
	position: absolute;
	z-index: 1;
	left: 8.33vw;
	bottom: 135px;
}

.hero-slider .swiper-pagination-bullet {
	border-radius: 5px;

	background-color: rgb(181, 181, 176);
	width: 8px;
	height: 8px;
	transition: all 0.3s ease-in-out;
	margin: 0 2.5px !important;
	opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
	width: 98px;
	position: relative;
	border-radius: 5px;
}

.hero-slider .swiper-pagination-bullet-active::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: rgb(39, 39, 36);
	height: 100%;
	border-radius: 5px;
	width: 0%;
	animation: bulletProgress 5s linear forwards;

}

.hero-slider .swiper-pagination {
	width: auto !important;
	left: 9.11vw !important;
	display: flex;
	bottom: 64px !important;

}

@keyframes bulletProgress {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.product-highlight .container {
	max-width: 1300px;
}

.product-highlight {
	padding: 65px 0 205px;
	position: relative;
	z-index: 2;
}

.product-highlight__title {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: normal;
	text-align: center;
	font-weight: 500;
	margin-bottom: 41px;
}

.product-highlight__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 808px;
	gap: 26px;
	margin-top: 94px;
	transition: all 0.6s ease;
	transform: translateX(185.5px);
	position: relative;
	z-index: 2;
}

.product-highlight__item {
	position: relative;
}

.product-highlight__item .product-highlight__bg {
	position: absolute;
	bottom: -6px;
	z-index: -1;
	width: calc(100% + 40px);
}

.product-highlight__item .product-highlight__bg img {
	width: 100%;
}

.wrap-product-highlight__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 46px;
	transition: all 0.6s ease;

}

.wrap-product-highlight__info {
	display: block;
	max-width: 371px;
	opacity: 0;
	visibility: visible;
	transition: all 0.6s ease;
	margin-top: 17px;
	width: 100%;

}

.swiper-product-btn.swiper-button-next:after,
.swiper-product-btn.swiper-button-prev:after {
	display: none;
}

.product-highlight__slider .swiper-slide {}

.product-highlight__slider .swiper-slide img {
	display: block;
	margin: 0 auto;



}


.wrap-highlight__slider {
	background-color: rgb(255, 255, 255);
	box-shadow: 5.755px 5.557px 7px 0px rgba(129, 135, 155, 0.07);
	min-height: 398px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 10px;
}

.wrap-highlight__slider .swiper-product-btn {
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 2.575px 4.286px 7px 0px rgba(129, 135, 155, 0.19);

}

.swiper-product-btn img {
	width: 11px;
}

.wrap-highlight__slider .product-next {
	right: -20px;
}

.wrap-highlight__slider .product-prev {
	left: -20px;
}

.product-highlight__name {
	margin-bottom: 4px;
}

.product-highlight__name a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	font-weight: 700;
	line-height: normal;

}

.product-highlight__desc {
	font-size: 16px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	line-height: normal;
	font-weight: 400;
	text-align: center;
}

.product-highlight__options {
	display: inline-flex;
	border-radius: 50px;
	align-items: center;
	background: #003074;
}

.btn-softgel {
	font-size: 16px;
	font-family: "MiSans";
	line-height: normal;
	font-weight: 500;
	outline: none;
	padding: 8px 16px 8px 4px;
	border-radius: 50px;
	background: #003074;
	border-width: 1px;
	border-color: #003074;
	color: #fff;
	border-style: solid;
	cursor: pointer;
}

.btn-softgel:first-child {
	padding: 8px 4px 8px 16px;

}

.btn-softgel.active {
	background: #fff;
	color: rgb(0, 28, 114);
	padding: 8px 16px;


}

.product-highlight__info {
	text-align: center;
}

.btn-highlight__item {
	position: absolute;
	/* right: 21px;
	top: 47%;
	transform: translateY(-50%); */
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 3;
	opacity: 0;
}

.btn-highlight__item.active {
	width: 45px;
}

.btn-highlight__item img {
	width: 100%;
	transition: all 0.3s ease;
}

.wrap-product-highlight__items.active .product-highlight__items {
	transform: translateX(0);
}

.wrap-product-highlight__items.active .wrap-product-highlight__info {
	opacity: 1;
	visibility: visible;
}

.why-choose .container {
	max-width: 1500px;
}

.why-choose__header .title {
	font-size: 54px;
	line-height: 1.11;
	color: #000;
	font-weight: 500;
	margin-bottom: 40px;
}

.why-choose__header .title span {
	color: #001c72;
	font-weight: 600;
}

.why-choose__header .subtitle {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.15;
}

.why-choose {
	z-index: 1;
	position: relative;

}

.why-choose-top {
	background: #fbf8f2;
	padding-bottom: 98px;
	position: relative;
	z-index: 1;
	padding-top: 180px;
    overflow: hidden;

}

.why-choose-bottom {
	background: #fbfaf6;
	padding-top: 60px;
	padding-bottom: 24px;
	position: relative;
	z-index: 2;
}

.img-why-choose {
	position: absolute;
	top: 35%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);

}

.relative {
	position: relative;
}

.img-why-choose video {
	width: 770px;
	object-fit: contain;
    aspect-ratio: 1 / 1;
}

.why-choose__features {
	position: relative;
}

.why-choose__header {
	max-width: 600px;
	margin: 0 auto 0;
	text-align: center;
	transform: translateY(-100px);
	position: relative;
	z-index: 2;
}

.why-choose-top::after {
	position: absolute;
	width: 814px;
	height: 748px;
	content: '';
	background-image: url('../images/home/bg-why-choose__header.png');
	background-size: contain;
	background-position: center;
	left: 50%;
	transform: translateX(-50%);
	top: -200px;
	z-index: -1;
}

@media (max-width:767px) {
	.why-choose-top {
		padding-top: 21.333vw;
	}

	.why-choose-top::after {
		top: -48vw;

	}
}

.why-choose__features {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 90px 0;
}

.why-choose-item {
	width: 50%;
	display: flex;
}

.why-choose-item:nth-child(even) {
	justify-content: flex-end;
}

.why-choose-item:nth-child(even) .inner-choose-item {
	padding-left: 48px;
}

.why-choose-item:last-child {
	margin-top: 24px;
}

.why-choose-item:last-child .why-choose-icon::after {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	background: #000;
	content: '';
	transform: translateY(-50%) rotate(45deg);
}

.inner-choose-item {
	max-width: 450px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.why-choose-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
	border: 1px solid #000;
	padding: 12px;
}

.why-choose-icon.remove::after {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	background: #000;
	content: '';
	transform: translateY(-50%) rotate(45deg);

}

.why-choose-text {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 600;
	line-height: 23px;
	text-align: center;
	max-width: 290px;
	margin: 0 auto;

}

.why-choose__gallery {
	display: flex;
	gap: 6px;

}


.why-choose__gallery .gallery-item {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	background-size: cover;
	height: clamp(300px, 32.81vw, 500px);
	cursor: pointer;
}


.why-choose__gallery .gallery-item {
	width: calc(25% - 4px);
	position: relative;
	transition: all 1s ease;
}

.why-choose__gallery .gallery-item:first-child {
	width: calc(50% - 4px);

}

.why-choose__gallery .gallery-caption {
	position: absolute;
}

@media (min-width:992px) {
	.why-choose__gallery .gallery-item:hover {
		width: calc(50% - 4px) !important;
	}

	.why-choose__gallery:hover .gallery-item:not(:hover) {
		width: calc(25% - 4px) !important;
	}
}

.why-choose__gallery .gallery-caption {
	font-size: 20px;
	font-family: "Montserrat";
	color: #001c72;
	font-weight: 700;
	line-height: 1.1;
	max-width: 230px;
	padding: 0 0 0 20px;
	border-left: 1px solid #001c72;
	top: 30px;
	min-height: 44px;
	left: 57px;
	font-style: normal;


}

.why-choose__gallery .gallery-item:nth-child(2) .gallery-caption {
	left: 35px;

}

.why-choose__gallery .gallery-item:nth-child(3) .gallery-caption {
	left: 47px;

}

.supplements-title {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.333;
	text-align: center;
	font-weight: 500;
	margin-bottom: 62px;
	text-transform: uppercase;
}

.supplements-section {
	padding-top: 64px;
	position: relative;
	padding-bottom: 40px;
}

.wrap-supplements-paginations {
	margin: 57px 0 20px;
}

.supplements-paginations {
	max-width: 1508px;
	width: 100% !important;
	margin: 0 auto 0;
	padding: 0 15px;
	position: initial !important;
	display: flex;
	width: 100%;
	height: 3px !important;
	background: #e1e1dd !important;
	overflow: hidden;
}

.supplements-paginations .swiper-pagination-progressbar-fill {
	background: #001c72 !important;
	transition: width 0.3s ease;
}

.wrap-supplements-slider {
	margin-left: clamp(15px, calc((100vw - 1508px) / 2), 100vw);

}

.supplement-item {
	max-width: 506px;
	width: 100%;

}

.supplement-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.supplement-info h3 {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom: 5px;
}

.supplement-info p {
	font-size: 16px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	line-height: normal;
	text-align: center;


}

.supplement-image {
	margin-bottom: 30px;
}

.softgel-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #001c72;
}

.softgel-text {
	font-size: 10px;
	font-family: "MiSans";
	color: rgb(235, 222, 148);
	line-height: normal;
	font-weight: 500;
	margin-top: -2px;

}

.softgel-number {
	font-size: 16px;
	font-family: "MiSans";
	line-height: normal;
	color: rgb(235, 222, 148);
	font-weight: 500;

}

.wrap-softgel .softgel-text {
	display: block;
}

.wrap-softgel {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.softgel-badge {
	padding-bottom: 12px;
	pointer-events: auto;

}

.softgel-badge-2 {
	padding: 12px 0 0;
}

.wrap-softgel.active {
	height: 45px;
	width: 49px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #001c72;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;

}

.wrap-softgel.active .softgel-text {

	display: none;
}

.softgel-badge {
	border-radius: 50px;
	gap: 10px;
	position: absolute;
	top: 9px;
	left: 52px;
	z-index: 3;
	cursor: pointer;
}

.wrap-softgel.active .softgel-number {
	color: #777777;

}

.supplement-image img {
	pointer-events: none;
}

.supplements-footer {
	text-align: center;
}

.supplements-footer a {
	font-size: 16px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	font-weight: 700;
	line-height: normal;
	display: inline-block;
	text-transform: uppercase;

}

.testimonial-section {
	background: #ebe6dc;
	padding: 55px 0 70px;
	margin-bottom: 70px;
}

.testimonial-section .container {
	max-width: 1406px;
}

.wrap-testimonial-slider {
	margin-left: clamp(15px, calc((100vw - 1391px) / 2), 100vw);

}

.testimonial-title {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.167;
	font-weight: 500;
	margin-bottom: 35px;

}

.testimonial-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.testimonial-count {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: 1.6;
	font-weight: 500;
}

.testimonial-navigation {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-right: 9.27vw;
}

.testimonial-prev,
.testimonial-next {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	width: 11px;
}

.testimonial-content {
	display: flex;
	align-items: start;
	border-bottom: 1px solid #d0a05c;
	gap: 70px;
	padding-bottom: 20px;
	margin-bottom: 8px;
}

.testimonial-image {
	width: 118px;
	padding-top: 3px;
}

.testimonial-text {
	width: calc(100% - 118px - 70px);
}

.testimonial-item {
	background: #fff;
	border-radius: 2px;
	max-width: 724px;
	width: 100%;
	padding: 23px 37px 21px 37px;
}

.testimonial-text h4 {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 5px;

}

.testimonial-text p {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: 1.6;
	font-weight: 500;
}

.testimonial-rating {
	display: flex;
	align-items: center;
	gap: 2px;
	color: #d0a05c;
	margin-bottom: 8px;
	font-size: 22px;
}

.testimonial-product {
	display: flex;
	align-items: flex-end;
	justify-content: start;
	gap: 11px;
}

.testimonial-product img {
	width: 40px;
	object-fit: contain;
	aspect-ratio: 1/1;
	background: #fbfaf6;
}

.testimonial-product span {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.511;
	font-weight: 600;
	padding-bottom: 4px;
	display: block;

}

.latest-news {
	margin-bottom: 130px;
}

.latest-news .container {
	max-width: 1600px;
}

.inner-latest-news {
	background: #fbfaf6;
	padding: 30px 35px 55px 80px;
	border-radius: 5px;
}

.news-header h2 {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.167;
	font-weight: 500;
	margin-bottom: 0;
	padding-left: 10px;

}

.news-header a {
	font-size: 16px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	font-weight: 600;
	line-height: normal;
	position: relative;
	text-transform: uppercase;
}

.news-header a:hover,
.supplements-footer a:hover {
	color: rgb(200, 145, 59);
}

.news-header a::after {
	position: absolute;
	content: '';
	width: calc(100% + 10px);
	left: -5px;
	bottom: -1px;
	background: #000000;
	height: 1px;
}

.news-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
	max-width: 1213px;
}

.news-latest-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.news-main {
	width: 50.9%;
}

.news-side {
	width: calc(100% - 50.9% - 5px);
}

.news-main .news-item {
	position: relative;
	display: block;
	width: 100%;
}

@media (min-width:992px) {
	.news-main .news-item {
		aspect-ratio: 653/601;
	}
}

.news-overlay {
	position: absolute;
	z-index: 1;
	bottom: 46px;
	left: 33px;
	width: calc(100% - 66px);
}

.news-main .news-item span {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	font-weight: 600;
	display: block;
	line-height: normal;


}

.news-main .news-item h3 {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: normal;
	margin-bottom: 4px;
}

.news-main .news-item p {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: normal;


}

.news-side .news-item {
	display: flex;
	align-items: flex-end;
	gap: 19px;
	margin-bottom: 0;
	width: 100%;
}

.news-side .news-item img {
	width: 52.11%;
	object-fit: cover;
}

.news-side .news-item .news-text {
	width: calc(100% - 52.11% - 19px);
}

.news-side .news-item span {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: 2;
	display: block;
	margin-bottom: 4px;
	font-weight: 400;

}

.news-side .news-item h4 {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 18px;

}

.news-side .news-item p {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: normal;
	font-weight: 400;
	text-transform: capitalize;
}

.news-side {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.certification-header {
	display: flex;
	align-items: center;
	margin-bottom: 83px;
	justify-content: center;
}

.certification-header h2 {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.167;
	font-weight: 500;
	margin: 0 0 0 0;
	border-right: 1px solid #505050;
	padding-right: 27px;
}

.certification-header p {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 500;
	max-width: 545px;
	padding-left: 34px;
}

/* .certification-slider .swiper-slide {
	width: max-content !important;
} */

.wrap-certification-slider {
	margin: 0 4.95vw 0 12.81vw;
}

.cert-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 170px;
	background: #ffffff;
}

.cert-item img {
	mix-blend-mode: multiply;
}

.certification-paginations {
	max-width: 1302px;
	width: 100% !important;
	margin: 30px auto 60px;
	padding: 0 15px;
	position: initial !important;
	display: flex;
	width: 100%;
	height: 3px !important;
	background: #e1e1dd;
	overflow: hidden;
}

.certification-paginations .swiper-pagination-progressbar-fill {
	background: #001c72 !important;
	transition: width 0.3s ease;
}

.instagram-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.instagram-grid img {
	width: 100%;
	height: 100%;
	aspect-ratio: 162 / 161;
	object-fit: cover;
}

.hero-video-btn {
	text-transform: uppercase;
}

.insta-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.insta-col a {
	display: block
}

.insta-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	background: #ebe6dc;
	padding: 20px;
}

.insta-center .subtitle {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 48, 116);
	line-height: 2;
	font-weight: 500;
	margin-bottom: 20px;

}

.insta-center .cont {
	font-weight: 500;

	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 48, 116);
	max-width: 402px;
	margin: 0 auto 55px;
	line-height: normal;
	text-align: center;

}

.insta-center .cont strong {
	font-weight: 700;
}

.insta-center h2 {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 48, 116);
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 0.667;

}

@media (min-width:768px) {
	.insta-center a {
		padding: 13.5px 45.5px;
	}

}

.wrap-supplements-paginations {
	padding: 0 15px;
}

.view-all-sp {
	display: none;
}

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

.wrap-why-choose__gallery {
	display: none;
}

.wrap-why-choose__gallery .why-choose__gallery {
	display: block;
}

.testimonial-navigation-sp {
	display: none;
}

.certification-slider-pc {
	display: block;
}

.certification-slider-sp {
	display: none;
}


/* Popup */
.certification-popup {
	max-width: 1328px;
	margin: 0 auto 0;
	padding: 0 15px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 100%;
	transform: translate(-50%, -50%);
}

body.popup-overlay-active {
	position: relative;
}

body.popup-overlay-active::after {
	background: rgba(110, 110, 110, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	z-index: 2;
}


.inner-certification-popup {
	border-radius: 2px;
	background-color: rgb(251, 250, 246);
	box-shadow: 0px 22px 38px 0px rgba(110, 110, 110, 0.15);
	min-height: 654px;
	display: flex;
	flex-direction: column;
	padding: 34px 51px 28px 51px;
	position: relative;
	justify-content: center;
}

.goed-popup .inner-certification-popup {
	padding-bottom: 50px;
}

.monde-popup .inner-certification-popup {
	padding-bottom: 57px;
}

.ifos-popup .inner-certification-popup {
	padding: 0px 51px 18px 51px;
}

.certification-popup .popup-body {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.certification-popup .popup-body .popup-left {
	width: 35%;
	position: relative;
}

.certification-popup .popup-body .popup-left img {
	display: block;
	margin: 0 auto;
	border: 10px solid #003074;
}

.certification-popup .popup-body .popup-right {
	width: calc(65% - 30px);
}

.popup-body .popup-right .popup-title {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 48, 116);
	font-weight: 600;
	line-height: 1.167;

	margin-bottom: 20px;

}

.goed-popup .popup-body .popup-right .popup-title {
	margin-bottom: 35px;

}

.certification-btn-slider img {
	width: 13px;
}

.popup-body .popup-right .popup-desc {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.4;
	font-weight: 500;
}

.cinner-certification-popup {
	position: relative;
}

.certification-popup .popup-close {
	position: absolute;
	top: 34px;
	right: 33px;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
}

.certification-btn-slider img {
	border: none !important;
}

.ifos-popup.certification-popup .popup-body .popup-left img {
	border-width: 10px 10px 20px;
}

.wrap-certification-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 135px;
	margin: 25px auto 0;
}

.certification-btn-slider {
	cursor: pointer;
}

.certification-popup .popup-body .popup-list {
	display: flex;
	list-style: none;
	flex-direction: column;
	gap: 26px;
	max-width: 570px;
	width: 100%;
	margin-left: auto;
	margin-right: 50px;
	margin-top: 60px;
}

.certification-popup .popup-body .popup-list li a {
	display: flex;
	gap: 23px;
	align-items: center;
	justify-content: start;
	font-size: 24px;
	font-family: "MiSans";
	color: rgb(0, 0, 0);
	line-height: 1.167;
	padding-left: 19px;
	/* background-image: url('../images/line.png');
	background-repeat: repeat-x;
	background-position: bottom; */
	border-bottom: 2px solid #b29570;

	padding-bottom: 8px;
}

.certification-popup .popup-close {
	width: 17px;
	z-index: 2;
}

.supplement-image-2 {
	display: none;
}

/* .softgel-badge-2 .supplement-image-1 {
	display: none;
}

.softgel-badge-2 .supplement-image-1 {
	display: block;
} */


/* Single */
.single-post.container {
	max-width: 935px;
}

.inner-post {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 70px;
}

.post-sidebar {
	width: 200px;
}

.post-content {
	width: calc(100% - 240px);
}

.share-box {
	border-radius: 5px;
	background-color: rgb(253, 245, 230);
	padding: 18px 13px 20px 17px;
	margin-bottom: 10px;

}

.banner-link-single img {
	border-radius: 5px;

}

.share-title {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: normal;
	font-weight: 500;
	margin-bottom: 14px;
}

.share-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-bottom: 18px;
	margin-bottom: 12px;
	border-bottom: 1px solid #b29570;
}

.share-list li a {
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #b29570;
	border-radius: 12px;
	color: #fff;
	font-size: 24px;
}

.share-list li a:hover {
	background: #003074;
}

.back-btn {
	font-size: 16px;
	font-family: "MiSans";
	color: #b29570;
	line-height: 1.2;
	font-weight: 500;
	display: inline-flex;
	gap: 24px;
	align-items: center;
	background: #fff;
	border: 1px solid #b29570;
	border-radius: 50px;
	padding: 11px 20px 10px 35px;
	text-transform: uppercase;
}

.post-category {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(215, 175, 119);
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
	display: block;
	margin-bottom: 4px;
}

.post-content .post-title {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.6;
	max-width: 450px;
	margin-bottom: 8px;
}

.inner-post-meta span,
.inner-post-meta span a {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: normal;
	font-weight: 500;
	display: inline-block;

}

.post-header .post-meta {
	display: flex;
	align-items: self-start;
	gap: 14px;
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}

.post-header .post-meta .post-avatar {
	width: 40px;
	height: 40px;
}

.post-avatar img {
	height: 100%;
	border-radius: 50%;
}

.post-header .post-meta .post-avatar img {
	border-radius: 50%;
}

.post-author {
	padding-right: 19px;
}

.post-date {
	padding-left: 17px;
	border-left: 1px solid #000;
}

.entry-content iframe {
	width: 100%;
	height: 426px;
	margin-top: 75px;
	margin-bottom: 59px;
	display: block;
}


.entry-content {
	font-family: 'Montserrat';
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
	font-weight: 400;
}

.entry-content p {
	margin-bottom: 25px;
}

.entry-content h2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 24px;
}

.entry-content h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}

.entry-content h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.entry-content ul,
.entry-content ol {
	padding-left: 20px;
}

.single-thumbnail {
	margin-bottom: 21px;
	/* margin-top: -14px; */
}

.post-header .post-meta {
	margin-bottom: 15px;
}

.single-thumbnail img {

	aspect-ratio: 665/293;
}

.entry-content img {
	padding: 20px 0 0;
}

.share-post span {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: normal;
	font-weight: 500;
	display: block;
}

.share-post {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	align-items: center;
	margin: 21px 0 40px;
}

.share-post ul {
	margin: 0;
	border: none;
	padding: 0;
}

.single-post .inner-post {
	padding-bottom: 36px;
}

.is-sp {
	display: none;
}

.back-btn img {
	width: 8px;
}

.cs-hero-subheading {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 18px;
	display: block;
}

.cs-hero-product .cs-hero-heading {
	color: #ffffff;
	margin-bottom: 4px;
}

.cs-hero-product .cs-hero-desc {
	color: #ffffff;
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	font-weight: 500;
}

.cs-hero-product.cs-hero {
	padding: 176px 0 177px;
}

/* .product-section .container {
	max-width: 1550px;
} */

.product-header {
	display: flex;
	align-items: center;
	padding-bottom: 65px;
}

.product-section {
	padding-top: 95px;
}

.product-number {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: normal;
	font-weight: 400;
	max-width: 245px;
	width: 100%;
}

.product-filter .filter-btn {
	font-size: 20px;
	font-family: "MiSans";
	color: rgb(0, 28, 114);
	line-height: 1.2;
	border-width: 1px;
	border-color: rgb(0, 28, 114);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	font-weight: 500;
	cursor: pointer;
	border-radius: 50px;
	min-width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	padding: 14px 30px 14px 30px;
	white-space: nowrap;
}

@media (max-width:1440px) {
	.product-filter .filter-btn {
		min-width: auto;
	}
}

.product-filter .filter-btn:hover,
.product-filter .filter-btn.active {
	background: rgb(0, 28, 114);
	color: #fff;
}

.product-filter {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	/* gap: 73px 18px; */
	gap: 80px;
}

.product-section .container {
	max-width: 1525px;
}

.product-item .thumb-product-1 {
	display: block;
}

.product-item .thumb-product-2 {
	display: none;
}

.product-item:hover .thumb-product-2 {
	display: block;
}

.product-item:hover .thumb-product-1 {
	display: none;
}

.product-image img {
	margin: 0 auto;
	transition: all 0.3s ease;
}

.product-image {
	margin-bottom: 18px;
}

.product-item {
	position: relative;
}

.product-item .product-badge {
	position: absolute;
	top: 7px;
	left: 16px;
	/* background: #001c72; */
	border-radius: 3px;
	/* padding: 5px 7px; */
	line-height: normal;
}

/* .product-item .product-badge.best-seller {
	background-image: -moz-linear-gradient(-13deg, rgb(217, 185, 130) 0%, rgb(193, 161, 110) 63%, rgb(233, 205, 146) 100%);
	background-image: -webkit-linear-gradient(-13deg, rgb(217, 185, 130) 0%, rgb(193, 161, 110) 63%, rgb(233, 205, 146) 100%);
	background-image: -ms-linear-gradient(-13deg, rgb(217, 185, 130) 0%, rgb(193, 161, 110) 63%, rgb(233, 205, 146) 100%);
} */

.product-item .product-title {
	font-size: 32px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	font-weight: bold;
	line-height: normal;
	font-weight: 600;
	text-align: center;
	margin-bottom: 4px;
}

.product-item .product-desc {
	font-size: 18px;
	font-family: "MiSans";
	color: rgb(72, 72, 72);
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
}

.product-item a {
	display: block;
}

.cont-product-highlight__item {
	display: none;
}

.related-products {
	margin-left: clamp(15px, calc((100vw - 1520px) / 2), 100vw);
	padding: 195px 0 102px;
}

.wrap-related {
	display: flex;
	gap: 68px;
	flex-wrap: wrap;
}

.related-left {
	width: 24.63%;
	padding-top: 75px;
}

.related-right {
	width: calc(75.37% - 68px);
}

.related-product-thumbnail {
	position: relative;
}

.list-item-related .related-image {
	display: none;
	margin-top: -14px;
	position: relative;
	z-index: -1;
}

.related-button {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
	text-align: center;
	border-width: 2px;
	border-color: #b4b2ad;
	border-style: solid;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	outline: none;
	padding: 9px 10px 7px;
	width: 100%;
	transition: all 0.3s ease;
}

.list-item-related:first-child {
	margin-bottom: 17px;
}

.list-item-related:nth-child(2) {
	margin-bottom: 13px;
}

.list-item-related:last-child .related-button {
	background-color: rgb(253, 245, 230);

}


.list-item-related.active .related-button {
	background: #001c72;
	color: #fff;
	border-color: #001c72;
}

@media (min-width:768px) {
	.list-item-related .related-button:hover {
		background: #001c72;
		color: #fff;
		border-color: #001c72;
	}
}

.slide-related-product {
	max-width: 391px;
	border-radius: 14px;
	background-color: rgb(251, 248, 242);
	height: auto !important;

}

.related-header {
	max-width: 620px;
}

.related-title {
	font-size: 54px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;

}

.related-subtitle {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 12px;

}

.related-desc {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.333;
	font-weight: 400;
	margin-bottom: 12px !important;
}

.wrap-related-paginations {}

.related-paginations {
	max-width: 920px;
	width: 100% !important;
	margin: 36px auto 0 0;
	position: initial !important;
	display: flex;
	width: 100%;
	height: 4px !important;
	background: #e1e1dd;
	overflow: hidden;
}

.related-paginations .swiper-pagination-progressbar-fill {
	background: #001c72 !important;
	transition: width 0.3s ease;
}



.related-plus {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 32, 129);
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 2.575px 4.286px 7px 0px rgba(129, 135, 155, 0.19);
	width: 63px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -46px;
	z-index: 2;
}

.slide-related-product {
	position: relative;
	overflow: visible;
}

.slide-related-product {
	position: relative;
	overflow: visible;
}

.related-product .product-title {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 4px;

}

.related-product .product-desc {
	margin-bottom: 0;

	font-size: 16px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
    padding:0 5px

}

.related-product img {
	width: 100%;
}

.related-product {
	padding: 22px 0;
	display: block;
}

.slide-related-product:last-child .related-plus {
	display: none;
}

.product-filter-mobile {
	display: none;
}

/* Single Product */
.breadcrumb-container {
	max-width: 1370px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 22px;
	margin-bottom: 70px;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 10px
}

.breadcrumb-item,
.breadcrumb-item a {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: normal;
	font-weight: 500;
	text-decoration: none;

}

.breadcrumb-item+.breadcrumb-item:before {
	float: left;
	padding-right: 10px;
	color: rgb(80, 80, 80);
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none;
}

.breadcrumb-item a:hover {
	color: rgb(178, 149, 112);
}



.product-detail .container {
	max-width: 1550px;
}

.product-wrapper {
	display: flex;
	gap: 0;
	margin-bottom: 105px;
}

.product-gallery {
	width: calc(50% + 15px);
	padding-left: 72px;
}

.product-info {
	width: calc(50% - 15px);
	padding: 0 117px 0 68px;
}

.product-gallery-120 {
	display: none;
}

.inner-product-gallery {
	display: flex;
	gap: 17px;
	max-height: 619px;
	overflow: hidden;
}

.thumbnail-list {
	width: 67px;
}

.product-thumbnail {
	width: calc(100% - 67px - 17px);
	height: 619px;
	border-radius: 5px;
	background-color: rgb(251, 250, 246);
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: center;
}

.product-thumbnail img {
	width: auto;
	height: auto;
	object-fit: contain;
	mix-blend-mode: darken;
	margin: 0 auto;
}

.thumbnail-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow-y: auto;
}

.thumbnail-list img {
	cursor: pointer;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;

    border: 1px solid #75787b;
    border-radius: 5px;
    overflow: hidden;
}
.img-thumbnail-list img.active{
  border: 1px solid #001c72;
}
.product-info .product-category {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: normal;
	font-weight: 400;
	margin-bottom: 7px;

}

.product-info .product-title {
	font-size: 54px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1;
	font-weight: 600;
	margin-bottom: 0
}



.product-info .product-subtitle {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
}

.product-info .product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 18px;
}

.product-info .product-tags div {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.889;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-style: solid;
	border-radius: 9px;
	padding: 0 6px;
	display: block;
	font-weight: 500;
}

.product-info .highlight {
	border-radius: 6px;
	background-color: rgb(211, 170, 44);
	padding: 4px 10px 6px;
	margin-bottom: 14px;
}

.product-info .highlight h2 {
	display: block;
	width: 100%;
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.product-features {
	list-style: none;
	padding-left: 32px;
	border-bottom: 1px solid #000;
	padding-bottom: 18px;
	margin-bottom: 15px;
}

.product-features li {
	position: relative;
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.41;
	font-weight: 500;
	margin-bottom: 10px;

}

.product-features li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -22px;
	transform: rotate(-45deg);
	color: #001c72;
	background-color: rgb(0, 0, 0);
	width: 6px;
	height: 6px;

}

.product-purchase-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.frequency-label {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.167;
	font-weight: 400;
	max-width: 97px;
	margin-left: 10px;
	margin-bottom: 0;
}

.frequency-options {
	display: flex;
	align-items: center;
	gap: 10px;
}

.frequency-options button {
	border-width: 2px;
	border-color: rgb(176, 176, 176);
	border-style: solid;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-family: "MiSans";
	color: rgb(19, 45, 108);
	line-height: 1.2;
	font-weight: 600;
	transition: all 0.3s ease;
	padding: 0px 6px 1px 6px
}

.frequency-options button.active,
.frequency-options button:hover {

	border-color: #001c72;
}

.buy-button.button {
	background-image: linear-gradient(-172deg, #00279d 0%, #0032ca 48%, #003fff 99%);
	padding: 10px 124px 10px 119px;
	margin-bottom: 8px;
}

.product-purchase-bottom {
	padding-left: 10px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.purchase-note {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	line-height: normal;
	font-weight: 500;

}

.purchase-note span {
	display: inline-block;
	color: #ce6518;
}

.accordion-product-header {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	border-top: 1px solid #000;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 12px 12px 3px 11px;
}

.product-purchase {
	margin-bottom: 20px;
}

.accordion-product-content {
	padding: 0 12px 3px 11px;
	display: none;
}

.accordion-product-content p,
.accordion-product-content li {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.667;
	font-weight: 500;
}

.accordion-product-item svg {
	transition: transform 0.3s ease;
}

.accordion-product-item.active svg {
	transform: rotate(180deg);
}

.quality-heading h2 {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	margin-bottom: 12px;

}

.quality-heading p {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(117, 120, 123);
	line-height: 1.333;
	text-align: center;
	font-weight: 500;
	max-width: 640px;
	margin: 0 auto 40px;
}

.quality-logos {
	/* display: grid;
	grid-template-columns: repeat(3, 1fr); */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.quality-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}

.quality-item .quality-image {
	min-height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-quality .container {
	max-width: 1040px;
}

.quality-item p {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	line-height: 1.333;
	font-weight: 500;

}

.product-key-ingredients {
	background-color: #faf6f0;
	padding-top: 55px;
	padding-bottom: 120px;
        overflow: hidden;
}

.product-key-ingredients .container {
	max-width: 1355px;
}

.key-title h2 {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

.key-title p {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(117, 120, 123);
	line-height: 1.333;
	text-align: center;
	max-width: 410px;
	margin: 0 auto 57px;
	font-weight: 500;
}

.ingredients-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 145px 0;
}

.ingredient-item {
	width: 50%;
}

.inner-ingredient {
	max-width: 340px;
}

.inner-ingredient h4 {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 14px;
}

.inner-ingredient p {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.333;
	font-weight: 400;
}

.ingredient-item:nth-child(even) {
	justify-content: flex-end;
	display: flex;
}

.ingredient-item:nth-child(3) {
	padding-left: 100px;
}

.ingredient-item:nth-child(2) {
	margin-top: -12px;
}

.ingredient-item:last-child {
	padding-right: 25px;
	margin-top: -16px;

}

.product-quality {
	padding-bottom: 75px;
}

.key-benefits {
	background-color: #fbf8f2;
	padding-top: 90px;
	position: relative;
	z-index: 2;
	padding-bottom: 80px;
}

.ingredient-center {
	position: absolute;
    top: 100px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 0;
    width: 777px;
    mix-blend-mode: darken;
    text-align: center;
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ingredient-center video {
	width: 100%;
  aspect-ratio: 1/1;
  object-fit:contain;
  height: 100%;
  margin: 0 auto;
}
.ingredient-center img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ingredients-content {
	position: relative;
	z-index: 2;
}

.key-title {
	position: relative;
	z-index: 2;
}

.benefit-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	align-items: center;
	margin-bottom: 68px;
}

.benefit-tabs button {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	font-weight: 700;
	line-height: 1.2;
	border-radius: 3px;
	background-color: rgb(178, 149, 112);
	border: none;
	outline: none;
	display: block;
	text-align: center;
	padding: 10px 10px 8px;
	cursor: pointer;
	height: 100%;
}

.benefit-tabs button.active,
.benefit-tabs button:hover {
	background: #002081;
}

.benefit-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 55px;


}

.benefit-content .image {
	width: 58.3%;
}

.benefit-content .image img {
	width: 100%;
	aspect-ratio: 828 / 521;
}

.science-driven-image {
	border-radius: 15px;
}

.benefit-content .text {
	width: calc(100% - 58.3% - 55px);
}

.benefit-content .text h3 {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;

}

.benefit-content .text p {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.333;
	font-weight: 400;
}

.wrap-benefit {
	display: none;
}

#benefit0 {
	display: block;
}

.benefits-title h2 {
	margin-bottom: 10px;
}

.benefits-title p {
	max-width: 100%;
	margin: 0 auto 27px;
	font-weight: 500;
	border-bottom: 1px solid #000;
}

.science-driven-section {
	padding: 85px 0 75px;
}

.science-driven-section .container {
	max-width: 1400px;
}

.science-driven-row {
	display: flex;
	align-items: center;
	gap: 88px;
}

.science-driven-row:first-child {
	margin-bottom: 125px;
	flex-direction: row-reverse;

}

.science-driven-cont,
.science-driven-image {
	width: calc(50% - 44px);
}

.science-driven-cont h3 {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	font-weight: 600;
	line-height: 1.167;
	margin-bottom: 40px;
}

.science-driven-cont p {
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 12px;
}

.science-driven-cont ul {
	list-style: none;
	padding-left: 2px;
	padding-top: 66px;
}

.science-driven-cont ul li {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
	display: flex;
	align-items: center;
	gap: 20px;
	padding-left: 40px;
	position: relative;
}

.science-driven-cont ul li::after {
	position: absolute;
	top: 7px;
	left: 0;
	width: 19px;
	height: 13px;
	background-image: url('../images/icon-v.png');
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.science-driven-cont ul li:last-child {
	margin-bottom: 0;
}

.science-driven-cont ul li img {
	width: 19px;
}

.science-driven-row:last-child .science-driven-cont {
	padding-left: 60px;
	padding-top: 15px;
}

.related-articles .container {
	max-width: 1550px;
}

.related-articles-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
}

.related-articles-header h2 {
	font-size: 36px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.related-articles-header a {
	font-size: 16px;
	font-family: "Montserrat";
	color: rgb(0, 28, 114);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: underline;
	text-decoration-color: #000;
	text-underline-offset: 4px;
}

.related-articles-slider {
	margin-left: 50px !important;
}

.article-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 18px;
}

.article-thumb {
	width: 51.3%;
}

.article-thumb img {
	width: 100%;
	border-radius: 5px;
	height: auto;
}

.article-content {
	width: calc(100% - 51.3% - 18px);
}

.article-content .article-meta {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.article-content .article-meta a {
	color: rgb(80, 80, 80);

}

.article-content .article-title {
	/* margin: 0; */
}

.article-content .article-title a {
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-content .article-author {
	font-size: 12px;
	font-family: "Montserrat";
	color: rgb(80, 80, 80);
	line-height: normal;
	font-weight: 400;

}

.wrap-related-articles-paginations {
	padding-right: 50px;
}

.related-articles-paginations {
	max-width: 1361px;
	width: 100% !important;
	margin: 60px auto 0 50px;
	position: initial !important;
	display: flex;
	width: 100%;
	height: 3px !important;
	background: #e4e4e0;
	overflow: hidden;
}

.related-articles-paginations .swiper-pagination-progressbar-fill {
	background: #001c72 !important;
	transition: width 0.3s ease;
}

.related-articles {
	background: #fbf8f2;
}

.related-articles {
	padding: 60px 0 55px;
}

.related-single-products {
	padding: 90px 0 45px;
}

.inner-related-right {
	display: none;
}

.related-product img {
	width: 100%;
	mix-blend-mode: darken;
}


.tnp-field.tnp-field-email {
	position: relative;
}

.tnp-field.tnp-field-email::after {
	position: absolute;
	background-image: url(../images/arrows-right.svg);
	background-size: contain;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 11px;
	height: 19px;
	background-repeat: no-repeat;
}

.ht-hidden {
	display: none;
}

.tnp-subscription form {
	position: relative;
}

.tnp-field-button {
	width: 50px;
	opacity: 0;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	height: 100%;
	margin: 0;
}

.tnp-field-button input {
	width: 100%;
}


.menu-lang a {
	text-transform: uppercase;
}

.wrap-product-menu a {
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	min-width: clamp(300px, 23.02vw, 442px);
	max-width: 500px
}

.news-side .news-item img {
	aspect-ratio: 326 / 197;
}

.news-main img {
	aspect-ratio: 653/601;
	object-fit: cover;
}

.product-thumbnail img {
	max-height: 100%;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	display: none;
}

.otgs-development-site-front-end {
	display: none;
}

@media (max-width:991px) {
	.menu-lang .sub-menu {
		right: 0;
	}
}

@media (max-width:767px) {
	.post-avatar img {
		height: 100%;
	}

	.news-item {
		width: 100%;
	}
}

.article-thumb img {
	aspect-ratio: 339/ 205;
}

@media (min-width:994px) and (max-width:1005px) {
	.news-item {
		width: 31.9%;
	}
}

@media (min-width:768px) and (max-width:994px) {
	.news-item {
		width: 31.5%;
	}
}

.tnp-submit {
	width: 100%;
}

.alt-footer-newsletter {
	max-width: 323px !important;
	width: 100%;
}

div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
	margin: 0 auto !important;
}

.no-scrool {
	overflow: hidden;
}

.related-image img {
	border-radius: 15px;
	width: 100%;
}

.cs-hero.cs-hero-product .cs-hero-heading {
	text-transform: none;
}

#content .gfield--type-altcha {
	margin-top: 25px;
}

#content .ginput_container_altcha>div>* {
	display: flex;
	justify-content: center;
}

#content .altcha {
	width: 230px;
	background: #fff;
	border-color: #afafaf;
	box-shadow: none;
	border-radius: 3px;
}

#content .altcha-label {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
}

#content .altcha input[type="checkbox"] {
	border-color: #afafaf;
	border-radius: 3px;
}

#content .altcha-footer {
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	color: #7a7a7a;
	font-weight: 400;
	letter-spacing: 0.4px;
}

@media (min-width:768px) {
	.cs-hero .cs-hero-news {
		padding: 185px 0 202px;
	}
}

.memu-item-submenu {
	position: absolute;
	top: 100%;
	z-index: 2;
	background: #fff;
	flex-direction: column;
	background-color: rgb(255, 255, 255);
	min-width: 152px;
	height: 78px;
	padding: 11px 42px 16px 18px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.menu-header ul li:hover .memu-item-submenu {
	opacity: 1;
	visibility: visible;
}

.memu-item-submenu li a {
	font-weight: 600 !important;
	white-space: nowrap;
}

.memu-item-submenu li {
	padding: 0 !important;
}

/* .slick-certification img {
	max-height: 70px;
	margin: 0 auto;
} */

.slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
}


.product-item .product-badge {
	max-width: 100px;
}
.softgel-badge.disabled{
 pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
    padding-bottom: 0;
}