.age-bg {

	background: rgb(0, 0, 0, 0.5);
	backdrop-filter: blur(7px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	display: none;	
}

.age-checker {

	/*background-image: url('img/pwb-age-popup.jpg');*/
	background-color: black;
	background-repeat: no-repeat;

	width: 400px;
	height: 275px;

	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	position: absolute;
	padding: 10px;
}

.yes-button {
	position: fixed;
	top: 220px;
	left: 70px;
	padding: 15px 32px;
	background-color: #04AA6D;
}

.no-button {
	position: fixed;
	top: 220px;
	left: 225px;
	padding: 15px 32px;
}

.close-age-popup {
	cursor: pointer
}

.ModalMessage {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

.ModalButtonYes,
.ModalButtonNo {
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}