.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: #28202E;
	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;
}

.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;
	color: var(--textPrimaryColor);
	font-family: var(--buttonPrimaryFontFamily);
	font-size: var(--buttonPrimaryFontSize);
	border: none;
}

.mx-age-verification .mx-age-verification-buttons .mx-age-verification-button-disagree .mx-button:hover {
	color: #fff;
}

@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;
	}
}
