/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2023 | 12:20:22 */
/* 
 *
 ******************************************* Slider *******************************************
 *
 */
.wd-slide.woodmart-loaded .wd-slide-bg::before {
	content: '';
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--zwart);
    opacity: 0.2;
}

#home-slider [class*="color-scheme-light"] {
	color: var(--wit) !important;
}
#home-slider .btn.btn-style-bordered:not(:hover) {
	border-color: var(--wit);
}
#slider-33 .wd-slide {
    min-height: 500px !important;
}
.home .wd-slider .flickity-viewport {
	min-height: 500px !important;
}


#home-categorieen .category-grid-item .wd-entities-title {
	height: 2.8em;
}

#home-modellen .promo-banner-model-selecteren {
	border-radius: 10px;
}

ul.model-list {
	text-align: center;
}

ul.model-list li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 1px solid #F9F9F9;
    border-radius: 20px;
    padding: 6px 8px 6px 8px;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

ul.model-list li:hover {
	border: 1px solid #F2F2F2;
	box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}

ul.model-list .list-icon {
    margin-right: 0px !important;
	margin-top: -2px;
}
  
