body.age-gate-open {
	overflow: hidden;
	height: 100vh;
}

#age-gate-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.85);
	display:none;
	z-index:9999999999;
	align-items:center;
	justify-content:center;
}

#age-gate-modal{
	padding: 30px 50px;
	max-width: 440px;
	width: 90%;
	text-align: center;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cb-modal-logo {
	max-width: 180px;
	margin: 0 auto 40px;
}

#age-restriction-form {
	display: flex;
	flex-direction: column;
}

#age-gate-enter{
	font-family: trade-gothic-next-condensed, sans-serif;
	cursor: pointer;
	color: #222;
	border: 1px solid #222;
	font-size: .8em;
	letter-spacing: 2px;
	font-weight: 600;
	transition: all 0.3s ease;
	text-transform: uppercase;
	background: transparent;
	padding: 12px 25px;
	width: max-content;
	margin: 20px auto 10px;
	transition: all 0.3s ease;
}

#age-gate-enter:hover {
	background: #111;
	color: #fff;
	border-color: #111;	
}

.age-gate-remember {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}