.container-product-cards {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 26rem;
}

.container-desc-par  {
	margin-bottom: 2rem;
}


.container-products {
	width: 85%;
	max-width: 1440px;
}

.container-products > p {
	max-width: 1000px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.readMore {
	margin-bottom: 2.5rem;
	padding: 0;
	background-color: #fff;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 1.5px;
	text-transform: uppercase;

	color: #bebebe;
}
.container-products .term_desc {
	margin-bottom: 2.5rem;
}

.linebtn{
	margin-bottom: 2.5rem;
	padding: 0;
	background-color: #fff;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 1.5px;
	text-transform: uppercase;

	color: #bebebe;
}

.term_desc {
	overflow: hidden;
}
.term_desc.show_all_text {
	height: auto !important;
}

.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;
	margin-bottom: 0px;
	margin-top: 0px;
}

.container-products > header a {
	font-family: 'Roboto', sans-serif;
	color: #595959;
	display: flex;
	align-items: center;
	height: 42px;
	background-color: #fff;
	border-radius: 100px;
	border: 1px solid #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1px;
	transition: .2s ease;
	margin-left: 10px;
	text-decoration: none;
	padding: 5px 20px;
	color: #000;
}
.container-products > header a:hover{
	background-color: #000;
	color: #fff;
}

.container-product-card button {
	display: flex;
	align-items: center;
	height: 42px; 
	width: 80%;
	margin: 9px 0 0 10%;
	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;
	justify-self: center;
}

.container-product-card button:hover {
	background-color: #111111;
	color: #fff;
	fill: #fff;
}
.container-product-card > article {
	text-align: center;
}
.container-product-card > article p , .container-product-card > article p span{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0.5rem;
	color: #000;
}

.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;
	display: inline-block;
}
.container-product-card a{
	text-decoration: none;
	color: #000;
}
.container-product-card a :hover{
	text-decoration: underline;
}

.dots {
	display: inline;
}

.more {
	display: none;
}
.container-product-bottom{
	max-width: inherit;
}
.sap-image-div {
	height: auto;
	padding-top: 100%;
}
.container-product-cards .section-sap {
	flex: 0 0 270px;
	max-width: calc(25% - 36px);
}
.container-product-bottom {
	max-width: 100%;
}
.blend_homepage_cat_two_slider_container{
	position: relative;
	padding-bottom: 40px;
	width: 100%;
	padding: 0px;
}

.page-template-sappen-php .desc_par_button {
	max-width: 950px;
}

.page-template-sappen-php .container-faq {
	margin-bottom:0;
}
@media (max-width: 900px) {
	.page-template-sapkuur-php .container-desc-par p {
		font-size: 14px;
	}

	.container-products > header, .container-products > p, .container-products > button {
		padding: 0px 5%;
	}
	.container-products {
		width: 100%;
		padding: 0;
		margin-bottom: 2rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.container-product-cards {
		display: flex;
		height: auto;
		width: 100%;

		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.container-product-cards .section-sap {
		flex: 0 0 270px;
		max-width: calc(50% - 36px);
	}
	.container-product-card {
		height: fit-content;
		transform: scale(0.87);
		margin-left: -0.5rem;
	}
	.container-product-card > div {
		height: 183px;
		width: 100%;
		padding:5px;
	}
	.container-product-card > div img {
		width: 100%;
	}

	.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 {
		margin-top: 0rem;
	}
	.container-sold-together div.container-product-bottom {
		display: flex;
	}

	@media(max-width: 350px){
		.container-desc-par{
			margin-top: 2rem;
			margin-bottom: 1rem;
		}
		.container-product-card{
			margin-left: -1.7rem;
			transform: scale(0.8);
			margin-top: -1.5rem;
		}
	}
}
