:root {
	--pil-color-primary: #96877c;
	--pil-color-secondary: #3f302e;
	--pil-color-tertiary: #ddd1c3;
	--gf-field-pg-prog-bar-bg-color-blue: #78B159;
}



.et-db #et-boc .et-l .gform-theme--framework .custom-radio-top-container .custom-radio-highlight{
	  background-color: var(--pil-color-tertiary) !important;
    color: #fff;
    font-weight: 900;
	position: relative;
    margin-top: 10px;
    display: block;
}
/* Submit alignment (keep right) */
body #gform_8 .gform_button[type="submit"] {
	margin-left: auto !important;
}

/* Inputs / selects */
#gform_wrapper_8 .gfield select option {
	background-color: #fff !important;
}

#gform_wrapper_8 .gfield--type-signature {
	grid-column: span 12;
}

#gform_wrapper_8 .gfield_description {
	margin-left: 20px;
}

/* Inline labels */
#gform_8 label.gform-field-label--type-inline {
	font-weight: bold !important;
	font-size: 16px !important;
	color: #796e6c !important;
}

#gform_8 label.gform-field-label--type-inline a{
	color: #000 !important;
	text-decoration: underline !important;
}

/* Buttons (form 8) */
#gform_8 .gform_button,
#gform_8 .gform_next_button,
#gform_8 .gform_previous_button {
	transition: .2s !important;
	box-shadow: none !important;
	border-radius: 100px !important;
	padding: 12px 20px !important;
	font-size: 18px !important;
}

/* Primary buttons */
#gform_8 .gform_button,
#gform_8 .gform_next_button {
	background-color: var(--pil-color-primary) !important;
	color: #ffffff !important;
	border: 2px solid var(--pil-color-primary) !important;
}

#gform_8 .gform_button:hover,
#gform_8 .gform_next_button:hover{
	color: #fff !important;
	background-color: var(--pil-color-tertiary) !important;
	border-color: var(--pil-color-tertiary) !important;
}

/* Previous button */
#gform_8 .gform_previous_button{
	background-color: #ddd1c3 !important;
	color: #fff !important;
	border: 2px solid #ddd1c3 !important;
}

#gform_8 .gform_previous_button:hover {
	color: #3f302e !important;
	background-color: #f6f0eb !important;
	border-color: #f6f0eb !important;
}

/* Totals / Coupon row */
#gform_wrapper_8 .gfield_total {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#gform_wrapper_8 .gfield_total label {
	margin-bottom: 0 !important;
}

#et-boc #gform_wrapper_8 .gform-theme--foundation .gfield--type-coupon .ginput_container_coupon {
	flex-wrap: nowrap !important;
}

#gf_coupon_info span {
	color: #000 !important;
	font-size: 18px !important;
}

#et-boc #gform_wrapper_8 .ginput_total {
	padding: 15px 15px !important;
	border: 0 !important;
	font-size: 18px !important;
}

/* Progress bar hidden */
#gform_wrapper_8 .gf_progressbar_wrapper{
	display: none !important;
}

/* File input chrome outline removal (keep for 4 too if needed) */
#gform_8 .ginput_container_fileupload input{
	border: 0 !important;
	padding: 0 !important;
}

/* Responsive tweak */
@media (min-width: 825px) {

	#gform_wrapper_8 .gfield.col-2 {
		grid-column: span 10 !important;
	}
}

/* Optional: separate button for a custom file button id */
#file-input-button {
	background: #9fffa4 !important;
	cursor: pointer !important;
}


/* Keep global error color for non-scoped forms if needed */
body #et-boc .et-l h2.gform_submission_error {
	color: red !important;
	font-family: "CircularStd", Arial, sans-serif !important;
	padding-bottom: 0 !important;
}

.nf-form-content .nf-breadcrumbs {
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	background: #fff !important;
	display: flex !important;
	justify-content: center !important;
	padding: 10px !important;
	border-radius: 100px;
}

.nf-breadcrumb {
	margin: 10px 20px !important;
	background: transparent !important;
	color: #3f302e !important;
	font-size: 16px !important;
	padding: 0 !important;
	letter-spacing: 2px !important;
	display: block !important;
}

.nf-breadcrumbs li.errors a::after {
	display: none !important;
}

li .nf-breadcrumb::before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block !important;
	border-radius: 100px;
	border: 1px solid #3f302e;
	font-weight: bold;
	margin-right: 5px !important;
}

li.active .nf-breadcrumb::before {
	background-color: var(--pil-color-primary) !important;
	border-color: #fff !important;
	color: #fff !important;
}

li:nth-child(1) .nf-breadcrumb::before {
	content: '1';
}

li:nth-child(2) .nf-breadcrumb::before {
	content: '2';
}


@media (max-width:981px) {
	ul.nf-breadcrumb {
		font-size: 14px !important;
	}
}

@media (max-width:840px) {
	.nf-form-content .nf-breadcrumbs {
		flex-direction: column;
		justify-content: center;
		background: none !important;
		padding: 0px !important;
		margin: 0px 0px 30px 0px !important;
	}

	.nf-form-content .nf-breadcrumb {
		margin: 10px 0px !important;
		font-size: 16px !important;
		background-color: #fff !important;
		border-radius: 100px;
		width: auto !important;

	}
}

@media (max-width:767px) {

	.nf-form-content .nf-breadcrumbs {
		flex-direction: column;
		justify-content: center;
		background: none !important;
		padding: 0px !important;
		margin: 0px 0px 30px 0px !important;
	}

	.nf-form-content .nf-breadcrumb {
		margin: 10px 0px !important;
		font-size: 16px !important;
		background-color: #fff !important;
		border-radius: 100px;
		width: auto !important;
	}

	li .nf-breadcrumb::before {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	#gform_8 label.gform-field-label--type-inline {
		font-size: 14px !important;
	}

	/* Buttons (form 8) */
	#gform_8 .gform_button,
	#gform_8 .gform_next_button,
	#gform_8 .gform_previous_button{
		transition: .2s !important;
		box-shadow: none !important;
		border-radius: 100px !important;
		padding: 5px 10px !important;
		font-size: 14px !important;
	}
}

#field_8_4 .gfield_radio,
#field_9_4 .gfield_radio {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	gap: 0;
}

#field_8_4 .gfield_radio input,
#field_9_4 .gfield_radio input {
	display: none;
}


#field_8_4 .gfield_radio .gchoice,
#field_9_4 .gfield_radio .gchoice {
	padding: 2px 10px !important;
	background: #fff;
	transition: .2s !important;
	cursor: pointer;
}

#field_8_4 .gfield_radio .gchoice:first-child,
#field_9_4 .gfield_radio .gchoice:first-child {
	border-radius: 100px 0 0 100px;
}

#field_8_4 .gfield_radio .gchoice:last-child,
#field_9_4 .gfield_radio .gchoice:last-child {
	border-radius: 0 100px 100px 0;
}

#field_8_4 .gfield_radio .gchoice label,
#field_9_4 .gfield_radio .gchoice label {
	font-size: 18px !important;
	transition: .2s !important;
	margin-left: 0 !important;
}

#field_8_4 .gfield_radio .gchoice:has(input:checked),
#field_9_4 .gfield_radio .gchoice:has(input:checked) {
	background: #ddd1c3;
}

#field_8_4 .gfield_radio .gchoice:has(input:checked) label,
#field_9_4 .gfield_radio .gchoice:has(input:checked) label {
	color: #fff !important;
}

.et_pb_module:not(.gf_disable_label_toggle):not(.custom_gf_style_default) .gfield--input-type-datepicker label.gfield_label {
	top: -25px !important;
	font-size: 12px !important;
	color: #3f302e !important;
}

@media (hover:hover) {

	#field_8_4 .gfield_radio .gchoice:hover,
	#field_9_4 .gfield_radio .gchoice:hover {
		background: #f6f0eb;
	}
}

#field_8_4 #label_8_4_1,
#field_9_4 #label_9_4_1 {
	position: relative;
}

#field_8_4 #label_8_4_1 span,
#field_9_4 #label_9_4_1 span {
	position: absolute;
	top: -10px;
	left: 100px;
	white-space: nowrap;
	font-size: 10px;
	background: #78B159 !important;
	padding: 2px 5px;
	border-radius: 100px;
	color: #fff !important;
}

@media (max-width: 600px) {

	#field_8_4 #label_8_4_1 span,
	#field_9_4 #label_9_4_1 span {
		left: 10px !important;
		top: -16px;
	}
}

@media (max-width: 420px) {

	#field_8_4 #label_8_4_1 span,
	#field_9_4 #label_9_4_1 span {
		left: -20px !important;
		top: -16px;
	}

	#field_8_4 .gfield_radio .gchoice label,
	#field_9_4 .gfield_radio .gchoice label {
		font-size: 16px !important;
	}

	.nf-form-content .nf-breadcrumb {
		font-size: 14px !important;
	}
}

/* Site algemeen achtergrond/background */
/*END custom css */
.gform-theme--framework .custom-radio-item {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	background: #fff;
	color: #3f302e;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.6em;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}


#gform_wrapper_8[data-form-index="0"].gform-theme, [data-parent-form="8_0"]{
    --gf-color-primary:var(--pil-color-primary) !important;
    --gf-field-pg-prog-bar-bg-color-blue:#78B159;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{
    --gf-local-bg-color: #fdfaf0;
    --gf-local-border-color: var(--pil-color-primary);
    --gf-local-shadow: var(--gf-ctrl-btn-shadow-hover);
    --gf-local-color: var(--pil-color-primary);
}


.gform-theme--framework .gfield--type-moov_joining_field .gfield_radio {
	display: flex;
	gap: 20px;
}

.gform-theme--framework .gfield--type-moov_joining_field .gfield_radio>li {
	flex: 1 0 calc(33% - 20px);
}

.gform-theme--framework .custom-radio-item:has(input:checked) {
	background: #f6f0eb !important;
}

.gform-theme--framework .custom-radio-top-container,
.gform-theme--framework .custom-radio-bottom-container {
	padding: 20px;
}

.gform-theme--framework .custom-radio-top-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gform-theme--framework .custom-radio-top-container input {
	margin-right: 5px !important;
	vertical-align: middle;
	border-color: #3f302e !important;
	vertical-align: text-top;
}

.gform-theme--framework .custom-radio-top-container input::before {
	background-color: var(--pil-color-primary) !important;
}

.gform-theme--framework .custom-radio-top-container input:focus {
	outline: none !important;
}

.gform-theme--framework .custom-radio-top-container .custom-radio-title {
	color: var(--pil-color-primary)!important;
	font-weight: bold !important;
	font-size: 20px !important;
	margin-right: 5px;
}

.gform-theme--framework .custom-radio-top-container .custom-radio-highlight {
	padding: 5px 10px;
	background-color: #e5f5ff;
	font-size: 14px;
	white-space: nowrap;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.gform-theme--framework .custom-radio-top-container .custom-radio-highlight::before {
	content: '';
	width: 10px;
	height: 10px;
	background: #78B159;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.gform-theme--framework .custom-radio-top-container .custom-radio-price-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 105px;
}

.gform-theme--framework .custom-radio-top-container .custom-radio-price-container .custom-radio-price {
	font-size: 24px;
	font-weight: bold;
	color: #796e6c;
}

.gform-theme--framework .custom-radio-top-container .custom-radio-price-container .custom-radio-original-price {
	text-decoration: line-through;
	color: #6A615F !important;
}

.gform-theme--framework .custom-radio-bottom-container {
	padding-top: 0;
}

.gform-theme--framework .custom-radio-bottom-container .custom-radio-usp li {
	color: var(--pil-color-primary);
	font-weight: bold;
	font-size: 15px;
}

.gform-theme--framework .custom-radio-bottom-container .custom-radio-usp li.false {
	text-decoration: line-through;
	color: var(--kls-secundary-color) ;
}

.gform-theme--framework .custom-radio-bottom-container .custom-radio-usp li.gold {
	color: #78B159;
}

.gform-theme--framework .custom-radio-bottom-container .custom-radio-usp li::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	padding-right: 10px;
	width: 25px;
	display: inline-block;
	text-align: center;
}

.gform-theme--framework .custom-radio-bottom-container .custom-radio-usp li.false::before {
	content: '\f00d';
	text-decoration: none !important;
}

.gform-theme--framework .custom-radio-bottom-container .custom-radio-usp li.gold::after {
	content: 'Actie t/m 30 aug';
	background: var(--pil-color-primary);
	margin-left: 5px;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	padding: 2px 5px;
	vertical-align: super;
	white-space: nowrap;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

#gform_wrapper_9.gform-theme--framework .custom-radio-bottom-container .custom-radio-usp li.gold::after {
	content: 'Actie t/m 16 nov' !important;
}

@media (hover:hover) {
	.gform-theme--framework .custom-radio-item:hover {
		transform: translatey(-10px);
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-ms-transform: translatey(-10px);
		-o-transform: translatey(-10px);
	}
}

@media (max-width: 1557px) {
	.gform-theme--framework .custom-radio-top-container .custom-radio-highlight {
		margin-left: 0 !important;
	}
}

@media (max-width: 1000px) {
	.gform-theme--framework .gfield--type-moov_joining_field .gfield_radio>li {
		flex: 1 0 100% !important;
	}

	.gform-theme--framework .gfield--type-moov_joining_field .gfield_radio {
		gap: 20px;
		flex-direction: column;
	}
}

@media (min-width: 740px) and (max-width: 1000px) {
	.gform-theme--framework .custom-radio-item ul {
		display: grid;
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column;
		gap: 10px;
	}
}

@media (max-width: 420px) {
	.gform-theme--framework .custom-radio-top-container .custom-radio-price-container .custom-radio-price {
		font-size: 20px !important;
	}

	.gform-theme--framework .custom-radio-top-container .custom-radio-price-container .custom-radio-original-price {
		font-size: 14px !important;
	}

	.gform-theme--framework .custom-radio-top-container {
		display: block !important;
	}

	.gform-theme--framework .custom-radio-top-container .custom-radio-price-container {
		align-items: flex-start;
		margin-top: 20px;
	}
}