@import url(https://fonts.googleapis.com/css?family=Mulish|Lobster|Lobster|Lobster|Lobster);

body .visible-wolverhampton { display:none !important; } 
body .hidden-wolverhampton { display:inherit !important; } 
body.shop_wolverhampton .hidden-wolverhampton { display:none !important; }
body.shop_wolverhampton .visible-wolverhampton { display:inherit !important; }

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

body {
	font-family: 'Mulish';
	font-weight: bold;
}
h1 {
	font-family: 'Lobster';
	font-weight: normal;
}
h2 {
	font-family: 'Lobster';
	font-weight: normal;
}
h3 {
	font-family: 'Lobster';
	font-weight: normal;
}
h4 {
	font-family: 'Lobster';
	font-weight: normal;
}
body {
	background-color: #000000;

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

	background-repeat: no-repeat;
	background-position: center top;
}

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

	background-image:none;
}

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

/* Core CSS Fixes */
/* With the plan to be commited to the master.css in the future */ 

/* END Core CSS Fixes */
/****************************************************************/



/**-- DISPLAY NONES --**/
.home h1, .home-about, #body-bottom-hr,.row_mods,.row_phones,
.carousel-control,
.social_media_links small,
.voucher_box .success span,
#basket-container hr {
	display: none !important;
}


/* *************** */
/* GLOBAL SETTINGS */
/* *************** */
body {
    padding: 0;
}
body.home {
 	background: #000000;   
}
.home #bodywrap {
    background-image: url('/myimages/276/zpos-bg-n1p_bodybg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
#container {
    background: none;
    padding: 0;
	width: 100%;
}
#body {
	margin-top: 90px !important;
	margin-bottom: 30px !important;
}
.home #body {
 	margin-bottom: 120px !important;   
}
a{
    color:#ea5d0f;
    text-decoration:none;
}
a:hover, a:focus{
    color:#db5409;
}
em {
 	color: #fab717;   
}
.website-image {
    text-align: center;   
}
ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
	margin: 0 0 10px 25px;
}
* {
	text-shadow: none !important;
	border-radius: 0 !important;
	line-height: normal;
}
#container { box-shadow:none; }

h5, h6 {
	font-weight: normal;
}

body {
    font-family: 'Muli';   
}
h5, h6, 
header .navbar .nav>li>a, header .nav-collapse .nav>li>a, header .nav-collapse .dropdown-menu a,
#opening-status,
.btn-slideshow,
.mod_postcode_box .lead,
#responsive-food-menu .brand {
 	font-family: 'Lobster' !important;   
}

/**-- SITE WIDTH --**/
.ct_header_row, 
header .navbar-inner .container,
.ct_details_bar, 
#body, 
#responsive-food-menu,
footer .row-fluid {
	max-width: 1170px;
	margin: 0 auto;
}

.home .main,
.home #body {
    max-width: 1400px;
    margin: 0 auto;
}


/* **************** */
/* BUTTONS & ALERTS */
/* **************** */


/**-- 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: #38d54e !important; 
	color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus { 
	background: #2cc842 !important; 
	color: #000000 !important; 
}
.text-success, .loyalty-card>div .loyalty-value, #opening-status.status-OPEN { 
	color: #38d54e !important; 
}

.btn-primary, .alert-primary, .label-primary, .badge-primary { 
	background: #3885d5 !important; 
	color: #FFFFFF !important; 
}
.btn-primary:hover, .btn-primary:focus { 
	background: #2d75c1 !important; 
	color: #FFFFFF !important; 
}
.text-primary { 
	color: #3885d5 !important;
}

.btn-info, .alert-info, .label-info, .badge-info,
#editProductModal fieldset .btn-group>.dropdown-toggle, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle { 
    background: #11bfc7 !important; 
    color: #000000 !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: #0babb3 !important; 
    color: #000000 !important; 
}
.text-info { 
    color: #11bfc7 !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: #be1724 !important;
	color: #FFFFFF !important;
}
.btn-danger:hover, .btn-danger:focus, .modal-footer button:first-of-type:hover {
	background: #b0121e !important; 
	color: #FFFFFF !important; 
}
.text-danger, .text-error, #opening-status.status-CLOSED { 
	color: #be1724 !important; 
}

.btn-warning, .alert-warning, .label-warning, .badge-warning { 
	background: #ea5d0f !important; 
	color: #000000 !important; 
}
.btn-warning:hover,.btn-warning:focus {
	background: #da540a !important; 
	color: #000000 !important;
}
.text-warning { 
	color: #ea5d0f !important; 
}

.btn-inverse, .alert-inverse, .label-inverse, .badge-inverse { 
	background: #363a37 !important; 
	color: #FFFFFF !important; 
}
.btn-inverse:hover, .btn-inverse:focus { 
	background: #636864 !important; 
	color: #FFFFFF !important; 
}
.text-inverse {
	color: #363a37 !important; 
}

.btn-yellow {
 	background: #fab717 !important;
    color: #000000;
}
.btn-yellow:hover, .btn-yellow:focus {
    background: #ecab10 !important;
    color: #000000;
}
.text-yellow {
    color: #fab717 !important;
}

.btn-white {
 	background: #ffffff !important; 
    color: #000000;
}
.btn-white:hover, .btn-white:focus {
    background: #ebe2e2 !important; 
    color: #000000;
}


/**-- TABLE STRIPED FIX --**/
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-odd, .row-product:hover {
	background: none;
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px 6px;
}

/* Elements with Dropshadow */
.ui-tabs-menu,
.well,
.page-review-order {
    background: #030406;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 2px #cccfd4!important;
    border-radius: 3px!important;
}



/**-- WELLS, MODALS, ALERTS --**/


.modal-header {
	color: #1d1d1d;
    /*border:none;*/
    background:#fab718;
}

.alert { color: #FFFFFF; }
.modal-body { background: #FFFFFF; color: #000000; }
.alert h4 {
	font-size: 45px;
	line-height: 110%;
}
.modal-header .close, .well .close, .alert .close, 
.well.sys-alert button.close, #editProductModal .close {
	color: #FFFFFF;
	opacity: 0.8;
}
.modal-header h3 {
	font-size: 24px;
}
.modal-footer {
	background: #2b2828;
	color: #fff;
	opacity: 1;
}
.modal-body .well {
	background: #f5f5f5 !important;
	color: #000000;
    border: none;
}
.well.sys-alert {
	text-align: center;
	color: #FFFFFF;
    background: grey;
}
.well-small.sys-alert .lead {
	color: #FFFFFF;
}
.sys-message {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	text-align: center;
}

/**-- BUTTONS --**/
.btn:not(.btn-slideshow) {
	font-family: 'Muli' !important;
}
.btn {
    line-height: 110%;
    font-size: 17px;
    padding: 12px 21px 12px;
    font-weight: bold;
}
.btn,
.btn:hover,
.btn:focus {
	border: none;
}

.btn-large {
    font-size: 28px !important;
    padding: 17px 30px 19px !important;
}

.btn-small {
    padding: 3px 8px;
}

/**-- 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,
#responsive-food-menu button {
    font-family: 'Muli' !important;   
    box-sizing: border-box;
    height: 42.69px;
}
.control-label {
}

/**-- LEGEND --**/
legend {
	/*text-align: center;*/
}

/**-- CARETS --**/

/*Main menu*/
header .navbar .caret {
	border-top-color: #FFFFFF !important;
	transition: transform 0.3s;
	margin-top: 12px !important;
}
header .navbar .nav li.dropdown.open>.dropdown-toggle .caret {
	transform: rotate(180deg);
}

/*Food menu*/
#editProductModal .btn-info .caret,
#editSpecialDealModal .btn-info .caret {
	margin-top: 6px;
	border-top-color: #000000;
}
#editProductModal .btn-option .caret,
#editSpecialDealModal .btn-option .caret {
	margin-top: 6px;
	border-top-color: #000000;
}

/*Postcode box*/
.mod_postcode_box .caret {
	border-top-color: #000000;
	transition: transform 0.3s;
    margin-top: 20px;
}
.mod_postcode_box .btn-group.open .btn.dropdown-toggle .caret {
	border-top-color: #FFFFFF;
	transform: rotate(180deg);
}
.page_members .btn-group .btn.dropdown-toggle .caret{
    margin-top: 6px;
	border-top-color: #000000;
}

/**-- DROPDOWN MENU --**/
.dropdown-menu {
	border: 0;
	background: #e84815;
	padding: 0px;
}
.dropdown-menu>li {
	padding: 0px;
}
.dropdown-menu>li>a {
	font-size: 18px;
	color: #FFFFFF;
	padding: 10px;
	/*text-transform: uppercase;*/
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: #d53d0d !important;
    color: #FFFFFF !important;
}

/**-- HEADER --**/
#opening-status {
 	font-size: 20px;
    border: none;
    background: none;
    margin-left: 0px;
    float: right;
    padding-left: 6px;
    padding-top: 2px;
}
#opening-status:hover, #opening-status:focus {
    text-decoration: none;
    cursor: default;
}
#opening-status-mobile {
	
}
#ct_details_bar_wrapper {
	
}
.ct_header_row {
	padding-top: 50px;
    position: relative
}
.ct_details_bar {
    z-index: 2;
    position: relative;
    top: 0px;
    color: #FFFFFF;
}
.ct_details_bar, .ct_details_bar small {
    font-size: 12px;
    font-style: normal !important;
}
header {
	position: relative;
}
#header_strip {
    background: #0e0e0e;
    height: 40px;
    position: absolute;
    top: 40px;
    z-index: 1;
    width: 100%;
}
.header_icons {
    list-style-type: none;
    float: right;
    margin-top: -2px;
}
.header_icons li {
    float: left;
    text-align: center;
    position: relative;
}
.header_cart i {
 	color: #FFFFFF;
    font-size: 28px;   
}
.header_status img {
 	max-width: 28px;   
}
.basket-quantity {
    background: #38d54e;
    position: absolute;
    right: -5px;
    top: 0px;
    z-index: 50;
    border-radius: 20px !important;
    box-sizing: border-box;
    padding: 2px 6px 5px;
    text-align: center;
    color: #000000;
    font-size: 15px;
}
#logo {
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 2;
}
#logo img {
 	max-height: none;  
    max-width: 190px;
}
.header_status {
    position: relative;
    top: 3px;
}

/**-- MAIN MENU --**/
/*Style the main navbar*/
header .navbar {
	margin-bottom: 9px !important;
    margin-top: 21px;
}
header .navbar-inner {
	background: transparent;
	border: none;
	padding: 0px;
}
header .navbar-inner .nav {
	margin-right: 0px;
}
header .navbar .nav>li {
	padding: 0px;
}
header .navbar .nav>li>a {
 	padding: 2px 21px; 
    position: relative;
}
header .navbar .nav>li>a,
header .nav-collapse .nav>li>a,
header .nav-collapse .dropdown-menu a {
	color: #FFFFFF;
	/*font-size: 23px;*/
    font-size: 20px;
	/*text-transform: uppercase;*/
	/*font-weight: bold;*/
	height: 30px;
	line-height: 30px;
}
.nav-collapse .dropdown-menu a {
	font-size: 16px;
}
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: #030406;
	background: #fab717;
}

/*center align the menu*/
header .navbar-inner .container {
	/*display: flex;
	justify-content: center;*/
}

/**-- MOBILE MENU --**/
header .navbar .btn-navbar,
header .navbar .btn-navbar.collapse {
	background-image: none !important;
	width: auto;
	height: auto;
	text-shadow: none;
	border: none;
	background-color: #ea5d0f !important;
    margin-top: 0px;
}
header .navbar .btn-navbar:hover, 
header .navbar .btn-navbar:focus  {
    background-color: #cd4d07;
}
header .navbar .btn-navbar .icon-bar {
	width: 25px;
	height: 2px;
}
header .navbar .btn-navbar .icon-bar+.icon-bar {
	margin-top: 5px !important;
}

.uk-offcanvas-bar {
}
.uk-nav-offcanvas>.uk-open>a, 
html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus, 
html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover {
}
#zp-offcanvas-basket #order-empty {
 	margin-bottom: 15px;   
}
#mobile_food_menu_nav .btn {
    padding: 5px;
    border: none !important;
}

#zp-offcanvas-menu .uk-offcanvas-bar {
    background: #fab717;
}
#zp-offcanvas-menu .uk-offcanvas-bar h3,
#zp-offcanvas-menu .uk-offcanvas-bar a {
 	color: #000000 !important;   
}
#zp-offcanvas-basket .uk-offcanvas-bar {
    
}

/**-- FOOTER --**/
footer { 
	background-color: #000000; 
	margin-top: 0px;
}
footer .row-fluid {
	padding: 70px 30px;
	width: auto;
}
.label-copyright {
	color: #FFFFFF;
    font-size: 13px;
	/*font-weight: bold;*/
}
.label-copyright a {
 	color: #f7b517;   
}
.label-copyright a:hover, .label-copyright a:focus {
    color: #eaa90f;
}
.copyright { text-align: left; }
.vendor { float: right; }
.cards, .vendor { padding-top: 5px; }




/**-- HOME PAGE --**/
.column_slideshow {
    border: 4px double #FFFFFF;
    max-width: 1850px;
    margin: -5px 20px 0px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.column_slideshow a img {
	/*width: 100%;*/
	margin: auto;
	display: block;
    width: 100%;
}
#myCarousel {
	margin-bottom: 0px;
}
.carousel-control {
	color: #FFFFFF;
	opacity: 1;
	background-color: transparent;
	border: none;
}
.carousel-control:hover,
.carousel-control:focus {
	color: red;
}
.carousel-caption {
	background: transparent;
    top: 30px;
    right: 70px;
    left: auto;
    max-width: 550px;
    width: 100%;
    text-align: center;
}
.carousel-caption .btn-slideshow {
    width: 430px;
    height: 80px;
    background: url(/myimages/276/n1p_slide_btn.png) no-repeat;
    background-size: contain;
    box-sizing: border-box;
    font-size: 50px !important;
    color: #000;
    transition: all 0.3s;
    padding: 11px 19px !important;
}
.carousel-caption .btn-slideshow:hover {
 	transform: translateY(2px) rotate(-1deg) scale(1.01);   
}
.carousel-caption h2 {
    font-size: 90px;
    line-height: 110%;
    text-shadow: 4px 4px 1px #cb321b !important;
    margin: 10px 0px 15px; 
}
.carousel-caption p.caption_text {
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 30px;
}
.carousel-caption p.t_c {
    font-size: 18px;
    color: #b1b1b1;
    margin-top: 20px;
}
.carousel-indicators {
    right: 15px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-indicators li {
 	float: none;
    border-radius: 20px !important;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    background: #878786;
}
.carousel-indicators li:hover {
 	cursor: pointer;   
}
.carousel-indicators li:not(.active):hover {
 	background: #9a9692;   
}
.column_modules {
 	position: relative;   
}
.mod_postcode_box {
    background: url('/myimages/276/n1p_postcode_bg.png') no-repeat;
    background-size: contain;
    width: 722px;
    height: 307px;
    position: absolute;
    left: 0px;
    top: -190px;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 50px 60px 70px;
}

.mod_postcode_box .dropdown-menu {

}
.mod_postcode_box .btn  {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 27px 10px;
}
#mod_postcode_box_pc {
	color: #878787;
	margin-left: 0px;
	line-height: normal !important;
    vertical-align: middle !important;
    font-size: 28px;
    height: 59px;
    width: 360px;
    text-transform: uppercase;
}
#mod_postcode_box_pc::placeholder {
    color: #878787;
    /*line-height: normal !important;
    vertical-align: middle !important;
    position: relative;*/
}
.mod_postcode_box .lead {
    font-size: 50px;
    line-height: 110%;
}
.mod_postcode_box .col3 {
    color: #FFFFFF;
    font-size: 19px;
    line-height: 110%;
    margin-top: 10px;
}
.mod_postcode_box .col2 {
}
.mod_postcode_box .btn-group.open .btn.dropdown-toggle, .mod_postcode_box .dropdown-menu {
	text-align: center;
}

/**-- SOCIAL MEDIA --**/
.social_media_links {
	max-width: 180px;
	margin: 10px auto 0px;
}
.social_media_links .btn { 
    padding: 0px; 
    background:transparent;
    box-shadow: none !important;
    margin: 0px auto !important;
}
.social_media_links a, .social_media_links a:hover, .social_media_links a:focus { 
	background-color: transparent !important; 
}
.social_media_links a:hover {
	transform: translateY(3px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.social_media_links img { 
	max-width: 35px;
}
/**-- CUSTOM BITS --**/
#homegrid_orderonline {
    position: absolute;
    top: 80px;
    right: 0px;
    color: #FFFFFF;
}
#homegrid_orderonline .arrow {
    float: left;
    position: relative;
    top: 120px;
    margin-right: 35px;
}
#homegrid_orderonline .text {
    float: right;   
    max-width: 550px;
    text-align: right;
    font-size: 27px;
}
#homegrid_orderonline h2 {
 	font-size: 100px;
    line-height: 110%;   
}
#homegrid {
    padding-top: 160px; 
    position: relative;
}
#homegrid .inner_box {
    width: 429px;
    height: 539px;
    background: url('/myimages/276/n1p_homegrid_innerbox_bg.png') no-repeat;
    background-size: contain;
    text-align: center;
    color: #FFFFFF;
    margin: 0px auto;
}
#homegrid .inner_box img {
    margin-top: -100px;
}
#homegrid .inner_box h2 {
    font-size: 65px;
    margin: 30px auto 0px; 
    line-height: 110%;
}
#homegrid .inner_box .text {
 	padding: 0px 20px;   
}
#homegrid .inner_box p {
    font-size: 22px;
    line-height: 120%;  
    margin: 30px auto;
}
#homegrid .box.middle {
	margin-top: 140px;
}
#homegrid .box.right {
	margin-top: 280px;
}
#homegrid .box {
    text-align: center;   
}
#homeabout {
 	color: #FFFFFF;   
}
#homeabout h2 {
    font-size: 92px;
    line-height: 110%;
}
#homeabout .left {
 	position: relative;   
}
#homeabout #flameicon {
    position: absolute;
    top: -145px;
    left: -76px;
}
#homeabout .btn {
 	color: #000000 !important;   
}
.home .btn-group .btn {
 	margin: 0px 5px;   
}
#homeabout p {
 	font-size: 21px;
    margin-bottom: 40px;   
}
#homeabout_icons {
 	/*list-style-type: none; */  
    margin-top: 170px;
}
/*#homeabout_icons li {
float: left;   
padding: 0px 8px;
}*/
#homeabout_icons [class*="span"] {
    text-align: center;
}
#homeabout .line {
    margin: 0px auto;
    display: block;
    position: relative;
    top: 30px;
}
#homebottom {
 	background: url('/myimages/276/zpos-bg-n1p_homebottom2.jpg') no-repeat;
    background-size: cover;
    height: 475px;
    background-position: center center;
}

#pizzaicon {
    width: 90px;
}
#drinkicon {
 	width: 70px;   
}
#kebabicon {
 	width: 36px;   
}
#burgericon {
 	width: 83px;   
}
#chickenicon {
 	width: 79px;   
}
#desserticon {
 	width: 63px; 
}
.homeabout_icon {
    transition: all 0.3s;   
}
.homeabout_icon path {
 	fill: #FFFFFF;
}
.homeabout_icon:hover {
    transform: translateY(-20px) scale(1.2);
}
.homeabout_icon:hover path {
    fill: #f7b517 !important;
}

.reviews437 #body h1{
 	text-align: center;
    color: #FFFFFF;     
}
.reviews437 #body h2,
.franchise #body h2{
    text-align: center;
    color: #fab717;
}
.reviews437 #body h3,
.franchise #body h3 {
 	text-align: center;
    color: #e84815;
}
.reviews437 #body h4 {
 	color: #e84815;   
}
.reviews437 h4 small {
    color: #f1b120;   
}
.reviews437 #body i {
    color: #FFFFFF;
}
.reviews437 .review-comments{
 	color: #FFFFFF;   
}
.franchise #body {
    color: #FFFFFF;
    text-align: center;
}
.franchise #body h1 {
 	color: #e84815;
    text-align: center;
}


/**-- RESERVATIONS --**/
/*.mod_table_reservation_v1 { display: none; }
.reservations .mod_table_reservation_v1 {
 	display: block;   
}
.mod_table_reservation_v1 {
    margin: 20px auto !important;
    width: 500px;
}
.mod_table_reservation_v1 select, 
.mod_table_reservation_v1 input, 
.mod_table_reservation_v1 button {
    margin: 0px auto 20px !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 500px;
}
.mod_table_reservation_v1 h3 {
 	font-size: 36px;   
}
.mod_table_reservation_v1 select {
    text-align-last: center;
    text-align: center;
}*/

/**-- MENU PAGE --**/
#above_basket_roof {
 	max-width: 200px;
    margin: 0px auto;
    display: block; 
    display: none;
}
#klarna_promo_banners_2696 .klarna_promo_banners_badge {
width: 49px !important;
}
.ui-tabs-menu .blockUI a {
	color: #ea5d0f !important;
}
.page_menu .ui-tabs-panel .row-product h5,
.page_menu .ui-tabs-panel .row-product .description,
.page_menu .ui-tabs-panel .row-product .price,
.page_menu .ui-tabs-panel .row-product .name small {
	color: #FFFFFF;
}
.page_menu .ui-tabs-vertical .tb-nav-tabs { border: none; }
.page_menu .cat-desc {
	border: none;
	padding: 11px 20px;
    box-sizing: border-box;
}
.page_menu .row-product .description,
.page_menu .row-product .price {
	font-size: 16px;
}
.page_menu .row-product small {
	font-size: 14px;
}
.page_menu .row-product .name {
	font-size: 20px;
    color: #fab721;
}
.page_menu .row-product .row-variation .name {
 	font-size: 16px;   
}
.row-variation .name:before {
 	color: #FFFFFF;   
}
.row-product .description h3 {
	color: #e84815;
}

#basket-container { 
    padding: 20px; 
    margin-bottom: 30px; 
}
#basket-container h3 {
    color: #FFFFFF;
    font-size: 38px;
    text-align: center;
}
#basket-container,
#basket-container small,
#basket-container th {
    color: #000000;
}
.checkout .well-basket .muted,
.checkout .well-basket small {
	color: #000000;
}
.well-basket .note-delivery small {
	/*color: #FFFFFF;*/
}
#basket-container a { 
	margin-top: 10px; 
}
#basket-container .table th,
#basket-container .table td {
    border-color: #383536;
	color: #000000;
}
.checkout .product-basket th,
.checkout .product-basket td  {
	border-color: #383536;
	color: #000000;
}
.checkout .well-basket .text-success {
	color: #09971d !important;
}
.checkout .well-basket .text-info {
	color: #019399 !important;
}
.checkout .well-basket .text-error,
.checkout .well-basket .text-danger {
    
}
.how-im-ordering {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px !important;
	background: transparent;
	color: #FFFFFF;
}
.how-im-ordering h2 {
	font-size: 42px;
    text-align: center;
}
.how-im-ordering small {
	color: #f7bf29;
	font-weight: bold;
}

/*RESPONSIVE FOOD MENU/SEARCH*/
.menu-container .navbar-affix-container,
.menu-container .navbar-affix-container .navbar-inner {
	background-color: transparent !important;
	background-image: none;
	height: auto !important;
	border: none;
}
#responsive-food-menu {
	background-color: #ea5d0f;
}
#responsive-food-menu .navbar-search input {
	width: 240px;
	height: 41px;
}
#responsive-food-menu .btn-navbar.btn-primary {
	background: #f4ffba;
	height: 51px;
	margin-right: 10px !important;
	line-height: 21px;
}
#responsive-food-menu .btn-navbar.btn-primary:hover {
	background-color: #c1cc8a;
}
#responsive-food-menu .btn-navbar.btn-primary .text-info {
	color: #FFFFFF !important;
}
#responsive-food-menu .ctrl-mob-nav-search {
	padding-top: 5px !important;
    box-shadow: none !important;
}
#responsive-food-menu.affix-top .navbar-search,
#responsive-food-menu.affix-top .btn-navbar.btn-success,
#responsive-food-menu.affix .btn-navbar.btn-success {
	margin-top: 5px !important;
}
#responsive-food-menu.affix .search-query,
#responsive-food-menu.affix .navbar-search {
    margin-top: 3px !important;
}
#responsive-food-menu.affix {
	left: initial;
	border: 1px solid #0e5959;
}
#responsive-food-menu .brand {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 110%;
    padding: 10px 20px 10px 13px;
}

/*EDIT PRODUCT MODALS*/
/*LABELS*/
#editProductModal .modal-body h4 .name,
#editSpecialDealModal .modal-body h4 .name,
#editProductModal .modal-body h3,
#editSpecialDealModal .modal-body h3 {
	font-size: 40px;
	line-height: 110%;
}
#editProductModal small,
#editSpecialDealModal small,
#editProductModal li,
#editSpecialDealModal li {
	font-size: 18px;
    line-height: 110%;
}
#editProductModal .modal-body h5,
#editSpecialDealModal .modal-body h5 {
 	font-size: 24px;   
}
#editProductModal fieldset small,
#editSpecialDealModal fieldset small {
    font-size: 18px;
}
#editProductModal fieldset small .label-default, 
#editSpecialDealModal fieldset small .label-default {
    font-size: 14px;
    padding: 4px;
    height: 23px;
    box-sizing: border-box;
    position: relative;
    top: 5px;
}
#editProductModal .modal-footer h3,
#editSpecialDealModal .modal-footer h3 {
	font-size: 24px;
	line-height: 110%;
    position: relative;
    top: 5px;
}
#editProductModal .modal-footer h3 small,
#editSpecialDealModal .modal-footer h3 small {
    color: #FFFFFF;
}
#editProductModal .type-choose-one .control-label,
#editSpecialDealModal .type-choose-one .control-label {
    font-size: 15px;
    line-height: 110%;
}
/*BUTTONS*/
#editProductModal fieldset .btn-group>.dropdown-toggle, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle {
    font-size: 14px !important;
    padding: 5px !important;
}

.img-polaroid {
	background-color: transparent;
	border: none;
}
.popover .popover-title {
	background: #fab717;
	color: #000000 !important;
	font-size: 22px !important;
}
.popover .popover-content {
	color: #000000;
}

/*Manual Themeroller stuff*/
.page_menu .ui-tabs .ui-tabs-nav li.ui-tabs-active a, 
.page_menu .ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.page_menu .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    background: #e84815;
    color: #FFFFFF !important;
    border-right-width: 0px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li {
    background: #fab717;
    border: none;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover,
.page_menu .ui-tabs .ui-tabs-nav li:focus {
    background: #e84815;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover a,
.page_menu .ui-tabs .ui-tabs-nav li:focus a {
	color: #FFFFFF;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.page_menu .ui-widget-header {
 	background: none;   
}
.product-container-panel .ui-widget-header {
    background: #ea5d0f;
    color: #FFFFFF;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
 	background: #ea5e0f; 
    color: #FFFFFF;
}
.ui-widget-content a {
    color: #fff;
}

/**-- CHECKOUT --**/
.checkout h2,
.contact-us h1 {
 	color: #ea5d0f; 
	font-size: 50px;
	line-height: 110%;	
    margin-bottom: 15px;
}
.checkout h4, .checkout h5 {
    font-size: 22px !important;
	line-height: 110%;
    color: #fab717;
}
.checkout .well-basket { 
	padding: 19px;
	background: #fab721 !important;
}
.checkout #basket {
	background: #fab721 !important;
	padding: 10px;
}
.checkout .well-basket h4 {
 	/*color: #FFFFFF;   */
    color: #000000;
}
.checkout .ui-widget {
	border: 1px solid #000000;
}
.checkout #dlgResetPassword .well {
	border: 1px solid #FFFFFF;
}
.checkout #dlgResetPassword .muted {
	/*color: #FFFFFF;*/
}
.checkout .ui-dialog-titlebar {
 	/*background: #925e04;
    color: #FFFFFF;*/
}
#dlgResetPassword {
 	/*background: #dea831;
    color: #FFFFFF;*/
}
.checkout .marginbottom15 small { 
	color: #FFFFFF !important; 
}
.pay-name { 
	color: #FFFFFF; 
}
.trigger-paymentmethod .btn { 
	background: transparent;
    font-size: 21px !important;
    padding: 12px 20px 14px !important;
}
.trigger-paymentmethod .btn.active .pay-name { 
	color: #000000; 
}
.trigger-paymentmethod i.tick { 
	color: #000000 !important; 
}
.checkout .btn-proceed-final {
	font-size: 18px !important;
	line-height: 110%;
}
.checkout #loginSignin,
.checkout #ctl-forgotPassword {
 	widtH: 100%;
    margin-bottom: 5px;
}
.checkout #chooseAddressModal .btn-block {
 	/*background: #be3717;*/
}
/*Stop the credit card/cash buttons on checkout from shrinking when hovered*/
.trigger-paymentmethod button:hover,
.trigger-paymentmethod button:focus {
	font-size: 17.5px;
}
.checkout .loyalty-description h2 { 
	color: #000000;
    font-size: 30px;
    line-height: 110%;
}

.loyaltypoints_box {
 	background: #e84815 !important;   
}
.loyaltypoints_box .lead {
 	text-transform: none !important;
    color: #FFFFFF !important;
}
.loyaltypoints_box .ui-widget-header {
	background: #fab721;
	border: none;
}
.loyaltypoints_box .row-credits .well-white {
	color: #000000 !important;
	border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.loyaltypoints_box .row-credits .col-equals .well {
	color: #383536;
    box-shadow: none !important;
}
.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;
}

/**-- MEMBERS PAGE --**/
.nav-list .active a,
.nav-list>li>a:hover, 
.nav-list>li>a:focus,
.nav-list>li.active>a:hover, 
.nav-list>li.active>a:focus,
.hero-unit,
.section-my-orders th {
    background: #f3b116;
    color: #000000;
}
.section-my-orders td,
.section-sales-reports td,
.section-sales-reports th {
 	color: #FFFFFF; 
	background:#000000;	
}
.section-sales-reports .btn-primary.active {

}
.sidebar-nav .nav-header {
	color: #FFFFFF;
	font-size: 18px;
}
.sidebar-nav li a {
	color: #FFFFFF;
}
.sidebar-nav small { 
	color: red; 
}
legend {
    color: #f3b116 !important;
}
.hero-unit h1,
.hero-unit h2,
.hero-unit p {
	color: #000000 !important;
}
.members .section-.well { padding: 30px; }
.members .section-.well h2,
.members .section-.well p,
.members .section-.well .muted {
	margin-bottom: 15px;
	color: #FFFFFF;
}
.members .hero-unit a  {
	color: #000000;
	text-decoration: underline;
}
.jumbotron {
	
}
.jumbotron .text-warning  {
	
}
.section-my-orders .ui-widget-content { background: none; }
.section-my-orders .ui-widget-header { background-color: #9ad463; }
.section-my-profile fieldset { margin-top: 20px; }
.section-my-addresses .marginbottom15 a {
	text-decoration: underline;
	color: #326195;
}
.members .btn-group .btn.dropdown-toggle {
	background: #FFFFFF;
    text-transform: none;
    color: #555555;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 13px 8px !important;
}
.members #frmRegister legend,
.members #frmLogin legend {
	padding: 20px 10px;
    box-sizing: border-box;
	text-align: center;
    background: #fab717;
    color: #000000 !important;
    font-family: 'Lobster' !important;
    font-size: 28px;
    line-height: 110%;
}
.members #frmRegister,
.members #frmLogin {
	padding: 0px 0px 25px 0px;
}
.members #frmRegister .control-group,
.members #frmLogin .control-group {
	padding: 0px 25px;
}
.members .website-image {
	margin-top: 30px;
}
.nav-list li a [class^="icon-"] {
    background-image: url(https://static.zfood.co.uk/global/images/glyphicons-halflings-white.png);   
}
.nav-list li a:hover [class^="icon-"], 
.nav-list li a:hover [class*=" icon-"],
.nav-list li a:focus [class^="icon-"], 
.nav-list li a:focus [class*=" icon-"],
.nav-list>li.active>a:hover [class^="icon-"], 
.nav-list>li.active>a:focus [class*=" icon-"],
.nav-list li.active a [class^="icon-"], 
.nav-list li.active a [class*=" icon-"] {
 	background-image: url(https://static.zfood.co.uk/global/images/glyphicons-halflings-white.png);   
}
/* SALES REPORTS BUTTONS NEEDS TO BE CLEAR */
.section-sales-reports .btn-primary {
    background: #22297f !important;
}
.section-sales-reports .btn-primary.active, .section-sales-reports .btn-primary:hover,  .section-sales-reports.btn-primary:focus {
    background: #22297f !important;
}
.section-sales-reports .navbar .brand {
	color: #000000;
}
.section-sales-reports .btn-primary.active {
    background: #0d1250 !important;
}
.members .btn-group .btn.dropdown-toggle {
    padding-top: 7px;
}
.section-sales-reports .table-bordered tr {
    background: #1c2021;
} 
/**-- CONTACT --**/
.contact-us .ui-widget {
    border: 2px solid #fff;
    border-radius: 3px!important;
	
}
.contact-us .ui-widget-header {
	font-size: 22px;
	padding: 10px;
	border: none;
    background: #f9b718;
}
.contact-us .ui-widget-content {
	color: #fff;
	border: none;
    background: #000;
}
.page_contact-us .row-fluid .span8 .well {
	/*border: none;*/
	margin-bottom: 30px;
}
.contact-us .box-opening-hours { 
	margin-top: 30px;
    margin-bottom: 30px;
}
.contact-us #contact_map_canvas {
 	color: #000000 !important;   
}

/**-- REVIEW ORDER PAGE --**/
.page-review-order h1 {
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
}
.page-review-order {
	background: #030406 !important;
}
.page-review-order legend {
    
}
.rating-row .lead {
 	color: #e84815 !important;
}
.rating-row small.muted,
.rating-row td,
.rating-row label {
    color: #FFFFFF !important;
}
.page-review-order textarea {
	height: 230px;
}
.page-review-order .btn.dropdown-toggle {
    background: #38d54e;
    color: #FFFFFF;
}
.page-review-order .btn.dropdown-toggle .caret {
    border-top-color: #FFFFFF;
}
.page-review-order .btn-group.open .btn.dropdown-toggle {
	background: #2bc340;
    color: #FFFFFF;
}

/* ******** */
/* 404 PAGE */
/* ******** */
.page_error-404 .alert { 
	background: transparent !important; border: none; 
}
.page_error-404 h1 { 
	padding: 5px 0px; 
}
.page_error-404 h2,
.page_error-404 h3,
.page_error-404 #body p {

}

/* *********************** */
/* ORDER CONFIRMATION PAGE */
/* *********************** */
h1.order-complete-title {
	color: #9ad463;
}
#order-confirmation {
	background: #9ad463;
	color: #FFFFFF;
}
.order-confirmation-note {
	text-align: center;
}
.p-thanks-for,
.p-last-minute {
    color: #FFFFFF;
}


/* ******************* */
/* MENU SELECTION PAGE */
/* ******************* */
.menu-selection {
	padding: 0px 0px 30px 0px;
}
.menu-selection h1 {
	text-align: center;
	font-size: 70px;
	line-height: 110%;
    color: #ea5d0f;
}
.menu-selection h3 {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 110%;
	text-align: center;
}
.menu-selection .alert,
.menu-selection .well {
	background: transparent !important;
	border: none;
    box-shadow: none !important;
}
.menu-selection img {
	margin: 0px auto 30px;
	display: block;
}


/* ************************* */
/* TERMS AND CONDITIONS PAGE */
/* ************************* */
.page_information h1 {
	font-size: 35px;
    color: #fff;
}

/* ************* */
/* MEDIA QUERIES */
/* ************* */

.page_welcome {}

.page_welcome #opening-status,
.page_welcome .navbar {
    display: none;
}



/* ************* */
/* MEDIA QUERIES */
/* ************* */
@media (max-width: 1750px) {
    .carousel-caption  {
        top: 0px;   
    }
}
@media (max-width: 1600px) {
    .carousel-caption {
        max-width: 400px;   
    }
    .carousel-caption h2 {
        font-size: 66px;
    }
    .carousel-caption p.caption_text {
        font-size: 24px;   
    }
    .carousel-caption .btn-slideshow {
        width: 400px;
        height: 75px;
        font-size: 45px !important;
        padding: 10px 19px !important;
    }
    .carousel-caption p.t_c {
        margin-top: 10px;   
    }
    #homeabout h2 {
        font-size: 88px;
    }
    #homebottom {
     	height: 400px;   
    }
}
@media (max-width: 1430px) {
    .home #body {
     	padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
}
@media (max-width: 1400px) {
    .carousel-caption {
        max-width: 300px;
    }
    .carousel-caption h2 {
        font-size: 48px;
    }
    .carousel-caption p.caption_text {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .carousel-caption .btn-slideshow {
        width: 300px;
        height: 56px;
        font-size: 36px !important;
        padding: 6px 19px !important;
    }
    #homegrid_orderonline h2 {
        font-size: 80px;
    }
    #homegrid_orderonline .text {
        max-width: 470px;
        font-size: 23px;
    }
    #homegrid_orderonline .arrow {
        max-width: 220px;
    }
    #homegrid .inner_box img {
        max-width: 310px;
    }
    #homegrid .inner_box {
        width: 360px;
        heighT: 452px;
    }
    #homegrid .box_roof {
     	max-width: 350px;
        widtH: 100%;
        display: block;
        margin: 0px auto;
    }
    #homegrid .inner_box h2 {
        font-size: 55px;   
        margin: 20px auto 0px;
    }
    #homegrid .inner_box p {
        font-size: 18px;
    }
    #homegrid .btn-large {
        font-size: 26px !important;   
    }
    #homegrid .box.middle {
        margin-top: 120px;
    }
    #homegrid .box.right {
        margin-top: 240px;
    }
    #homeabout h2 {
        font-size: 74px;
    }
    #homeabout p {
        font-size: 19px;
    }
    .btn-large {
        font-size: 24px !important;
        padding: 15px 30px 17px !important;
    }
    #pizzaicon {
        width: 76px;   
    }
    #drinkicon {
        width: 56px;
    }
    #kebabicon {
        width: 25px;
    }
    #burgericon {
        width: 69px;
    }
    #chickenicon {
        width: 65px;
    }
    #desserticon {
        width: 49px;
    }
    #homeabout .line {
     	max-width: 400px;   
    }
}
@media (min-width: 1201px) {
	header .navbar .nav>.active>a::before,
    header .navbar .nav>.active>a:focus::before,
    header .navbar .nav>.active>a:hover::before,
    header .navbar .nav>li>a:focus::before,
    header .navbar .nav>li>a:hover::before,
    header .navbar .nav>.active>a::after,
    header .navbar .nav>.active>a:focus::after,
    header .navbar .nav>.active>a:hover::after,
    header .navbar .nav>li>a:focus::after,
    header .navbar .nav>li>a:hover::after{
        background: url('/myimages/276/n1p_menuside2.png') no-repeat;
        width: 20px;
        height: 34px;
    }
}
@media (max-width: 1200px) {
	#responsive-food-menu.affix { left: 0; }
	.page_contact-us .row-fluid .span8 .well { margin-bottom: 20px; }
	.contact-us .box-opening-hours { margin-top: 20px; }
	.members #frmRegister #ctl-lookupAddress {displaY: block; }
    .members #frmRegister #registerPostcode { width: 206px; } 
    .members #frmLogin #ctl-forgotPassword { displaY: block; }
    .members #frmLogin #loginPassword { width: 206px; }
    #logo {
        left: 10px;   
    }
    #logo img {
        max-width: 170px;
    }
    header .navbar .nav>li>a {
        padding: 2px 20px;
    }
    header .navbar .nav>li>a, header .nav-collapse .nav>li>a, header .nav-collapse .dropdown-menu a {
        font-size: 16px;   
    }
    #opening-status {
        font-size: 16px;
        padding-top: 2px;
    }
    .header_status img {
        max-width: 25px;   
    }
    .header_cart i {
        font-size: 25px;
    }
    .header_icons {
        margin-top: -2px;
    }
    .ct_details_bar, .ct_details_bar small {
        font-size: 10px;
    }
    .ct_details_bar {
        /*padding-left: 40px;*/
        box-sizing: border-box;
        margin-top: 1px;
    }
    .carousel-caption {
     	right: 40px;   
    }
    .mod_postcode_box {
     	width: 600px;
        height: 255px;
        padding: 35px;
    }
    .mod_postcode_box .lead {
        font-size: 42px;
    }
    .mod_postcode_box .btn {
        font-size: 24px;
        padding: 4px 20px 6px;
    }
    #mod_postcode_box_pc {
        height: 45px;
        font-size: 24px;
        width: 300px;
        /*padding-top: 1px;*/
    }
    .mod_postcode_box .col3 {
     	font-size: 17px;   
    }
    body:not(.home) #body {
     	padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
    #homegrid_orderonline .text {
        max-width: 400px;
        font-size: 19px;
    }
    #homegrid_orderonline h2 {
        font-size: 70px;
    }
    #homegrid_orderonline .arrow {
        top: 100px;
        margin-right: 25px;
    }
    #homegrid .inner_box {
        width: 300px;
        height: 377px;
    }
    #homegrid .inner_box h2 {
        font-size: 45px;
    }
    #homegrid .inner_box img {
        max-width: 230px;
    }
    #homegrid .btn-large {
        font-size: 20px !important;
        padding: 11px 24px 15px !important;
    }
    #homeabout h2 {
        font-size: 60px;
    }
    #homeabout p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    #homeabout .btn {
		display: block;
        margin: 0px auto 10px 0px;
    }
    #pizzaicon {
        width: 57px;
    }
    #drinkicon {
        width: 44px;
    }
    #kebabicon {
        width: 22px;
    }
    #burgericon {
        width: 50px;
    }
    #chickenicon {
        width: 48px;
    }
    #desserticon {
        width: 37px;
    }
    #homeabout .line {
        max-width: 340px;
    }
    .home #body {
        margin-bottom: 50px !important;
    }
    #homebottom {
     	height: 300px;   
    }
    .header_status,
    .header_cart{
     	top: 6px;   
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
	.carousel-caption .top_roof {
        display: none;   
    }
    .trigger-paymentmethod .btn {
        font-size: 18px !important;
        padding: 12px 18px 13px !important;
    }
    .hidebetween1200and980 {
		display: none;
    }
    header .navbar .nav>.active>a::before,
    header .navbar .nav>.active>a:focus::before,
    header .navbar .nav>.active>a:hover::before,
    header .navbar .nav>li>a:focus::before,
    header .navbar .nav>li>a:hover::before,
    header .navbar .nav>.active>a::after,
    header .navbar .nav>.active>a:focus::after,
    header .navbar .nav>.active>a:hover::after,
    header .navbar .nav>li>a:focus::after,
    header .navbar .nav>li>a:hover::after{
        background: url('/myimages/276/n1p_menuside_nodot.png') no-repeat;
        width: 10px;
        height: 34px;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .left_column { padding-left: 20px; }
    .right_column { padding-right: 20px; }
}
@media (max-width: 1182px) {
	#basket-container {
		margin-top: 20px;
	}
	.how-im-ordering h2 {
     	text-align: center;   
    }
}
@media (min-width: 980px) {
    header .navbar .nav>.active>a::before,
    header .navbar .nav>.active>a:focus::before,
    header .navbar .nav>.active>a:hover::before,
    header .navbar .nav>li>a:focus::before,
    header .navbar .nav>li>a:hover::before,
    header .navbar .nav>.active>a::after,
    header .navbar .nav>.active>a:focus::after,
    header .navbar .nav>.active>a:hover::after,
    header .navbar .nav>li>a:focus::after,
    header .navbar .nav>li>a:hover::after{
        content: "";
        background-size: contain;
        position: absolute;
        top: 0px;
    }
    header .navbar .nav>.active>a::before,
    header .navbar .nav>.active>a:focus::before,
    header .navbar .nav>.active>a:hover::before,
    header .navbar .nav>li>a:focus::before,
    header .navbar .nav>li>a:hover::before {
        left: 0px;
    }
    header .navbar .nav>.active>a::after,
    header .navbar .nav>.active>a:focus::after,
    header .navbar .nav>.active>a:hover::after,
    header .navbar .nav>li>a:focus::after,
    header .navbar .nav>li>a:hover::after {
        right: 0px;
        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 {
        visibility: hidden;
    }
}
@media (max-width: 979px) {
	.page_menu .menu-selection .alert {
		margin: 20px 0px;
		padding: 0px;
	}
	.page_menu .menu-selection h1 {
		text-align: center;
		margin-top: 10px;
	}
	.page_menu .menu-selection .well {
		margin-bottom: 0px;
	}
	header .navbar-inner .container {
		display: block;
	}
	.page_contact-us .row-fluid .span8 .well {
		margin-bottom: 22px;
	}
	.contact-us .box-opening-hours {
		margin-top: 22px;
	}
	#responsive-food-menu.affix-top button {
		height: 45px;
	}
	#responsive-food-menu.affix .icon-search {
		margin-top: 18px;
	}
	#responsive-food-menu.affix-top .icon-search {
		margin-top: 16px;
	}
	.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
     	background: transparent;   
    }
	.trigger-paymentmethod .btn {
        width: 100% !important;
        display: block;
    }
    .checkout #ctl-lookupAddress {
        display: block;   
    }
    .ct_details_bar > [class*="span"]  {
        display: block;
        width: 100%;
        text-align: center !important;
        margin: 2px auto;
        font-size: 12px;
        line-height: 110%;
        min-height: auto; 
    }
    #header_strip {
     	height: 50px;   
    }
    .ct_header_row {
     	padding-top: 40px;  
    }
    .header_icons {
        float: left;   
    }
    header .navbar {
        margin-bottom: 0px !important;
        margin-top: 20px;
    }
    #logo img {
        max-width: 155px;
    }
    header .nav-collapse .nav>li>a, header .nav-collapse .dropdown-menu a {
     	text-align: center;   
    }
    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,
    header .dropdown-menu a:hover, header .dropdown-menu a:focus {
     	background: transparent !important;
        color: #fab717 !important;
    }
    header .nav-collapse .nav>li>a {
        font-size: 30px;
    }
    header .nav-collapse .dropdown-menu a {
        font-size: 24px;
    }
    header .navbar .nav>li {
        padding: 5px;
    }
    .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: #fab717 !important;
    }
    .mod_postcode_box {
        position: relative;
        margin: 30px auto;
        top: 0px;
        width: 722px;
        height: 307px;
        padding: 60px;
    }

    #homegrid {
        padding-top: 40px;
    }
    .carousel-caption {
        position: static;
        max-width: 450px;
        width: 100%;
        margin: 0px auto;
        right: auto;
        left: auto;
        box-sizing: border-box;
    }
    .column_slideshow .item > img,
    .column_slideshow .item > a > img{
     	display: none;   
    }
    .column_slideshow {
     	margin: 20px auto;
        max-width: 600px;
    }
    .carousel-caption .top_roof {
     	max-width: 350px;   
    }
    #homegrid_orderonline {
     	display: none;   
    }
    #homegrid .box.right,
    #homegrid .box.middle {
        margin-top: 0px;
    }
    #flameicon {
        display: none;   
    }
    #homeabout {
        text-align: center;
    }
    #homeabout_inner > [class*="span"] {
        display: block;
        width: 100%;
        margin: 20px auto;
    }
    #homeabout_icons [class*="span"] {
    	width: 31.623931623931625% !important;
        float: left !important;
        margin: 20px auto 0px 2.564102564102564%;
    }
    #homeabout_icons > .span2:nth-child(1), #homeabout_icons .span2:nth-child(4) {
        margin-left: 0px !important;
    }
    #homeabout p {
     	max-width: 600px;
        margin: 0px auto 30px;
    }
    #homeabout_icons {
        margin: 0px auto;
        text-align: center;
        max-width: 500px;
    }
    #homeabout_icons li {
        display: inline-block;
        float: none;
    }
    #homeabout .line {
        top: 40px;
        margin: 20px auto;
        max-width: none;
    }
    #pizzaicon {
        width: 76px;
    }
    #drinkicon {
        width: 56px;
    }
    #kebabicon {
        width: 32px;
    }
    #burgericon {
        width: 69px;
    }
    #chickenicon {
        width: 65px;
    }
    #desserticon {
        width: 49px;
    }
    .home #body {
        margin-bottom: 70px !important;
        margin-top: 30px !important;
    }
    #homebottom {
     	height: 250px;   
    }
    
}
@media (max-width: 979px) and (min-width: 768px) {
    #homegrid .box {
        width: 48.61878453038674% !important;
    }
    #homegrid .box.middle {
        display: none;   
    }
    #responsive-food-menu .brand {
        padding: 10px 20px 10px 0px;
    }
}
@media (min-width: 768px) {
    .mod_postcode_box .btn {
        margin-left: 10px !important  ; 
    }
    header .navbar .nav>li:first-child {
        padding-left: 0px;   
    }
    header .navbar .nav>li:last-child {
        padding-right: 0px;   
    }
    header .right_column {
        padding-left: 20px;   
    }
}
@media (max-width: 767px) {
	.menu-container .ui-tabs-vertical .ui-tabs-panel {
		width: 100% !important;
	}
	.row-order-complete- .span12 {
		padding: 20px;
	}
	.ct_user_status,
	.ct_local_branch_details {
		text-align: center !important;
	}
	.contact-us .box-contact-information {
		margin-top: 22px !important;
	}
	.contact-us .ui-widget {
		border-bottom: none;
	}
	.contact-us .ui-widget-header {
		text-align: center;
	}
	.copyright,
	.cards,
	.vendor-zpos {
		text-align: center;
		display: block !important;
		margin-bottom: 30px;
	}
	.menu-selection h1 {
		text-align: center;
		font-size: 45px;
	}
	.menu-selection h3 {
		font-size: 20px;
	}
	.mod_postcode_box .btn-group {
		margin-left: 0px;
	}
	.carousel-control.left {
		margin-left: 0px;
	}
	.carousel-control.right {
		margin-right: 0px;
	}
	.menu-selection .btn {
     	width: 70%;
        margin: auto;
    }
    .menu-selection .website-image {
     	margin-top: 20px;   
    }
	.how-im-ordering h2,
	.checkout h2, 
	.contact-us h1 {
		text-align: center;
    }
    #logo {
        position: relative; 
        text-align: center;
        top: 0px;
        margin-bottom: 10px;
        left: 0px;
    }
    #logo img {
        max-width: 125px;
    }
    .ct_header_row {
        padding-top: 10px;
    }
    #header_strip {
     	display: none;   
    }
    .ct_details_bar {
        margin: 0px auto;
        background: #0e0e0e;
    }
    .carousel-caption .top_roof {
        max-width: 220px;
    }
    .carousel-caption h2 {
        font-size: 40px;
    }
    .carousel-caption p.caption_text {
        font-size: 18px;
    }
    .carousel-caption p.t_c {
        font-size: 16px;
    }
    .carousel-caption .btn-slideshow {
        width: 270px;
        height: 51px;
        font-size: 33px !important;
        padding: 7px 19px !important;
    }
    .column_slideshow {
     	padding: 0px;   
    }
    #homegrid .inner_box {
        margin-bottom: 40px;   
    }
    .mod_postcode_box {
        background: #000000;
        border: 4px double #FFFFFF;
        width: 100%;
        max-width: 500px;
        height: auto;
        padding: 20px;
    }
    .mod_postcode_box .btn-group,
    .mod_postcode_box .btn,
    #mod_postcode_box_pc {
        display: block;
        width: 100% !important;
        margin: 0px auto 10px !important;
    }
    .mod_postcode_box .dropdown-menu {
     	width: 100%;   
    }
    .mod_postcode_box .dropdown-menu a {
        text-align: center;   
    }
    .mod_postcode_box .lead {
        font-size: 35px;
    }
    .mod_postcode_box .col3 {
        font-size: 14px;
        margin-top: 0px
    }
    #homegrid {
        padding-top: 0px;
    }
    .column_slideshow {
        max-width: 100%;
        margin: 20px;
    }
    #pizzaicon {
        width: 70px;
    }
    #drinkicon {
        width: 50px;
    }
    #kebabicon {
        width: 28px;
    }
    #burgericon {
        width: 64px;
    }
    #chickenicon {
        width: 60px;
    }
    #desserticon {
        width: 45px;
    }
    #homebottom {
     	height: 200px;   
    }
    .row-variation {
        margin-bottom: 5px;   
    }
    footer .row-fluid {
        padding: 20px;
    }
    #editProductModal fieldset small .label-default, #editSpecialDealModal fieldset small .label-default {
        top: 5px;   
    }
    #homeabout .line {
        max-width: 340px;
    }
    #snow {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    #homegrid .inner_box {
        width: 400px;
        height: 502px;
    }
    #homegrid .box_roof {
        max-width: 400px;
    }
    #homegrid .inner_box img {
        max-width: 350px;
    }
    #homegrid .inner_box h2 {
        font-size: 65px;
    }
    #homegrid .inner_box p {
        font-size: 20px;
    }
    #homegrid .btn-large {
        font-size: 26px !important;
        padding: 17px 30px 19px !important;
    }
}

@media (max-width: 480px) {
	#responsive-food-menu .brand {
		font-size: 18px;
		padding-top: 15px;
	}
	#responsive-food-menu .btn-navbar.btn-primary {
		margin-righT: 0px !important;
		font-size: 10px;
	}
	.carousel-control {
		display: none;
	}
	.mod_postcode_box .col3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.members .hero-unit {
		padding: 30px;
    }
    .members .hero-unit h1 {
        font-size: 40px;
    }
    .menu-selection .btn {
        width: 90%;
    }
    .carousel-indicators {
        right: 10px;
        top: 10px;
        transform: none;
    }
    #homeabout .line {
        width: 100%;
        max-width: 100%;
    }
    .homeabout_icon {
     	width: 100%;   
    }
    #homeabout h2 {
        font-size: 40px;
    }
    #homebottom {
     	height: 150px;   
    }
    footer .row-fluid {
        padding: 30px 30px 10px;
    }
    .reviews437 #body {
     	text-align: center;   
    }
    .ct_details_bar {
     	padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

@media (max-width: 380px) {
    .carousel-caption .btn-slideshow {
        width: 240px;
        height: 45px;
        font-size: 28px !important;
        padding: 6px 19px !important;
    }   
}

/* START: CROSSED OUT PRICE CSS */
.old_price {
 	color: red;
    text-decoration: line-through;
    display: block;
}
.row-variation {
 	margin-bottom: 20px;   
}
/* END: CROSSED OUT PRICE CSS */

/*Hide empty imgs for the simple products that have been created and used as subtitles*/
.product-162988 img,
.product-162989 img,
.product-162990 img,
.product-162991 img,
.product-162997 img {
 	display: none;   
}
/*SNOW FALL ANIMATION*/
.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    border-radius: 50% !important;
    filter: drop-shadow(0 0 10px white);
}
#snow {
    position: relative;
    z-index: 2;
}
.product-338892, .product-338879,
.product-338892:hover, .product-338879:hover { 
    background: /*#ff264e;*/#c21f1a !important;
    padding: 10px;
    box-sizing: border-box;
}
.product-338892 .label, .product-338879 .label {
    background: #11bfc7 !important;
}

.halal{
    margin-right: 15px;
    margin-bottom: 0;
}
.halal img{
 	filter: invert(1);
    width: 30px;
    margin: 1px 5px;   
}

@media (max-width: 979px){
    .desktop_halal{
        display:none !important;   
    }
    .halal img{
     	margin: 3px 15px;  
    }
}
