@import url(https://fonts.googleapis.com/css?family=Sora|Patua+One|Patua+One|Patua+One|Patua+One);
/*
skin_path: skins/dallas/
skin_name: dallas
theme_path: 
theme_name: 
type: css
datetime: 2024-10-22 15:08:11
checksum: 9a24151bf35f2475fa2eb73a03691f23
status: ok
*/
/* Load: skins/dallas/style_system_overrides.scss */
/* **************************** */
/* Center footer text on mobile */
/* **************************** */
@media (max-width: 767px) {
  footer div {
    text-align: center;
    margin: 20px 0;
  }
  footer div.vendor {
    text-align: center !important;
    margin: 25px 0 0px;
  }
  footer div.copyright {
    margin-top: 0px;
  }
}
/* Load: skins/dallas/style_functions.scss */
/* Load: skins/dallas/_variables.scss */
/* Load: skins/dallas/_variables_skin.scss */
/* Load: custom_data/preloaded_custom_data */
/* Load: skins/dallas/styles.scss */
/* revisit for demo only */
.home h1 {
  text-indent: -82342px;
  position: absolute;
}
header {
  background: #C13727;
}
body {
  background: #fcfcfc;
  text-shadow: none;
}
input, button, select, textarea {
  font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.halal-symbol {
  text-align: center !important;
  margin: 20px auto 0 !important;
}
/* buttons */
.btn-inverse {
  background-color: #2E2E2E;
  color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active {
  background-color: #3b3b3b;
}
/* DEFINE BOOTSTRAP COLORS */
.label-important, .badge-important {
  background-color: #D7263D;
}
.label-important[href], .badge-important[href] {
  background-color: #D7263D;
}
.label-warning, .badge-warning {
  background-color: #FF7A48;
}
.label-warning[href], .badge-warning[href] {
  background-color: #FF7A48;
}
.label-success, .badge-success {
  background-color: #5AAA95;
}
.label-success[href], .badge-success[href] {
  background-color: #5AAA95;
}
.label-info, .badge-info {
  background-color: #73B3E8;
}
.label-info[href], .badge-info[href] {
  background-color: #73B3E8;
}
.label-inverse, .badge-inverse {
  background-color: #2E2E2E;
}
.label-inverse[href], .badge-inverse[href] {
  background-color: #2E2E2E;
}
/*  website-image */
.members .span6 .website-image img, .image-with-text img {
  border-radius: 12px;
}
/* ******************** */
/* *** REVIEW PAGES *** */
/* ******************** */
/* ************** */
/*  SOCIAL ICONS */
/* ************** */
.social_media_links.home_social {
  display: none;
}
.social_media_links {
  background: none;
  float: left;
}
.social_media_links .btn-group > .btn {
  background: none;
}
.social_media_links .btn-group > .btn:hover, .social_media_links .btn-group > .btn:focus {
  background: none;
}
.social_media_links .btn-group.extended {
  display: inline-block;
}
.social_media_links .btn-group .btn {
  width: unset !important;
}
.social_media_links .btn-group .btn img {
  width: 30px;
}
.social_media_links .btn-group .btn small {
  display: none;
}
/* ********************** */
/* *** CHECKOUT PAGES *** */
/* ********************** */
.checkout .span5 button {
  margin-bottom: 10px;
}
.checkout .span5 div.marginbottom15 {
  text-align: center;
}
.checkout .well.alert-info.well-login {
  background: #FFFFFF;
}
.btn-link {
  text-shadow: none;
}
.btn-link.ctl-forgotPassword {
  color: #2e302f;
  padding: 0px;
  margin-left: 5px;
  font-size: 12px;
}
.btn-link.ctl-forgotPassword:hover, .btn-link.ctl-forgotPassword:focus, .btn-link.ctl-forgotPassword:active {
  color: #C13727;
  text-decoration: underline;
}
/* ************** */
/* *** ALERTS *** */
/* ************** */
/* accordian */
.accordion-group {
  background: #FFFFFF;
  border-radius: 12px;
  color: #2e302f;
  box-shadow: 0 4px 6px 0 rgba(27, 35, 36, 0.02), 0 2px 12px -2px rgba(27, 35, 36, 0.08), 0 3px 6px 0 rgba(27, 35, 36, 0.06);
}
.accordion-group a {
  color: #2e302f;
}
.accordion-group a:hover, .accordion-group a:focus {
  text-decoration: underline;
  color: #2e302f;
}
.accordion-inner > .well-security {
  border: none !important;
  padding: 10px;
  background: none;
  box-shadow: none;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #F6F6F6;
}
.rounded-corners {
  border-radius: 12px;
  /* Adjust the value to get the desired roundness */
}
/* DISCOUNT BANNER */
#discount-banner {
  padding: 13px 0;
  background: #fff;
  text-align: center;
  border-radius: 12px;
  margin: 20px auto;
}
.home #discount-banner {
  max-width: 380px;
}
#discount-banner h3 {
  font-size: 38px;
  margin: 15px 0 0;
  color: #FFFFFF;
}
#discount-banner p {
  padding: 0px 11px;
  max-width: 80%;
  margin: 10px auto 15px;
  font-size: 16px;
  line-height: 120%;
}
#discount-banner .code-block {
  background: #C13727;
  color: #fff;
  padding: 20px 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
#discount-banner p small {
  font-size: 11px;
}
#discount-banner p.terms {
  line-height: 100%;
}
#discount-banner .border-one, #discount-banner .border-two {
  border-top: 5px solid;
  margin: 10px 0 5px;
}
#discount-banner .border-one {
  border-color: #DC7E73;
}
#discount-banner .border-two {
  border-color: #edafa8;
}
#discount-banner-link:hover, #discount-banner-link:focus, #discount-banner-link:active, #discount-banner:hover {
  text-decoration: none;
}
/* ************************************** */
/* CONTACT */
.contact-us .span8 .well {
  background: rgba(220, 126, 115, 0.25);
}
.contact-us .box-opening-hours {
  margin-top: 25px;
}
.contact-us .box-delivery-information .ui-widget-header, .contact-us .box-contact-information .ui-widget-header, .contact-us .box-opening-hours .ui-widget-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: none;
}
.contact-us .box-delivery-information .ui-widget-content, .contact-us .box-contact-information .ui-widget-content, .contact-us .box-opening-hours .ui-widget-content {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.contact-us .box-delivery-information, .contact-us .box-contact-information, .contact-us .box-opening-hours {
  /*background:none;
    box-shadow: 0 4px 6px 0 rgba(27, 35, 36, .02), 0 2px 12px -2px rgba(27, 35, 36, .08), 0 3px 6px 0 rgba(27, 35, 36, .06);*/
}
.contact-us .box-contact-information a {
  color: #2e302f;
}
/* fixes */
em {
  /*    font-style: initial;*/
  color: #DC7E73;
}
/* move elements */
.contact-us h1 {
  text-indent: -9383px;
  position: absolute;
}
#responsive-food-menu .text-info {
  color: #C13727;
  text-shadow: none;
}
#responsive-food-menu .text-info:hover {
  color: brigthen(#C13727, 10%);
  /*text-decoration: underline;*/
}
#responsive-food-menu .btn-navbar {
  font-size: 14px;
  margin: 0 0 4px 5px !important;
  line-height: 34px !important;
  border-radius: 12px !important;
  border: solid 2px #ffffff96 !important;
  margin-left: 10px !important;
}
.ctrl-mob-nav-search {
  background: #C13727 !important;
}
#responsive-food-menu .navbar-inner {
  padding-right: 3px;
}
#navbar-search-menu {
  border: 2px solid #efedea;
  border-radius: 12px;
  padding: 3px 2px 2px 9px !important;
  margin-bottom: 7px;
  margin-top: 0px;
  margin-right: 5px;
}
/* mobile burger */
header .navbar .btn-navbar {
  background-color: #C13727 !important;
  background-image: none;
  background-repeat: no-repeat;
  padding: 10px 10px;
}
header .navbar .btn-navbar:hover {
  background-color: #e17a6e !important;
}
header .btn.btn-navbar .icon-bar {
  background-color: #FFF;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* GOOGLE MAPS */
.well .gm-style-iw-chr, .well .gm-style-iw-d {
  color: #333 !important;
}
/* MODERN STYLING 2024 */
/* GENERAL*/
.web-section {
  padding: 25px;
  text-align: center;
  background: #F6F6F6;
  box-shadow: 0 4px 6px 0 rgba(27, 35, 36, 0.02), 0 2px 12px -2px rgba(27, 35, 36, 0.08), 0 3px 6px 0 rgba(27, 35, 36, 0.06);
  border: 1px solid #efedea;
  margin: 15px 0 25px;
}
.web-section p {
  max-width: 730px;
  margin: 15px auto 15px;
  font-size: 16px;
  line-height: 135%;
}
.web-section h2 {
  margin-top: 0px;
}
.web-section a {
  color: #2e302f;
}
.web-section a:hover, .web-section a:focus {
  color: #2e302f;
  text-decoration: underline;
}
.web-section .btn.btn-large {
  border-radius: 12px;
}
.web-section-loyalty-points .btn.btn-primary {
  background: #FFFFFF;
}
.web-section-loyalty-points .btn.btn-primary:hover, .web-section-loyalty-points .btn.btn-primary:focus, .web-section-loyalty-points .btn.btn-primary:active {
  background: white;
}
.web-section .btn-inverse {
  color: #fff;
  text-decoration: none;
}
.web-section .btn-inverse:hover, .web-section .btn-inverse:focus, .web-section .btn-inverse:active {
  color: #fff;
  text-decoration: none;
}
.web-section h3 {
  margin-top: 0;
}
/* MENU */
/* side cat menu */
.tb-nav.tb-nav-tabs {
  background: none;
  border: none;
  padding: 0px !important;
}
.tb-nav.tb-nav-tabs .ui-state-default, .tb-nav.tb-nav-tabs .ui-widget-content .ui-state-default, .tb-nav.tb-nav-tabs .ui-widget-header .ui-state-default {
  background: #fff;
  color: #FFFFFF;
  border: solid 1px #e7e7e7;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  padding: 12px 10px !important;
}
/* default category tabs */
.tb-nav.tb-nav-tabs .ui-state-hover, .tb-nav.tb-nav-tabs .ui-widget-content .ui-state-hover, .tb-nav.tb-nav-tabs .ui-widget-header .ui-state-hover, .tb-nav.tb-nav-tabs .ui-state-active, .tb-nav.tb-nav-tabs .ui-widget-content .ui-state-active, .tb-nav.tb-nav-tabs .ui-widget-header .ui-state-active {
  background: #DC7E73 !important;
}
/* default category tabs text */
.tb-nav.tb-nav-tabs .ui-state-hover a, .tb-nav.tb-nav-tabs .ui-widget-content .ui-state-hover a, .tb-nav.tb-nav-tabs .ui-widget-header .ui-state-hover a, .tb-nav.tb-nav-tabs .ui-state-active a, .tb-nav.tb-nav-tabs .ui-widget-content .ui-state-active a, .tb-nav.tb-nav-tabs .ui-widget-header .ui-state-active a {
  color: #fff !important;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-right: 0em !important;
}
.ui-tabs-vertical .ui-tabs-nav {
  padding: 0.2em 0.2em 0.2em 0.2em !important;
}
.tb-nav.tb-nav-tabs li {
  border-radius: 10px !important;
  border: solid 1px #FFFFFF;
}
/* category search tab cross */
.ui-tabs-vertical.ui-tabs-menu li .ui-icon-close {
  margin: -2.1em 0.5em 0 0 !important;
}
/* MODAL */
.modal-header {
  padding: 12px 15px 9px;
  background: rgba(220, 126, 115, 0.25);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.modal-footer {
  background: rgba(220, 126, 115, 0.25);
}
.ui-dialog .ui-dialog-titlebar-close {
  color: #898989;
}
/* ALERT */
.alert {
  text-shadow: none;
}
/* Menu - how-im-ordering */
.menu-selection > .alert {
  background: none;
  border: none;
  text-align: center;
  font-size: 13px;
  padding: 0px;
}
.menu-selection h3 {
  background: none;
  font-size: 24px;
  padding: 0 0 20px;
  color: #a7a7a7;
}
.menu-selection > h1 {
  text-align: center;
  font-size: 42px;
  line-height: 130%;
  padding: 20px 0 15px;
  margin-bottom: -10px;
}
.how-im-ordering {
  background: #f2f2f2;
  padding: 15px 15px 12px;
  border: none;
}
.how-im-ordering h2 {
  color: #7f7f7f;
  text-shadow: none;
}
.how-im-ordering small {
  color: #C13727;
  text-shadow: none;
  text-decoration: underline;
}
.how-im-ordering a:hover {
  color: #C13727;
}
/* ******************************* */
/* Menu Selection Tabs */
.menu-selection div[class*="span"] {
  width: 100%;
  margin: 0;
}
.menu-selection div[class*="span"] > .well {
  background: #f6f6f6;
  border-radius: 12px;
}
.menu-selection > .row-fluid {
  max-width: 500px;
  margin: 0 auto;
}
.ui-tabs-menu {
  background: none;
  border: none;
}
.ui-tabs-vertical .ui-tabs-nav li {
  border-right-width: 1px !important;
}
.product-container-panel .ui-widget-header {
  background-color: #DC6153;
  border-radius: 12px;
  color: #fff;
  padding: 10px 15px;
  font-size: 25px;
  margin-bottom: 4px;
}
.product-container-panel .ui-widget-header:not(:first-of-type) {
  margin-top: 30px !important;
}
.ui-tabs-panel.ui-widget-content, .well, #basket-container {
  background-size: cover;
  background: #FFFFFF;
  box-shadow: 0 4px 6px 0 rgba(27, 35, 36, 0.02), 0 2px 12px -2px rgba(27, 35, 36, 0.08), 0 3px 6px 0 rgba(27, 35, 36, 0.06);
  border: 1px solid #efedea;
  border-radius: 12px;
  padding: 25px;
}
.ui-widget-content {
  border-color: #00000014;
}
.well legend {
  border-bottom-color: #00000014;
}
.ui-tabs-menu .product-container-panel .row-variation > div.span5, .ui-tabs-menu .product-container-panel .row-variation > div.span3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ui-tabs-menu .product-container-panel h5 {
  font-size: 1.15rem;
  line-height: 1.4;
}
.ui-tabs-menu .product-container-panel .row-product .row-variation.margintop10 {
  margin-top: 0px;
}
.ui-tabs-menu .product-container-panel .row-product > .span6 {
  padding: 5px 0px 5px 5px;
}
.row-product:hover {
  background: rgba(220, 126, 115, 0.1);
}
/* gaps between variations */
.ui-tabs-menu .product-container-panel .row-product > div.row-variation {
  margin: 10px 0;
}
.ui-tabs-menu .product-container-panel .label-info, .ui-tabs-menu .product-container-panel .badge-info {
  background-color: #DC7E73;
}
.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ {
  background-color: #DC7E73;
  color: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 25px;
  margin-bottom: 4px;
}
.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_:hover, .ctrl-offcanvas_productmenu_toggle_bridge_mobile2_:focus {
  text-decoration: none !important;
}
/* remvoe prod border */
.product-container-panel .row-fluid:last-child {
  border-bottom: none;
}
/* Order Complete */
.row-order-complete- p, .jumbotron-order-complete p {
  color: #2E2E2E !important;
}
/* Review */
.page-review-order h2, .page-review-order h1 {
  color: #2E2E2E;
}
/* Voucher Code */
input#checkoutVouchercode {
  text-transform: initial;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.voucher_box {
  background: #FFFFFF !important;
}
.voucher_box, .voucher_box .success {
  text-align: center;
}
.voucher_box .btn.btn-success {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: -4px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  input#checkoutVouchercode {
    border-radius: 12px;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 5px !important;
  }
  .voucher_box .btn.btn-success {
    border-radius: 12px;
    width: 100%;
  }
}
@media (min-width: 400px) {
  input#checkoutVouchercode {
    border-radius: 12px;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 5px !important;
  }
  .voucher_box .btn.btn-success {
    border-radius: 12px;
    width: 100%;
  }
}
/* ********************************************************************************* */
.ui-state-highlight {
  background: rgba(220, 126, 115, 0.25) !important;
}
.ui-state-highlight a, .ui-state-highlight a:hover, .ui-state-highlight a:focus {
  color: #C13727 !important;
}
.ui-state-highlight.lead.search-desc, .ui-state-highlight.cat-desc, .ui-state-highlight.dynamic-desc {
  border: none !important;
  border-radius: 12px;
  font-size: 16px;
  line-height: 150%;
  padding: 15px 15px;
  text-shadow: none;
}
/* NAVBAR */
.nav.main-menu {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.navbar .nav > li > a {
  color: #DC7E73;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
  color: #C13727;
}
/* active or focus nav item bg */
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: transparent;
  color: #C13727;
  box-shadow: none;
  font-weight: 600;
  text-shadow: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #DC7E73;
  border-bottom-color: #DC7E73;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret {
  border-top-color: #C13727;
  border-bottom-color: #C13727;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background: #C13727;
}
/* HOME */
.home-about {
  text-align: center;
}
/* ******************************* */
/* BUTTTTON */
a {
  color: #C13727;
}
.ct_details_bar a {
  text-decoration: underline;
}
a:hover {
  color: #DC7E73;
}
#responsive-food-menu .btn-navbar.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_, .btn {
  padding: 8px 15px;
  border-radius: 12px;
  box-shadow: none;
  border: none;
  background-image: none;
}
.btn-large {
  padding: 16px 30px 16px;
  border-radius: 30px;
  font-size: 16px;
}
.btn-small {
  padding: 4px 10px 5px;
}
#responsive-food-menu .btn-navbar.ctrl-offcanvas_productmenu_toggle_bridge_mobile2 {
  padding: 6px 8px;
  font-size: 25px;
  background: #C13727 !important;
  background-color: #C13727 !important;
  color: #fff;
}
#responsive-food-menu .btn-navbar.ctrl-offcanvas_productmenu_toggle_bridge_mobile2 span {
  text-decoration: none !important;
}
input {
  /* height:initial;
    line-height:initial;
    padding:7px 6px !important;*/
}
/* ********************************************** */
.loyaltypoints_box {
  background: #DC7E73 !important;
  background-color: #DC7E73 !important;
  color: #fff;
  /*background-image:none;*/
}
.loyaltypoints_box .row-credits .well {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.loyaltypoints_box .row-credits .span2 .well.lead {
  padding-right: 0px !important;
  padding-left: 0px !important;
  border: none !important;
}
.loyaltypoints_box .row-credits .well {
  color: #FFFFFF;
}
.loyaltypoints_box .row-credits .well {
  border: 1px solid #414141;
}
.loyaltypoints_box a {
  color: #fff;
  text-shadow: none;
}
.loyaltypoints_box a:hover, .loyaltypoints_box a:focus, .loyaltypoints_box a:active {
  color: #fff;
}
.loyaltypoints_box button {
  font-size: 14px;
  font-weight: bold;
}
.loyaltypoints_box .ui-widget-header {
  background: none;
  border: none;
  color: #fff;
}
.loyaltypoints_box .row-credits .well {
  border-color: #7D7ABC;
}
.loyalty-description h1, .loyalty-description h2 {
  color: #2E2E2E;
}
/* side nav bar */
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background: #DC7E73 !important;
  background-color: #DC7E73 !important;
}
.nav-list > li > a {
  padding: 3px 15px;
  color: #1d1d1d;
}
#body-bottom-hr {
  display: none;
}
#container.container {
  background: none;
  padding: 0px;
  margin: 0px auto;
  box-shadow: none;
}
/*.home #container.container {
    width:100%;
}*/
/*.my-auto { 
    margin:80px;
}*/
/*toogle*/
header .navbar .btn-navbar {
  background-color: #DC7E73 !important;
  margin-bottom: 10px;
}
header .navbar .btn-navbar:hover {
  background-color: #e49c94 !important;
}
.ct_details_bar {
  margin-bottom: 0px;
  color: #2e302f;
  background: #F6F6F6;
  padding: 14px 0 6px;
  font-size: 18px;
}
body:not(.home) .ct_details_bar {
  margin-bottom: 35px;
}
.mod_postcode_box {
  background: #C13727 !important;
  max-width: 775px;
  margin: 0 auto;
  padding: 45px 45px 35px 45px;
  border: none !important;
}
.mod_postcode_box > div.col.col3 {
  max-width: 350px;
  margin: 0 auto;
}
.mod_postcode_box .muted {
  color: #f9e2df;
}
.mod_postcode_box .input-append {
  background: #d64635;
  padding: 8px 7px;
  border-radius: 16px;
  border: solid 1px #dd6557;
  color: #fff;
}
#mod_postcode_box_pc {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff !important;
  height: 50px;
  font-size: 20px;
  max-width: 220px;
  font-family: "Sora";
}
#mod_postcode_box_pc::placeholder {
  color: #f0bbb5;
}
.mod_postcode_box .btn-group {
  float: right;
}
.mod_postcode_box .btn-group .btn.btn-postcode {
  border-radius: 12px !important;
  background: #fff;
  color: #000;
  text-shadow: none;
  font-weight: bold;
}
.mod_postcode_box .lead {
  font-size: 3.7em;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}
.btn-postcode .caret {
  border-top-color: #000;
  border-bottom-color: #000;
  margin-left: 5px;
}
/* loyalty */
.web-section.web-section-loyalty-points {
  border-radius: 12px;
}
.web-section.web-section-loyalty-points .btn-group .btn:first-child {
  margin-right: 10px;
}
/* demoing */
#myCarousel .item img {
  width: 100%;
  max-height: 435px;
}
/* myCarousel */
#myCarousel .carousel-caption {
  background: none;
}
#myCarousel .carousel-caption h4, #myCarousel .carousel-caption p {
  text-indent: -93333px;
}
#myCarousel .carousel-control {
  font-size: 32px;
}
#myCarousel .carousel-control.left, #myCarousel .carousel-control.right {
  line-height: 35px;
}
.bg-muted {
  background: #F6F6F6;
}
.ui-widget-header {
  background: #F6F6F6;
  border-color: #e9e9e9;
}
/* HEADER */
header {
  text-align: center;
  background-image: none;
}
header #logo {
  padding: 0px 0 20px;
}
/* TOP HEADER WRAP */
.top-header-wrap {
  width: 1170px;
  height: 50px;
  position: relative;
  /* float: left; */
  margin: 0 auto;
  max-width: 100%;
}
.top-header-wrap #opening-status {
  float: right;
}
/* FOOTER */
footer {
  margin-top: 45px;
}
/* NAV BAR */
header .navbar {
  margin-bottom: 0px !important;
}
header .nav.main-menu {
  margin: 25px 0;
}
.navbar-inner {
  background: none;
  box-shadow: none;
  border: none;
}
.navbar .nav > li > a {
  font-size: 24px;
  text-shadow: none;
}
.three-promo-grid [class^="span"] img {
  margin: 20px 0;
}
.three-promo-grid .home-left, .three-promo-grid .home-right {
  text-align: center;
}
/* T&Cs */
.page_information .well-hero > h2 {
  border-bottom: solid 2px #C13727;
  padding-bottom: 5px;
}
/* UNQIUE BOTS */
.box-delivery-information {
  padding: 0px;
  background: none;
  box-shadow: none;
  border: none !important;
  margin-top: 35px;
}
.checkout .box-delivery-information .table-hover tbody tr:hover > td, .checkout .box-delivery-information .table-hover tbody tr:hover > th {
  background: none;
  background-color: transparent;
}
.pm-link-underline {
  text-decoration: underline !important;
}
/* MOBILE HERO */
#mobile-hero-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  min-height: 400px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #mobile-hero-bg > .home-middle {
    width: initial;
    margin: 20px;
    text-align: center;
  }
}
/* SEARCH */
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  background: none !important;
  border: none;
  box-shadow: none;
  width: 212px;
  font-family: "Sora";
  color: #2E2E2E;
}
#menu-search-box::placeholder {
  color: rgba(46, 46, 46, 0.6);
  font-size: 12px;
}
.search_icon_menu {
  color: #7f7f7f;
}
.navbar-search .search-query {
  padding: 3px 14px 5px 4px;
}
/* nav brand */
.menu .navbar .brand {
  text-shadow: none;
  color: rgba(220, 126, 115, 0.95);
}
/* *** 404 *** */
.page_error-404 .alert-error {
  background: #FFFFFF;
  box-shadow: 0 4px 6px 0 rgba(27, 35, 36, 0.02), 0 2px 12px -2px rgba(27, 35, 36, 0.08), 0 3px 6px 0 rgba(27, 35, 36, 0.06);
  padding: 45px 0;
}
.page_error-404 .alert-error h1, .page_error-404 .alert-error h2, .page_error-404 .alert-error h3 {
  color: #C13727;
}
.page_error-404 .alert > p {
  color: #2e302f;
}
#opening-status {
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}
#opening-status:hover {
  text-decoration: none !important;
  cursor: initial;
}
.flashing-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.flashing-green {
  background-color: green;
  animation: flashGreen 2s infinite;
  box-shadow: 0 0 3px 3px rgba(65, 228, 65, 0.2);
}
.flashing-red {
  background-color: red;
  animation: flashRed 3.5s infinite;
  box-shadow: 0 0 3px 3px rgba(255, 0, 0, 0.5);
  /* Red glow with 50% opacity */
}
@keyframes flashGreen {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flashRed {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* MISC */
.top-header-wrap #opening-status {
  text-transform: initial;
}
.my-numbers .muted {
  font-size: 10px;
}
.my-numbers:hover .muted {
  color: #fff;
}
/* alerts alerts */
.skin-system-alert {
  max-width: 1150px;
  margin: 0 auto;
}
.idx-4.sys-alert.sys-message .close {
  color: #444;
}
.sys-alert.sys-message .close {
  top: 4px;
  right: -21px;
  color: #fff;
}
.alert, .sys-alert.sys-message {
  border: none;
}
.alert-success {
  background: #5AAA95;
  color: #fff;
}
.alert-danger {
  background-color: #D7263D;
  color: #fff;
}
.alert-info {
  background: #73B3E8;
  color: #fff;
}
.alert-warning {
  background: #FF7A48;
  color: #fff;
}
/*social media*/
.top-header-wrap .social_media_links:not(.home_social) {
  background: #FFFFFF;
  border-radius: 0px 0px 20px 20px;
}
.ct_details_bar .social_media_links {
  text-align: center;
  float: none;
}
/*Menu page brand*/
@media (max-width: 767px) {
  #responsive-food-menu .brand {
    font-weight: bold;
    font-size: 24px;
  }
}
/*Cookie Policy table*/
.cookie-policy-content table {
  background: #FFFFFF;
}
/* Large desktop */
@media (min-width: 1200px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1200px;
  }
  .checkout .ct-checkout-phonenumber small {
    font-size: 78%;
  }
}
@media (max-width: 1200px) {
  .ct_details_bar {
    font-size: 16px;
  }
}
@media (min-width: 979px) {
  .mod_postcode_box {
    margin-top: -200px;
    position: relative;
    margin-bottom: 20px;
  }
  #responsive-food-menu.navbar.affix {
    background: white;
    border: 1px solid #535353 !important;
    box-shadow: 0 4px 6px 0 rgba(27, 35, 36, 0.02), 0 2px 12px -2px rgba(27, 35, 36, 0.08), 0 3px 6px 0 rgba(27, 35, 36, 0.06);
  }
  #responsive-food-menu .navbar-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 7px;
  }
}
@media (max-width: 979px) {
  /* RE DO HEADER FOR MOBILE */
  #basket-container {
    margin-top: 45px;
  }
  #responsive-food-menu.navbar.affix {
    background: #fff;
    box-shadow: 1px 2px 1px #e5e5e5;
  }
  .nav-collapse .dropdown-menu li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #C13727;
    background-color: #f2f2f2;
    color: #777;
  }
  body.home .website-image {
    text-align: center;
  }
  .menu .btn-success.order-checkout {
    margin-top: 10px;
  }
  .top-header-wrap #opening-status.status-OPEN {
    margin-right: 82px;
  }
  .top-header-wrap #opening-status.status-CLOSED {
    margin-right: 82px;
  }
  .ct_details_bar {
    font-size: 15px;
  }
  .mod_postcode_box .lead {
    font-size: 2.7em;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    line-height: 110%;
  }
  .ui-tabs-menu.ui-tabs {
    margin-top: 7px;
  }
  #opening-status {
    position: relative;
    top: 46px;
    margin-right: 127px;
  }
  header #logo {
    float: left;
  }
  header #logo img {
    max-height: 95px;
    margin: -34px 20px 0 20px;
  }
}
@media (min-width: 800px) {
  #mobile-hero-bg {
    display: none;
  }
}
/* Portrait tablet to landscape and desktop */
/* MOBILE */
@media (min-width: 767px) {
  .tb-nav.tb-nav-tabs {
    width: 28% !important;
  }
  .input-append > button.btn {
    padding: 5px 15px;
  }
  .btn.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_, .btn.ctrl-mob-nav-search {
    display: none !important;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* the promo that is top on mobile gets some space */
  /* adding spacing more mobile products & remove hover */
  /* rejig option dropdown */
  /* MOBILE MEMBER FORMS */
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  #body {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ct_details_bar {
    font-size: 16px;
  }
  .ct_details_bar .span6 {
    text-align: center !important;
  }
  .home-middle {
    padding: 20px;
    text-align: center;
  }
  footer div {
    text-align: center;
    margin: 20px 0;
  }
  footer div.vendor {
    text-align: center !important;
    margin: 25px 0 0px;
  }
  footer div.copyright {
    margin-top: 0px;
  }
  .input-append input#registerPostcode {
    max-width: 149px !important;
  }
  .input-append > input#loginPassword {
    max-width: 144px !important;
  }
  .input-append > button.btn {
    padding: 5px 15px;
  }
  .contact-us .box-contact-information, .page_information .block-policies, .page_information .block-marketing {
    margin-top: 25px !important;
  }
  .menu-selection h3 {
    font-size: 20px;
  }
  .block-policies, .block-marketing {
    margin-top: 25px;
  }
  .menu .ui-tabs-vertical .ui-tabs-panel {
    width: 100% !important;
  }
  #accordionSecurity {
    display: none;
  }
  #mod_postcode_box_pc {
    max-width: 170px;
  }
  .mod_postcode_box .btn-group .btn.btn-postcode {
    padding-right: 16px;
    padding-left: 16px;
  }
  #myCarousel {
    display: none;
  }
  .three-promo-grid .home-left {
    margin-bottom: 0px;
  }
  #opening-status {
    font-size: 16px;
  }
  .mod_postcode_box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .home .home-left img {
    margin-bottom: 0px !important;
  }
  .product-container-panel .row-fixed.row-fluid {
    margin: 2px;
  }
  .row-product:hover {
    background: none;
  }
  .modal-body .form-horizontal.type-choose-one .span6 {
    width: 100%;
  }
  .modal-body .form-horizontal .row-fluid .control-group {
    margin-bottom: 7px;
  }
  .modal-body .form-horizontal .control-label {
    padding-top: 0px;
  }
  .checkout h2 {
    text-align: center;
  }
  .members .row-fluid .span9.section- {
    margin-top: 15px;
  }
}
@media (max-width: 525px) {
  /* fix so the buttons on #frmLogin don't stack */
  #frmLogin .btn {
    padding-left: 11px;
    padding-right: 11px;
  }
  .mod_postcode_box .btn-group {
    text-align: center;
    width: 100%;
  }
  .mod_postcode_box .btn-group .btn.btn-postcode {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/* Landscape phones and down */


body .visible-newark { display:none !important; } 
body .hidden-newark { display:inherit !important; } 
body.shop_newark .hidden-newark { display:none !important; }
body.shop_newark .visible-newark { 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: 'Sora';
}
h1 {
	font-family: 'Patua One';
	font-weight: normal;
}
h2 {
	font-family: 'Patua One';
	font-weight: normal;
}
h3 {
	font-family: 'Patua One';
	font-weight: normal;
}
h4 {
	font-family: 'Patua One';
	font-weight: normal;
}
body {

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

	background-attachment: scroll;
}

header, #mobile-header {

	background-attachment: scroll;
}

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

/* Custom Classes */
.mt_sm {
    margin-top: 10px !important;
}
.mt_md {
    margin-top: 20px !important;
}
.mt_lg {
    margin-top: 30px !important;
}
.mt_xl {
    margin-top: 40px !important;
}
.mb_sm {
    margin-bottom: 10px !important;
}
.mb_md {
    margin-bottom: 20px !important;
}
.mb_lg {
    margin-bottom: 30px !important;
}
.mb_xl {
    margin-bottom: 40px !important;
}
.ml_xs {
    margin-left: 5px !important;
}
.ml_sm {
    margin-left: 10px !important;
}
.ml_md {
    margin-left: 20px !important;
}
.ml_lg {
    margin-left: 30px !important;
}
.ml_xl {
    margin-left: 40px !important;
}
.mr_sm {
    margin-right: 10px !important;
}
.mr_md {
    margin-right: 20px !important;
}
.mr_lg {
    margin-right: 30px !important;
}
.mr_xl {
    margin-right: 40px !important;
}

.disabled_button {
    opacity: .6;
    pointer-events: none;
}
.tap_to_zoom {
    padding: 2px 8px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    justify-content: center;
    margin: 5px auto 5px;
    font-size: 10px;
}
.modal#editProductModal #info_message {
    margin-bottom: 20px;
    background: #c4c4c4 !important;
    color: #000 !important;
    padding: 18px !important;
}
.free_3_side_alert {
    padding: 18px !important;
}
@media (max-width: 767px) {
    .modal#editProductModal #info_message {        
    }
    .tap_to_zoom {
        margin-left: 0;
    }
}

/* Dropdown Menu */
ul.dropdown-menu {
    padding: 0;
}
ul.dropdown-menu > li > a {
    padding: 8px 20px 8px;
}
ul.dropdown-menu > li > a:hover,
ul.dropdown-menu > li > a:focus
{
    background: #FF7A48;    
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background: #C13727;
}

/* Header */
header {
    background: none;
}
header #logo,
header .nav-collapse {
    padding-bottom: 10px;
}
.navbar .nav > li > a {
    opacity: .5;
    color: #000000;
    font-weight: unset;
    font-size:18px;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus,
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    opacity: 1;
    color: #000 !important;
    font-weight: unset;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
header #opening-status {
    color: #000 !important;
}
.flashing-dot {
    margin-right: 10px;
}
.top-header-wrap .social_media_links:not(.home_social) {
    background: #20AE70;
}
.social_media_links {    
    padding: 2px 8px 5px;
}
.social_media_links .btn-group .btn {
    padding: 5px;
}
header .navbar .btn-navbar:focus,
header .navbar .btn-navbar:hover,
header .navbar .btn-navbar {
    background: #FF7A48 !important;
}
header .nav.main-menu {
    margin: 15px 0 10px;
}

@media (max-width: 479px) {
    header #logo img {
        max-height: 70px;
    }
    header #opening-status {                
        top: 115px !important;
        left: 20px !important;
        float: left !important;
        margin: unset !important;
    }
    header #logo {
        float: unset !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    header #logo img {
        max-height: 80px;
    }
}

@media (min-width: 480px) and (max-width: 979px) {
    header #opening-status {
        top: 31px !important;
    }
    header .btn-navbar {
        margin-top: -21px !important;
    }
}

@media (max-width: 979px) {
    header .social_media_links {
        right: 5%;
        position: absolute;
        display: none;
    }
    header .nav-collapse .nav > li > a:hover,
    header .nav-collapse .nav > li > a:focus,
    header .nav-collapse .dropdown-menu a:hover,
    header .nav-collapse .dropdown-menu a:focus
    {
        color: #000;
    }
    .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background-color: unset;
    }
    .navbar .nav > li > ul a {
        font-size: 1.2rem;
        font-weight: 400;
    }
    header .navbar {
        margin-top: 10px;
    }
    header #opening-status {
        top: 56px;
    }
}

@media (max-width: 767px) {
    .ct_details_bar small {
        /*font-size: 65% !important;*/
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ct_details_bar small {
        /*font-size: 65% !important;*/
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .ct_details_bar small {
        /*font-size: 75% !important;*/
    }
}

/* Modals */
.modal-header .close {
    opacity: .7;
    margin-top: 6px;
    color: #fff !important;    
}

/* UI Dialogs */
.ui-dialog .ui-dialog-titlebar {
    background: #20ae70 !important;
    border: none;
    color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
    margin: -12px 0 0 0;
    color: #fff;
}
.checkout .ui-dialog.ui-draggable {
    z-index: 100000 !important;    
}
@media (max-width: 767px) {
    .checkout .ui-dialog.ui-draggable {    
        width: fit-content !important;
    }
}

/* General */
.well.well-login {
    color: #000;
}
.well.well_green {
    color: #fff;
    border: none !important;
    box-shadow:none !important;
    background: #20AE70 !important;
}
.page_information .well-hero > h2 {
    border-color: #000;
}
.well.well_blue {
    border-color: rgba(0,101,216,1) !important;
    background: linear-gradient(0deg, rgba(0,101,216,1) 0%, rgba(54,130,216,1) 100%) !important;
    color: #fff !important;    
}
a {
    color: #000;
}
a:hover {
    color: #3fb45c;
}
.web-section {
    box-shadow: none;
}
.web-section a,
.web-section a:hover,
.web-section a:focus {
    color: #fff;
}
.page-header {
    border-color: #000;
}
.alert {
    padding: 10px 35px 8px 14px;
}
body:not(.home) .website-image img {
    border-radius: 10px;
}
.ui-state-highlight {
    background: #FF7A4859 !important;
    color: #FF7A48 !important;
    line-height: normal !important;
}

/* Text Colours */
.text-success {
    color: #5AAA95;
}

.text-error {
    color: #D7263D;
}

.text-info {
    color: #73B3E8;
}

.text-warning {
    color: #FF7A48;
}

/* Popovers */
.popover {

}

.popover .popover-title {
    color: #fff;
    padding: 8px 14px 8px;
    background: #20AE70 !important;
}

.popover .popover-content {
    color: #000;
}

/* Ct details bar */
.ct_details_bar {
    padding: 14px 0;
    background: #20AE70 !important;
    color: #fff;    
}
.ct_details_bar .span6 {
    min-height: fit-content;    
}
.ct_details_bar a {
    color: #fff !important;
}

.ct_details_bar a:hover,
.ct_details_bar a:focus {
    color: #000000 !important;    
}

@media (max-width: 767px) {
    .ct_details_bar .span6 {    
        padding: 0 20px;
    }
}

/* Buttons */
.btn {
    font-weight: bold;
    border-radius: 10px;
    text-shadow: none !important;
    transition: .2s;
}
.btn:hover, .btn:focus {
    filter: brightness(115%);
    transition: .2s;
}
.btn.btn-large {        
    padding: 14px 13px 13px;            
}
.btn-small {
    padding: 5px 10px 5px;
}
.home .btn-group .btn {
    border-radius: 10px !important; 
}
.btn-link.ctl-forgotPassword:hover, .btn-link.ctl-forgotPassword:focus, .btn-link.ctl-forgotPassword:active,
.btn-link.ctl-forgotPassword {
    color: #4393d9;
}
.btn.btn-success {
    background: #5AAA95;
}
.btn.btn-danger {
    background: #D7263D;
}
.btn.btn_well_blue {
    border-color: rgba(0,101,216,1) !important;
    background: linear-gradient(0deg, rgba(0,101,216,1) 0%, rgba(54,130,216,1) 100%) !important;
    color: #fff !important;
}
#responsive-food-menu .btn-navbar.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_,
.btn.btn-warning {
    background: #FF7A48;
}
.btn.btn-info {
    background: #73B3E8;
}
.btn.btn-white {
    background: #fff;
    color: #000;
}
.btn.btn-primary {
    background: #0D63BF;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
    filter: brightness(90%);
}
label.btn input[type="radio"], 
label.btn input[type="checkbox"] {
    margin: 3px 0 0;
}
label.btn {
    padding: 8px 15px 8px !important;
    background: #5AAA95 !important;
    color: #fff !important;
    text-shadow: none;
}

/* 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"], 
.uneditable-input {
    font-size: 12px;
    padding: 5px 6px 4px;
}

/* Tables */
.members .section-sales-reports table#tbl_all_orders td,
.members .section-sales-reports table#tbl_all_orders th {
    color: #000 !important;
    background: #fff !important;
}

/* Home */
.home .home-about .well.well-small {
    border: none;
    box-shadow: none;
    background: none !important;
    margin: 0 !important;
    font-weight: bold;    
    font-size: /*20px;*/ 15px;
    line-height: normal;
}
.home #mod_postcode_box_pc {
    height: 52px;
}
.home .mod_postcode_box .input-append {
    background: #4FC290;
    padding: 8px 7px;
    border-radius: 16px;
    border: none !important;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid #1CA569 !important;
}
.home #mod_postcode_box_pc {
    font-weight: 900 !important;
}
.home #mod_postcode_box_pc::placeholder,
.home .mod_postcode_box .input-append::placeholder {
    color: #fff !important;
    opacity: .6 !important;
}
.home .mod_postcode_box .muted {
    color: #fff;
    opacity: .6;
}
.home .mod_postcode_box .btn-group .btn.btn-postcode:hover,
.home .mod_postcode_box .btn-group .btn.btn-postcode:focus
{
    filter: brightness(90%);
}
.home .mod_postcode_box > div.col.col3 {
    font-size: 17px;
    max-width: 410px;
}
.home .mod_postcode_box {
    padding: 35px 30px;
}
.home .mod_postcode_box > h2 {
    font-size: 3.6rem;
    line-height: 110% !important;
    margin-bottom: 20px;
}
.home .home-about {    
    margin: auto;
    max-width: /*1020px;*/ 900px;
}
.home .mod_postcode_box .input-append > .btn-group {
    height: 52px;
}
.home .mod_postcode_box .btn-group .btn.btn-postcode {
    height: 100%;
}
.home .mod_postcode_box .btn-group .btn.btn-postcode .caret {
    margin-top: 7px;
}
.home .website-image {
    margin-bottom: 0px !important;
    border-radius: 15px;
}
@media (max-width: 767px) {
    .home .first_row {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .home .second_row { 
        margin-bottom: 40px !important;
    }
    /*
    .home .first_row [class*="span"]:not(:last-child),
    .home .second_row [class*="span"]:not(:last-child) { 
    margin-bottom: 40px !important;
} 
    */
    .home .first_row,
    .home .second_row {
        text-align:center;
    }
    .home .mod_postcode_box > h2 {
        font-size: 2.5rem;     
    }
    .home .btn-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }    
    .home .btn-group > .first_button {
        margin-bottom: 10px;
    }
    .home #mobile-hero-bg {        
        border-radius: 0;
        min-height: 120px;
    }

}

@media (max-width: 526px) {
    .home .mod_postcode_box .input-append {
        padding-bottom: 24px;
    }
}

@media (min-width: 767px) {    
    .home .mod_postcode_box .input-append,
    .home .mod_postcode_box > h2 {
        margin-bottom: 30px;
    }     
    .home .btn-group > .first_button {
        margin-right: 10px;
    }
}

@media (min-width: 767px) and (max-width: 979px) {
    .home .first_row {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .home .second_row { 
        margin-bottom: 40px !important;
    }
}

@media (min-width: 980px) {
    .home .first_row {
        margin-top: 60px !important;
        margin-bottom: 80px !important;
    }
    .home .second_row { 
        margin-bottom: 80px !important;
    }
    .home .lp_section > h2 {
        font-size: 3rem;
        line-height: normal;
    }
}

@media (min-width: 980px) and (max-width: 1499px) {
    .home .mod_postcode_box {
        margin-top: -10% !important;
    }
}

@media (min-width: 2200px) {
    .home .outer-wrapper {
        margin: auto;
        max-width: 2000px;        
    }
}

/* Menu Page */
.how-im-ordering h2 {
    color: #fff;
}
.how-im-ordering a,
.how-im-ordering small {
    color: #0047b5 !important;
}
.menu .navbar .brand {
    color: rgba(0, 0, 0, 0.95);
    padding-left: 10px;
}
.menu #navbar-search-menu {
    border: 2px solid #848484;
    padding: 1px 0px 1px 12px !important;
    margin-top: 0px;
    margin-bottom: 0 !important;
    margin-left: 10px;
}
.menu .navbar-search .search-query {
    padding: 3px 9px 5px 4px;
}
.menu #discount-banner h3 {
    color: #000;
}
.tb-nav.tb-nav-tabs .ui-state-hover, 
.tb-nav.tb-nav-tabs .ui-widget-content .ui-state-hover, 
.tb-nav.tb-nav-tabs .ui-widget-header .ui-state-hover, 
.tb-nav.tb-nav-tabs .ui-state-active, 
.tb-nav.tb-nav-tabs .ui-widget-content .ui-state-active, 
.tb-nav.tb-nav-tabs .ui-widget-header .ui-state-active {
    background: #FF7A48 !important;
    border-color: #FF7A48;
}
.ui-tabs-panel.ui-widget-content, .well, #basket-container {    
}
.product-container-panel .ui-widget-header {
    background: #49a5d2 !important;
    color: #fff;
}
.ui-state-highlight.lead.search-desc, .ui-state-highlight.cat-desc, .ui-state-highlight.dynamic-desc {
    line-height: 110%;
}
.ui-tabs-menu .product-container-panel h5 {
    font-size: .9rem;
}
.ui-tabs-menu .product-container-panel .row-product .row-variation {
    margin-bottom: 5px;
}
.menu .row-product .description.decription {
    margin-bottom: 10px;    
    line-height: normal;
}
.menu .row-product:hover {
    background: #20AE7012 !important;
} 
.ui-tabs-menu .product-container-panel .row-variation > div.span5, .ui-tabs-menu .product-container-panel .row-variation > div.span3 {
    justify-content: unset;
}
body #editProductModal.modal {
    /*z-index: 4000000000 !important;*/
}
body #editProductModal.modal .modal-body .well .btn.btn-option .caret, body #editProductModal.modal .official-document .well .btn.btn-option .caret, body .modal .modal-body .well .btn.btn-option .caret, body .modal .official-document .well .btn.btn-option .caret {
    margin-top: 5px;
}
body #editProductModal.modal .modal-body .form-horizontal .control-label, body #editProductModal.modal .official-document .form-horizontal .control-label, body .modal .modal-body .form-horizontal .control-label, body .modal .official-document .form-horizontal .control-label {
    padding-top: 7px;
}
body #editProductModal.modal .modal-body .well, body #editProductModal.modal .official-document .well, body .modal .modal-body .well, body .modal .official-document .well {
    border-radius: 0;
    color: #000 !important;
    background: #f5f5f5 !important;
    box-shadow: none !important;
}
body #editProductModal.modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), body #editProductModal.modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), body .modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), body .modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) {
    color: #ffffff;
    background: #979797;       
}
body #editProductModal.modal .modal-body .well .btn.btn-option, body #editProductModal.modal .official-document .well .btn.btn-option, body .modal .modal-body .well .btn.btn-option, body .modal .official-document .well .btn.btn-option {
    padding: 4px 4px !important;
    text-shadow: none;	
}
body #editProductModal.modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, body #editProductModal.modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, body .modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, body .modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret {
    border-top-color: #fff;
}
body #editProductModal.modal .modal-footer, body .modal .modal-footer {
    background: #4e4f4f;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 14px 15px 14px;
}
body #editProductModal.modal .modal-footer > h3, body .modal .modal-footer > h3 {
    padding-top: 2px !important;
    color: #fff;
}
body #editProductModal.modal .modal-header, body .modal .modal-header {
    border-radius: 0px;
    background: #20ae70 !important;
    border: none;      
    padding: 9px 15px 9px;
    color: #fff;
}
body #editProductModal.modal .modal-body .well .label, body #editProductModal.modal .official-document .well .label, body .modal .modal-body .well .label, body .modal .official-document .well .label {
    margin-left: 0;
    font-size: 12px;
    border-radius: 4px;
    text-shadow: none;
    padding: 3.5px 5px 3.5px;
    background: #000;
    color: #fff;
}
.menu .navbar-affix-container {
    height: fit-content !important;
    position: sticky;
    top: 10px;
    z-index: 1000;
    padding: 10px 10px 0;
}
.menu #responsive-food-menu.navbar {
    position: unset;
    border: none !important;
}
.menu #responsive-food-menu .ctrl-mob-nav-search.btn-navbar,
.menu #responsive-food-menu .ctrl-offcanvas_productmenu_toggle_bridge_mobile2_.btn-navbar {
    border: none !important;
}
.menu #responsive-food-menu .ctrl-mob-nav-search.btn-navbar {
    padding-top: 4px !important;    
    line-height: 30px !important;
    padding-bottom: 0px !important;
}
.menu .ctrl-mob-nav-search {
    background: #9f9f9f !important;
}
.menu #responsive-food-menu .navbar-inner {    
    padding: 0 10px !important;
}
.menu #mobile_food_menu_nav .btn {
    padding-top: 16px;
}
.menu #responsive-food-menu .ctrl-offcanvas_productmenu_toggle_bridge_mobile2_.btn-navbar span {
    text-shadow: none;
}
.menu #discount-banner,
.checkout #discount-banner {
    background: #FF7A48 !important;
    color: #fff !important;
}
.menu #discount-banner h3,
.checkout #discount-banner h3 {
    color: #fff !important;
}
.menu #discount-banner p,
.checkout #discount-banner p {  
    max-width: 90%;
}
.menu #discount-banner .code-block,
.checkout #discount-banner .code-block {
    background: #FF946B;
    font-family: 'Patua One';
}
.menu .border-one,
.checkout .border-one,
.menu .border-two,
.checkout .border-two {
    border-color: #fff !important;
}
.menu #zp-offcanvas-menu > .uk-offcanvas-bar {
    padding-bottom: 80px;
}
.menu .navbar .brand {
    padding: 0;
}
#responsive-food-menu.navbar.affix {
    box-shadow: none !important;
}
.menu .navbar-affix-container {
    margin: 15px 0 15px;
}
.menu .uk-overlay-active .uk-active > .uk-overlay-spin, 
.menu .uk-overlay-hover.uk-hover .uk-overlay-spin, 
.menu .uk-overlay-hover:hover .uk-overlay-spin {
    transform: unset !important;
}
.menu #responsive-food-menu .brand {
    margin: 0;
    color: #000;
    font-weight: bold;
}
.menu .brand_desc_menu {
    color: #ff9000 !important;
}
.menu .brand_desc_menu::before {
    content: '"';
}
.menu .brand_desc_menu::after {
    content: '"';
}
.menu .website-image {
    text-align: center;
}
@media (max-width: 680px) {
    .menu #responsive-food-menu .brand {        
        width: 100%;
        margin: auto;
        margin-top: auto;
        text-align: center;
        padding: 0 !important;
        margin-top: 20px;
        line-height: normal;
        margin-bottom: 16px;        
    }
    .menu #responsive-food-menu .btn-navbar:not(.ctrl-mob-nav-search) {
        float: left;
    }
    .menu .ui-tabs-menu {
        margin-top: 0;
        padding-top: 0;
    }
    .how-im-ordering {
        text-align: center;
        padding: 10px 20px 15px;
    }
    .menu .navbar-affix-container {
        padding: 20px 5px 0px;

    }
}
@media (min-width: 680px) {
    .menu .navbar-affix-container {
        padding: 12px 5px 12px 15px;
    }
    #responsive-food-menu .brand {
        font-size: 20px;
        line-height: normal;
        height: 48px;
        display: flex;
        align-items: center;       
    }
    .menu #responsive-food-menu .ctrl-mob-nav-search.btn-navbar, .menu #responsive-food-menu .ctrl-offcanvas_productmenu_toggle_bridge_mobile2_.btn-navbar {   
        margin-top: 7px !important;
    }
    .menu #responsive-food-menu .ctrl-mob-nav-search.btn-navbar {
        margin-left: 5px !important;
    }
    .menu #navbar-search-menu {    
        margin-top: 7px;
    }    
    .brand_desc_menu {
        margin-left: 5px;
    }
}
@media (max-width: 767px) {
    body.menu #editProductModal.modal .modal-footer {
        /*padding-bottom: 100px !important;*/
    }
    .menu #basket-container .popover {
        display:none !important;
    }
    .menu figure .thumbnail {
        max-width: 150px;
    }
    .menu .website-image {
        text-align: center;
    }    
    .menu .modal .dropdown-menu {        
        right: 0px;
        left: unset;
        min-width: fit-content;
    }
    .menu #responsive-food-menu .brand {
        font-size: 18px;
    }
    .ct_details_bar .ct_user_status {
        padding-bottom: 5px;
    }      
    .menu .btn-success.order-checkout {
        margin-top: 10px !important;
    }
}
@media (max-width: 979px) {
    body #editProductModal.modal .modal-body .well .clearfix .option-label, body #editProductModal.modal .official-document .well .clearfix .option-label, body .modal .modal-body .well .clearfix .option-label, body .modal .official-document .well .clearfix .option-label {
        /*font-size: 10px;*/
    }
    .menu .btn-success.order-checkout {
        margin-top: 0;
    }

}

/* Checkout Page */
.checkout .accordion-group,
.checkout .accordion-group a:hover,
.checkout .accordion-group a:focus,
.checkout .accordion-group a {
    color: #000;
}

.loyaltypoints_box .row-credits .well {
    color: #000;
    border: none !important;
    padding: 12px 0px !important;
}
.checkout .ctl-pointsoptions > a {
    padding: 8px 8px;
}
.checkout .loyaltypoints_box .row-credits {
    margin-top: 15px;
    margin-bottom: 10px;
}
.checkout .voucher_box {
    color: #000 !important;
}
.checkout .loyaltypoints_box,
.checkout .well.well-basket {
    /*
    background: #000 !important;
    color: #fff;
    border-color: #000;
    */
}
.checkout .well.well-basket .text-success {
    color: #57e159;
}
.checkout .well.well-basket .text-info {
    color: #3bbeff;
}
.checkout .table-striped tbody > tr:nth-child(2n+1) > td, 
.checkout .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #ffffff1c;
}
.checkout .loyalty-description h1, 
.checkout .loyalty-description h2 {
    font-size: 28px;
}
.checkout .alert-applieddiscount {
    color: #000;    
    background: linear-gradient(90deg, rgba(247,158,42,1) 0%, rgba(251,184,41,1) 100%) !important;
}
.checkout .box-delivery-information {
    font-size: 12px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(27, 35, 36, 0.02), 0 2px 12px -2px rgba(27, 35, 36, 0.08), 0 3px 6px 0 rgba(27, 35, 36, 0.06);
    border: 1px solid #efedea;
}
.checkout .loyaltypoints_box .row-credits .col-equals div {
    color: #fff;
}
.checkout .span5 div.marginbottom15 .muted {
    color: #000;
}
.checkout .span5 div.marginbottom15 .muted a {
    text-decoration: underline;
}
@media (max-width: 479px) {
    .voucher_box .success {
        display: flex;
    }
}

/* Members Page */
.members .form-horizontal > legend {
    text-align: center;
    padding-bottom: 10px !important;
}
.members .web-section {
    color: #fff;
    background: #20AE70 !important;
}
.members .web-section p {  
    font-size: 15px;
}
.members .nav-list > .active > a, 
.members .nav-list > .active > a:hover, 
.members .nav-list > .active > a:focus {
    background: #FF7A48 !important;
    color: #fff;
}
.members #frmMyProfile .controls a.btn,
.members #frmAddHours .controls a.btn
{
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;  
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    font-weight: unset;
}
.members .my-numbers:hover .muted {
    color: #000;
}
.members .my-numbers.active .muted {
    color: #fff;
}
.members .nav-list .nav-header {
    color: #20AE70;
}
.members .ctl-toggle-columns .btn {
    padding: 4px 8px 4px !important;
}
.members .ctl-toggle-columns .btn.active {
    color: #fff !important;
    border-color: #5AAA95;
    background: #5AAA95 !important;
}
.members .ctl-toggle-columns .btn {    
    padding: 4px 8px 4px;
    background: #D7263D !important;
    color: #fff !important;
    border-color: #da4f49;
}
.members .ui-datepicker .ui-state-default.ui-state-active,
.members .ui-datepicker .ui-state-default.ui-state-highlight {
    color: #000;
    background: linear-gradient(90deg, rgba(247,158,42,1) 0%, rgba(251,184,41,1) 100%) !important;
}
.members .sidebar-nav .nav-list li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.members .sidebar-nav .nav-list li i {
    margin-right: 5px;
    padding-bottom: 1px;
}
.members .sidebar-nav .nav-list li a small.muted {
  margin-left: 5px;
  margin-top: 2px;
}

@media (max-width: 979px) {
  .members #body > .row-fluid > div:first-child .btn-block, .members #body > .container-fluid .row-fluid > div:first-child .btn-block {
    margin-bottom: 21px;
  }
}

/* Contact Us */
.contact-us .ui-widget .ui-widget-header {
    border: none;
    text-align: center;
    padding-top: 2px;
    background: #20AE70 !important;
    color: #fff;    
    padding: 14px 0 12px;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: normal;
    height: fit-content;
}

.contact-us .box-contact-information .ui-widget-content {
    text-align: center;
}
.contact-us .ui-state-highlight {
    color: #fff !important;
    background: #FF7A48 !important;
}
.contact-us #box-contact-info .contact-email a {
    color: #000;
}
.contact-us .container-fluid .ui-widget {
    border-radius: 12px;
    box-shadow: 0 4px 6px 0 rgba(27, 35, 36, 0.02), 0 2px 12px -2px rgba(27, 35, 36, 0.08), 0 3px 6px 0 rgba(27, 35, 36, 0.06);
}

/* ERROR 404 */
.error-404 #body .alert.well p {
    color: #000;
}

/* MENU SELECTION */
.menu .menu-selection .btn-primary {
    background: #FF7A48 !important;
}

/* FOOTER */
#footer-link-information {
    text-decoration: underline;
}

/* ALERTS */
.alerts {
    max-width: 1170px;
    margin:auto;
}
.alerts .sys-alert.sys-message {
    margin: 0 !important;
    text-align: center;
    padding: 6px 8px 10px;
    border-radius: 0 !important;
}
.alerts .sys-alert.sys-message .close {
    color: #fff;
    text-shadow: none;
}
.alerts .sys-alert.sys-message.alert-warning .close,
.alerts .sys-alert.sys-message.alert-warning {
    color: #000 !important;
}
.sys-alert.sys-message .close {
    top: 4px;
    right: 10px;
    opacity: 1;
}
.alerts .well.well-small.sys-alert.sys-message {
    background: #000;
    color: #fff;
}

/* WELCOME */
.welcome #welcome-row-fluid-outer h1 {
    font-size: 25px;
    line-height: normal;
}

.welcome #welcome-row-fluid-outer h2 {
    font-size: 22px;
    opacity: .4;
}

.welcome header .navbar {
    display: none;
}
.welcome header #logo {
    float: none;
    padding-bottom: 30px;
    padding-top: 20px;
}
@media (max-width: 767px) {
    .welcome #welcome-row-fluid-outer {
        text-align: center;
        max-width: 400px;
        margin: auto;
    }    
}
@media (min-width: 980px) {
    .welcome header #logo {        
        padding-bottom: 40px;
        padding-top: 0px;
    }
}

/* UI STATE HIHGLIGHTS */
.ui-tabs-panel .ui-state-highlight.dynamic-desc {
    /*background: #1a6b93 !important;*/
    color: #fff;
}
.ui-tabs-panel .ui-state-highlight a,
.ui-tabs-panel .ui-state-highlight a:hover,
.ui-tabs-panel .ui-state-highlight a:focus {
    color: #fff !important;
    text-decoration: underline;
}

.selected-no-salad { display: none; }

.home .mod_postcode_box .input-append,
.home .mod_postcode_box > h2 {
    margin-bottom: 10px;
}
@media (min-width: 767px) {
    .home .mod_postcode_box .input-append, 
    .home .mod_postcode_box > h2 {
        margin-bottom: 10px;
    }
}