@import url(https://fonts.googleapis.com/css?family=Lato|Caprasimo|Caprasimo|Caprasimo|Caprasimo);
/*
skin_path: skins/dallas/
skin_name: dallas
theme_path: 
theme_name: 
type: css
datetime: 2024-11-01 12:08:12
checksum: da7b30592045320cbfc176f170aebf6e
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: #2C783C;
}
body {
  background: #fcfcfc;
  text-shadow: none;
}
input, button, select, textarea {
  font-family: "Lato", "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: #A61616;
}
.label-important[href], .badge-important[href] {
  background-color: #A61616;
}
.label-warning, .badge-warning {
  background-color: #e3a839;
}
.label-warning[href], .badge-warning[href] {
  background-color: #e3a839;
}
.label-success, .badge-success {
  background-color: #3D8453;
}
.label-success[href], .badge-success[href] {
  background-color: #3D8453;
}
.label-info, .badge-info {
  background-color: #49a5d2;
}
.label-info[href], .badge-info[href] {
  background-color: #49a5d2;
}
.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: #2C783C;
  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: #2C783C;
  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: #2C783C;
}
#discount-banner .border-two {
  border-color: #4cbe64;
}
#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(44, 120, 60, 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: #2C783C;
}
/* move elements */
.contact-us h1 {
  text-indent: -9383px;
  position: absolute;
}
#responsive-food-menu .text-info {
  color: #2C783C;
  text-shadow: none;
}
#responsive-food-menu .text-info:hover {
  color: brigthen(#2C783C, 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: #2C783C !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: #2C783C !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: #FB8E0E;
  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: #2C783C !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(44, 120, 60, 0.25);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.modal-footer {
  background: rgba(44, 120, 60, 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: #2C783C;
  text-shadow: none;
  text-decoration: underline;
}
.how-im-ordering a:hover {
  color: #2C783C;
}
/* ******************************* */
/* 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: #2C783C;
  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(44, 120, 60, 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: #2C783C;
}
.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ {
  background-color: #2C783C;
  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(44, 120, 60, 0.25) !important;
}
.ui-state-highlight a, .ui-state-highlight a:hover, .ui-state-highlight a:focus {
  color: #2C783C !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: #2C783C;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
  color: #2C783C;
}
/* 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: #2C783C;
  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: #2C783C;
  border-bottom-color: #2C783C;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret {
  border-top-color: #2C783C;
  border-bottom-color: #2C783C;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background: #2C783C;
}
/* HOME */
.home-about {
  text-align: center;
}
/* ******************************* */
/* BUTTTTON */
a {
  color: #2C783C;
}
.ct_details_bar a {
  text-decoration: underline;
}
a:hover {
  color: #2C783C;
}
#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: #2C783C !important;
  background-color: #2C783C !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: #2C783C !important;
  background-color: #2C783C !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: #2C783C !important;
  background-color: #2C783C !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: #2C783C !important;
  margin-bottom: 10px;
}
header .navbar .btn-navbar:hover {
  background-color: #37964b !important;
}
.ct_details_bar {
  margin-bottom: 0px;
  color: #2e302f;
  background: #FB8E0E;
  padding: 14px 0 6px;
  font-size: 18px;
}
body:not(.home) .ct_details_bar {
  margin-bottom: 35px;
}
.mod_postcode_box {
  background: #2C783C !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: #b1e2bc;
}
.mod_postcode_box .input-append {
  background: #369249;
  padding: 8px 7px;
  border-radius: 16px;
  border: solid 1px #41b058;
  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: "Lato";
}
#mod_postcode_box_pc::placeholder {
  color: #8cd59b;
}
.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: #FB8E0E;
}
.ui-widget-header {
  background: #FB8E0E;
  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: "Lato";
  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(44, 120, 60, 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: #2C783C;
}
.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: #3D8453;
  color: #fff;
}
.alert-danger {
  background-color: #A61616;
  color: #fff;
}
.alert-info {
  background: #49a5d2;
  color: #fff;
}
.alert-warning {
  background: #e3a839;
  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: #2C783C;
    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-ashford { display:none !important; } 
body .hidden-ashford { display:inherit !important; } 
body.shop_ashford .hidden-ashford { display:none !important; }
body.shop_ashford .visible-ashford { 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: 'Lato';
	font-size: 15px;
}
h1 {
	font-family: 'Caprasimo';
	font-size: 45px;
	font-weight: normal;
}
h2 {
	font-family: 'Caprasimo';
	font-size: 40px;
	font-weight: normal;
}
h3 {
	font-family: 'Caprasimo';
	font-size: 26px;
	font-weight: normal;
}
h4 {
	font-family: 'Caprasimo';
	font-size: 22px;
	font-weight: normal;
}
body {

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

	background-attachment: fixed;
}

header, #mobile-header {

	background-attachment: scroll;
}

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

/*GLOBALS*/
body {
    line-height: 120%;
}

h5 {
    font-size: 20px;
}
.rounded img {
    border-radius: 12px;
}
div.span6.hidden {
    display: none;
}

/*HEADER*/
header {
    background: none;
}
.status-OPEN {
    color: #2C783C !important;
}
.top-header-wrap {
margin-bottom: 50px;
}

/*NAVBAR*/
.navbar .nav > .active > a,
.active > a, .navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.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 {
    color: #E4002F;
    padding-bottom: 3px;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret, 
.navbar .nav li.dropdown.active>.dropdown-toggle .caret, 
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret, 
.navbar .nav li.dropdown > a:focus .caret,
.navbar .nav li.dropdown > a:hover .caret{
    border-top-color: #E4002F;
    border-bottom-color: #E4002F;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-submenu:hover > a, 
.dropdown-submenu:focus > a {
    background: #f3f3f3;
    color: #000;
}

header .dropdown-menu > li > a:hover, 
header .dropdown-menu > li > a:focus, 
header .dropdown-submenu:hover > a, 
header .dropdown-submenu:focus > a {
    color: #2C783C
}

.mod_postcode_box .dropdown-menu > li > a:hover, 
.mod_postcode_box .dropdown-menu > li > a:focus {
    color: #000;
}


.navbar .nav > li > a {
    transition: color 0.3s ease;
}
.navbar .nav > li > a:hover, 
.navbar .nav > li > a:focus {
    color: #E4002F;
}
.navbar .nav > li > a {
    font-weight: bold;
}

.navbar .nav > li > a {
    font-size: 22px;
}
.nav-collapse .dropdown-menu a {
    color: #2C783C;
    font-size: 20px;

}
header .dropdown-menu>li>a {
    padding: 6px 20px;
}

/*BUTTONS*/
.btn.btn-large {
    padding: 13px;
}
.btn {
    border-radius: 15px;
}
.web-section .btn.btn-large {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.btn-success {
    background: #2C783C;
    color: #FFF !important;
}
.btn-success:hover,
.btn-success:focus {
    background: #35954a;
}
.btn:hover,
.btn:focus {
    text-decoration: none !important;
}

.btn-red {
    background: #E4002F;
    color: #FFF !important;
}

.btn-red:hover,
.btn-red:focus {
    background: #f30234;
}

/*WELLS*/
.well {
    /*border: 5px solid #2c783c47;*/
    color: #000;
}

/*HOMEPAGE*/
.mod_postcode_box {
    padding: 35px 45px 35px 45px;
}
.mod_postcode_box .lead {
    font-family: 'Caprasimo';
    text-transform: Capitalize;
    font-size: 39px;
    margin-bottom: 20px;
    line-height: 125%;
}
.three-promo-grid-two {
    margin: 10px 0px 30px;
}
#mod_postcode_box_pc::placeholder {
    color: #FFF;
}
.mod_postcode_box .input-append {
    border: solid 1px #4EB858;
    background: #83BF7B;
}
.mod_postcode_box .input-append button {
    color: #2C783C !important;
}
.mod_postcode_box .btn-group .btn.btn-postcode {
    margin-top: 2px;
}
.btn-postcode .caret {
    margin-top: 9px;
}
/*.mod_postcode_box .input-append span.caret {
display: none;
}*/
.ct_details_bar {
    padding: 14px 0 17px;   
}
.ct_details_bar_wrap > * {
    min-height: 0px !important;
}
.ct_details_bar small,
.ct_details_bar em {
    color: #FFFFFF
}
.ct_details_bar a {
    color: #E4002F;
}

.ct_details_bar_wrap a:hover,
.ct_details_bar_wrap a:focus {
color: #f31240;
}


.members .web-section-promo a:hover,
.members .web-section-promo a:focus {
    color: #ffca9e !important;
}
.web-section-promo

.home-about .well {
    background: #FB8E0E;
}
.web-section.web-section-loyalty-points {
    color: #FFF;
}
.web-section.web-section-loyalty-points h2 {
    text-transform: uppercase;
}
.home-about .well {
    background: none;
    box-shadow: none;
    border: none;
    padding-top: 0px;
}
.home-about p {
    color: #898989;
}
.home-about {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/*MENU PAGE*/
.basket-buttons .btn-large,
#zp-offcanvas-basket .btn-large {
	padding: 12px 13px 15px;
}
div.alert.alert-info.how-im-ordering {
    background: none;
}
div.alert.alert-info.how-im-ordering h2 {
    font-size: 36px;
    color: #000;
}
.ui-tabs-vertical .ui-tabs-nav li {
    text-align: left;
    font-size: 18px;
}
.uk-offcanvas-bar .table-condensed th {
    padding: 12px 5px 5px 5px !important;
}
.tb-nav.tb-nav-tabs .ui-state-active,
.tb-nav.tb-nav-tabs .ui-state-hover,
.tb-nav.tb-nav-tabs .ui-state-focus {
    background: #FB8E0E !important;
}

.tb-nav.tb-nav-tabs .ui-state-default {
    background: #2C783C;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    color: #fff !important;
    font-size: 16px;
}

span.how-im-ordering-menuname {
    color: #FB8E0E;
}
/*#basket-container, .well-basket {
    border: 5px solid #2c783c47
}*/
#basket-container .ui-widget-content {
    padding: 1em 1em 0.25em 1em !important;
}
.menu #navbar-search-menu {
    background: #FFF;
    border: 1px solid black;
}
.menu .navbar span.brand {
    font-size: 25px;
    font-weight: 600;
}
.menu fieldset .btn .caret {
    margin-top: 5.5px;
}
.menu fieldset .btn-option {
    border: 1px solid #ccc;
    height: 12px !important;
}
.modal-body small {
    font-size: 80%;
}
.menu .web-section-promo h2{
    color: #FFF;
}
.menu .icon-search {
    background-position: -48px 1px;
}
.menu .web-section-promo h3 {
    color: #FFF;
}
#responsive-food-menu span.brand {
    padding-top: 7px;
}
#mobile_food_menu_nav .zp-ctl-categories {
    color: #FB8E0E !important
}

/*CONTACT PAGE*/
.contact-us .span8 .well {
 	background: #FFFFFF;   
}
.ui-widget-header {
    background: #FB8E0E;
    font-weight: normal;
    border-color: #e9e9e9;
    color: #FFF;
    text-align: center;
}
.contact-us .box-contact-information a,
.contact-us .contact-phone_numbers .number {
    font-size: 15px;
}
.contact-us .ui-widget,
.page-review-order{
    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-radius: 12px;
    /*border: 5px solid #2c783c47 !important;*/
}

.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: 7px;
    border-top-right-radius: 7px;
}
.box-contact-information h4 {
line-height: 130%;
}

/*MEMBERS PAGE*/
.members .hero-unit {
    background-color: #E4002F;
    color: #FFF;
}
.members .nav-header {
    font-size: 13px;
}
.members .loyalty-card>div .loyalty-value {
    font-size: 35px;
}
.members .hero-unit a {
    color: #FFF;
    text-decoration: underline;
}
.members #newPostcode {
    width: 50%;
}
.members .hero-unit a:hover,
.members .hero-unit a:focus {
    color: #FFF;
}
.members #body .btn-group>.btn:last-child,
.members #body .btn-group>.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear .2s, box-shadow linear .2s;
}
.members div.web-section.web-section-promo {
    background:#E4002F;
    color: #FFF;
}
.members div.web-section.web-section-promo a {
    color: #FFF;
    text-decoration: underline;
}
.members .section-sales-reports form .btn-group {
    white-space: normal;
}
body.loyalty_scheme_0 .members div.web-section.web-section-promo {
    display: none;
}
.my-number .muted {
    color: #5d5d5d;
}
.my-numbers:hover .muted {
    color: #000;
}
li.my-numbers.active .muted {
    color: #FFF;
}
.members .nav-list > li > a {
    font-size: 17px;
}

/*CHECKOUT PAGE*/
.box-delivery-information {
    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;
}
.table-delivery-information th {
    background: #2C783C;
    color: #FFF;
}
.table-delivery-information td {
    background: #FFF;
}
#accordionSecurity .accordion-heading small {
    color: #E4002F;
}
.checkout .loyaltypoints_box {
    color: #FFF;
    background: #FB8E0E;
}
.checkout .loyaltypoints_box a.btn-link {
    text-decoration: underline;
}
.loyaltypoints_box .row-credits .span2 .well.lead {
    color: #FFF;
}
.checkout .loyaltypoints_box a.btn-link:hover,
.checkout .loyaltypoints_box a.btn-link:focus {
    text-decoration: underline;
}
.checkout .loyaltypoints_box .ui-widget-header {
    font-size: 18px;
    background: #000;
    padding: 8px 0px;
    margin-top: 10px;
    border-radius: 0px;
}
.loyaltypoints_box .row-credits .well {
    border: 2px solid #E4002F !important;
}
.checkout .row-credits .well {
    border-radius: 0px;
    color: #000;
}
.checkout .ctl-pointsoptions {
 	margin-top: 10px;   
}


/*POPOVERS*/
.popover-title {
    background: #FB8E0E;
    color: #FFF;
    font-size: 18px;
}

/*FOOTER*/
#footer-link-information {
    color: #E4002F;
    font-weight: bold;
}
footer .label-copyright {
    color: #2C783C
}
footer .copyright {
    font-size: 1rem;
}

/*TABLES*/
.table th {
    /*font-size: 18px;*/
}

.members thead tr {
    background: #2C783C;
    color: #fff;
}




/*MODALS*/
.modal-header,
.modal-footer {
    background: #FB8E0E;
}
.modal-header h3 {
    color: #FFF;
    padding-bottom: 2px;
}
.modal-footer h3 {
    color: #FFF;
    margin-top: 5px !important;
}
.modal-footer small {
    color: #FFF;
}
.modal-footer {
    padding: 15px;
}
.ui-dialog .ui-dialog-titlebar-close {
    margin: -12px 0 0 0;
    font-size: 15px; !important;
    color: #000;
}
.ui-dialog .ui-dialog-title {
    margin: 6px 0;
}

/*DISCOUNT BANNER*/
#discount-banner {
    background: #E4002F;
    color: #FFF;
    padding: 22px 0;
}


#mobile-hero-bg #discount-banner,
#mobile-hero-bg #discount-banner-two
{     
    position: relative;
    z-index: 2;
}

#discount-banner .code-block {
    background: #FB8E0E;
    font-family: 'Caprasimo';
    font-size: 2rem;
    font-weight: normal;
}
#discount-banner .code-block span { 
    color: #E4002F
}

#discount-banner p {
    font-size: 18px;
}
#discount-banner p small,
#discount-banner-two p small{
    font-size: 12px;
}
#discount-banner .border-one, 
#discount-banner .border-two {
    border-color: #FB8E0E;
}


/* SECOND BANNER */
#discount-banner-two {
    color: #FFF;
    padding: 24px 0;
    background: #2C783C;
    text-align: center;
    border-radius: 12px;
}

#discount-banner-two .border-one,
#discount-banner-two .border-two {
border-color: #fff;
        border-top: 5px solid;
    margin: 10px 0 5px;
}

#discount-banner-two h3 {
    font-size: 32px;
    margin: 9px 0 0;
}

#discount-banner-two .code-block {
    background: #Fff;
    font-family: 'Caprasimo';
    font-size: 2.2rem;
    font-weight: normal;
        color: #2C783C;
    padding: 20px 10px;
    text-transform: uppercase;
        margin: 10px 0;
    line-height:34px;
}
#discount-banner-two .code-block span { 
    color: #000;
}
#discount-banner-link-two:hover,
#discount-banner-link-two:focus{
text-decoration: none;
}


.ui-datepicker .ui-datepicker-title select {
    font-size: 0.5em;
}

/*REVIEW PAGE*/
.page-review-order {
    border-radius: 12px;
}

/*404*/
.page_error-404 .alert-error h1,
.page_error-404 .alert-error h2, 
.page_error-404 .alert-error h3{
    color: #b94a48
}

#mobile-hero-bg {
    position: relative; 
}

#mobile-hero-bg::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; 
}

@media (max-width: 1200px) {
    #basket-container, #discount-banner, .web-section-promo, #discount-banner-two {
        max-width: 500px !important;
        margin-left: auto;
        margin-right: auto;
    }

    footer .copyright {
        font-size: 0.8rem;
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    .ct_details_bar  .visible-desktop {
        display: none !important;
    }
}
@media (min-width: 980px) {
    header .nav.main-menu {
     	margin: 15px 0;   
    }
    .menu-selection > .row-fluid {
    display: flex;
        gap: 10px;
        max-width: revert;
    }
}
@media (max-width: 979px) {
    div.alert.alert-info.how-im-ordering h2 {
        font-size: 25px;
    }
    .top-header-wrap #opening-status {
    top: revert;
        margin-right: 20px !important;
    }
    .social_media_links {
    margin-left: 20px;
    }
    header a.btn.btn-navbar {
    margin-top: -7px;
    }
    .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: none !important;
    color: #E4002F !important;
    }
    .members a.btn.btn-block.btn-large.btn-success {
        margin-bottom: 25px;
    }
    .ct_details_bar {
        /*padding-bottom: 17px;*/
        padding: 10px 0 12px;
        display: flex;
        align-items: center;
    }
    #order-empty {
        margin-top:10px;
    }
    .mod_postcode_box .lead {
     	font-size: 34px;  
    }
}
@media (max-width: 767px) {
    footer .cards img {
        max-width: 65%;
    }
    #discount-banner-link-two {
        padding: 20px;
    }
    .home  #mobile-hero-bg #discount-banner {
    margin-bottom: 0;
    }
    #mobile-hero-bg #discount-banner {
    padding: 15px 0;
    }
    #mobile-hero-bg #discount-banner-two {
        padding: 25px 0;
    }
    #mobile-hero-bg #discount-banner-two .code-block {
    font-size: 1.7rem;
    padding:14px 10px
    }
    #mobile-hero-bg #discount-banner-two h3,
    #mobile-hero-bg #discount-banner h3 {
    margin-top: 0px; 
    }  
    #mobile-hero-bg .border-two,
    #mobile-hero-bg .border-one {
    display: none;
    }
    .mod_postcode_box .lead {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .web-section h2 {
     	font-size: 30px;   
    }
    .error-404 #body h1 {
        font-size: 3em;
    }
    .page_error-404 .alert-error h2 {
        font-size: 2em;
    }
    .page_error-404 .alert-error h3 {
        font-size: 1em;
    }
    #checkoutVouchercode {
        padding: 0;
    }
    #discount-banner .code-block,
    #discount-banner h3 {
        font-size: 2rem;
    }
    header #logo img {
        max-height: 75px;
    }
    .home-about .well {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .members .row-fluid .span9.section- {
        margin-top: 25px;
    }
    .modal-footer button {
        margin-top: 5px;
    }
    .ct_user_status {
        margin-bottom: 5px;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    .home .three-promo-grid .span4 {
        width: 100%;
    }
    .members #loginSignin {
        margin-bottom: 5px;
    }
    .home .three-promo-grid {
        display: flex;
        flex-direction: column;
    }
    .home .home-left, .home .home-middle, .home .home-right {
        margin-left: 0 !important;
    }
    .modal-body small {
        font-size: 50%;
    }
    .menu .modal-body .well {
        padding: 5px
    }
    .hide-tablet-custom {
        display: none;
    }

}
@media (min-width: 969px) {
    .navbar .nav > .active > a {
        position: relative;
    }
    .navbar .nav > .active > a::after {
        content: "";
        width: 80%; 
        height: 0.1em;
        background: #E4002F;
        position: absolute;
        bottom: -5px;
        left: 10%;
    }
}
@media (min-width: 767px) and (max-width: 979px) { 
    .checkout .loyaltypoints_box .ui-widget-header {
        font-size: 11px;
    }
    .well {
        padding: 12px;
    }
    .trigger-paymentmethod small {
        font-size: 12px;
    }
    .loyaltypoints_box .lead {
        font-size: 22px;
    }
    .checkout .table-condensed th, 
    .checkout .table-condensed td {
        padding: 3px 1px
    }
    .well-basket {
        border: 3px solid #2C783C
    }
    .table th, .table-delivery-information td {
        font-size: 12px;
    }
    .checkout .row-credits .well {
        font-size: 18px;
    }
    div.well.sidebar-nav {
        padding: 10px;
    }
    .members .nav-header {
        font-size: 10px;
    }
    .members .nav-list > li > a,
    li.my-statistics-orders-total,
    li.my-statistics-orders {
        font-size: 10px !important;
    }
    .loyalty-card>div.col3, .loyalty-card>div.col4 {
        width: 100%;
        border-radius: 0;
        margin-bottom: 10px;
    }
    .loyalty-card div.span6.col1 {
        width: 100%;
    }
    input, textarea, .uneditable-input, select {
        width: 150px;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    #mod_postcode_box_pc {
        max-width: 220px;
    }
}

/*customiser fix on ipad*/
@supports (-webkit-touch-callout: none) {

    @media  (min-width: 767px) and (max-width: 1200px) {
        .modal-body small {
            font-size: 50%;
        }

    }

}

