.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-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: #48658a !important;
}

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

.gform-theme--framework .custom-radio-top-container .custom-radio-title {
	color: #48658a !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: #26d300;
	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: #48658a;
	font-weight: bold;
	font-size: 15px;
}

.gform-theme--framework .custom-radio-bottom-container .custom-radio-usp li.false {
	text-decoration: line-through;
	color: #803333;
}

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

.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 26 okt';
	background: #48658a;
	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;
	}
}