/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 13:08:15 */
/* Algemene stijlen productpagina */

.sierbestrating_prijs_wrapper {
	display: flex;
	flex-direction: column;
}
.sierbestrating_prijs_wrapper .sierbestrating_per_m2_wrapper,
.sierbestrating_prijs_wrapper .sierbestrating_per_m2_wrapper bdi {
	font-size: 16px;
	line-height: 1em;
	opacity: 0.8;
	color: var(--blauw);
}
.product-element-bottom .sierbestrating_prijs_wrapper .sierbestrating_per_m2_wrapper,
.product-element-bottom .sierbestrating_prijs_wrapper .sierbestrating_per_m2_wrapper bdi {
	font-size: 13px;
}

ul.sierbestrating_product_info_iconen_lijst {
	margin-bottom: 15px;
}

ul.sierbestrating_product_info_iconen_lijst::before {
    content: 'Afmetingen:';
    font-weight: 600;
    color: var(--tekstZwart);
} 

/* Formaat lijst productpagina */

.sierbestrating_product_info_iconen_lijst {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 10px;
}

.sierbestrating_product_info_iconen_lijst .sierbestrating_product_info_iconen_label {
	font-weight: 700;
	margin-right: 4px;
	color: var(--tekstZwart);
}
.sierbestrating_product_info_iconen_lijst .sierbestrating_product_info_iconen_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	
	margin-bottom: 0px;
}

.sierbestrating_product_info_iconen_lijst .sierbestrating_product_info_iconen_item::before {
	content: '';
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	
	margin-right: 5px;
}
.sierbestrating_product_info_iconen_lijst .sierbestrating_product_info_iconen_item_lengte::before {
	background-image: url('/wp-content/uploads/2025/09/Lengte.svg');
}
.sierbestrating_product_info_iconen_lijst .sierbestrating_product_info_iconen_item_breedte::before {
	background-image: url('/wp-content/uploads/2025/09/Breedte.svg');
}
.sierbestrating_product_info_iconen_lijst .sierbestrating_product_info_iconen_item_dikte::before {
	background-image: url('/wp-content/uploads/2025/09/Dikte.svg');
}


/* Berekenmodule */

.sierbestrating_tegel_calculator_blok,
body.single-product .wapf {
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
    padding: 14px;
}

.webr-montage-titel {
	padding-bottom: 0px;
}

.sierbestrating_tegel_calculator_titel,
.webr-addons-list .wapf-field-label label,
.webr-montage-titel .wapf-field-label label {
	font-size: 22px;
	color: var(--wd-title-color);
	font-family: var(--wd-title-font);
	font-weight: var(--wd-title-font-weight);
	margin-bottom: 5px;
	
	display: flex;
    align-items: center;
}

.wapf-field-description {
	text-align: center;
}

.sierbestrating_tegel_calculator_modes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    column-gap: 10px;
	row-gap: 10px;
    margin-bottom: 20px;
}

.sierbestrating_tegel_calculator_mode.knop {
	border-radius: var(--btn-accented-brd-radius);
	border: var(--wd-form-brd-width) solid var(--blauw);
	background-color: rgba(42, 47, 129, 0.1);
}

.sierbestrating_tegel_calculator_mode.knop:not(.actief) {
	opacity: 0.8;
	border-color: var(--wd-form-brd-color);
}

.sierbestrating_tegel_calculator_rij,
.sierbestrating_tegel_calculator_resultaten {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.sierbestrating_tegel_calculator_resultaten {
	margin-top: 15px;
	padding: 7px 10px;
    border: dashed 2px var(--borderGrijs);
    border-radius: var(--wd-form-brd-radius);
}

.sierbestrating_tegel_calculator_rij .sierbestrating_tegel_calculator_rij_lengte,
.sierbestrating_tegel_calculator_rij .sierbestrating_tegel_calculator_rij_breedte,
.sierbestrating_tegel_calculator_resultaten .sierbestrating_tegel_calculator_resultaat_m2,
.sierbestrating_tegel_calculator_resultaten .sierbestrating_tegel_calculator_resultaat_stuks,
.sierbestrating_tegel_calculator_rij .sierbestrating_tegel_calculator_rij_m2 {
	flex-basis: calc(50% - 5px);
}

.sierbestrating_tegel_calculator_label {
	color: var(--tekstZwart);
	font-weight: 600;
	margin-bottom: 0px;
}

body:not(#__) .sierbestrating_tegel_calculator_input {
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: var(--wd-form-brd-radius);
	
	width: 100%;
	padding: 4px 12px;
}

.sierbestrating_tegel_calculator_melding {
	margin-top: 6px;
	font-size: .9rem;
	color: #a00;
}

body.logged-in.admin-bar .sierbestrating_tegel_calculator_melding {
	margin-top: 6px;
	font-size: .9rem;
	color: #a00;
	font-weight: 700;
}

.sierbestrating-prijs-per-m2-wrapper {
	display: flex;
	gap: .5rem;
	align-items: baseline;
	flex-wrap: wrap;
	margin: .5rem 0;
}

.sierbestrating_tegel_calculator_resultaat .label {
	font-weight: 600;
	margin-right: .35rem;
	color: var(--tekstZwart);
}

.sierbestrating_tegel_calculator_resultaat .waarde {
	opacity: .9;
}

.sierbestrating_tegel_calculator_titel::before {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2025/09/Measure.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.webr-montage-titel .wapf-field-label label::before {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2025/10/Gereedschap.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

#offerte-popup {
	padding: 0px;
	border-radius: 0px;
}

#offerte-popup input[type="number"] {
    padding: 0 15px;
    text-align: left;
}

.webr-verplicht {
	color: var(--rood);
}

#offerte-popup .wd-info-box .info-box-icon {
	padding: 12px;
}
#offerte-popup .wd-info-box .info-box-inner {
	margin-top: 2px;
}

.webr-addons-list .wapf-swatch label {
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px 5px 5px;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
    gap: 5px;
}
.webr-addons-list .wapf-swatch.wapf-checked label {
	border-color: var(--blauw);
	background-color: #f3f3f3;
}
.webr-addons-list .wapf-swatch .wapf-swatch-label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    gap: 5px;
    text-align: left;
	font-size: 14px;
    line-height: 1.2em;
}
.webr-addons-list .wapf-swatch .wapf-swatch-label .wapf-pricing-hint {
	color: var(--blauw);
	font-weight: 600;
	opacity: 1;
	font-size: 12px;
}
.webr-addons-list .wapf-swatch img {
	max-width: 65px;
	border-radius: 3px;
}

.webr-addons-list .wapf-swatch--image.wapf-checked .apf-pick-box, 
.webr-addons-list .wapf-swatch--image.wapf-checked.apf-pick-box {
	border-color: transparent !important;
}

body.single-product:not(.wapf-ja) .wapf-product-totals {
	display: none !important;
}

.webr-addons-list {
	padding-top: 10px;
}

.wapf input[type=radio] {
	margin-top: 0px;
}

.wapf-wrapper {
	margin-left: 0px;
	margin-bottom: 0px;
}

.wapf-product-totals {
    padding: 7px 10px;
    border: dashed 2px var(--borderGrijs);
    border-radius: var(--wd-form-brd-radius);
}
.wapf-product-totals .wapf--inner {
	margin-bottom: 0px;
}
.wapf-product-totals .wapf--inner span:not(.price) {
	color: var(--tekstZwart);
}

body.single-product .variations .wd-swatches .wd-swatch-text {
	padding-left: 15px;
	padding-right: 15px;
}

@media(min-width: 1024.01px){
	body.single-product .elementor-widget-wd_single_product_content {
		display: block;
		white-space: pre-line;
	}
}

body.single-product .elementor-widget-wd_single_product_content p {
	margin-bottom: 0px;
}


/* Linked variations */
.archive .sierbestrating-ook-verkrijgbaar-label {
	margin-top: 10px;
}
.sierbestrating_prijs_achtervoegsel_per_stuk {
	text-transform: lowercase;
}

body.no-upsells .webr_wellicht_interessant {
	display: none;
}
