.jumboSlider{
    padding:30px 0;	
}

.jumbo-topMenu.expand{
	margin-bottom:0 !important;
}

div.fslider{
	height: 350px;
}

div.fslider .bar{
	background-color:#eee;
}

.jumboHome{
	padding:15px 0;
}
.jumboSlider + .jumboHome{
	padding:0 0 15px;	
}

.jumboSlider .product{
	float: left;
	width: 100%;
	border-radius: 3px;
	border: 1px solid var(--themeColorGreyLight);
	transition: all .1s ease-in-out;
}
.jumboSlider a ~ a .product{	
	margin-top:15px;
}
.jumboSlider .product .imageHolder{
	float:right;
	width: calc(45% - 20px);
	height: calc(100% - 40px) !important;
	margin: 20px 10px;
    background-size: contain;
}
.jumboSlider .product .productContent{
	float:left;
	width:55%;
	padding: 36px 20px;
	height: 100%;
}
.jumboSlider .product .title{
	font-size:20px;
}
.jumboSlider .product .price{
	color: var(--themeColor_gold);
	display: block;
	width: 100%;
	margin: 8px 0 3px;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 19px;
}
.jumboSlider .product .price .oldprice{
	color: var(--themeColorGrey);
	font-size: 14px;
	text-decoration:line-through;
	display: inline-block;
	position: relative;
	padding-left: 10px;
}	

.jumboSlider .product p.productInfo {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepageProducts{
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: rgb(160 0 0 / 2%);
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
.homepageProducts .col:not(.category) {
    padding: 0px 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.navigator{
	display:none;
}
div.productField div.product {
    /* height: 640px; */
}

@media (max-width: 1024px){
	.vacaturesJumbo .row{
		margin: 0;
	}
	.homepageProducts {
		padding: 10px 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.homepageProducts .col:not(.category) {
		padding: 0 5px !important;
	}
}	
@media (max-width: 767px){
	.sense .textField {
		top: auto;
		transform: none;
		width:100%;
		position:Relative;
	}
	.jumboSlider .product{	
		margin-top:15px!important;
	}
	.nopadding_mobile {
		padding: 0!important;
	}
	div.fslider div.fslide {
	    border-radius: 5px;
	}
	.indicator .bolletje {
	    background-color: #ffffff;
	}
	.jumboSlider .product {
    	height: 150px!important;
	}
}
@media (min-width: 768px){

}
