* {
	box-sizing: border-box;
	font-display: swap;
}

body {
	margin: 0%;
	margin-top: 120px;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #111111;
	will-change: opacity;
	background-color: #fff;
	font-family: Roboto;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.main_content {
	width: 100%;
	min-height: calc(100vh - 665px);
	padding: 0 5%;
}
.main_container {
	max-width: 1440px;
	margin: auto;
	width: 100%;
}
.main_content_loop {
	padding: 50px 0px;
}

.out-of-stock-cat {
	display: flex;
    align-items: center;
    height: 42px;
    background-color: #fff;
    border-radius: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    transition: .2s ease;
    margin-top: 10px;
}

button {
	cursor: pointer;
	color: black;
}

ul {
	padding: 0;
}

a {
	text-decoration: none;
}

.desktop {
	display: block;
}

.mobile {
	display: none !important;
}

.slick-track {
	display: flex !important;
}

.container-desc-par {
	align-self: center;
	display: block;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}

section.container-desc-par h2 {
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 30px;
}

ul.h2_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.h2_list li:before {
	content: '●';
	font-size: 10px;
	position: absolute;
	left: 0;
	position: absolute;
	top: -1px;
}

.h2_list li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.title_table_content {
	font-weight: 600;
	margin-bottom: 10px;
}

.table_content {
	margin-top: 30px;
	margin-bottom: 35px;
}

ul.h2_list a {
	color: black;
	text-decoration: underline;
}

.container-desc-par h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-top: 0;
}
.container-desc-par p {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

li::marker {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}

ol {
	padding: 0;
}

summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 500;
	padding:  0;
	position: relative;
}

h2 {
	margin-bottom: 2rem;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

summary::-webkit-details-marker {
	display: none;
}

details[open] summary::after {
	transform: rotate(180deg);
}

summary::after {
	content: "iii";
	color: transparent;
	background-image: url('../src/images/productdetail/icon-details.svg');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0px;
}

details p {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 2rem;
}

select {
	outline: none;
}

.container-faq {
	font-family: 'Roboto', sans-serif;
	width: 60%;
	max-width: 1440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5rem;
	margin-top: 3rem;
}

.container-faq > h2{
	margin-bottom: 3.5rem;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
}

.container-questions {
	width: 100%;
	margin-bottom: 2rem;
}

.container-questions li {
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
	border-collapse: collapse;
	margin: 0;

}

.container-questions li:first-of-type {
	border-top: 1px solid #e2e2e2;
}

.container-desc-par  {
	margin-bottom: 1rem;
	max-width: calc(1226px - 30px);
	width: 90%;
}

.h1 {
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.hidden {
	position: fixed;
	opacity: 0;
	z-index: -1;
}

select {
	cursor: pointer;
}

ins {
	text-decoration: none;
}

input#prevent {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.container-tiles a {
	width: calc(100%/6);
	overflow: hidden;
	height: 0px;
	padding-top: calc(100%/6);
	position: relative;
}
.container-tiles a img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.button-read-more-text,
.toggle_read_more,
.desc_par_button_more_close_shortcode button,
.button-read-more-text_shortcode,
.container-square-tiles article a,
.timeline_info > .button {
	text-decoration: none !important;
	border: 1px solid black !important;
	background-color: white;
	border-radius: 100px;
	padding: 0.5rem 1.3rem !important;
	color: black !important;
	font-family: Roboto !important;
	letter-spacing: 1px !important;
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	font-family: 'Roboto', sans-serif;
}

.button-read-more-text_shortcode img,
.desc_par_button_more_close_shortcode button img,
button.button-read-more-text img {
	display: none !important;
}

.claim_point_wrapper .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	padding: 10px 45px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 600;
	transition: ease .2s;
	border-style: solid;
	border-color: #000;
	display: inline-block;
	border-width: 3px;
	font-family: 'Roboto', sans-serif;
	background-color: transparent !important;
	color: black !important;
} 

.program_content h2,
h3.wlr-heading {
	margin-bottom: 20px !important;
}

h3.wlr-heading {
	font-size: 24px !important;
	font-weight: 500 !important;
}

.thankyou_list {
	padding-top: 0;
	font-family: Roboto;
	line-height: 1.5;
	font-size: 15px;
}

.free_account_h2 {
	padding-bottom: 0 !important;
}

.claim_point_wrapper {
	background-color: #e7d6d6;
	padding: 20px 20px;
	margin: 20px 0;
}

.title_claim {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 12px;
}

.page-template-loyaltypage .main_content_loop p:empty {
	display: none;
}

section.container-questions ol {
	margin: 0;
}

.program_content section.container-faq {
	margin: 0;
}

.referral_instructions {
	margin-bottom: 25px;
}

.referral_instructions li {
	margin-bottom: 8px;
}

.wlr-referral-blog p {
	margin-top: 0 !important;
}

.container-product-banner div.single_pro_container .single_for_item {
	align-items: flex-end !important;
	display: flex !important;
	height: 400px;
	justify-content: center;
}

.customer-reviews > div > div {
	margin-top: .5rem;
}

.container-why h2 {
	margin-bottom: 1rem;
}

.woocommerce{
	font-family: 'Roboto', sans-serif;
}

#sb_instagram .sbi_photo {
	padding-top: 100%;
}
.term_desc.show_term span {
	display: inline;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.loader {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.woocommerce .quantity .qty {
	padding: 7px 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	padding: 10.5px;
	border: 1px solid #000;
	border-radius: 5px;
}
.woocommerce-info::before{
	color: #000;
}
.woocommerce-info {
	border-top-color:#000;
}
.woocommerce-info  a{
	color: #000;
	font-weight: 700;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #000;
	border-radius: 5px;
}
.select2-container .select2-selection--single {
	height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
}
.woocommerce a, .woocommerce-page a {
	color: #595959;
}

.page-template-default .container-page-header {
	padding-bottom: 0px;
}
.woocommerce span.onsale {
	background-color: #000;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000;
}
.woocommerce-message::before {
	color: #000;
}
.woocommerce-message {
	border-top-color: #000;
}

.wlr-myaccount-page .wlr-earning-options .wlr-description {
	background: #e7d6d6;
	padding: 6px 8px;
	color: #111 !important;
}

#continue_shopping {
	margin-top: 10px;
	background-color: white !important;
	color: black !important;
	text-transform: uppercase;
}

.tax-product_cat ul {
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.7;
}

.prefix_price {
	font-size: 14px;
	font-weight: normal;
}

span.price_wrapper {
	/* display: block; */
	margin-right: 9px;
	font-size: 16px;
}

.discount {
	background-color: #e7d6d6;
	font-size: 14px;
	display: inline-block;
	padding: 2px 5px;
	font-weight: 600;
	position: relative;
	top: -2px;
}

.h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

span.wlr-signup-message,
span.wlr-signup-message+br {
	display: none;
}

.wlr-myaccount-page {
	padding: 0;
}

.wlr-myaccount-page h3.wlr-heading {
	border-left: none !important;
	padding-left: 0;
	font-weight: 600;
	margin-bottom: 25px;
}

.logged-out .wlr-myaccount-page {
	max-height: 350px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.logged-out .wlr-myaccount-page::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 125px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.wlr-myaccount-page .add-read-more .read-less, .wlr-myaccount-page .add-read-more .read-more {
	display: none;
}

.print_btn{
	color: #fff;
	background-color: #000;
	padding: 10px 45px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 600;
	transition: ease .2s;
	border-style: solid;
	border-color: #000;
	border: 2px solid #000;
	font-size: 16px;
}
.print_btn:hover{
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.faq_section {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #fff;
}

.faq_section summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 500;
	padding: 1.5rem 0;
	font-family: 'Roboto', sans-serif;
	padding-right: 30px;
	position: relative;
	outline: none;
}

.woocommerce.columns-4 {
	max-width: 1440px;
	width: 90%;
}
.woocommerce.columns-4 {
	width: 100%;
	max-width: 1300px;
	position: relative;
}

span.sec-half {
	display: inline-block !important;
}

.main_content_loop ol, .main_content_loop ul {
	margin-left: 20px;
}

.otgs-development-site-front-end {
	display: none !important;
}

#CookiebotWidget, #wll-site-launcher {
	display:none !important;
}

.thank_you_page .thank_you_buttons a {
	font-family: Roboto;
	font-size: 14px;
	text-transform:uppercase;
}

.loyaltyheader h1 {
	position: absolute;
	color: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	text-shadow: 1px 1px 6px rgb(0 0 0 / 50%);
}

.img-box-loyalty {
	height:250px;
}

.container-page-header.loyaltyheader {
	position:relative;
	display:flex;
	background:none;
}

.wll-footer-gift {
	display:none !important;
}

.cursor_sap {
	display: none !important;
}

.ui-widget-overlay {
	display: none !important;
}

@media (max-width: 1700px) {
	.container-tiles a:nth-child(12) ~ a {
		display: none;
	}
}

@media (max-width: 1550px) {
	.container-scroll-bars {
		padding: 0 5%;
	}
	button.product-button-right {
		right: 1rem;
		transform: scale(1);
	}
	button.product-button-left {
		left: 1rem;
		transform: scale(1);
	}
}

@media (max-width:1024px){
	.hidemob {
		display:none;
	}
}

@media (max-width: 900px) {
	html, body{
		overflow-x: hidden;
	}
	body{
		margin-top: 101px !important;
	}
	.container-slide-banner img.image-slide-banner {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.container-tiles a {
		width: calc(100%/2) !important;
		overflow: hidden;
		height: 0px;
		padding-top: calc(100%/2) !important;
		position: relative;
		display: none;
	}
	.container-tiles a:nth-child(1), .container-tiles a:nth-child(2), .container-tiles a:nth-child(3), .container-tiles a:nth-child(4){
		display: block !important;
	}

	.container-instagram-tiles header {
		padding: 0 5%;
	}
	.container-instagram-tiles header h3 {
		margin-left: 0%;
		align-self: center;
	}
	.container-scroll-bars .section-sap {
		width: 250px;
	}
	.span-best-product {
		left: 0;
	}
	.sap-image-div {
		width: 11rem;
	}
	.section-sap article {
		max-width: inherit;
	}
	.container-product-bottom {
		transform: translateX(0);
		width: 100%;
	}
	button.product-button-left {
		top: 50%;
	}
	button.product-button-right {
		top: 50%;
	}
	.list-mobile-nav > details > summary {
		padding: 0;
	}
	.sap-image-div:hover {
		background-image: url('../src/images/home/image-sap.svg');
	}
	.container-tiles a:nth-of-type(3) {
		transform: translateY(-4px);
	}
	.container-tiles a:nth-of-type(4) {
		transform: translateY(-4px);
	}
	.container-tiles a img {
		transition: .5s ease;
		height: 100%;
		filter: blur(0px);
	}

	.close-popup-button {
		background-color: #fff;
		border-radius: 100%;
		height: 30px;
		width: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 7px;
	}

	.close-popup-button img {
		width: 100%;
	}

	.container-square-tiles {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
		padding-top: 3rem;
	}
	.container-square-tiles > * {
		width: 100%;
	}
	.container-square-tiles > div {
		margin-bottom: 5rem;
	}
	.container-square-tiles > .product-1 {
		background-image: url('../src/images/programma/image-product-1.svg');
		background-repeat: no-repeat;
		background-position: center;
		height: 147px;
		margin-bottom: 1rem;
		display: block;
	}
	.container-square-tiles > .product-2 {
		background-image: url('../src/images/programma/image-product-2.svg');
		background-repeat: no-repeat;
		background-position: center;
		height: 147px;
		margin-bottom: 1rem;
		display: block;
	}
	.container-square-tiles > div article {
		display: flex;
		flex-direction: column;

	}
	.container-square-tiles > div article a {
		font-size: 18px;
		align-self: center;
		font-style: normal;
		font-weight: 600;
		line-height: 26px;
		letter-spacing: 1px;
	}
	.container-retour {
		flex-direction: initial;
		margin-top: 6rem;
		align-items: center;
		flex-wrap: wrap;
		padding: 0px 5%;
	}
	.container-link-retour {
		margin: 10px 0;
		width: 100%;
		max-width: inherit;
		flex: 0 0 calc(50% - 10px);
		margin-right: 20px;

	}
	.container-link-retour:nth-child(2n) {
		margin-right: 0px;
	}
	.container-link-retour > div > img {
		width: 100%;
		height: auto;
	}
	.container-products {
		width: 100%;
		padding: 0 1rem;
		margin-bottom: 2rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.container-product-cards {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: .75rem;
		height: fit-content;
		width: 100%;
	}
	.container-product-card {
		height: fit-content;
	}
	.container-product-card > div {
		height: 183px;
		width: 183px;
	}
	.container-product-card > div img {
		width: 100%;
		height: auto;
	}
	.container-product-card > article p {
		font-size: 18px;
	}
	.container-product-card > article span {
		font-size: 16px;
		margin-bottom: 1rem;
	}
	.container-products > a {
		align-self: flex-end;
		margin-top: 2rem;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		color: #595959;
		text-decoration: underline;
	}
	.container-faq {
		width: 90%;
	}
	.on_toggled_image{
		display: none;
	}

	details[open] summary::after {
		transform: rotate(180deg);
	}

	details[open] summary {
		margin-bottom: .75rem;
	}

	summary::after {
		transition: ease .2s;
		transform: rotate(270deg);
		content: "iii";
		color: transparent;
		background-image: url('../src/images/header/mobile/icon-details.svg');
		background-repeat: no-repeat;
		background-position: center;
	}

	.container-why {
		margin: 0;
		width: 90%;
		display: block;
	}
	.container-why article p {
		margin: 0;
		font-size: 18px;
	}
	.container-why-blocks {
		width: 100%;
		padding-bottom: 1.5rem;
		display: block;
	}
	.section-why-block {
		max-width: inherit;
		min-width: inherit;
		display: block;

		margin-bottom: 20px !important;
	}
	.container-instagram-tiles {
		width: 100%;
	}
	.container-tiles {
		display: flex !important;
		width: 100%;
		margin: 0 1rem;
		height: auto;
		overflow: auto;
	}
	#sb_instagram #sbi_images .sbi_item {
		width: 50% !important;
	}
	.container-tiles a {
		width: 100%;
		max-width: none;
	}
	.container-tiles img {
		height: 100%;
		width: 100%;
	}
	.link-instagram {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: 1px;
		text-align: left;
		color: #1d1f22;
		background-color: #fff;
		border: #d0d0d0 solid 1px;
		border-radius: 100px;
		height: 48px;
		width: 158px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-right: 1rem;
		align-self: flex-end;
		margin-bottom: 32px;
		text-align: center;
		padding-top: 13px;
	}
	.container-desc-par {
		width: 90%;
	}
	.container-desc-par h1 {
		font-size: 40px;
	}
	.container-desc-par p {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px;
	}
	.section-sap{
		transform: scale(1);
		margin-right: 30px !important;
	}
	.section-sap article {
		width: inherit;
	}
	.section-sap h4 {
		font-size: 18px;
	}

	.section-sap p {
		font-size: 18px;
	}
	.section-sap span {
		font-size: 18px;
	}
	.section-why-block h3 {
		margin-top: 0.5rem;
	}

	.swiper-initialized .swiper-slide{
		margin: 0px 2.5vw !important;
	}
	.swiper-initialized .swiper-slide:first-of-type {
		margin-left: 5vw !important;
	}
	.container-scroll-bars .product-button-left, .container-scroll-bars .product-button-right{
		display: none;
	}
	.container-scroll-bars{
		padding: 0px;
	}
	.container-scroll-bars > a {
		padding: 0px 5%;
	}
}

@media (min-width: 1700px) {
	.container-tiles a {
		width: calc(100%/8);
		height: 0px;
		padding-top: calc(100%/8);
		position: relative;
	}
	.container-tiles a img {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media(max-width:480px){
	.container-link-retour {
		flex: 0 0 100%;
		margin-right: 0px;
	}
}

@media(max-width:350px){
	.section-sap{
		transform: scale(0.9);
	}
}

@media (max-width: 900px) {
	.mrblend_loading::before {
		content: '';
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgb(0, 0, 0.5);
	}
	.mrblend_loading::after {
		position: absolute;
		left: auto;
		right: auto;
		z-index: 2;
	}
	a, a:focus{
		border: none;
		outline: none;
	}

	body {
		margin-top: 0;
	}

	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	html.active_html_nav {
		overflow: hidden;
	}
	html,body{
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 600px) {
	.logged-out .wlr-myaccount-page {
		max-height: 550px;
	}
}

@media print {
	.print_section{
		display: none !important;
		height: 0px !important;
	}
}
