.taxonomy_content{
	background: -webkit-radial-gradient(center, 50% 50%, #ddd, #fff);
	background: radial-gradient(50% 50% at center, #ddd, #fff);
	position: relative;
}

.taxonomy_header{
	height: 307px;
	background: url(../images/taxonomy-bg.png) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: -108px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 40px !important;
}

.taxonomy_header h1{
	color: #fff;
	margin-bottom: 0;
}

.taxonomy_header h1:after{
	display: none;
}

.taxonomy_content{
	padding-top: 40px !important;
}

.alm-filter[data-taxonomy="_product_category"],
.alm-filter[data-taxonomy="product_category"]{
	display: none;
}

.nieuwsblok-container{
	margin-bottom: 30px;
}

.nieuws-blok{
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	margin-bottom: 0;
    height: 100%;
}

.nieuws-blok:hover{
	background: #d8eff0;
}

.nieuws-blok-inner{
	padding: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.nieuws-blok h3{
	color: #004053;
	font-family: ariana-pro;
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
}

.nieuws-blok img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nieuws-blok p{
    color: #004053;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

div[data-id=productfilter] .nieuws-blok p{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.nieuws-afb{
	overflow: hidden;
}

.nieuws-blok:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.nieuws-blok-inner > span{
	color: #d581b5;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	display: block;
	margin-top: auto;
}

.nieuws-blok h3 + span{
	margin-top: -15px;
}

.nieuws-blok:hover .nieuws-blok-inner > span{
	text-indent: 10px;
}

.product-paging{
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-paging li{
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background-color: rgba(0, 64, 83, 0.05);
}

.product-paging li.prev{
	margin-right: 10px;
	border-radius: 4px;
}

.product-paging li.prev a:before,
.product-paging li.next a:after{
	color: #004053;
	font-size: 14px;
	font-weight: 300;
	content: "\f104";
	margin-right: 5px;
	font-family: "Font Awesome 5 Pro";
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.product-paging li.next a:after{
	content: "\f105";
	margin-left: 5px;
	margin-right: 0;
}

.product-paging li.next:hover a:after,
.product-paging li.prev:hover a:before{
	color: #fff;
}

.product-paging li.next{
	margin-left: 10px;
	border-radius: 4px;
}

.product-paging li.active,
.product-paging li:hover{
	background: #004053;
}

.product-paging li.active a,
.product-paging li:hover a{
	color: #fff;
}

.product-paging li.prev + li.num{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.product-paging li.prev + li{
	border-radius: 4px 0 0 4px;
}

.product-paging li.num:nth-last-child(2){
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.product-paging li.prev a,
.product-paging li.next a{
	width: auto;
	padding: 0 20px;
}

.product-paging li a{
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #004053;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
}

.choose-category{
	padding: 15px 20px 20px;
	border-radius: 10px;
	background: #004053;
	margin-bottom: 20px;
}

.filter-markets{
	padding: 15px 20px 20px;
	border-radius: 10px;
	background: #fff;
}

.color-card-product{
	padding: 15px 20px 20px;
	background: #d8eff0;
	border-radius: 10px;
    margin-top: 50%;
}

.color-card-product img{
	margin-bottom: 20px;
    margin-top: -50%;
}

.color-card-product p{
	color: #004053;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 19px;
}

.color-card-product h3,
.choose-category h3,
.filter-markets h3{
	color: #004053;
	font-family: ariana-pro;
	font-size: 20px;
	font-weight: 900;
	line-height: normal;
}

.choose-category h3{
	color: #fff;
	margin-bottom: 10px;
}

.filter-markets h3{
	margin-bottom: 10px;
}

.color-card-product .button{
	width: 100%;
}

#product_category_nav{
	list-style: none;
	padding: 0;
	margin: 0;
}

#product_category_nav li a{
	color: #fff;
}

#product_category_nav li.active a,
#product_category_nav li a:hover{
	color: #d581b5;
}

.taxonomy_content_sidebar{
	margin-top: -210px;
}

.terug-knop{
	margin-bottom: 50px;
}

.terug-knop a{
	color: #7fc9cd;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.terug-knop a i {
    font-size: 12px;
}

#alm-filters-productfilter_filter ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#alm-filters-productfilter_filter ul li div.alm-filter--link{
	color: #004053;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
}

#alm-filters-productfilter_filter ul li div.alm-filter--link:before{
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	content: "";
	margin-right: 8px;
	display: inline-block;
    line-height: normal;
}

#alm-filters-productfilter_filter ul li div.alm-filter--link.active:before{
	background-color: #004053;
	border: 1px solid #004053;
	color: #7fc9cd;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	content: "\f00c";
	font-weight: 700;
}

#alm-filters-productfilter_filter ul li div.alm-filter--link:hover{
	color: #d581b5;
}

.wis-selectie{
	color: #d56868;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
}

.wis-selectie i{
	margin-right: 5px;
	font-size: 14px;
}

.taxonomy_content #ajax-load-more{
	margin-top: 40px;
}

@media (max-width: 767px){
	.taxonomy_content_sidebar {
		margin-top: 0;
	}
	
	.product-filters{
		display: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		overflow-x: hidden;
		top: 0;
		left: 0;
		background-color: #004053;
		padding: 100px 30px 30px;
		z-index: 1200;
	}
	
	.close-filter{	
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M.808.808C1.515.1 2.928.1 3.636.808l15.556 15.556c.708.707.708 2.121 0 2.828-.707.707-2.12.707-2.828 0L.808 3.636C.1 2.929.1 1.515.808.808z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M.808 19.192c-.708-.707-.708-2.12 0-2.828L16.364.808C17.07.1 18.485.1 19.192.808c.707.707.707 2.12 0 2.828L3.636 19.192c-.707.707-2.121.707-2.828 0z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		display: block;
		position: absolute;
		right: 30px;
		top: 30px;
		width: 64px;
		height: 54px;
		-webkit-box-shadow: 5px 5px 40px rgba(0, 64, 83, 0.3);
		box-shadow: 5px 5px 40px rgba(0, 64, 83, 0.3);
		border-radius: 10px;
		border: 2px solid rgba(127, 201, 205, 0.3);
		background-color: #004053;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#alm-filters-productfilter_filter ul li a{
		color: #fff;
	}
	
	.alm-filter--title h3{
		color: #fff !important;
	}
	
	.filter-toepassen{
		display: block !important;
		margin-top: 20px;
	}
	
	.wis-selectie{
		display: block;
		margin-top: 20px;
	}
	
	#alm-filters-productfilter_filter{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.alm-filter[data-taxonomy="_product_category"], .alm-filter[data-taxonomy="product_category"]{
		display: block;
	}
	
	.alm-filter[data-taxonomy="_product_category"] select, .alm-filter[data-taxonomy="product_category"] select{
		padding: 0 15px;
		width: 100%;
		border-radius: 6px;
		line-height: 56px;
		background: #fff;
		margin-bottom: 40px;
		border: none;
		display: block;
    	height: 56px;
	}
	
	.filter-producten{
		color: #004053;
		font-family: Roboto;
		font-size: 14px;
		font-weight: 400;
		line-height: 56px;
		border-radius: 6px;
		background-color: #d8eff0;
		padding: 0 15px;
		display: block;
		margin-bottom: 0px;
	}
	
	.taxonomy_content{
		padding-bottom: 0 !important;
	}
	
	.color-card-product img {
		margin-bottom: 20px;
		margin-top: 80px;
	}
	
	.color-card-product {
		padding: 15px 30px 80px;
		border-radius: 0;
		margin: 120px -30px 0;
	}
	
	.product-paging li.num{
		display: none;
	}
	
	.product-paging {
		margin: 0 !important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width:768px) and (max-width:991px)
{ 
	.taxonomy_header{
		margin-top: -139px;
	}
}