body {
	background-color: #f6f6f6;
}

.desktop-header .container-main-header {
	background-color: transparent;
}
.container-product-banner {
	background-color: #f6f6f6;
	position: sticky;
	padding-bottom: 8rem;
	padding-top: 0rem;
	height: auto;
	overflow: visible;
	margin-top: -10rem;
	flex: 0 0 calc(100% - 352px);
	max-width: calc(100% - 352px);
	z-index: 1;
	padding-top: 30px;
}

.product-template-sapkuur-single-product .container-product-banner {
	background-color: #e7d6d6;
}

.container-product-banner > div {
	margin-right: 80px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	transition: .3s ease;
	min-height: 0;
	margin-top: 120px;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.container-product-banner + * {
	transform: translateY(-10%);
}

.container-product-banner .container-small-images {
	display: flex;
	position: relative;
	flex-direction: row;
	margin-top: 0;
}

.container-product-info {
	transform: translateY(0);
	width: 352px;
	margin-right: 0px;
	margin-top: 30px;
}

.container-product-info > * {
	padding: 30px 30px;
}

.container-product-info > div {
	padding-top: 10px;
	margin-top: 0px;
}

.container-detox-dagen {
	background-color: #fff;
	align-items: center;
	text-align: center;
	min-height: auto;
}

.container-detox-dagen article {
	margin-left: 0;
	width: auto;
	margin-top: 2rem;
}

.container-detox-dagen article p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	width: 100%;
	max-width: 874px;
}
.container-sold-together{
	padding-top:2rem;
	padding-bottom: 2rem;
}
.section-why-block {
	max-width: 305px;
}

.product-template-default section.container-why {
	margin-bottom: 0;
}

.container-why-blocks {
	max-width: 1094px;
	width: 100%;
}
.container-square-tiles{
	background-color: #fff;
	max-width: 100vw;
	padding: 0 20%;
}
.container-square-tiles .product-1 {
	background-image: url('/src/images/product2/image-square-tile1.svg');
}

.container-square-tiles .product-2 {
	background-image: url('/src/images/product2/image-square-tile2.svg');
}

.article-product-banner {
	float: none;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.article-product-banner h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 0;
	margin-top: 0;
}

.article-product-banner li {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	color: #a0a0a0;
	list-style: none;
}

.active-tab {
	max-width: none;
}

.tab p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	max-width: 283px;
	width: 100%;
}

.tab td p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0;
	margin-top: 22px;
}

.tab td p:empty {
	display: none;
}

.tab li {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	margin-left: 15px;
}

.tab-buttons {
	padding-bottom: .75rem;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 2rem;
}

.tab-buttons button {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: .5rem;
	transform: translateY(.95rem);
	border-bottom: 3px solid #d4d4d4;
	width: 50%;
}
.tab-buttons button:first-of-type {
	text-align: left;
}
.tab-buttons button:last-of-type {
	text-align: right;
	padding-right: 0;
}

.tab-buttons .active-button {
	text-decoration: none;
	border-bottom: 3px solid #000;
}

.container-second-tabs .tab-buttons {
	padding-bottom: .75rem;
}

.container-added-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: #00000050;
}
.container-added-popup > section {
	background-color: #fff;
	width: 100%;
	height: 100%;
	max-width: 786px;
	max-height: 535px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 2rem;
	padding-left: 6rem;
	padding-top: 1rem;
	margin-top: 7rem;
}

.container-added-popup > section > .close-popup-button {
	top: 5%;
	right: 2.5%;
}

.close-popup-button {
	border: none;
	background-color: transparent;
	position: absolute;
}

.added-popup-top h1,
.added-popup-top .h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.added-popup-top {
	width: 100%;
	height: 40%;
	border-bottom: 1px solid #eeeeee;
}

.added-popup-bottom {
	width: 100%;
}

.added-popup-bottom  h3 {
	margin-bottom: 0;
}

.added-popup-bottom .container-cleanseboxes {
	width: 100%;
	padding-right: 2rem;
}

.added-popup-bottom .container-cleansebox a img {
	width: 149px;
}

.added-popup-top > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.added-popup-top > div > section {
	display: flex;
	align-items: center;
	position: relative;
}

.added-popup-top > div > section > .desktop {
	display: flex;
}

.added-popup-top > div > section > div > article h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
}

.added-popup-top > div > section > div > article p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}

.added-popup-top > div > section  > div > article span {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;  
	color: #abaaaa;
}

.added-popup-top > div > section > .close-popup-button {
	top: 5%;
	right: 2.5%;
}

.added-popup-top > div > section > div > div > div {
	display: flex;
	height: fit-content;
}
.added-popup-top > div > section > div > p {
	margin-bottom: 0;
	transform: translateY(1rem);

}
.added-popup-top > div > section > div > div > input {
	width: 2rem;
	border: none;
	outline: none;
	text-align: center;
}

.added-popup-top > div > section > .desktop > div > button {
	border-radius: 100%;
	background-color: transparent;
	color: #999999;
	border: 1px solid #cacaca;
	width: 21px;
	height: 21px;
}
.added-popup-top > div > section > .desktop > div {
	margin-top: 2rem;
	margin-right: 1rem;
}


.added-popup-top > div > section > div > p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.5px;
	text-align: center;
	margin-left: 1rem;
}

.container-added-popup-buttons {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 212px;
	width: 100%;
}
.container-added-popup-buttons button {
	width: 100%;
	border-radius: 100px;
	border: none;
	height: 40px;
	margin: .5rem 0;
}

.container-added-popup-buttons button:first-of-type {
	background-color: #000;
	color: #fff;
}
.container-added-popup-buttons button:last-of-type {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}


.day-selection > div {
	align-items: center;
	margin-bottom: 2rem;
}

.container-product-amount-prices {
	transform: translateY(3px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.container-product-amount-prices p {
	margin-top: 0;
}

.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;
	flex: 0 0 165px;
	float: none;
}
.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 {
	padding-top: 15px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
	flex: 0 0 100%;
}
.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;
	flex-direction: row-reverse;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.woocommerce-variation.single_variation {
	flex: 0 0 calc(100% - 165px);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
	margin-bottom: 15px;
}
.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;
}

.container-product-banner .single_pro_container {
	margin-top: 7rem !important;
	float: none;
	width: 100%;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
}
.container-product-banner .single_pro_container .slick-slide img{
	max-height: 400px;
	width: auto;
	margin: auto;
}
.single_nav_container {
	width: 100%;
	position: relative;
}

.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;
}
.single_nav_container .slider-nav img {
	max-width: 96px;
	height: 72px;
	object-fit: cover;
	margin: auto;
}

.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;
}
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label.selected {
	border: 1px solid #000 !important;
}
.added_to_cart.wc-forward {
	display: none !important;
}
.product_top_section {
	width: 100%;
	padding: 0px 5%;
}
.product_top_container {
	max-width: 1440px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 0px auto;
	padding-top: 0px;
}
.article-product-banner > * {
	width: 100%;
}
.container-detox-dagen article h1 {
	text-align: left;
}
.container-cleanseboxes > button{
	display: none;
}
.container-customer-reviews {
	padding-bottom: 40px;
	text-align: center;
}
.container-square-tiles {
	padding-top: 3rem;
}

@media all and (max-width: 1199px){

	.container-product-banner .single_pro_container {
		width: 100%;
		padding-top: 20px;
	}
	.article-product-banner {
		float: left;
		width: 100%;
		padding-right: 0px;
	}
	.container-product-banner > div {
		margin-right: 40px;
	}

}

@media (max-width: 1100px) and (min-width: 901px) {
	.product_top_section {
		margin-top: 75px;
	}

	.container-product-banner .single_pro_container {
		padding-top: 0;
	}

	.container-product-banner > div {
		margin-top: 157px;
	}
}

@media (max-width: 900px) {
	.single_nav_container .slider-nav img {
		height: 50px;
	}

	.container-cleanseboxes > button{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.container-product-banner .single_pro_container {
		width: 100%;
		padding-top: 0px;
	}
	.container-cleanseboxes {
		position: relative;
	}
	.container-cleanseboxes .product-button-left {
		left: -25px;
	}
	.container-cleanseboxes .product-button-right {
		right: -25px;
	}
	.container-sold-together div{
		display: flex;
		overflow: visible;
	}

	.container-sold-together div.container-product-bottom {
		display: flex;
	}
	.container-sold-together {
		padding: 0px ;
	}
	.container-sold-together  > h1{
		padding: 0px 5%;
	}
	.container-sold-together button {
		display: flex;
	}
	.container-sold-together section > button {
		display: none;
	}
	.container-added-popup {
		align-items: baseline;
	}
	.container-product-banner{
		height: auto;
		padding-bottom: 1rem;
		margin-top: 0rem;
	}
	.container-product-banner div {
		margin-top: 0px !important;
	}
	.container-product-banner {
		position: static;
		padding-bottom: 0rem;
		margin-top: 0rem;
		flex: 0 0 100%;
		max-width: 100%;

	}
	.container-product-banner > div{
		margin-right:0rem;

	}
	.mobile-article-product-banner {
		align-self: flex-start;
		margin-left: 5%;
	}
	.mobile-article-product-banner h1 {
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 48px;
		margin-bottom: 0;
	}

	.mobile-article-product-banner li {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px;
		color: #a0a0a0;
		list-style: none;
	}
	.container-product-info {
		width: 100%;
		margin-top: 0px;
	}
	.product_top_container {
		display: block;
		padding-top: 0px;
	}
	.image-product{
		max-width: 70vw;
		margin-top: 0px;
	}
	.tab p {
		font-size: 18px;
		max-width: 100%;
		line-height: 25px;
		margin-bottom: 0px;
	}
	.tab li {
		font-size: 18px;
		margin: .5rem 0;
		margin-left: 0rem;
	}
	.container-added-popup {
		overflow-y: scroll;
	}
	.container-added-popup > section {
		width: 90%;
		padding: 1rem;
		padding-top: 0;
		justify-content: flex-start;
		border-radius: 10px;
		height: 675px;
		max-height: none;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.added-popup-top {
		height: 57%;
	}
	.added-popup-top > div {
		flex-direction: column;
	}

	.added-popup-top > div > section > img {
		width: 132px;
	}

	.added-popup-top > div > section > .close-popup-button {
		top: 50%;
	}

	.added-popup-top .mobile > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.added-popup-top > div > section > .mobile {
		height: 8rem;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.added-popup-top > div > section > div > div > div > button {
		width: 35px;
		height: 35px;
		font-size: 30px;
		line-height: 30px;
	}
	.added-popup-top > div > section > div > div > div > input {
		font-size: 22px;
	}
	.container-added-popup-buttons {
		max-width: none;
		padding: 0 1rem;
		margin-top: 2rem;
	}
	.added-popup-bottom .container-cleansebox {
		overflow-x: scroll;
	}
	.added-popup-bottom .container-cleanseboxes {
		padding-right: 0;
	}

	.added-popup-bottom .container-cleanseboxes h3 {
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}
	.added-popup-bottom .cleansebox {
		margin-right: 1rem;
	}
	.container-detox-dagen{
		padding: 0 2rem;
		padding-top: 2rem;
	}
	.p-below-soldtogether{
		padding: 1rem 2rem;
	}
	.container-square-tiles{
		padding: 0 5%;;
	}
	.container-square-tiles h2{
		margin-bottom: 2%
	}
	#product2 .container-cleansebox {
		width: 100%;
		flex-wrap: inherit;
	}
	.product-button-left img, .product-button-right img {
		width: 24px;
		height: 24px;
		object-fit: contain;
		max-width: inherit;
	}
	.product_top_section {
		padding: 0px;
	}
	.container-why {
		padding-top: 2rem;
		padding-bottom: 0rem;
	}
	.container-product-banner > div{
		padding-bottom: 30px;
		min-height: inherit;
	}


}
@media (max-width: 420px){
	.product-banner-images{
		display: flex;
		flex-direction: row-reverse;
	}
	.container-product-banner div {
		overflow-y: hidden;
	}
	.image-product{
		max-width: 70vw;
		margin-top: 0px;
	}
	.mobile-article-product-banner{
		display: flex;
		flex-direction: row;
		justify-content:space-between;
		padding-top: 1.5rem;
	}
	.mobile-article-product-banner h1{
		padding-right: 20px;
	}
	.container-product-info{
		margin-top:0vh;
	}
}

@media (max-height: 770px){
	/* .container-product-info{
	margin-top: 1.5rem;
	}*/
}

@media (max-width:3250px){
	.mobile-article-product-banner{
		padding-top: 0rem;
	}
	.mobile-article-product-banner h1{
		padding-right: 13px;
		font-size: 28px;
		line-height:33px;
	}
	.mobile-article-product-banner li{
		font-size: 14px;
		line-height: 22px;
	}
}
@media(max-height:600px){
	/*.container-product-info{
	margin-top: 5rem;
	}*/
	.mobile-article-product-banner{
		margin-left: 0px;
	}
	.mobile-article-product-banner h1{
		font-size: 25px;
		line-height: 27px;
	}
}
