<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.delivery_magazine_popup {
	display: none;
	z-index: 90000000000000000000000000000000000;
	position: relative;
}

.darken_bg {
	background: black;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup_inside {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.close_popup {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
}

.close_popup:hover {
	cursor: pointer
}

.close_popup svg {
	font-size: 40px;
	color: #FFF;

}

/*copied css*/

.delivery_magazine_popup #instellingen_popup {
	width: 100%;
	max-width: 365px;
	height: 100%;
	max-height: 487px;
	padding: 40px 0 0 0;
	background-repeat: no-repeat;
	z-index: 9000000000000;
}

.delivery_magazine_popup #instellingen_popup {
	background: url(/wp-content/uploads/2018/07/popupbackground.jpg);
}

.delivery_magazine_popup .popup_inside {
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.delivery_magazine_popup .popup_heading P {
	line-height: 1em;
	font-size: 58px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 0;
}

.delivery_magazine_popup .popup_inside .close {
	position: absolute;
	right: 0;
	top: 0;
}

.delivery_magazine_popup .popup_inside .popup_content p {
	margin-bottom: 11px;
	font-weight: 500;
	padding: 0;
	color: #FFF;
}

.delivery_magazine_popup .popup_inside .popup_content .meldjeaan {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 0.7;
}

.delivery_magazine_popup .popup_inside .popup_content .popup_extra_content {
	margin-top: 30px;
}

.delivery_magazine_popup .popup_inside .popup_content .popup_extra_content p {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 4px;
}

.delivery_magazine_popup .popup_inside .popup_footer {
	height: 55px;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	bottom: 0;
	width: 100%;
}

.delivery_magazine_popup .popup_inside .popup_footer a.signup-btn {
	background-color: white;
	border: none;
	width: 100%;
	display: inline-block;
	max-width: 165px;
	max-height: 33px;
	border-radius: 50px;
	font-size: 19px;
	font-weight: 800;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding: 10px;
	color: #000;
}

.delivery_magazine_popup .popup_inside .popup_footer a.signup-btn:hover {
	cursor: pointer;
	text-decoration: none;
}

.delivery_magazine_popup .close {
	background: url(/wp-content/uploads/2018/06/cross.png);
	background-repeat: no-repeat;
	height: 20px;
	background-size: contain;
	top: 10px !important;
}

@media (max-width: 767px) {
	#instellingen_popup {
		height: 85vh;
		max-height: 85vh;
		width: 85vw;
		max-width: 85vw;
		background-size: cover;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.delivery_magazine_popup .popup_heading {
		margin-bottom: 30px;
	}
}
</pre></body></html>