.qzr-notices {
	position: fixed;
	flex-wrap: wrap;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	font-size: 0.8rem;
	padding: 10rem 20rem;
	backdrop-filter: blur(2px);
	z-index: 9999;
}
.qzr-notices .buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.qzr-notices .buttons > .button {
	margin: 0 !important;
	width: 100%;
	position: relative !important;
	display: inline-block;
	max-width: 50rem;
	max-height: 50vh;
	overflow-y: auto;
	width: calc(50% - 1rem);
	overflow-y: auto;
}

.qzr-notices .content {
	left: 50%;
	overflow-y: auto;
	transform: translateX(-50%);
	position: relative;
	display: inline-block;
	width: 100%;
	max-height: 50vh;
	overflow-y: auto;
}

.qzr-notices .content div[class^="woocommerce-"] {
	margin-bottom: 0;
}

.qzr-notices .content .woocommerce-error .button,
.qzr-notices .content .woocommerce-message .button {
	opacity: 0;
	pointer-events: none;
	display: none;
}

.qzr-notices .content div[class^="woocommerce-"]:nth-child(odd){
	background: #f1f1f1;
}

.qzr-notices .content > div {
	width: 100%;
	display: inline-block;
	margin-bottom: 0.1rem;
}

.woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-notices-wrapper {
	display: none;
}

@media (max-width: 1024px) {
	.qzr-notices {
		padding: 1rem;
		padding-top: 5rem;
	}
	.qzr-notices .buttons > .button {
		width: 100% !important;
		margin-bottom: 0.5rem !important;
	}
	.qzr-notices .buttons {
		display: block;
	}
}
