/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 08:20:41 */
.webr-slider .webr-prijs-slider {
	margin-bottom: 0px;
    background-color: var(--wit);
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid var(--donkerGroen);
	
	position: absolute;
    right: -100px;
    bottom: -15px;
	
	text-align: center;
}

.webr-slider .webr-prijs-slider .webr-slide-subtitel {
    font-size: 12px;
    font-weight: 500;
    color: var(--zwart);
	display: block;
}
.webr-slider .webr-prijs-slider .webr-slide-prijs {
	font-size: 40px;
    font-weight: 900;
    color: var(--zwart);
    line-height: 1em;
}

.webr-home-categorieen .wrapp-category {
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	
	background-color: var(--wit);
	border: 2px solid #e9e9e9;
    border-radius: 5px !important;
    padding: 5px;
	transition: background-color 0.2s ease-in-out;
}
.webr-home-categorieen .wrapp-category:hover {
	background-color: transparent;
}
.webr-home-categorieen .wrapp-category .wd-cat-thumb {
	flex-basis: 15%;
}
.webr-home-categorieen .wrapp-category .wd-cat-content {
	flex-basis: 85%;
	text-align: left;
}

.webr-slide-text .wpb_wrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
}