.thumbselector {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	margin-top: 20px;
}
.thumbselector .kleur {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 4px;
}

.thumbselector .kleur img {
	width: 79px;
	height: 79px;
	border-radius: 4px;
}
.thumbselector .kleur .sel {
	position: absolute;
	box-sizing; border-box;
	width: 79px;
	height: 79px;
	border-radius: 4px;

}
.thumbselector .kleur.with-border .sel {
	border: 1px solid #eee;
}
.thumbselector .kleur.selected .sel {
	border: 4px solid #47ba70;
}
.thumbselector .kleur:hover .sel {
	background: rgba(0,0,0,0.2);
}
.thumbselector .kleur.selected img  {
}
.thumbselector .kleur.selected .sel::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('select-icon.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	box-sizing: border-box;
}
.thumbselector .kleur span,
.thumbselector .kleur .prijs
 {
	display: block;
	width: 79px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	font-family: 'Poppins', sams-serif;
	color: rgb(29, 42, 60);
	text-align: center;
	margin-top: 3px;
}

.config-specs {
	background-color: #f4f4f6;
	padding: 0;
	margin-top: 1.5em !important
}
.config-specs .row {
	display: flex;
	flex-flow: row nowrap;
	border-bottom: 1px solid rgb(29, 42, 60);
	justify-content: space-between;
	margin-bottom: 0.5em;
}
.config-specs .row div {
	color: rgb(29, 42, 60);
	padding: 0 0 0.5em 0.25em;
	text-align: left;
	width: 40%;
	box-sizing: border-box;
}
.config-specs .row div:first-child {
	font-weight: 600;
	width: 40%;
	padding-left: 0;
}
.config-specs .row div:last-child {
	font-weight: 600;
	text-align: right;
	width: 20%;
	padding-left: 0;
}
@media screen and (max-width:529px) {
	.config-specs .row div,
	.config-specs .row div:first-child,
	.config-specs .row div:last-child {
		width: 33%;
	}
}

.config-block {
	border-top: 1px solid rgb(221,221,221);
	margin: 20px 0 20px 0;
}

.config-block h3 {
	font-size: 20px !important;
	height: 30px;
	line-height: 30px;
}

.config-inclusief {
	font-size: 12px;
}

.pricefloat {
	display: none;
}
.kroon-form-hidden {
	display: none;
}

@media screen and (max-width: 959px) {
.pricefloat {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	z-index: 99;
}
.pricefloat div {
	padding: 0 35px 20px 35px;
	color: #1d2a3c;
}
.pricefloat button:disabled,
.pricefloat button:disabled:hover {
	background-color: #eb9d9c;
	border-color: #eb9d9c;	
	color: #fff;
}
body.window-scrolled .pricefloat div:last-child {
	/*padding-right: 80px;*/
}
.pricefloat div h5 {
	margin-top: 20px;
}
.pricefloat div p {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	color: #1d2a3c;
}
.pricefloat div:last-child {
	text-align: right;
}
.pricefloat button {
	background-color: rgb(207,47,46);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 4px 20px;
	margin-top: 0.5em;
	border: 1px solid rgb(207,47,46);
}
.pricefloat button:hover {
	color: 	rgb(207,47,46);
	background-color: #fff;
}
}
