.mx-age-verification {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	background: url('../img/background.png'), var(--otherElementColor_1);
	transition: all 1.5s;
	z-index: 9999;
}

.mx-age-verification .mx-age-verification-wrapper {
	position: relative;
	max-width: 585px;
}

.mx-age-verification .mx-age-verification-description {
	position: relative;
	margin: 20px 0 0 0;
	color: var(--textTertiaryColor);
}

.mx-age-verification .mx-age-verification-description h3,
.mx-age-verification .mx-age-verification-description span {
	color: var(--textTertiaryColor);
}

.mx-age-verification .mx-age-verification-buttons {
	margin: 30px 0 0 0;
	display: flex;
	align-items: center;
}

.mx-age-verification .mx-age-verification-buttons .mx-age-verification-button-disagree .mx-button {
	margin: 0 0 0 70px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}

@media (max-width: 767px) {
	.mx-age-verification .mx-age-verification-wrapper {
		padding: 0 20px;
	}

	.mx-age-verification .mx-age-verification-wrapper .flower {
		display: none;
	}

	.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: 20px 0 0 0;
	}

	.mx-age-verification .mx-age-verification-buttons .mx-age-verification-button-disagree .mx-button {
		margin: 0 auto;
	}
}
