
body .visible-swindon { display:none !important; } 
body .hidden-swindon { display:inherit !important; } 
body.shop_swindon .hidden-swindon { display:none !important; }
body.shop_swindon .visible-swindon { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #2972a3;

	/*background-image: url("/myimages/881/zpos-bg-bluewallpapers.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/881/images/zpos-bg-bluewallpapers.jpg?auto=compress");

	background-attachment: fixed;
	background-position: left top;
	background-size: cover;
}

header, #mobile-header {
	background-color: #2972a3;

	background-image:none;
	background-attachment: scroll;
}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

#quantity_popup .modal-header h3 {
    font-size: 20px;
}
#quantity_popup #new_quantity {
    width: 85px;   
}
#quantity_popup_content #new_quantity_error {
    display: none;
    color: red;
}
#quantity_popup {
    max-width: 450px;
}
#quantity_popup .modal-body {
    padding-top: 25px;   
}
@media (max-width: 767px) {
    #quantity_popup {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    #quantity_popup {
        margin-left: -210px;
    }
    #quantity_popup_content {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}