.offerte_aanvragen__op_popup_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 10015;
}
.offerte_aanvragen__op_popup {
	display: none;
	background: #FAFAFA;
	position: fixed;
	z-index: 10017;
	padding: 15px;
	width: 600px;
	max-height: 100%;
	top: 80px;
	left: calc(50% - 300px);
	max-height: calc(100% - 200px);
    border: 1px solid #efefef;
    border-bottom-width: 2px;
    box-shadow: 8px 8px 0px rgba(0,0,0,0.1);
    overflow: auto;
}
.offerte_aanvragen__op_popup h4 {
	background-color: #000000;
	color: #FFF;
    padding: 10px 15px;
    margin: 0;
}
.offerte_aanvragen__op_popup_closer {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.offerte_aanvragen__op_popup_closer svg {
	width: 40px;
	height: 40px;
	background-color: #FF0867;
	color: #FFF;
	padding: 5px;
}
.offerte_aanvragen__op_popup .wpcf7 .wpcf7-response-output {
	border-radius: 0px;
}
.offerte_aanvragen__op_popup .wpcf7 form.sent .wpcf7-response-output {
	border: 0px;
	background: #000;
	color: #FFF;
}
.offerte_aanvragen__op_popup .wpcf7 form.invalid .wpcf7-response-output, .offerte_aanvragen__op_popup .wpcf7 form.unaccepted .wpcf7-response-output {
	background: #FB4F3B;
	border: 0px;
	color: #FFF;
}
.op_hidden_info {
	display: none;
}
.offerte_aanvragen__op_popup .wpcf7-form-control-wrap.type_formulier {
	display: none;
}
button.offerte_aanvragen__op_knop.single_add_to_cart_button {
	display: block!important;
}

@media screen and (max-width: 800px) {
	.offerte_aanvragen__op_popup {
		height: auto;
		max-height: 90%;
		width: auto;
		top: 5%;
		left: 5%;
		right: 5%;
		bottom: 5%;
	}
}