.sf_producten_slider_title{
	font-weight: 600;
	font-size: 22px;
	line-height: 31px;
	color: #000;
	font-family: 'Lexend Deca';
	text-align: center;
	display: block;
	margin-top: 24px;
	height: 93px;
}
.sf_producten_slider_slide{
	position: relative;
	padding: 16px;
}
/*.owl-dots{
	position: absolute;
    bottom: 10px;
    right: -120px;
}
.sf_producten_slider .owl-dots .owl-dot span{
	width: 11px;
	height: 6px;
	background: #D9D0C7;
	margin: 5px 3px;
	border-radius: 0px;
}
.sf_producten_slider .owl-dots .owl-dot.active span{
	width: 39px;
	background: #A68160;
}*/
.sf_producten_overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	z-index: 1;
}
.sf_producten_slider_slide:hover .sf_producten_overlay{
	visibility: visible;
	opacity: 1;
}
.sf_producten_slide_image{
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}
.sf_producten_slider_slide:hover{
	border-radius: 8px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.sf_producten_slider_slide:hover .sf_producten_slider_title{
	color: #F9423A;
}
.sf_producten_slider_slide{
	overflow: hidden;
}
.sf_producten_slider_title{
	z-index: 3;
}
.owl-stage{
	padding: 20px;
}
@media only screen and (max-width: 768px){
	.sf_producten_slider .owl-stage{
		padding-left: 0px !important;
	}
	.owl-dots{
		display: none !important;
	}
	.sf_producten_slider .owl-stage, .sf_producten_slider .owl-stage-outer{
		max-height: 280px!important;
	}
	.sf_producten_slider_title{
		font-size: 18px!important;
	}
	.owl-dots{
		display: block!important;
	}
	.sf_producten_slider_slide{
		padding: 0px!important;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
   		 margin-top: -10px!important;
	}
	.sf-carousel-home button{
		box-shadow: none!important;
	}
	.sf-carousel-home .owl-theme .owl-dots .owl-dot.active span, .sf-carousel-home .owl-theme .owl-dots .owl-dot:hover span {
    	background: #F9423A;
	}
	.sf-carousel-home .owl-theme .owl-dots .owl-dot span{
    	background: #000;
	}
	.sf-carousel-home button span{
		margin: 1px!important;
		width: 4px!important;
    	height: 4px!important;
	}
	.sf_producten_slider_title{
		font-size: 18px!important;
		line-height: 142.5%!important;
		margin-top: 12px!important;
	}
	.sf_producten_slider_slide:hover{
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0)!important;
	}
}
.sf_producten_slider .owl-stage, .sf_producten_slider .owl-stage-outer{
	max-height: 470px;
}
.owl-theme .owl-dots .owl-dot span{
	display: block;
}
