body,
body.product-template-sapkuur-single-product {
	background-color: #e7d6d6;
}

.container-discount-bar {
	width: 100%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-discount-bar p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

.container-discount-bar p span {
	text-decoration: underline;
}

.container-product-banner {
	background-color: #e7d6d6;
	display: flex;
	flex-direction: column;
	width: 100%;
	top: 0rem;
	right:10rem;
	position: fixed;
	z-index: -1;
	height: auto;
	overflow: hidden;
}
.productTitle{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	margin-bottom: 2rem;
}

.container-product-banner > div {
	display: flex;
	flex-direction: inherit;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	transition: .3s ease;
	min-height: calc(100vh - 120px);
	margin-top: 120px;
	align-content: center;
}
.admin-bar .container-product-banner > div {
	margin-top: 152px;
}

.image-product {
	max-width: 455px;
	z-index: 3;
}

.image-text {
	transform: translateY(-30%);
}

.container-product-info {
	width: 479px;
	margin-right: 7.5%;
}

.container-product-info > * {
	background-color: #fff;
	border-radius: 9px;
	padding: 30px 50px;
	box-shadow: 2px 4px 4px 0px #00000008;
	margin-bottom: 2rem;
	margin-top: 1rem;
	width: 100%;
}

.container-product-info header {
	border-bottom: 1px solid #eeeeee;
}

.container-product-info header span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.container-product-info header h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: .5rem;
}

.product-tabs {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.container-product-tabs-info {
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-self: center;
	width: 100%;
}

.container-product-tabs-info article {
	width: 100%;
}

.tab {
	display: none;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 1rem;
}

.active-tab {
	display: flex;
	flex-direction: column;
	max-width: 223px;
}

.tab-buttons {
	margin-top: 15px;
	margin-bottom: 20px;
}

.tab-buttons button {
	background-color: transparent;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	width: fit-content;
	padding-right: .75rem;
	padding-left: 0;
}

.tab h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}
.tab-list {
	margin: 0;
}
.tab-list li {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	margin: .4rem 0;
}
.tab-list li a {
	color: #000;
}
.day-selection {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.day-selection > div {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: .5rem;
}
.day-selection input[type="radio"] {
	display: none;
}
.day-selection input:checked+label {
	border: 1px solid #000;
}
.day-selection label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 1rem .75rem;
	background-color: #f0f0f0;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 74px;
	height: 51px;
	margin-right: 1rem;
}

.day-selection label:hover {
	border: 1px solid #4b4b4b;
}

.day-selection label span {
	color: #93C798;
}

.product-tabs h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 0;
	align-self: flex-start;
}

.container-amount-buttons {
	display: flex;
	align-items: center;
}

.container-amount-buttons > * {
	margin: 0;
}

.container-amount-buttons button {
	background-color: #fff;
	border: none;
	height: 50px;
	font-size: 2rem;
	line-height: 1px;
}

.container-amount-buttons button:first-of-type {
	border: 1px solid #e3e1e1;
	border-right: none;
	border-radius: 100px 0 0 100px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: .4rem;
}

.container-amount-buttons button:last-of-type {
	border: 1px solid #e3e1e1;
	border-left: none;
	border-radius: 0 100px 100px 0;
	padding-right: 1rem;
	padding-left: 1rem;
}

.container-amount-buttons button:hover {
	background-color: #000;
	color: #fff;
}

.container-amount-buttons input {
	height: 50px;
	border-radius: 0;
	border: 1px solid #e3e1e1;
	border-left: none;
	border-right: none;
	width: 4rem;
	outline: none;
	text-align: center;
	font-size: 2rem;
}
.container-selections {
	justify-content: space-between;
	margin-bottom: 1rem;
}

.container-product-amount-prices {
	display: flex;
	align-items: center;

}

.container-product-amount-prices span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration:line-through;
}

.container-product-amount-prices p {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	margin-left: 1rem;
}

.button-shopping-cart {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	max-width: 376px;
	width: 100%;
	padding: 1rem 0;
	border-radius: 100px;
	font-size: 14px;
	border: none;
	transition: ease .2s;
	max-height: 48px;
}

.button-shopping-cart:hover {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

.container-cleanseboxes {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 1rem;
	border-top: 1px solid #e2e2e2;
}
.container-cleanseboxes > a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #676663F0;
	margin-top: 1rem;
	text-decoration: underline;
}
.container-cleansebox {
	margin-top: 1rem;
	display: flex;
	border-radius: 10px;
	flex-wrap: wrap;

}
.container-cleanseboxes .container-cleansebox a{
	margin-right: 15px;
	flex: 0 0 calc(33.33% - 10px);
	max-width: calc(33.33% - 10px);
}
.container-cleanseboxes .container-cleansebox a:last-child{
	margin-right: 0px;
}
.container-cleansebox p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #1e1c1c;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
	height: 56px;
	overflow: hidden;
}
.container-cleansebox span {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #595959;
}
.cleansebox_img {
	position: relative;
	padding-top: 100%;
	display: block;
}
.cleansebox_img img {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container-detox-dagen {
	background-color: #f6f6f6;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 0;
}

.container-detox-dagen article {
	width: 613px;
	text-align: left;
	align-self: center;
}

.container-detox-dagen article h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-top: 0;
}

.container-detox-dagen article h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 19.2px;  
	margin-bottom: 0.5rem; 
}

.container-detox-dagen article p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 19.2px;
	margin-top: 0;
	font-style: normal;
}

.container-detox-dagen article span {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 19.2px;
}


.container-second-tabs .tab-buttons {
	display: flex;
	justify-content: space-between;
	padding-bottom: .5rem;
	margin-bottom: 2rem;
}

.container-second-tabs article {
	max-width: none;
}

.container-second-tabs article > p {
	margin: 0;
}
.container-second-tabs article p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	font-size: 16px;
}

.container-second-tabs article p:last-child {
	margin-bottom: 0;
}

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;
}

summary::-webkit-details-marker {
	display: none !important;
}

summary {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: .5rem 0;
	padding-right: 15px;
}

.container-second-tabs .tab {
	border-bottom: 0;
}

.container-why,
.product-template-sapkuur-single-product .container-why {
	padding: 4rem 0;
	margin-bottom: 0;
}

.section-customer-reviews {
	background-color: #f9f9f9;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.container-customer-reviews {
	max-width: 1170px;

	width: 100%;
}
.section-customer-reviews h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px;
}
.container-customer-review {
	background-color: #fff;
	padding: 2rem 3rem;
	display: flex;
	border: 1px solid #e2e2e2;
	margin-bottom: 1rem;
	padding-top: 0;
}
.container-small-review-link {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.container-small-review-link a {
	font-family: 'Jost', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	color: #111;
	margin-left: 1rem;
}
.container-customer-review > img {
	padding-right: 3rem;
	object-fit: contain;
}
.container-customer-review article h3 {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 1rem;
}
.container-customer-review article p {
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
}
.container-customer-review header {
	height: fit-content;
	padding-top: 3rem;
}
.container-customer-review header span {
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
}
.rating_con {
	font-size: 0px;
	display: inline-block;
	margin-right: 10px;
}
.rating_con img {
	width: 15px;
	margin-right: 3px;
}
.rating_con img:last-child {
	margin-right: 0px;
}
.rating_con img {
}


.container-sold-together {
	background-color: #fff;
	width: 100%;
}

.inside_sold_together {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-bottom: 3rem;
	max-width: 1440px;
	margin: auto;
}

.inside_sold_together .swiper {
	width: 100%;
}

.container-sold-together h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}

.container-instagram-tiles {
	padding-top: 2rem;
	background-color: #fff;
}
.active-button {
	font-weight: 600;
	text-decoration: underline;
}

.container-review-buttons .active-tab-button {
	border-color: #000;
	color: #000;
}

.container-product-banner svg {
	animation: rotateText 60s linear infinite;
	position: absolute;
	margin-top: -55rem;
}

.container-product-banner svg path {
	fill: transparent;
}

.container-product-banner textPath {
	font-size: 120px;
	fill: #fff;
	font-family: 'Roboto', sans-serif;
}

.container-product-banner .hide-text {
	position: absolute;
	top: 0%;
	background-color: #e7d6d6;
	height: 13%;
	width: 100%;
	margin-top: 0;
	z-index: 2;
}

ol {
	list-style: none;
}

.inside_sold_together > section {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 1440px;
}

.container-sold-together > section::-webkit-scrollbar {
	display: none;
}
.container-product-tabs-info article > :first-child {
	margin-top: 0px;
}

.wlr-product-message {
	display: none !important;
}

.wployalty_product {
	margin-bottom: 20px;
	background-color: #f6f6f6;
	border: 3px solid #e7d6d6;
	border-radius: 18px;
	padding: 15px;
	overflow: hidden;
	background-image: url(/wp-content/uploads/2023/02/redeem.svg);
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: 15px center;
	padding-left: 90px;
}

.link_loyalty_product {
	background-color: #e7d6d6;
	background-image: url(/wp-content/themes/drblend/img/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: right 13px top 11px;
	color: black !important;
	display: inline-block;
	padding: 6px 25px 6px 20px;
	border-radius: 18px;
	font-size: 14px;
	font-weight: 500;
}

.link_loyalty_product:hover {
	background-position: right 12px top 12px;
}

.wployalty_product_icon {
	width: 60px;
	float: left;
	margin-right: 15px;
}

.wployalty_product_icon img {
	width: 60px;
}

.product_loyalty_heading {
	font-weight: bold;
	font-size: 21px;
}

.product_earn_message {
	font-size: 13px;
}

.wployalty_product_left {
	float: left;
}

.wployalty_product_right {
	float: right;
	padding-top: 10px;
}

.product_description span br {
	display: none;
}

.product_description {
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.4;
}

.product_description p,
.product_description strong,
.product_description span {
	font-size: 15px;
	line-height: 1.4;
}

.read_more_wrapper strong {
	font-family: 'Roboto';
}

.product_description .read_more_wrapper:not(.unfolded) p:first-child {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container-product-tabs-info ul {
	padding-left: 20px;
}

.single-product .simple_price del > span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: line-through;
}

.woocommerce-cart #mollie-applepayDirect-button {
	margin-bottom: 15px;
}

.single-product #mollie-applepayDirect-button {
	margin-top: 15px;
	text-align: center;
}

.close-popup-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	border: none;
	padding: 0px;
}

.sap-image-div {
	height: 0px;
	width: 100%;
	transition: ease .2s;
	background-position: center;
	background-repeat: no-repeat;
	object-fit: contain;
	margin-bottom: 15px;
	background-size: cover;
	padding-top: 100%;
}

.pro_one .quantity {
	float: left;
}

.simple_price {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
}

.simple_price {
	width: calc(100% - 165px);
	float: right;
	text-align: right;
	margin-bottom: 15px;
}

.pro_one .quantity button.minus:hover {
	background: #000;
	color: #fff;
}
.pro_one .quantity button.plus:hover {
	background: #000;
	border-radius: 0px 100px 100px 0px;
	color: #fff;
}

.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper:last-child .swatch {
	margin-right: 0px !important;
}

.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch {
	border: 1px solid transparent;
}

.cart.simple_product_form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.price_rev {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: block;
}
.price_rev .product-info-reviews {
	display: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.price_rev .simple_price {
	width: 100%;
	text-align: left;
	float: none;
}

body .container-product-banner .container-small-images .single_nav_container .slider-nav {
	margin-top: 15px !important;
}

.label.labelcontainer {
	position:absolute;
	left:0;
	top:50px;
	z-index:999;
	min-height:inherit;
}

.label.labelcontainer span {
	display:block;
	margin-top:10px;
}

.label.labelcontainer span.label-zero {
	background-color: #38B6FF;
	border: 1px solid #38B6FF;
	color: #fff;
	width: 116px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	text-align: center;
	justify-content: center;
	text-transform:uppercase;
}

.label.labelcontainer span.label-sale {
	background-color: #e7d6d6;
	border-color: #e7d6d6;
	text-transform: uppercase;
	color: black;
	width: 116px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	text-align: center;
	justify-content: center;
}

.label.labelcontainer span.label-2halen1betalen {
	background-color: #b60b0b;
	border: 1px solid #b60b0b;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	text-align: center;
	justify-content: center;
	text-transform:uppercase;
}

.product_top_container .stock {
	display:none;
}

.disable-discount del {
	display:none;
}

.container-product-info .read_more_wrapper p {
	font-size:14px;
}

.container-product-info .read_more_wrapper p span {
	margin-bottom:5px;
	font-size:14px;
}

.single_nav_container .slider-nav img {
	cursor:pointer;
}

.product_top_section {
	position:relative;
}

.pro_one .stock  {
	display:none;
}

.single_nav_item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}

.single_nav_item:last-child {
	margin-right:0px;
}

@media (min-width:1366px){
	.product_top_section .container-product-banner {
		flex: 0 0 calc(100% - 500px);
		max-width: calc(100% - 500px);
		padding-top: 38px;
	}

	.product_top_section .container-product-info {
		width: 500px;
	}
	.product_top_container .container-product-banner .single_pro_container .slick-slide img, .product_top_container .container-product-banner .single_pro_container {
		max-height:550px;
	}
}

@media (max-width:1024px){
	.single-product .faq_section summary {
		font-size:15px;
		padding: 0.5rem 0;
	}
}

@media (max-width: 900px) {
	.label.labelcontainer {
		position: absolute;
		left: 17px;
		top: 30px;
		z-index: 999;
	}

	.inside_sold_together .h1 {
		text-align: center;
		display: block;
	}

	.container-why {
		margin: 0;
		width: 100%;
	}
	.container-product-info {
		transform: translate(0);
		margin: 0;
		width: 95%;
		align-self: center;
	}
	.container-product-info > *{
		border-radius: 0px;
	}
	.container-product-info {
		margin-top: 53vh;
	}
	.container-detox-dagen {
		min-height: 475px;
	}
	.container-detox-dagen article {
		max-width: 613px;
		width: auto;
		margin: 1rem;
		display: block;
		text-align: left;
	}
	.container-detox-dagen article h1 {
		margin-top: -50px;
	}
	.container-detox-dagen article p {
		font-size: 18px;
		width: 100%;
		text-align: left;
	}
	.container-detox-dagen article h3 {
		font-size: 20px;
	}
	.container-sold-together div {
		overflow-x: visible;
		width: 100%;
	}
	.container-sold-together button{
		display: block;
	}
	.container-product-banner{
		right: 0rem;
		padding: 1rem;
		top: 2rem;
	}
	.productTitle{
		font-size: 30px;
	}
	.container-product-banner div {
		overflow: hidden;
		margin-top: 126px !important;
		transform: translateX(0px) !important;
	}
	.container-product-banner .hide-text {
		height: 0%;
	}
	.container-amount-buttons input {
		width: 3rem;
	}
	.link-place-review {
		font-family: 'Jost', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		width: 306px;
		height: 54px;
		background-color: #000;
		color: #fff;
		text-align: center;
		line-height: 3;
		margin-bottom: 2rem;
	}
	.section-customer-reviews {
		background-color: #fff;
	}
	.section-customer-reviews h2 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.container-mobile-customer-reviews {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 2rem;
	}
	.container-mobile-customer-reviews a {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		letter-spacing: 1px;
		text-decoration: underline;
		align-self: flex-start;
		margin-left: 5%;
		color: #000;
	}
	.mobile-customer-review {
		padding: .5rem 2rem;
		border: 1px solid #e2e2e2;
		width: 90%;
		margin-bottom: 1rem;
	}
	.mobile-customer-review header {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.mobile-customer-review header h3 {
		font-family: 'Jost', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 29px;
		margin: 0;
		margin-top: 1rem;
	}
	.mobile-customer-review footer {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: flex-end;
		padding: 0;
	}
	.mobile-customer-review footer p {
		font-size: 16px;
		margin-right: 1rem;

	}
	.mobile-customer-review p {
		font-family: 'Jost', sans-serif;
		font-size: 17px;
		font-style: italic;
		font-weight: 300;
		line-height: 25px;
		letter-spacing: 0em;
		text-align: left;
		color: #525252;
	}
	.p-below-soldtogether {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px;
		text-align: center;
		background-color: #fff;
		margin: 0;
		padding-top: 3rem;
	}

	.container-product-info > div {
		padding: 1.5rem;
	}
	.tab-buttons button {
		font-size: 18px;
	}
	.product-tabs h3 {
		font-size: 18px;
		text-decoration: none;
	}
	.tab-list li {
		font-size: 18px;
		text-decoration: none;
	}
	.container-product-tabs-info article {
		max-width: none;
	}
	.day-selection > div {
		justify-content: space-between;
	}
	.day-selection label {
		width: 81px;
		height: 67px;
		margin-right: 0;
	}
	.product-info-reviews a {
		font-size: 18px;
	}
	.container-second-tabs article p {
		font-size: 16px;
	}
	.section-sap{
		transform: scale(1);
	}
	.container-sold-together{
		padding-bottom: 1rem;
	}
	.container-cleanseboxes {
		width: 100vw;
		margin-left: -1.5rem;
	}
	.container-cleansebox{
		flex-wrap: inherit;
	}
	.container-cleanseboxes .container-cleansebox a{
		flex: inherit;
		max-width: inherit;
	}
	.container-cleansebox p {
		height: 38px;
	}
	.container-second-tabs {
		padding-left: 5%;
		padding-right: 5%;
	}
	.container-detox-dagen {
		margin-top: 0rem;
	}
}
@media (min-width: 900px) {
	.container-product-banner svg {
		margin-top: -32rem;
	}
}
@media (min-width: 1100px) {
	.container-product-banner svg {
		margin-top: -40rem;
	}
}

@media (min-width: 1440px) {
	.container-product-banner svg {
		margin-top: -62rem;
	}
}

@media (min-width: 1700px) {
	.container-product-banner svg {
		margin-top: -55rem;
		animation-duration: 100s;
	}
	.image-product {
		transform: scale(1);
		margin-top: 7rem;
	}
	.container-product-banner .hide-text {
		height: 6%;
	}
}

@media (min-width: 2000px) {
	.container-product-banner svg {
		margin-top: -75rem;
	}
}

@media (min-width: 2200px) {
	.container-product-banner svg {
		margin-top: -85rem;
	}
}

@media (min-width: 2400px) {
	.container-product-banner svg {
		margin-top: -100rem;
	}
}
@media (max-width:420px){
	.container-cleansebox{
		padding: 0px;
		flex-wrap: inherit;
	}
	.container-product-amount-prices{
		flex-direction: column;
	}
	.container-detox-dagen{
		padding:0rem 0
	}
}

@keyframes moveLeft {
	from {
		transform: translateX(0)
	} to {
		transform: translateX(-20%);
	}
}

@keyframes moveRight {
	from {
		transform: translateX(-20%)
	} to {
		transform: translateX(0);
	}
}

@keyframes moveLeftLess {
	from {
		transform: translateX(0)
	} to {
		transform: translateX(-10%);
	}
}

@keyframes moveRightLess {
	from {
		transform: translateX(-10%)
	} to {
		transform: translateX(0);
	}
}

@keyframes rotateText {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.container-scroll-bar.sold_product_slider.slick-initialized.slick-slider {
	display: block;
	width: 100%;
}

.pro_one .variations .label label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 0;
	align-self: flex-start;
	display: block;
	margin-bottom: 5px;
}
.pro_one .variations {
	display: block;
}
.pro_one .variations tr td {
	display: block;
}

.pro_one .variations tr td.value .swatch.swatch-label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	padding: 1rem .5rem !important;
	background-color: #f0f0f0 !important;
	border-radius: 6px !important;
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	width: 74px !important;
	height: 51px !important;
	margin-right: 1rem !important;
	margin-bottom: 2px !important;
}
.woocommerce.single-product .pro_one  form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
	margin-right: 0px !important;
}
.pro_one  form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded::before {
	display: none !important;
}
.pro_one .variations tr td.value .swatch.swatch-label.seleccted {
}
.pro_one .variations tr td.value .swatch.swatch-label.selected {
	border: 1px solid #000 !important;
}
.pro_one .reset_variations {
	display: none !important;
}
.pro_one .quantity {
	border: 1px solid #e3e1e1;
	height: 50px;
	border-radius: 50px;
	width: 165px;
	margin-bottom: 15px;
	font-size: 0px;
	display: flex;
	align-items: center;
}
.pro_one .woocommerce .quantity .qty {
	padding: 0px;
	width: 4rem;
	outline: none;
	text-align: center;
	font-size: 2rem;
	border: none;
}
.pro_one .quantity button {
	border-radius: 100px 0 0 100px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 0rem;
	border: none;
	background: none;
	height: 50px;
	font-size: 2rem;
	width: 56px;
}
.pro_one .single_add_to_cart_button.button.alt {
	width: 100%;
	height: 48px;
	text-transform: uppercase;
}
.pro_one .woocommerce-variation-price .price {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	margin-left: 0px;
	margin-left: 1rem;
}

.single_variation_wrap {
	position: relative;
}
.woocommerce-variation.single_variation {
	position: absolute;
	right: 0px;
	top: 10px;
}
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label.selected {
	border: 1px solid #000 !important;
}
.woocommerce .pro_one .quantity .qty {
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	color: #000000;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border: none;
	cursor: pointer;
	pointer-events: none;
	outline: none;
	text-align: center;
	font-size: 2rem;
	height: 45px;
	padding: 0px !important;
	width: 51px;
}
.pro_one {
	padding-top: 15px;
}
#product-banner-images img {
	max-height: 400px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.added_to_cart.wc-forward {
	display: none !important;
}

.simple_price del > span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: line-through;
}
.simple_price del {
	text-decoration: none;
}
.container-second-tabs .tab-buttons {
	border-bottom: 2px solid #d4d4d4;
}
.why_block_container .product-button-left, .why_block_container .product-button-right {
	display: none;
}
.container-product-banner {
	width: calc(92.5% - 479px);
	right: auto;
	left: 0px;
	padding: 0;
}
.active-tab{
	max-width: inherit;
}
.tab-buttons {
	display: flex;
	justify-content: space-between;
}


.single_pro_container {
	display: block !important;
	margin-top: 0px !important;
	float: none;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.article-product-banner {
	float: none;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.container-small-images {
	display: flex;
	position: relative;
	flex-direction: row !important;
	margin-top: 0 !important;
	width: 100%;
}
.single_nav_container {
	display: block !important;
	margin-top: 0px !important;
}
.prev_nav {
	top: 50%;
	position: absolute;
	left: -20px;
	z-index: 1;
	cursor: pointer;
	background: transparent;
	border: none;
}
.next_nav {
	position: absolute;
	top: 50%;
	right: -20px;
	cursor: pointer;
	background: transparent;
	border: none;
}
.slider-for {
	display: block !important;
	margin-top: 0px !important;
}
.container-product-banner div.single_pro_container, .container-product-banner div.single_pro_container div, .container-product-banner .single_nav_container, .container-product-banner .single_nav_container div {
	margin-top: 0px !important;
}
.single_pro_container .slick-slide img {
	max-height: 400px !important;
	width: auto !important;
	margin: auto;
	object-fit: contain !important;
	object-position: center;
}
.single_nav_item img {
	max-width: 96px !important;
	height: 72px;
	object-fit: cover !important;
}
.single_nav_container {
	width: 100%;
}

@media all and (max-width: 900px){

	.container-why {
		padding-left: 5%;
		padding-right: 5%;
	}
	.container-sold-together > section {
		padding: 0px;
	}
	.p-below-soldtogether.mobile {
		padding: 3rem 5% 0px 5%;
	}
	.why_block_container .product-button-left, .why_block_container .product-button-right {
		display: block;
	}
	.container-product-banner {
		width: 100%;
		position: static;
		height: auto;
	}
	.container-product-banner div {
		margin-top: 0px !important;
	}
	.container-product-info{
		width: 100%;
		margin-top: 3vh;
	}
	.product-button-left img, .product-button-right img {
		width: 24px;
		height: 24px;
		object-fit: contain;
		max-width: inherit;
	}

}
