.mes-popup {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.mes-popup[hidden] {
	display: none;
}

.mes-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.62);
}

.mes-popup__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 620px);
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #fff;
	color: #222;
	padding: 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.mes-popup__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.mes-popup__title {
	margin-top: 0;
	padding-right: 36px;
}

.mes-popup__content > :last-child {
	margin-bottom: 0;
}
button.mes-popup__close {
    background: transparent !important;
    color: black !important;
}

body.mes-popup-open {
	overflow: hidden;
}

.woocommerce-privacy-policy-text p {
    font-size: 12px !important;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 1rem !important;
}
div#order_review {
    background: #fafafa;
    border-left: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px !important;
}
h3#order_review_heading {
    margin-bottom: 0rem !important;
    text-align: left;
    font: normal normal 800 30px / 51px Nunito Sans;
    letter-spacing: 0px;
    color: #74449b;
    opacity: 1;
    background: #fafafa;
    border-left: 1px solid #ccc;
    padding-top: 30px;
}

@media (max-width: 600px) {
	.mes-popup {
		padding: 16px;
	}

	.mes-popup__panel {
		padding: 24px;
	}
}
