.subscribePopup {
	display: none;
    position: fixed;
	bottom: 20px;	
    right: 20px;							
	background: #333;
	color: #fff;
	padding: 12px 20px;
	border-radius: 8px;
	font-size: 14px;
	z-index: 9999;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

								
@media only screen and (max-width: 991.96px) {
	.cart-banner .image-column {
		order: 2;
	}
	.cart-banner .content-column {
		order: 1;
	}
}



.find-location-wrapper {
	padding: 40px;
}

