.prlb-notices-fixed {
	position: fixed;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	/* width: min(640px, 92vw); */
	width: 90%;
	transition: opacity 0.35s ease;
}

.prlb-notices-fixed .woocommerce-message {
	margin: 0;
}

.prlb-notices-fixed.is-fading-out {
	opacity: 0;
}
