.mx-age-verification {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	transition: all 1.5s;
	z-index: 9999;
	text-align: center;
}

.mx-age-verification::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--bg-vefification-color);
	z-index: 1;
}

.mx-age-verification-background {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.mx-age-verification-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(10px);
}

.mx-age-verification .mx-age-verification-background-wrapper {
	position: relative;
	width: 100%;
	z-index: 99999;
}

.mx-age-verification .mx-age-verification-wrapper {
	position: relative;
	max-width: 680px;
	margin: 150px auto 0;
}

.mx-age-verification .mx-age-varification-logo img {
	margin: 30px 0 0;
	max-width: 250px;
	height: auto;
}

/* .mx-age-varification-logo-content {
	margin: 4px 0 0;
	color: rgba(233, 211, 142, 1);
	font-size: 18px;
	line-height: 120%;
} */

.mx-age-verification .mx-age-verification-description {
	position: relative;
	margin: 16px 0 0 0;
	color: var(--mainSecondaryColor_1);
}

.mx-age-verification .mx-age-verification-description h3,
.mx-age-verification .mx-age-verification-description span {
	color: var(--mainSecondaryColor_1);
}

.mx-age-verification .mx-age-verification-description .age-text {
	opacity: 0.6;
}

.mx-age-verification .mx-age-verification-buttons {
	margin: 16px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.mx-age-verification .mx-age-verification-buttons .mx-age-verification-button-disagree .mx-button {
	/* margin: 0 0 0 70px; */
	padding: 10.5px 31.5px;
	background: transparent;
	box-shadow: none;
	border: 1.5px solid var(--mainSecondaryColor_1);
	color: var(--mainSecondaryColor_1);
	transition: all 0.3s ease;
}

.mx-age-verification .mx-age-verification-buttons .mx-age-verification-button-disagree .mx-button:hover {
	background: rgba(233,211,142,0.1)
}

/* .mx-age-verification .mx-age-verification-buttons .mx-age-verification-button-agree .mx-button {
	font-size: 24px;
} */

/* @media (min-width: 2000px) {
	.mx-age-verification .mx-age-verification-background-wrapper .mx-age-verification-wave {
		display: none;
	}
} */

@media (max-width: 767px) {
	.mx-age-verification .mx-age-verification-background-wrapper {
		padding: 0 20px;
		margin: 5px 0 0;
	}

	.mx-age-verification .mx-age-verification-wrapper {
		margin: 0;
	}

	.mx-age-verification .mx-age-verification-description .mx-age-verification-description-title span {
		font-size: 24px !important;
	}

	.mx-age-verification .mx-age-verification-description .age-text {
		font-size: 15px !important;
	}

	.mx-age-verification .mx-age-verification-buttons {
		display: block;
		text-align: center;
	}

	.mx-age-verification .mx-age-verification-buttons .mx-age-verification-button-disagree {
		margin: 0 0 16px 0;
	}

	.mx-age-verification .mx-age-verification-buttons .mx-age-verification-button-disagree .mx-button {
		margin: 0 auto;
	}
}
