.container-why {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 6rem;
	background-color: #fff;
	position: relative;
}

.container-why article p {
	max-width: 875px;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
}

.container-why article {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-why-block,
.product-template-sapkuur-single-product .section-why-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 305px;
	margin-top: 58px;
}

.container-why-blocks {
	display: flex;
	flex-wrap: wrap;
	max-width: 1050px;
	justify-content: space-between;
}

.section-why-block h3 {
	margin-bottom: 0;
	margin-top: 2.5rem;
}

.section-why-block p {
	font-size: 16px;
}

.section-sap * {
	margin: 0;
}

.section-sap {
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin: 0 18px;
	display: flex !important;
	flex-direction: inherit;
	align-items: center;
	margin-bottom: 18px;
	align-content: space-between;
	flex-wrap: wrap;
	width: 270px !important;
	height: inherit !important;
}

.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%;
}

.h4 {
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.section-sap h4,
.section-sap .h4 {
	font-weight: 700;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}
.section-sap p {
	font-size: 14px;
	margin: 6px 0;
}
.section-sap a {
	color: #000;
	position: relative;
}
.section-sap > a {
	flex: 0 0 100%;
}

.section-sap > a article span {
	color: #ABAAAA;
	font-size: 12px;
	display: flex;
	align-items: center;
	letter-spacing: 1.5px;

	display: flex;
	flex-wrap: wrap;
}

.span-best-product {
	background-color: #FFB84F;
	border: 1px solid #FFAD32;
	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;
	position: absolute;
	z-index: 6;
	top: 20px;
	right: 0px;
}

.section-sap article {
	display: flex;
	flex-direction: column;
	max-width: inherit;
}
.section-sap span img:first-of-type {
	margin-right: .3rem;
}

.container-product-bottom {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	max-width: inherit;
	transform: translateX(0%);
	display: block;
}

.container-product-bottom button {
	display: flex;
	align-items: center;
	height: 42px;
	width: 143px;
	justify-content: space-evenly;
	background-color: #fff;
	border-radius: 100px;
	border: 1px solid #000;
	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;
}

.container-product-bottom button svg path {
	fill: #000;
}

.container-product-bottom button:hover {
	background-color: #000;
	color: #fff;
}

.container-product-bottom button:hover svg path {
	fill: #fff;
}

.container-instagram-tiles {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.container-instagram-tiles header {
	display: flex;
	justify-content: space-between;
	font-family: 'Roboto', sans-serif;
	align-items: center;
	padding: 0 10%;
}
.container-instagram-tiles header h3 {
	font-size: 32px;
	font-weight: 500;
	color: #1e1c1c;
	margin-left: 68px;
}
.container-instagram-tiles header a {
	background-color: #fff;
	border: 1px solid #d0d0d0;
	height: 48px;
	width: 158px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1d1f22;
	font-size: 18px;
	margin-right: 2rem;
	transition: .2s ease;
}
.container-instagram-tiles header a:hover {
	background-color: #111111;
	border: none;
	color: #fff;
}

.container-tiles {
	display: flex;
	margin-bottom: 4rem;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}

.container-tiles a {
	overflow: hidden;
}

.container-tiles a img {
	transition: .5s ease;
	height: 125%;
}
.container-tiles a img:hover {
	transform: scale(1.1);
}

.container-instagram-tiles p {
	max-width: 874px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 84px;
}

.container-products {
	width: 85%;
	max-width: 1440px;
}

.container-products > p {
	max-width: 1000px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	margin-bottom: 2.5rem;
}

.container-products > header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container-products > header h1,
.container-products > header .h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
}

.container-products > header a {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	color: #595959;
	text-decoration: underline;
}

.container-product-card > div {
	max-width: 274px;
	max-height: 274px;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.container-product-card > div > button {
	position: absolute;
	background-color: transparent;
	color: #999999;
	border: #CACACA 1px solid;
	height: 31px;
	width: 31px;
	border-radius: 100px;
	bottom: 5%;
	right: 5%;
}

.container-product-card > article p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0.5rem;
}

.container-product-card > article span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	color: #595959;
	margin-top: 0;
}
.container-product-card a{
	text-decoration: none;
	color: #000;
}
.container-product-card a :hover{
	text-decoration: underline;
}

.container-retour {
	display: flex;
	justify-content: space-between;
	max-width: 1226px;
	width: 100%;
	margin-top: 169px;
}

.container-link-retour div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.container-link-retour div img {
	transition: ease .3s;
}

.container-link-retour div:hover img {
	transform: scale(1.1);
}

.article-image-retour {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 4;
}

.article-image-retour h1,
.article-image-retour .h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
}
.article-image-retour button {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 100;
	line-height: 19px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	padding: .75rem 1.25rem;
	width: auto;
	height: 44px;
	transition: .2s ease;
}
.article-image-retour button:hover {
	background-color: #fff;
	color: #4b4b4b;
}

.container-link-retour > article {
	background-color: #f5f5f5;
	margin-top: 0;
	padding: 2rem;
}
.container-link-retour > article h3 {
	margin-top: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	color: #393838;
	display: flex;
	align-items: center;
}
.container-link-retour > article h3 img {
	margin-right: .5rem;
}
.container-link-retour > article p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #5f5f5f;
}

.container-link-retour {
	max-width: 358px;
	width: 100%;
}

.container-square-tiles {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 15%;
	max-width: 1440px;
	background-color: #fff;
}
.container-square-tiles > * {
	width: 50%;

}
.container-square-tiles div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.container-square-tiles article h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-top: 0;
}
.container-square-tiles article p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	max-width: 369px;
	width: 100%;
}

.container-square-tiles article a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1px;
	border-radius: 100px;
	width: 139px;
	height: 40px;
	padding: .5rem 1.3rem;
	margin-top: 3rem;
	transition: .2s ease;
	border: 1px solid #000;
	background-color: white;
	color: black;
}

.container-square-tiles article a:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

.container-square-tiles > .product-1 {
	display: none;
}

.container-square-tiles > .product-2 {
	display: none;
}

.program_content {
	line-height: 1.7;
}

.program_content a {
	color: #000;
	text-decoration: underline;
}

.program_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 0 !important;
}

.program_content ul li {
	background-image: url(/wp-content/themes/drblend/src/images/home/icon-check-mark.svg);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 25px;
	margin-bottom: 5px;
}

.program_content ul li:last-child {
	margin-bottom: 0;
}

.program_content .faq_section {
	align-items: start;
}

.product-button-left {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 60%;
	left: -3rem;
	border: none;
	transform: scale(1);
	z-index: 10005;
	background-color: rgba(255,255,255,.9);
	border-radius: 100%;
	display: flex;
	flex-direction: inherit;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.product-button-right {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 60%;
	right: -3rem;
	border: none;
	transform: scale(1);
	z-index: 10005;
	background-color: rgba(255,255,255,.9);
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.woocommerce table.shop_table td , .woocommerce table.shop_table td a{
	color: #111;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	height: 41px;
	width: 200px;
	border-radius: 100px;
	padding: 15px;
}

.has_checkzero ._checkbox_sale_bar{
	top: 55px;
}

.has_bestseller ._checkbox_zero_bar {
	top: 55px;
}
.has_bestseller ._checkbox_sale_bar {
	top: 90px;
}

.container-sapjes.desktop.columns-4 {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	justify-content: space-between;
	margin-left: -18px;
	margin-right: -18px;
}
.container-sapjes.desktop.columns-4 .section-sap {
	margin-bottom: 18px;
}

._checkbox_zero_bar {
	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;
	position: absolute;
	z-index: 6;
	top: 20px;
	right: 0px;
}

._checkbox_sale_bar {
	background-color: #e7d6d6;
	border: 1px solid #e7d6d6;
	color: #000;
	width: 116px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 115%;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	text-align: center;
	justify-content: center;
	position: absolute;
	z-index: 6;
	top: 20px;
	right: 0px;
}

#sb_instagram .sbi_photo{
	transition: .5s ease;
}
#sb_instagram .sbi_photo:hover {
	transform: scale(1.1);
}

.no_post_found {
	margin: 0px;
	line-height: 37px;
}

.container-product-bottom h3,
.container-product-bottom .h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.container-category-links img {
	max-width: 100%;
	height: auto;
}

.woocommerce form .form-row .password-input input.input-text {
	font-size: 14px !important;
}
.woocommerce form .form-row .password-input input.input-text[type="password"]{
	font-size: 20px !important;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	position: absolute;
}

.woocommerce table.shop_table td small.includes_tax {
	display: flex;
	font-size: 12px;
	justify-content: flex-end;
}
.woocommerce table.shop_table td small.includes_tax .amount {
	font-size: 12px;
	padding: 0px 3px;
}

.container-why article h2 {
	font-size: 30px;
}

.show_term span {
	display: inline-block;
}

.container-product-tabs-info article table {
	width:100%;
}

.container-product-tabs-info article .specs {
	margin-bottom:15px;
}

.container-product-tabs-info article table tr td:nth-child(2) {
	text-align:right;
}

.container-product-tabs-info .specs a, .container-product-tabs-info .specs a span {
	color: #595959 !important;
	text-decoration: underline;
}

.halen2_1_betalen-label {
	background: #e7d6d6;
	color: black;
	border-radius: 4px;
	display: inline-block;
	padding: 0 7px;
	margin-top: 5px;
}

.halen2_1_betalen-single-product {
	text-align: center;
	width: 100%;
	margin: 12px 0;
	font-weight: bold;
	color: #D23B3B;
}

._checkbox_2for1bar {
	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: 13px;
	line-height: 115%;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	text-align: center;
	justify-content: center;
	position: absolute;
	z-index: 6;
	top: 20px;
	left: 0px;
}

.container-sold-together {
	overflow:hidden;
}

.container-products > header {
	margin-top: 50px;
}

.container-products .term_desc {
	font-size:14px;
	line-height:27px;
}

.container-instagram .link-more-blogs {
	margin-top:25px
}

body .desc_par_button .button-read-more-text {
	font-size:15px;
}

@media (min-width:1366px){
	.container-product-tabs-info .tab p {
		max-width:100%;
	}
}

@media all and (max-width: 1700px) and (min-width: 901px){

	#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
		width: 16.66677777777%;
	}
	#sb_instagram.sbi_col_8 #sbi_images .sbi_item:nth-last-of-type(1), #sb_instagram.sbi_col_8 #sbi_images .sbi_item:nth-last-of-type(2), #sb_instagram.sbi_col_8 #sbi_images .sbi_item:nth-last-of-type(3), #sb_instagram.sbi_col_8 #sbi_images .sbi_item:nth-last-of-type(4) {
		display: none;
	}

}

@media (max-width:1024px){
	.product-button-left, .product-button-right {
		padding-top:6px;
	}

	.container-product-tabs-info .tab ul {
		margin-top:0;
	}

	.container-product-tabs-info .tab li {
		font-size:14px;
	}
}

@media (min-width: 900px) {
	.container-sapjes.products.columns-4 .section-sap:nth-child(4n+1) {
		clear: both;
	}
	.programma_slider_container > button {
		display: none;
	}
}

@media (max-width:900px){
	section.section-why-block img {
		margin: auto;
		display: block;
	}
	.container-desc-par.second {
		margin-bottom: 1rem;
	}
	.container-product-bottom button{
		overflow: hidden;
	}
	.section-sap span {
		font-size: 14px;
	}
	.section-why-block {
		margin: auto;
		padding: 0 25px;
	}
	.container-sapjes.products.columns-4 {
		margin: 0px;
	}
	.sap-image-div {
		width: 100%;
		height: 0px;
		padding-top: 100%;
	}

	.container-sapjes.products.columns-4 {
		margin: 0px;
	}
	.woocommerce.columns-4 {
		width: 100%;
	}
	.item_quantity {
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60px;
	}
	.container-product-bottom > h3 {
		width: auto;
	}
	.container-product-bottom {
		flex-wrap: wrap;
	}
	.programma_slider_container {
		position: relative;
		width: 100%;
	}
	.programma_slider_container {
	}
	.programma_slider_container .product-button-left {
		left: 0px;
	}
	.programma_slider_container .product-button-right {
		right: 0px;
	}
	.why_block_container{
		display: block;
		width: 100%;
		position: relative;
		padding-top: 40px;
	}
	.why_block_container .product-button-right {
		right: -10px;
	}
	.why_block_container .product-button-left {
		left: -10px;
	}
	.why_block_container .container-why article {
		padding: 0px 20px;
	}
	.section-why-block img {
		margin: auto;
		display: block;
	}

	.halen2_1_betalen-label {
		display:block;
		font-size:13px;
	}

	.container-blog-posts .container-blog-post {
		max-width: calc(50% - 0px);
		flex:0 0 calc(50% - 0px);
		margin-right:0;
		margin-bottom:0;
	}
	.container-sapjes.products.columns-4 {
		display: block;
		flex-wrap: wrap;
		width: 100%;
		padding: 0px;
		overflow: hidden;
		margin: 0px;
	}

	.container-sapjes.products.columns-4 .section-sap {
		width: 50% !important;
		float: left;
		margin: 0px;
		padding: 7.5px;
	}
	.section-sap{
		margin-left: 0PX;
		margin-right: 0PX;
	}
	.sap-image-div {
		width: 100%;
		height: 0px;
		padding-top: 100%;
	}

	.container-sapjes.products.columns-4 .section-sap > a article span {
		font-size: 10px;
		display: flex;
		flex-wrap: wrap;
	}
	.container-sapjes.products.columns-4 .container-product-bottom button {
		width: auto;
		padding: 7px 10px;
		font-size: 12px;
		height: AUTO;
	}

	.container-sapjes.products.columns-4 .container-product-bottom button svg {
		margin-right: 5px;
	}
}

@media all and (max-width: 400px){
	.article-slide-banner nav {
		flex: ;
		flex-wrap: wrap;
		text-align: left;
		justify-content: flex-start;
	}
	.article-slide-banner nav a {
		margin-bottom: 15px;
		margin-right: 7px;
		font-size: 13px;
		padding: 10px 25px;
	}
	.article-slide-banner nav {
		padding-top: 2rem;
	}

}
