.wrap-modal.active {
    display: none !important;
}

.yv-review-quickreview {
    display: none;
}

html {
	scroll-behavior: smooth;
}

main {
	background-color: #000;
}
main ._coupon {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
main ._coupon h3 {
	font-size: 28px;
	font-weight: 700;
	padding: 11px;
}
main ._coupon p {
	color: #777;
	font-size: 14px;
	font-weight: 700;
}
main ._coupon ._userData {
	display: flex;
	flex-direction: column;
	max-width: 75pc;
	width: 100%;
}
main ._coupon ._userData ._fields {
	display: flex;
	gap: 14px;
	margin: auto;
	max-width: 90%;
	width: 970px;
}
main ._coupon ._userData ._fields input {
	margin: 38px 0;
	padding: 9pt 25px;
}
main ._coupon ._userData ._fields input#name {
	max-width: 247px;
	width: 100%;
}
main ._coupon ._userData ._fields input#email {
	max-width: 438px;
	width: 100%;
}
main ._coupon ._userData ._fields input#city {
	max-width: 274px;
	width: 100%;
}
main ._coupon ._userData ._fields input::-moz-placeholder {
	color: #707070;
	font-size: 1pc;
}
main ._coupon ._userData ._fields input::placeholder {
	color: #707070;
	font-size: 1pc;
}
main ._coupon ._userData ._submit {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
main ._coupon ._userData ._submit label {
	color: #fff;
	font-size: 9pt;
	font-weight: 400;
}
main ._coupon ._userData ._submit label a {
	font-size: 9pt;
	font-weight: 400;
}
main ._coupon ._userData ._submit button {
	background-color: #00aed8;
	border-radius: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 20px;
	padding: 8px 65px;
	transition: all 0.2s ease-in-out;
}
main ._coupon ._userData ._submit button:hover {
	background-color: #0591b4;
	cursor: pointer;
}
main ._couponSuccess {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
main ._couponSuccess h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
main ._couponSuccess ._couponCode {
	border: 1px dashed #fff;
	padding: 10px;
}
main ._couponSuccess ._couponCode p {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
}
main ._couponSuccess ._disclaimer {
	color: #777;
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px;
}
main ._products {
	display: flex;
	flex-direction: column;
	gap: 40px;
	text-align: center;
}
main ._products ._title {
	color: #fff;
	margin: 3pc 0;
}
main ._products ._title h3 {
	font-size: 36px;
	font-weight: 700;
	padding: 11px;
	text-transform: uppercase;
}
main ._products ._title p {
	font-size: 18px;
}
main ._products ._shelfRow {
	display: flex;
	gap: 20px;
	margin: auto;
	max-width: 1460px;
	padding: 0 20px;
	width: 100%;
}
main ._products ._shelfRow ._img {
	display: flex;
	justify-content: center;
	width: 30%;
}
main ._products ._shelfRow ._shelf {
	margin: auto;
	max-width: 900px;
}
main section._disclaimer {
	margin: 20px auto 0 !important;
	max-width: 90%;
	text-align: center;
}
main section._disclaimer p {
	color: #707070;
	font-size: 14px;
}
.BOX-VITASAY-default {
	height: 100%;
	width: 100%;
}
.BOX-VITASAY-default .slick-slider,
.BOX-VITASAY-default .slick-slider .slick-track {
	height: 100%;
}
.BOX-VITASAY-default .slick-slider .slick-prev {
	left: -10px;
	z-index: 1;
}
.BOX-VITASAY-default .slick-slider .slick-next {
	right: -10px !important;
}
.BOX-VITASAY-default .slick-slider .slick-dots {
	margin-top: 0 !important;
	position: relative;
}
.BOX-VITASAY-default .slick-slider .slick-dots li {
	border: 1px solid #b99c00 !important;
	height: 20px !important;
	margin: 5px !important;
	width: 20px !important;
}
.BOX-VITASAY-default .slick-slider .slick-dots li.slick-active {
	background: #b99c00 !important;
}
.BOX-VITASAY-default .slick-slider .slick-list {
	height: 100%;
}
p.percentage-flag {
	right: 10px;
	top: 10px;
}
._loading {
	position: relative;
	transition: all 0.3s;
}
._loading,
._loading * {
	pointer-events: none;
}
._loading:before {
	-webkit-backdrop-filter: blur(10.5px);
	backdrop-filter: blur(10.5px);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 993;
}
._loading:after {
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top-color: #00a133;
	content: '';
	height: 24px;
	left: calc(50% - 9pt);
	position: absolute;
	top: calc(50% - 9pt);
	width: 24px;
	z-index: 994;
}
@-webkit-keyframes spin {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
.BOX-VITASAY-default > ul,
._banner {
	visibility: hidden;
}
.BOX-VITASAY-default > ul.slick-initialized,
._banner.slick-initialized {
	visibility: visible;
}
@media (max-width: 991px) {
	main {
		padding-bottom: 0 !important;
	}
	main ._coupon h3 {
		font-size: 24px;
		padding: 0;
	}
	main ._coupon ._userData {
		gap: 20px;
	}
	main ._coupon ._userData ._fields {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	main ._coupon ._userData ._fields input {
		margin: 0;
		max-width: none;
		width: 100%;
	}
	main ._coupon ._userData ._fields input#city,
	main ._coupon ._userData ._fields input#email,
	main ._coupon ._userData ._fields input#name {
		max-width: none;
		width: 100%;
	}
	main ._products ._title h3 {
		font-size: 24px;
	}
	main ._products ._title {
		margin: 30px 0;
	}
	main ._products ._shelfRow {
		flex-direction: column;
        padding: 0;
	}
	main ._products ._shelfRow ._img,
	main ._products ._shelfRow ._shelf {
		width: 100%;
	}
	main section._disclaimer {
		padding-bottom: 40px;
	}
}
@media (max-width: 768px) {
	main ._coupon {
		gap: 20px;
		margin: auto !important;
		max-width: 95%;
	}
}


._submit label a {
    color: #fff;
    text-decoration: underline;
}
