/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2025 | 13:25:57 */
#webr_ccfg_help_title {
	display: block;
	margin-bottom: 10px;
	color: var(--wd-title-color);
	text-transform: var(--wd-title-transform);
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
	line-height: 1.4;
	text-align: center;
	font-size: 22px;
}

#webr_ccfg_help > summary {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
	width: fit-content;
	background-color: var(--donkerderBlauw);
	color: var(--wit);
	font-size: 15px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 16px;
	border-radius: 10px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}
#webr_ccfg_help > summary:hover {
	background-color: var(--groen);
}
#webr_ccfg_help > summary > .fa {
	margin-right: .4em;
}
.webr_ccfg_help_step {
	margin-inline: 0px;
	/*padding: 20px 30px 32px 30px;*/
	margin-bottom: 30px;
	row-gap: 30px;
	column-gap: 30px;
	
	border-width: 0px;
	padding: 0px;
}
.webr_ccfg_help_step.webr_ccfg_invalid {
	border-color: #FF0000;
}
.webr_ccfg_help_step > legend {
	padding: 0px;
	margin-bottom: 15px;
}
.webr_ccfg_help_step_errors:empty {
	display: none;
}
.webr_ccfg_help_option {
	display: flex;
	align-items: center;
	gap: 15px 30px;
	cursor: pointer;
}

.webr_ccfg_help_results_table_body_row_title {
	text-wrap: balance;
	max-width: 20vw;
}
.webr_ccfg_help_results_table_body_row_title > a {
	color: var(--wd-title-color);
	font-weight: var(--wd-title-font-weight);
	font-family: var(--wd-title-font);
}
.webr_ccfg_help_results_table_body_row_attributes {
	text-wrap: balance;
	max-width: 20vw;
}

.webr_ccfg_help_results_table_body_row_attributes > dl {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.webr_ccfg_help_results_table_body_row_attributes > dl * {
    flex-basis: 50%;
}

.webr_ccfg_help_results_table_body_row_attributes > dl,
.webr_ccfg_help_results_table_body_row_attributes > dl > dd {
	margin-bottom: 0px;
}
.webr_ccfg_help_results_table_body_row_attributes > dl > dd > span,
.webr_ccfg_help_results_table_body_row_attributes > dl > dd > details > span {
	display: block;
}
.webr_ccfg_help_results_table_body_row_attributes > dl > dd > details,
.webr_ccfg_help_results_table_body_row_attributes > dl > dd > details > summary {
	display: inline;
}
.webr_ccfg_help_results_table_body_row_attributes > dl > dd > details > summary {
	cursor: pointer;
}
.webr_ccfg_help_results_table_body_row_attributes > dl > dd > details > summary::after {
	content: ' ...';
	font-size: 2em;
	line-height: 0;
}
.webr_ccfg_help_results_table_body_row_attributes > dl > dd > details[open] > summary {
	display: none;
}

.webr_ccfg_help_results_table_body_row_price {
	white-space: nowrap;
	font-weight: 600;
	color: var(--color-gray-800);
}
.webr_ccfg_help_results_table_body_row_price > abbr {
	color: inherit;
}

figure.webr_ccfg_help_option {
	padding: 20px 90px 20px 20px;
	border: 2px solid var(--donkerderBlauw); /* was var(--brdcolor-gray-300), was transparent */
	width: calc(33.333333333% - 20px);
	flex-basis: calc(33.333333333% - 20px);
	max-width: calc(33.333333333% - 20px);
	border-radius: 20px 20px 10px 20px;
	box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, .1);
	transition: border-color .25s ease;
}

figure.webr_ccfg_help_option_wide {
	width: calc(50% - 15px);
	flex-basis: calc(50% - 15px);
	max-width: calc(50% - 15px);
}

figure.webr_ccfg_help_option_ultrawide {
	width: calc(100% - 15px);
	flex-basis: calc(100% - 15px);
	max-width: calc(100% - 15px);
}

.webr_ccfg_help_step3_select_container {
	display: flex;
	margin-bottom: 10px;
}

.webr_ccfg_help_step3_select_container label{
	width: 100%;
	align-content: center;
}

#webr_ccfg_help_stap3_figure figcaption {
	width: 100%;
}

figure.webr_ccfg_help_option_ultrawide .webr_ccfg_help_option_image {
	width: auto;
}

figure.show_when_rolnokken {
	display: none;
}

figure.webr_ccfg_help_option:not(.webr_ccfg_selected):hover,
figure.webr_ccfg_help_option.webr_ccfg_selected {
	border-color: var(--groen);
}
label.webr_ccfg_help_option {
	gap: 10px;
}
label.webr_ccfg_help_option:last-child {
	margin-bottom: 0px;
}
.webr_ccfg_help_option > figcaption > ul {
	list-style: none;
	--li-pl: 20px;
}
.webr_ccfg_help_option > figcaption > ul > li::before {
	content: "\f107";
    font-family: "woodmart-font";
    margin-left: calc(0px - var(--li-pl));
	position: absolute;
}
.webr_ccfg_help_option > figcaption > :last-child {
	margin-bottom: 0px;
}
.webr_ccfg_help_option ul,
.webr_ccfg_help_option ol {
	--li-mb: 3px;
	line-height: 1.4;
}
.webr_ccfg_help_option_title,
.webr_ccfg_help_option_title_alt {
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 17px;
}

.webr_ccfg_help_option_title::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.webr_ccfg_help_option_title > input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--donkerderBlauw);
	color: var(--wit);
	padding: 7.21px 10px;
	text-transform: var(--btn-transform);
	font-size: 14px;
	font-weight: var(--btn-font-weight);
	font-family: var(--btn-font-family);
	display: block;
	position: absolute;
	bottom: -2px;
	right: -2px;
	margin-right: 0px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.webr_ccfg_help_option_title > input[type="radio"]:hover,
.webr_ccfg_help_option_title > input[type="radio"]:checked {
	background-color: var(--groen);
}
.webr_ccfg_help_option_title > input[type="radio"]::before {
	content: 'Kiezen';
}
.webr_ccfg_help_option_title > input[type="radio"]:checked::before {
	/*content: 'Gekozen';*/
	content: "\f107";
	font-family: "woodmart-font";
	position: relative;
	top: 1px;
}
.webr_ccfg_help_option_image {
	width: 100px;
	height: auto;
	flex-shrink: 0;
}


#webr_ccfg_help_results {
	padding: 20px 30px 32px 30px;
	border: 2px solid var(--brdcolor-gray-300);
	border-radius: 20px;
}
#webr_ccfg_help_results > legend {
	margin-bottom: 0px;
}


#webr_ccfg_help_results_table {
	margin-bottom: 0px;
}
#webr_ccfg_help_results_table_body.webr_ccfg_loading {
	display: none;
}
#webr_ccfg_help_results_table_body > tr > td:first-child {
	width: calc(75px + 24px);
}
#webr_ccfg_help_results_table_body > tr > td:first-child > a > img {
	width: 75px;
}
#webr_ccfg_help_results_table_body > tr > td:last-child > .btn {
	display: flex;
	/*width: max-content;*/
	border-radius: 10px;
}
#webr_ccfg_help_results_table_body > tr:last-child > td {
	border-bottom-width: 0px;
}

#webr_ccfg_help_results_table_body:not(:empty):not(.webr_ccfg_loading) + tfoot > tr:last-child {
	display: none;
}
#webr_ccfg_help_results_table_body:empty + tfoot > tr:first-child > td,
#webr_ccfg_help_results_table_body.webr_ccfg_loading + tfoot > tr:first-child > td {
	text-align: center;
	font-weight: 700;
	border-bottom-width: 0px;
}
#webr_ccfg_help_results_table_body.webr_ccfg_loading + tfoot > tr:first-child > td {
	color: #000000;
}
#webr_ccfg_help_results_table_body:not(.webr_ccfg_loading):empty + tfoot > tr:first-child > td,
#webr_ccfg_help_results_table_body:not(.webr_ccfg_loading):empty + tfoot > tr:first-child > td a{
	color: #FF0000;
}
#webr_ccfg_help_results_table_body:not(.webr_ccfg_loading):empty + tfoot > tr:first-child > td::after {
	/*content: 'Er zijn geen meerpuntssluitingen gevonden, neem contact op via verkoop@sloterop.nl';*/
}


@keyframes webr_ccfg_help_spin {
	from {
		transform: rotate(0deg);
    }
	to {
		transform: rotate(360deg);
	}
}
#webr_ccfg_help_results_table_body.webr_ccfg_loading + tfoot > tr:first-child > td::before {
	content: "\f110";
	display: inline-block;
	margin-right: .5em;
	
	font: normal normal normal 14px/1 FontAwesome;
	animation-name: webr_ccfg_help_spin;
	animation-duration: 750ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#webr_ccfg_help_results_table_body.webr_ccfg_loading + tfoot > tr:first-child > td::after {
	content: 'Bezig met zoeken naar meerpuntssluitingen ...';
}



@media (max-width: 1024px) {
	/*#webr_ccfg_help > summary {
		padding-bottom: 20px;
	}*/
}
@media (max-width: 991.98px) {
	.webr_ccfg_help_option {
		flex-direction: column;
		align-items: flex-start;
	}
	#webr_ccfg_help_results_table_header {
		display: none;
	}
	#webr_ccfg_help_results_table_body,
	#webr_ccfg_help_results_table_footer {
		display: block;
	}
	/*#webr_ccfg_help_results_table_body:not(:empty) {
        padding: 20px;
        border: 1px solid var(--brdcolor-gray-300);
		border-radius: 10px;
	}*/
	#webr_ccfg_help_results_table_body > tr {
		display: grid;
		grid-template-columns: auto 1fr 300px;
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}
	#webr_ccfg_help_results_table_body > tr:not(:last-child) {
		margin-bottom: 20px;
	}
	#webr_ccfg_help_results_table_body > tr > td:last-child > .btn {
		width: max-content;
	}
	.webr_ccfg_help_results_table_body_row_image {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 6;
	}
	.webr_ccfg_help_results_table_body_row_title {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		
		margin-bottom: 5px; /* was 10px */
	}
	.webr_ccfg_help_results_table_body_row_price {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 6;
	}
	.webr_ccfg_help_results_table_body_row_attributes {
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 4;
		
		margin-bottom: 10px;
	}
	.webr_ccfg_help_results_table_body_row_button {
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 4;
		grid-row-end: 6;
	}
	.webr_ccfg_help_results_table_body_row_attributes:empty {
		display: none;
	}
	.webr_ccfg_help_results_table_body_row_attributes:empty ~ .webr_ccfg_help_results_table_body_row_button {
		grid-row-start: 1;
		display: flex !important;
		align-items: center;
	}
	.webr_ccfg_help_results_table_body_row_attributes:empty ~ .webr_ccfg_help_results_table_body_row_button > .btn {
		width: 100%;
	}
	#webr_ccfg_help_results_table_body:empty + tfoot > tr:last-child,
	#webr_ccfg_help_results_table_body.webr_ccfg_loading {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
		row-gap: 10px;
	}
	#webr_ccfg_help_results_table_body > tr > td,
	#webr_ccfg_help_results_table_footer > tr > td {
		display: block;
		border-width: 0px;
		padding: 0px 10px;
	}
	#webr_ccfg_help_results_table_body > tr:not(:last-child)::after {
		content: '';
		display: block;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		border-bottom: 1px solid var(--brdcolor-gray-300);
		margin-top: 20px;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	/*.webr_ccfg_help_results_table_body_row_price::before {
		content: 'Prijs';
		margin-right: .5em;
	}
	.webr_ccfg_help_results_table_body_row_price::before {
		color: var(--wd-title-color);
		font-weight: var(--wd-title-font-weight);
		font-family: var(--wd-title-font);
	}*/
	#webr_ccfg_help_results_table_body:empty + tfoot > tr:last-child > td {
		flex-basis: 100%;
		text-align: left;
	}
	#webr_ccfg_help_results_table_body > tr > td,
	#webr_ccfg_help_results_table_footer > tr > td {
		display: block;
	}
}
@media (max-width: 767.98px) {
	.webr_ccfg_help_step {
		padding: 15px 15px 17px 15px;
	}
	.webr_ccfg_help_step > legend {
		font-size: 20px;
	}
	figure.webr_ccfg_help_option {
		padding: 15px 15px 49px 15px;
	}
	#webr_ccfg_help_results_table_body > tr {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto 1fr auto auto auto;
	}
	.webr_ccfg_help_results_table_body_row_image {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.webr_ccfg_help_results_table_body_row_title {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		
		margin-bottom: 5px; /* was 10px */
	}
	.webr_ccfg_help_results_table_body_row_attributes {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.webr_ccfg_help_results_table_body_row_attributes {
		margin-top: 20px;
	}
	.webr_ccfg_help_results_table_body_row_attributes:empty + * {
		margin-top: 20px;
	}
	.webr_ccfg_help_results_table_body_row_attributes:empty ~ .webr_ccfg_help_results_table_body_row_button {
		grid-row-start: 4; /* undo */
	}
	.webr_ccfg_help_results_table_body_row_price {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.webr_ccfg_help_results_table_body_row_button {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	#webr_ccfg_help_results_table_body > tr > td:last-child > .btn {
		width: 100%;
		max-width: 300px;
	}
}
@media (max-width: 575.98px) {
	figure.webr_ccfg_help_option {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}