
body .visible-bridgend { display:none !important; } 
body .hidden-bridgend { display:inherit !important; } 
body.shop_bridgend .hidden-bridgend { display:none !important; }
body.shop_bridgend .visible-bridgend { display:inherit !important; }

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

body {
	color: #ffffff;
	font-size: 16px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #000000;

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

	background-repeat: repeat;
	background-attachment: scroll;
}

header, #mobile-header {
	background-color: #000000;

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

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

/* Core CSS Fixes */
/* With the plan to be commited to the master.css in the future */
table, .table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th, .table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th, table .muted {
    background: transparent;
}
.table-hover tbody tr.ui-state-highlight:hover>th, .table-hover tbody tr.ui-state-highlight:hover>td {
    background: transparent;
}
.row-product {
    padding: 10px 0px;
}
.row-odd, .row-product:hover {
    background: none;
}
#opening-status:hover, #opening-status:focus,
#opening-status-mobile:hover, #opening-status-mobile:focus {
    text-decoration: none;
    cursor: default;
}
#zp-offcanvas-basket #order-empty {
    margin-bottom: 15px;
}
#mobile_food_menu_nav .btn {
    padding: 5px 5px 1px;
    border: none !important;
}
.copyright {
    text-align: left;
}
.vendor {
    float: right;
}
.cards, .vendor {
    padding-top: 5px;
}
.page_welcome #opening-status, .page_welcome #opening-status-mobile, .page_welcome .navbar {
    display: none;
}
.loyaltypoints_box .row-credits .col-equals .ui-widget-header {
    background: transparent !important;
    border: none !important;
}
.loyaltypoints_box .btn-success {
    margin-bottom: 15px;
}
.loyaltypoints_box .btn-link {
    color: #FFFFFF;
    font-size: 12px !important;
    text-decoration: underline;
}
.checkout #loginSignin, .checkout #ctl-forgotPassword {
    width: 100%;
    margin-bottom: 5px;
}
.btn, .btn:hover, .btn:focus {
    border: none;
}
.btn-option {
    height: auto !important;
}
#basket-container a {
    margin-top: 10px;
}
#responsive-food-menu .brand {
    text-shadow: none;
}
.page_menu .tb-nav-tabs {
    border: none;
    background: none;
}
.page_menu .tb-nav-tabs .ui-widget-header {
    background: none;
}
#responsive-food-menu .btn-navbar.btn-primary {
    margin-right: 10px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li {
    border: none;
    border-radius: 0px;
}
.modal-header .close, .well .close, .alert .close, .well.sys-alert button.close, #editProductModal .close {
    color: #FFFFFF;
    opacity: 0.8;
}
header .navbar {
    margin-bottom: 0px !important;
}
header .navbar-inner {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
}
#myCarousel {
    margin-bottom: 0px !important;
}
.ct_details_bar > [class*="span"] {
    min-height: auto !important;   
}
.menu-container .navbar-affix-container, .menu-container .navbar-affix-container .navbar-inner {
    background-color: transparent !important;
    background-image: none;
    /* height: auto !important; */
    border: none;
}
.page-review-order textarea {
    height: 230px;
}
.page_error-404 .alert { 
    background: transparent !important; border: none; 
}
.page_error-404 h1 { 
    padding: 5px 0px; 
}
.menu-selection .alert,
.menu-selection .well {
    background: transparent !important;
    border: none;
    box-shadow: none;
}
.menu-selection img {
    margin: 0px auto 30px;
    display: block;
}
.page-review-order h1 {
    text-align: center;
}
.how-im-ordering {
    margin-bottom: 20px;
}
.website-image {
    text-align: center; 
}
#responsive-food-menu .ctrl-mob-nav-search {
    box-shadow: none;
}
#responsive-food-menu.affix {
    left: initial;
}
.contact-us .box-opening-hours {
    margin-top: 20px;
}
.contact-us #contact_map_canvas {
    color: #000000 !important;   
}
.navbar-affix-container {
    height: auto !important;
}
/* END Core CSS Fixes */
/****************************************************************/

/**-- DISPLAY NONES --**/
.home h1, .home-about, #body-bottom-hr, 
.row_mods, .row_phones, 
.social_media_links small, .voucher_box .success span, 
#basket-container hr,
.ct_details_bar,
#myCarousel .carousel-indicators {
    display: none !important;
}

/* GLOBAL */
body {
    padding: 0;
}
body.home {
 	background: #000000;   
}
body:not(.home) #body {
 	padding: 50px 0px;   
}
#container {
    background: none;
    padding: 0;
    width: 100%;
    /*max-width: 2000px;*/
    box-shadow: none;
}
ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul {
    margin: 0 0 10px 25px;
}
a {
    color: #e0c435;
}
a:hover, a:focus {
    color: #d9bd2f;
}
em {
    color: #ec6331;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #9b9090;
    color: #FFFFFF;
    border: none;
}
* {
    box-sizing: border-box;   
}
.halal_icon {
    max-width: 50px;
    height: fit-content !important;
}
#logo {
    display:flex;
    justify-content: center;
}

/* SITE WIDTH */
.ct_details_bar, #body, #responsive-food-menu, .ct_header_row, .navbar-inner .container, .home .main, footer .row-fluid,
.column_slideshow, .home_container, #prefooter_container {
    max-width: 1170px;
    margin: 0 auto;
}

/* FONTS */
body {
    font-family: 'Outfit';
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: bold;
}

/* COLOURS */
.btn-success, .alert-success, .label-success, .badge-success,  
#editProductModal .btn-group>.dropdown-toggle.btn-success, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success, 
.trigger-paymentmethod .btn.active {
    background: #90ca56 !important;
    color: #000000 !important;
}
.btn-success:hover, .btn-success:focus, 
#editProductModal .btn-group>.dropdown-toggle.btn-success:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-success:focus, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success:hover, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success:focus {
    background: #89c250 !important;
    color: #000000 !important;
}
.text-success, .loyalty-card>div .loyalty-value, #opening-status.status-OPEN, #opening-status-mobile.status-OPEN {
    color: #90ca56 !important;
}

.btn-primary, .alert-primary, .label-primary, .badge-primary {
    background: #2379d1 !important;
    color: #FFFFFF !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #1d6fc3 !important;
    color: #FFFFFF !important;
}
.text-primary {
    color: #2379d1 !important;
}

.btn-info, .alert-info, .label-info, .badge-info, 
#editProductModal fieldset .btn-group>.dropdown-toggle, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle {
    background: #49afcd !important;
    color: #FFFFFF !important;
}
.btn-info:hover, .btn-info:focus, .btn-group.open .btn-info.dropdown-toggle, 
#editProductModal fieldset .btn-group>.dropdown-toggle:hover, 
#editProductModal fieldset .btn-group>.dropdown-toggle:focus, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:hover, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:focus {
    background: #409fbb !important;
    color: #FFFFFF !important;
}
.text-info {
    color: #49afcd !important;
}

.btn-danger, .alert-danger, .label-danger, .badge-danger, .alert-error, .modal-footer button:first-of-type,  
#editProductModal .btn-group>.dropdown-toggle.btn-danger, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger {
    background: #e73f30 !important;
    color: #FFFFFF !important;
}
.btn-danger:hover, .btn-danger:focus, .modal-footer button:first-of-type:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger:focus, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger:hover, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger:focus {
    background: #df3a2b !important;
    color: #FFFFFF !important;
}
.text-danger, .text-error, #opening-status.status-CLOSED, #opening-status-mobile.status-CLOSED {
    color: #e73f30 !important;
}

.btn-warning, .alert-warning, .label-warning, .badge-warning {
    background: #ec6331 !important;
    color: #000000 !important;
}
.btn-warning:hover, .btn-warning:focus {
    background: #e25c2b !important;
    color: #000000 !important;
}
.text-warning {
    color: #ec6331 !important;
}

.btn-inverse, .alert-inverse, .label-inverse, .badge-inverse {
    background: #aeaeae !important;
    color: #000000 !important;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #a5a0a0 !important;
    color: #000000 !important;
}
.text-inverse {
    color: #aeaeae !important;
}

.text-gold {
    color: #e0c435 !important;   
}

/* BUTTONS */
.btn {
    font-family: 'Outfit', 'Arial', sans-serif !important;
    text-shadow: none;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 110%;
    font-weight: 500;
    border-radius: 7px;
    font-size: 14px;
    padding: 8px 14px 6.5px;
}
.btn-large {
    font-size: 20px !important;
    padding: 13px 25px 11px !important;
    border-radius: 30px !important;
}
.btn-small {
    padding: 5px 8px 4px;
}
.btn-small i {
    /*position: relative;
    top: 1px;*/
}
.menu .btn-small {
 	position: relative;
    top: -3px;
}
/*special padding might be needed for buttons with icons*/
#basket-container .btn a, #zp-offcanvas-basket a {
    padding: 6px 10px 8px;
}
#basket-container .badge,
.basket-delivery-table .badge{
    font-size: 12.844px;
    font-weight: normal;
    line-height: 14px;
}
#basket-container .badge,
.basket-delivery-table .badge{
    margin-top:10px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 8px 6px;
    margin-right: 10px;
}

#basket-container a i {
    position: relative;
    top: 2px;
}

/* DROPDOWN MENU */
.dropdown-menu {
    background: #e0c435;
    border: 0;
    padding: 0px;
}
.dropdown-menu>li {
    padding: 0px;
}
.dropdown-menu>li>a {
    font-size: 18px;
    padding: 10px;
    color: #000000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: #d6ba2e;
    color: #000000;
}

/* INPUTS */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .page_members .btn-group .btn.dropdown-toggle {
    font-family: 'Outfit', 'Arial', sans-serif !important;
    box-sizing: border-box;
    height: 29.89px;
}

/* WELLS */
.well, .page-review-order, .ui-tabs-menu {
    background: #212121;
    /*border: 1px solid rgba(0, 0, 0, .04);
    transition: box-shadow .2s ease-in-out;
    border-radius: 5px !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 8%);*/
}
.well, .page-review-order {
    padding: 15px;
}
.ui-tabs-menu {
    border-top-left-radius: 0px !important; 	
    border-top-right-radius: 0px !important;
}

/* LEGEND, UI-WIDGET */
legend, .ui-widget-header {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 5px 2px;
    background: #dfc525;
    
}
.ui-widget-header {
 	font-size: 20px;
    line-height: 110%;
    padding: 10px 5px 8px !important;   
}
legend {
 	font-size: 18px;
}

/*--SYSTEM ALERTS**/
.well.sys-alert {
    text-align: center;
    color: #FFFFFF;
    background: grey !important;
}
.well-small.sys-alert .lead {
    color: #FFFFFF;
}
.sys-message {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    border-radius: 0px !important;
    text-shadow: none !important;
}

/* MODALS */
.modal-header {
	background: #e0c435;
}
.modal-header h3 {
 	color: #000000;   
    font-size: 22px;
    line-height: 110%;
}
.modal-body {
    background: #FFFFFF;
    color: #000000;
}
.modal-footer {
    background: #2b2828;
    color: #fff;
    opacity: 1;
    border-radius: 0px;
}
.modal-footer h3,
.modal-footer h3 span {
    /*font-size: 20px;
    line-height: 110%:*/
}
.modal-body .well {
    background: #f5f5f5 !important;
    color: #000000;
}

/* CARETS */
header .navbar .caret {
    border-top-color: #FFFFFF !important;
    transition: transform 0.3s;
    margin-top: 8px !important;
}
header .navbar .nav li.dropdown.open>.dropdown-toggle .caret {
    transform: rotate(180deg);
}
.navbar .nav li.dropdown>.dropdown-toggle:hover>.caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #e0c435 !important;
}
#editProductModal .btn-info .caret, #editSpecialDealModal .btn-info .caret {
    margin-top: 8px;
    border-top-color: #FFFFFF;
}
#editProductModal .btn-option .caret, #editSpecialDealModal .btn-option .caret {
    margin-top: 4px;
    border-top-color: #FFFFFF;
}
#editProductModal .btn-option.btn-success .caret {
    border-top-color: #000000;
}
.mod_postcode_box .btn .caret {
    border-top-color: #000000;   
}

/* HEADER SECTION */
#opening-status, #opening-status-mobile {
    border: none;
    background: none;
    margin-left: 0px;
    font-weight: 600;
}
#opening-status:hover, #opening-status:focus, #opening-status-mobile:hover, #opening-status-mobile:focus {
    text-decoration: none;
    cursor: default;
}
#opening-status-mobile {
    padding-left: 0px;   
}
header {
    padding: 20px 0px;   
    background: #00000050;  
}

/* NAV SECTION */
header .navbar {
    padding: 23px 0px;   
}
header .navbar a {
    text-shadow: none !important;
}
header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}
header .navbar .nav>.active>a, header .navbar .nav>.active>a:focus, header .navbar .nav>.active>a:hover, header .navbar .nav>li>a:focus, header .navbar .nav>li>a:hover, header .navbar .nav li.dropdown.open>.dropdown-toggle, header .navbar .nav li.dropdown.active>.dropdown-toggle, header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #e0c435;
    background-color: transparent;
    box-shadow: none;
}
header .navbar .dropdown-menu a {
    text-transform: uppercase;
    font-weight: 600;
}

/* FOOTER SECTION */
.label-copyright {
    color: #ffffff;
}
.label-copyright a {
    /*color: #161616;
    text-decoration: underline;*/
}
.label-copyright a:hover, .label-copyright a:focus {
    /*color: #252525;*/
}
footer .row-fluid {
    padding: 30px 0px;   
}
footer {
    background: #0b0b0b;  
    color: #FFFFFF;
    margin-top: 0px;
}
#prefooter {
    text-align: center;  
    background: #000000;
}
#prefooter a:not(.social) {
    color: #90ca56;  
}
#prefooter a:not(.social):hover, #prefooter a:not(.social):focus {
    color: #89c24f;
}
#prefooter p {
    color: #afafaf;   
    font-size: 18px;
}
#prefooter a.social {
    color: #FFFFFF;
    font-size: 18px;
}
#prefooter hr {
    border: 1px solid #1c1c1c;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}
#prefooter_container {
    position: relative;   
}
#footer_backtotop {
    position: absolute;
    top: 100px;
    right: 0px;
    transition: all 0.3s;
}
#footer_backtotop:hover {
    transform: translateY(-3px);   
}
#prefooter_logo {
    margin-bottom: 50px;   
}
#prefooter .second .text{
 	position: relative;
    top: 4px;   
}

/* HOME PAGE */
.home h4,
.mod_postcode_box .sublead {
    font-size: 24px;
    line-height: 110%;
    color: #aeaeae;
}
.home h2,
.mod_postcode_box .lead {
    font-size: 53px;
    line-height: 110%;
}
.home_container,
#prefooter_container {
    padding: 90px 0px;   
}

#home_hero {
    background: url('/myimages/1071/zpos-bg-bd_bg_foodicons.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
}
.column_slideshow .carousel-caption > .row-fluid > [class*="span"] {
    position: relative;   
}
.column_slideshow .carousel-caption .right {
 	text-align: center;  
}
.carousel-caption {
    background: transparent;  
    color: #FFFFFF;
    padding: 0px;
}
.carousel-caption h4 {
    margin-bottom: 50px;
}
.carousel-caption h3 {
    font-weight: 500;
    font-size: 55px;
    line-height: 110%;
}
.carousel-caption h2 {
    font-weight: 900;
    font-size: 94px;
    line-height: 90%;
    margin-bottom: 40px;
}
.carousel-caption .red_box h4 { 
    font-size: 54px;
    line-height: 110%;
    margin-bottom: 0px;
}
.carousel-caption .red_box h3 { 
    font-size: 40px;
    line-height: 110%;
}
.carousel-caption .red_box {
    border: 2px dotted #e73f30;  
    padding: 15px 10px;
    text-align: center;
}
.caption_text_wrapper {
    max-width: 370px;   
}
.carousel-caption p {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 10px;
}
.carousel-caption small {
    font-size: 14px;
    color: #afafaf;
}
.column_slideshow .carousel-indicators {
    left: 0px;
    bottom: -10px;
    top: auto;
}
.homehero_shape1, .homehero_shape2, .homehero_burger, .homehero_kebab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.homehero_shape1 {
    /*top: 20%;   */
    top: -120px;
}
.homehero_kebab {
    max-height: 640px;
    top: 45%;
}
.carousel-inner>.item>img {
    height: calc(100vh - 127px);
}
#mycarousel-controls {
    position: absolute;
    bottom: 50px;
    z-index: 50;
}
.carousel-control{
 	background: none;
    border: none;
    color: #e0c435;
    font-family: 'Outfit';
    font-size: 30px;
    opacity: 1;
}
.carousel-control:hover,
.carousel-control:focus {
 	color: #cfb42d;   
}
#myCarousel .carousel-control.left {
    left: 0px;   
}
#myCarousel .carousel-control.right {
    left: 100px;   
}
#myCarousel .current_slide {
    position: absolute;
    left: 35px;
    bottom: -8px; 
    font-size: 20px;
    color: #e0c435;
}
#myCarousel .slide_separator {
    position: absolute;
    left: 65px;
    bottom: -8px; 
    color: #e0c435;
    font-size: 20px;
}
#myCarousel .total_slides {
    position: absolute;
    left: 80px;
    bottom: -8px; 
    font-size: 20px;
}

#mod_postcode_box_pc {
    line-height: normal !important;
    vertical-align: middle !important;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    height: 54px;
    font-size: 20px;
    padding-top: 9px;
}
#mod_postcode_box_pc::placeholder {

}
.mod_postcode_box .btn {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding: 17px 25px 15px !important;
}
.mod_postcode_box .lead,
.mod_postcode_box .sublead {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}
.mod_postcode_box {
    margin-top: 50px;   
}
.home .main p:not(.lead) {
    color: #afafaf;
}
.mod_postcode_box .col3 small {
    color: #7e7e7e;
    font-size: 11px;
}
.mod_postcode_box .col3 {
    max-width: 280px;
    line-height: 90%;
}

#home_dishes {
    background: url('/myimages/1071/zpos-bg-bd_bg_foodicons2.jpg') no-repeat center center;
    background-size: cover;
    text-align: Center;
}
#home_dishes_inner,
#home_reviews_inner,
#home_gallery_inner {
    max-width: 1000px;
    margin: 0px auto;
}
#home_dishes_intro {
    margin: 0px auto 50px;
}
#home_dishes_intro p {
    color: #afafaf;
    max-width: 670px;
    margin: 0px auto;
}
#home_dishes .box_img {
    margin: 10px auto 0px; 
    transition: all 0.3s;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#home_dishes .box {
    margin: 0px 20px;   
    transition: all 0.3s;
    position: relative;
    padding-bottom: 140px;
}
#home_dishes .box p {
    font-size: 18px;
    max-width: 190px;
    margin: 0px auto 20px;
    color: #afafaf;
}
#home_dishes .slick-prev:before, #home_dishes .slick-next:before {
 	font-size: 40px;   
}
#home_dishes .slick-prev {
    left: -45px;
}

#home_banners img {
    width: 100%;
}

#home_loyalty {
    background: url('/myimages/1071/zpos-bg-bd_bg_slate.jpg') no-repeat center center;
    background-size: cover;
}
#home_loyalty_inner {
    position: relative;   
}
#home_loyalty p {
    color: #afafaf; 
    margin-bottom: 20px;
}
#home_loyalty .left,
#home_loyalty .right {
    position: relative;
    z-index: 10;
}
#home_loyalty .middle {
    position: relative;   
}
#icon_driver {
    position: absolute;
    /*width: 50px;
    background: red;*/
    left: 0;
    top: 50px;
    z-index: 5;
    margin-left: -100px;
}  

#home_reviews_intro,
#home_gallery_intro {
    text-align: center;   
    margin-bottom: 60px;
}
#home_reviews p {
    font-size: 18px;
    line-height: 130%;
    /*max-width: 400px;*/
}
#home_reviews p.author {
    color: #afafaf;
    margin-top: 20px;
}
#home_reviews .star_rating {
    margin-bottom: 20px;   
}
#reviews_carousel_controls {
    top: auto;
    bottom: 0px;
    right: 470px;
    transform: translateX(50%);   
    position: absolute;
    z-index: 50;
}
#reviews_carousel .carousel-control.left {
    left: 0px;   
}
#reviews_carousel .carousel-control.right {
    left: 115px;   
}
#reviews_carousel .current_slide {
    position: absolute;
    left: 50px;
    bottom: -8px; 
    font-size: 20px;
    color: #e0c435;
}
#reviews_carousel .slide_separator {
    position: absolute;
    left: 80px;
    bottom: -8px; 
    color: #e0c435;
    font-size: 20px;
}
#reviews_carousel .total_slides {
    position: absolute;
    left: 95px;
    bottom: -8px; 
    font-size: 20px;
}


#home_parallax {
    height: 700px;   
}

#home_gallery {
    background: url('/myimages/1071/zpos-bg-bd_bg_foodicons.jpg') no-repeat center center;
    background-size: cover; 
}
#home_gallery img {
    border-radius: 30px;   
}
#home_gallery .img_box {
    margin-bottom: 20px;   
}
#home_gallery .first_column {
    padding-top: 100px;   
}
#home_gallery .third_column {
    padding-top: 50px;   
}
#home_gallery .fourth_column {
    padding-top: 110px;   
}

.crosshover {
    position: relative;
    text-align: center;
}
.crosshover:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.crosshover:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.crosshover:after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.crosshover:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;   
}

/* MENU PAGE */
#responsive-food-menu {
	background: #e0c435;
    text-transform: uppercase;
    font-weight: bold;
}
#responsive-food-menu .brand {
	color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px 10px 15px;
}
.how-im-ordering {

}
.how-im-ordering-menuname {

}
.how-im-ordering small {

}
.row-product h5 {
	font-size: 16px;
}
.cat-desc {
    /*font-size: 16px;
    padding: 5px 10px;
    line-height: 130%;*/
}
#editProductModal .modal-body h4 .name, #editSpecialDealModal .modal-body h4 .name, #editProductModal .modal-body h3, #editSpecialDealModal .modal-body h3 {
    font-size: 40px;
    line-height: 110%;
    text-align: center;
}
.ui-tabs-panel {
    color: #FFFFFF;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    background: #e0c435;
    color: #000000 !important;
}
.ui-tabs .ui-tabs-nav li {
    background: #6c6c6c;
    padding-right: 0px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover, .page_menu .ui-tabs .ui-tabs-nav li:focus {
    background: #5e5e5e;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}
#menu-search-box {
    width: 223px;
    border-radius: 5px;
    height: 30px;
}
#zp-offcanvas-menu .uk-offcanvas-bar {
    background: #212121;
}
#zp-offcanvas-menu .uk-offcanvas-bar a {
 	color: #FFFFFF;   
}
#zp-offcanvas-basket .uk-offcanvas-bar {
}
.popover .popover-title {
    background: #ec6331;
    color: #000000 !important;
    font-size: 16px !important;
    padding: 10px 15px 6px;
    font-weight: bold;
}
.popover .popover-content {
    color: #000000;
}
#editProductModal fieldset .option-label {
 	font-size: 12px;  
}
#editProductModal fieldset .btn-group>.dropdown-toggle {
    position: relative;
    top: -1.5px;
}
#editProductModal fieldset .label-default {
	heighT: 17px;
}
.ctrl-mob-nav-search .icon-search {
 	position: relative;
    top: 3px;
}

/* CHECKOUT PAGE */
.checkout h2, .contact-us h1 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 110%;
}
.checkout h4, .checkout h5 {
    font-size: 20px !important;
    line-height: 110%;
}
.checkout .well-basket h4 {
 	color: #000000;   
}
.checkout .well-basket {
    background: #FFFFFF !important;
}
.trigger-paymentmethod i.tick {
    color: #000000 !important;
}
.checkout .btn-proceed-final {
}
.checkout .well-basket .muted,
.checkout .well-basket small {
   	color: #000000;
}
.checkout .product-basket th,
.checkout .product-basket td  {
    border-color: #000000;
    color: #000000;
}
.checkout .loyalty-description h2 {
	color: #000000;
    font-size: 24px;
}
#dlgResetPassword label {
 	color: #FFFFFF;   
}


/*LP*/
.loyaltypoints_box {
    background: #ec6331 !important;
}
.loyaltypoints_box .ui-widget-header {
    background: #000000 !important;
    color: #FFFFFF !important;
    border: none;
    font-size: 14px;
    padding: 5px !important;
}
.loyaltypoints_box .row-credits .well-white {
    color: #000000;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.loyaltypoints_box .row-credits .col-equals .well {
    color: #FFFFFF;
}
.loyaltypoints_box h5 {
 	font-weight: bold;   
}

/* MEMBERS PAGE */
.nav-list>li>a {
    text-shadow: none;
    color: #FFFFFF;
}
.nav-list .nav-header{
    color: #e73f30;
    text-shadow: none;
    font-size: 18px;
}
.nav-list>li>a i {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png");
}
.nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"] {
    /*background-image: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings.png");*/
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus, .nav-list a:hover, .nav-list a:focus  {
    background: transparent !important;
    color: #e0c435 !important;
}
.hero-unit {
    background: #e0c435;
    color: #000000;
}
.hero-unit a {
    color: #000000; 
    text-decoration: underline;
}
.members .btn-group .btn.dropdown-toggle {
    background: #FFFFFF;
    text-transform: none;
    color: #555555;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 7px 10px 6px;
}
.members .btn-group .btn.dropdown-toggle .caret {
 	margin-top: 6px;   
}
.section-sales-reports .btn-primary:not(.active) {
    background: #004eaf !important;
}

/* CONTACT PAGE */

/* REVIEW ORDER PAGE */
.page-review-order {
 	background: #212121 !important;
    border: 1px solid #e3e3e3;
    color: #FFFFFF;
}
.page-review-order .rating-row small.muted {
    color: #FFFFFF;
}
.page-review-order .page-header{

}
.rating-row {
 	color: #FFFFFF;   
}
.rating-row .lead {
    color: #ec6331 !important;
}

/* 404 PAGE */
.page_error-404 h2, .page_error-404 h3, .page_error-404 #body p {

}

/* ORDER CONFIRMATION PAGE */
.p-thanks-for,
.p-last-minute {

}

/* MENU SELECTION PAGE */
.menu-selection h1 {
    text-align: center;
    color: #e0c435;
    font-size: 50px;
    line-height: 110%;
}
.menu-selection h3 {
    text-align: center;
    font-size: 25px;
    line-height: 110%;
    text-shadow: none;
    color: #FFFFFF;
}


/* TERMS AND CONDITIONS PAGE */

/* SOCIAL MEDIA */

/* MEDIA QUERIES */

@media (min-width: 1201px) {
    .carousel-caption {
        top: 50px;
    }
    .homehero_img_static {
        position: relative;
        top: -20px;
    }
}
@media (max-width: 1200px) {
    #responsive-food-menu.affix {
        left: 0;
    }
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 20px;
    }
    .members #frmRegister #ctl-lookupAddress {
        display: block;
    }
    .members #frmRegister #registerPostcode {
        width: 206px;
    }
    .members #frmLogin #ctl-forgotPassword {
        display: block;
    }
    .members #frmLogin #loginPassword {
        width: 206px;
    }
    header, 
    #body,
    .home_container,
    .column_slideshow,
    footer .row-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
        font-size: 18px;   
    }
    .column_slideshow {
        /*margin-top: 50px;*/
        padding-bottom: 30px;
    }
    .homehero_kebab {
        max-height: 470px;
        top: 55%;
    }
    .carousel-caption h4 {
        margin-bottom: 20px;
    }
    .carousel-caption h2 {
        margin-bottom: 20px;   
    }
    #home_hero {
        height: auto;   
    }
    .carousel-caption {
        top: 0px;
    }
    .home h2, .mod_postcode_box .lead {
        font-size: 45px;
    }
    .carousel-inner>.item>img,
    .column_slideshow .carousel-caption > .row-fluid {
        height: 500px;   
    }
    .home_container, #prefooter_container {
        padding: 60px 20px;
    }
    #home_dishes .slick-next {
        right: 10px;
    }
    #home_dishes .slick-prev {
        left: -10px;
    }
    #home_dishes .box p {
     	max-width: 250px;   
    }
    #home_parallax {
        height: 600px;
    }
    #footer_backtotop {
     	right: 20px;   
    }
    .homehero_img_static {
     	max-height: 480px;   
    }
    #reviews_carousel_controls {
     	right: 450px;   
    }
    #mycarousel-controls {
     	bottom: 0px;   
    }
    #home_loyalty_inner .middle {
     	display: none;   
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    #home_loyalty h2 {
     	font-size: 35px;  
    }
    .trigger-paymentmethod .btn {
        font-size: 16px !important;
        padding: 13px 15px 11px !important;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    #home_loyalty_inner > [class*="span"] {
    	width: 48.5% !important;
        text-align: center;
    }
}
@media (max-width: 1182px) {
    #basket-container {
        margin-top: 20px;
    }
}
@media (min-width: 980px) {
    header .navbar .nav>li:first-child {
        padding-left: 0px;   
    }
    header .navbar .nav>li:last-child {
        padding-right: 0px;   
    }   
    header .navbar-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    header .navbar .container {
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width: 979px) {
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 22px;
    }
    .trigger-paymentmethod .btn {
        width: 100% !important;
        display: block;
    }
    header .navbar {
        padding: 0px 0px;
    }
    header .btn-navbar {
        border-radius: 0px !important;
        background: #e73f30 !important;
        margin-right: 0px !important;
    }
    header .btn-navbar:hover, header .btn-navbar:focus {
        background: #df3a2b !important;
    }
    header {
        padding: 10px 20px;   
    }
    header .navbar a {
        text-align: center;   
    }
    .carousel-caption h2 {
        font-size: 50px;   
    }
    .carousel-caption h3 {
        font-size: 30px;   
    }
    .carousel-caption .red_box h4 {
        font-size: 30px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    .caption_text_wrapper {
        max-width: 270px;
    }
    .carousel-caption .red_box h3 {
        font-size: 20px;
    } 
    #home_hero_inner {
        padding-bottom: 20px;   
    }
    .homehero_kebab {
        max-height: 370px;
    }
    .column_slideshow {
        margin-top: 10px;
    }
    .home_container, #prefooter_container {
        padding: 40px 20px;
    }
    .home h2, .mod_postcode_box .lead {
        font-size: 35px;
    }
    #home_parallax {
        height: 500px;
    }
    #home_gallery .first_column {
        padding-top: 50px;
    }
    #home_gallery .third_column {
        padding-top: 25px;
    }
    #home_gallery .fourth_column {
        padding-top: 55px;
    }
    #prefooter h3 {
     	font-size: 20px;
        line-height: 110%;
    }
    header .nav .dropdown-menu a {
     	color: #FFFFFF !important;   
    }
    header .nav .dropdown-menu a:hover, header .nav .dropdown-menu a:focus {
        background: transparent;
        color: #e0c435 !important;
    }
    #home_hero {
        background-repeat: repeat;
        background-size: auto;   
    }
    .homehero_img_static {
        max-height: 400px;
    }
    #reviews_carousel_controls {
        right: 160px;
        bottom: -20px;
    }
    #reviews_carousel {
     	margin-bottom: 40px;   
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    #logo img {
        height: 56px;   
        object-fit:contain;
    }
    header .navbar .nav-collapse {
        background: #212121;   
    }
    #opening-status-mobile {
        margin-top: 12px;   
    }
    header .btn-navbar {
        margin-top: 15px !important;
    }
    .home h4, .mod_postcode_box .sublead {
        font-size: 18px;
    }
    .carousel-inner>.item>img,
    .column_slideshow .carousel-caption > .row-fluid {
        height: 435px;   
    }
    #postcode_right img {
     	margin-top: -20px;   
    }
    #responsive-food-menu .brand {
        padding: 10px 20px 10px 0px;
    }
}
@media (min-width: 768px) {
    #postcode_right {
        text-align: right;   
    }
    #home_reviews .left {
        text-align: right;   
    }
    .column_slideshow .carousel-caption > .row-fluid,
    .home .main,
    .review_content {
        display: flex;  
        align-items: center;
    }
    #home_reviews .item .right {
        padding-left: 50px; 
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    .menu-container .ui-tabs-vertical .ui-tabs-panel {
        width: 100% !important;
    }
    .row-order-complete- .span12 {
        padding: 20px;
    }
    .contact-us .box-contact-information {
        margin-top: 22px !important;
    }
    .checkout .well h4, 
    .checkout .well h5,
    .contact-us .ui-widget-header,
    .ui-widget:not(.ui-tabs-menu),
    .how-im-ordering {
        text-align: center;
    }
    .copyright, .cards, .vendor-zpos {
        text-align: center;
        display: block !important;
        margin-bottom: 30px;
    }
    .row-variation {
        margin-bottom: 5px;
    }
    .checkout h2, .contact-us h1 {
        text-align: center;
    }
    #responsive-food-menu .brand {
        width: 100%;
        text-align: center;
    }
    #responsive-food-menu .btn-navbar:not(.ctrl-mob-nav-search) {
        float: left;
    }
    .menu-selection .btn {
        max-width: 500px;
        margin: 10px auto;
    }
    #logo {
        text-align: center; 
        margin-bottom: 10px;
    }
    .column_slideshow .carousel-caption .right {
        display: none;   
    }
    .column_slideshow .carousel-caption .left {
        text-align: center;   
    }
    .caption_text_wrapper {
        max-width: 500px;
        margin: 0px auto;
    }
    .carousel-inner>.item>img {
        height: 350px;   
    }
    .home_container, #prefooter_container {
     	text-align: center;   
    }
    #postcode_right img {
     	margin-top: 30px;   
    }
    .mod_postcode_box .col3 {
     	margin: 0px auto;   
    }
    .home .main p:not(.lead) {
        max-width: 500px;
        margin: 0px auto;
    }
    #home_banners_inner > [class*="span"] .crosshover {
        max-width: 500px;
        margin: 0px auto 20px;
        display: block;
    }
    #home_loyalty .middle {
        display: none;   
    }
    #home_loyalty_inner > [class*="span"] .content {
        max-width: 500px;
        margin: 0px auto;
    }
    #home_loyalty .right {
     	margin-top: 50px;   
    }
    #home_reviews_intro, #home_gallery_intro {
        margin-bottom: 30px;
    }
    #reviews_carousel_controls {
     	right: 50%;   
    }
    #home_reviews p {
        max-width: 500px;
        margin: 0px auto;
    }
    #home_parallax {
        height: 400px;
    }
    #home_gallery .first_column,
    #home_gallery .third_column,
    #home_gallery .fourth_column {
        padding-top: 0px;
    }
    #home_gallery .first_column,
    #home_gallery .second_column {
     	display: none;   
    }
    #home_gallery .img_box {
     	display: block;
        max-width: 253px;
        margin: 20px auto;
    }
    #prefooter h3 {
     	margin-top: 40px;   
    }
    #prefooter p {
     	max-width: 380px;
        margin: 0px auto;
    }
    .menu-selection h1 {
     	font-size: 35px;   
    }
    .menu-selection h3 {
     	font-size: 18px;   
    }
    #home_dishes,
    #home_loyalty {
        background-size: auto;
        background-repeat: repeat-y;
    }
    #home_gallery {
        background-repeat: repeat-y;
    }
    #reviews_carousel_controls,
    #mycarousel-controls {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;   
    }
    #reviews_carousel_controls {
        bottom: -40px;
    }
    #reviews_carousel .carousel-control.left,  #myCarousel .carousel-control.left,
    #reviews_carousel .carousel-control.right,  #myCarousel .carousel-control.right,
    #reviews_carousel .current_slide,  #myCarousel .current_slide,
    #reviews_carousel .slide_separator,  #myCarousel .slide_separator,
    #reviews_carousel .total_slides,  #myCarousel .total_slides {
     	position: static;   
    }
    #reviews_carousel .carousel-control.left, #myCarousel .carousel-control.left {
     	padding-right: 10px;   
    }
    #reviews_carousel .carousel-control.right, #myCarousel .carousel-control.right {
     	padding-left: 10px;   
    }
    #myCarousel .slide_separator {
        padding: 0px 3px;   
    }
    .star_rating {
     	margin-top: 30px;   
    }
    .vendor-zpos {
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) and (min-width: 481px) {
}
@media (max-width: 600px) and (min-width: 481px) {
    #home_dishes .slick-prev, #home_dishes .slick-next {
     	top: auto;
        bottom: -20px;
    }
}
@media (min-width: 481px) {
    #home_dishes .box:hover {
        background: #e65d2e;
    }
    #home_dishes .box:hover p,
    #home_dishes .box:hover h3 {
        color: #000000;
    }
    #home_dishes .box:hover .box_img {
        transform: scale(1.25) translateX(-40%);
    }   
}
@media (max-width: 480px) {
    .carousel-caption {
        position: absolute;   
    }
    .home h4, .mod_postcode_box .sublead {
        font-size: 18px;
    }
    .carousel-caption h3 {
        font-size: 22px;
    }
    .carousel-caption h2 {
        font-size: 32px;
    }
    #mod_postcode_box_pc {
        width: 170px;   
    }
    #home_parallax {
        height: 300px;
    }
    header .dropdown-menu a {
     	font-size: 16px !important;   
    }
    #footer_backtotop {
     	top: 190px;   
    }
}
@media (max-width: 380px) {
    #mod_postcode_box_pc {
     	font-size: 16px !important;  
        height: 41.59px;
        width: 140px;
    }
    .mod_postcode_box .btn {
     	font-size: 16px !important;
        padding: 13px 19px 11px !important;
    }
    .mod_postcode_box .btn .caret {
     	margin-top: 5px;   
    }
}


.selected-no-salad { display: none; }
.order h1 { display: none;}
.order-complete-title {
    display: block !important;
}