/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 08:18:30 */
/*
 * ╔═══════════════════════════════════════════════════════════════════════╗
 * ║        Aantal m2 en prijs per m2 tonen bij tegels in winkelmand       ║
 * ╚═══════════════════════════════════════════════════════════════════════╝
 */
.sierbestrating_winkelmand_tonen_afmetingen-blok{
  display:flex;
  align-items:center;
  gap:.3rem;
  margin-top:.25rem;
  font-size:.95em;
  line-height:1.3;
}
.sierbestrating_winkelmand_tonen_afmetingen-icoon {
	font-size:1em;
}
.sierbestrating_winkelmand_tonen_afmetingen-oppervlakte {
	font-weight:600; 
}
.sierbestrating_winkelmand_tonen_afmetingen-scheiding {
	opacity:.6; 
}
.sierbestrating_winkelmand_tonen_afmetingen-prijs {
	font-weight: 300;
}
.sierbestrating_winkelmand_tonen_afmetingen-prijs .amount {
    color: #767676 !important;
	font-weight: 300;
}


/*
 * ╔════════════════════════════════════════════════╗
 * ║        Kleur swatches tonen in winkelmand      ║
 * ╚════════════════════════════════════════════════╝
 */
.sierbestrating_winkelmand_kleur-blok{
	display:flex;
	align-items:center;
	gap:.4rem;
	margin-top: .50rem;
	font-size: .95em;
	line-height: 1.3;
}
.sierbestrating_winkelmand_kleur-bol {
	width:14px;
	height:14px;
	border-radius:999px;
	border:1px solid rgba(0,0,0,.15);
	display:inline-block;
	flex:0 0 14px;
	background-color:var(--sierbestrating-winkelmand-kleur, #ccc);
	background-image:none;
	background-size:cover;
	background-position:center;
}
.sierbestrating_winkelmand_kleur-naam{
	font-weight:500;
}


