/* ============================= */
/* CART OVERLAY                   */
/* ============================= */
.dr1007ecomcartoverlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 999;
}

.dr1007ecomcartoverlay.active {
	opacity: 1;
	visibility: visible;
}