       
* {
  font-family: 'Lexend', sans-serif;
}
a:hover { text-decoration: none; }
body {
    color:#212121;
  background-color:#E6E6E6;
}

form {
  margin: 0;
}

.container-fluid {
  padding:15px;
  padding-left:130px;
  height: 100vh;
  max-height: 100vh;
}
.box{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 10px; background-color: #FFF; color:#212121;
  padding:20px;margin-bottom: 20px;
}
.box_disabled{
  opacity: 0.5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 10px; background-color: #FFF; color:#212121;
  padding:20px;margin-bottom: 20px;
}
.box2{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 10px; background-color: #FFF; color:#212121;
  padding:10px;padding-right:0;
}
.restrict_product_width {
  width: 68%;
}

.icon-bar {
  position:fixed; left:0;
    width: 120px;
    height: 100vh;
    background-color: #555;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 34px;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.icon-bar a:hover {
  background-color: #000;
}

.active {
  background-color: #4CAF50;
}
.lrg-alert { font-size:26px; text-align: center; font-weight: 700; }
.green-alert { font-size:26px; background-color:#50C878; text-align: center; font-weight: 700; padding:5px; color:#FFF; }


.custom-scrollbar::-webkit-scrollbar {
  width: 20px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
.load-order { cursor: pointer; }
.alert {margin-left:auto;font-size:14px;/* max-width: 300px; */text-align: center;}
.counter {font-size: 68px;font-weight: 700;line-height: 50px;}

.opening-times{
   font-weight:700;background-color:#e8f5e9;padding:5px;font-size:22px;width:200px;margin-right: auto;margin-left: auto;
}
.opening_day{
  font-weight: 700;margin-bottom:8px;
}
.float-info {position: absolute;bottom:10;right:20;font-size:22px;color:#555;}
/*RECEIPT*/
.receipt_total {
  font-size:18px;font-weight:700;width:200px;margin-top:10px;margin-left:auto;margin-right:auto;background-color:#FF4136;padding:5px; color:#FFF; border-radius: 10px;
}
.receipt_total_row {
  font-weight: 600; font-size:12px;
}

/*RECEIPT*/
@media only screen and (max-width: 999px) {
  .container-fluid {
    padding:15px;
    margin-top:70px;
  }
  .icon-bar {
      position:fixed; top:0;
      width: 100%;
      height: 60px;
      line-height: 60px;
      background-color: #555;
      z-index: 999999;
  }

  .icon-bar a {
    display: inline-block;
    float:left;
    height: 60px;
    text-align: center;
    padding:18px;
    width:20%;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

  .icon-bar a:hover {
    background-color: #000;
  }

}





/*SHOP FRONT */
.scrollmenu {
    cursor: move;
    cursor: grab;
}
.scrollmenu:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.scrollmenu::-webkit-scrollbar-track
{
  border-radius: 8px;
  background-color: #F5F5F5;
}

.scrollmenu::-webkit-scrollbar
{
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.scrollmenu::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #ddd;
}

.payment_btn{
  padding: 10px;
  font-size: 18px;
}

.tinted-image {
  background-size: cover !important;
  height: 350px;
}

.loyalty_box {
    background-color: #f44336;
    color: #fafafa;
    font-size: 1.4em;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
    border: 4px solid #ef9a9a;
    margin-bottom: 30px !important;
}
.collection_only{
  font-size: 12px;
  font-weight: 500;
  padding: 4px 6px;
  color:#FFF;
  border-radius: 4px;
  background-color: #03a9f4;
  /* bottom: 0; */
  /* right: 0; */
  margin-top: -18px;
  margin-left: -1px;
  /* text-transform: lowercase; */
}
.category_description {
  font-size: 0.8em;
  padding-bottom: 15px;
  margin-top: -6px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
       *{font-family: 'Lexend', sans-serif;}
      h1 { color:#FFF;font-size:28px; font-weight: 600;margin:0;padding:0; }
      h2 {font-family: 'Lexend',sans-serif;font-size:22px;color:#212121;background-color:transparent;font-weight: 500;margin:0;}
      body {font-family:'Lexend',sans-serif;background-color:#f6f6f6;overflow-x: hidden;}
      .container-fluid{ padding-left:0; padding:20px;}
      .box {cursor:pointer;transition:all 0.5s;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
      }
      .box:hover {box-shadow: rgba(0, 0, 0, 0.4) 0px 18px 50px -10px;}
      .restaurant_address{
        color:#FFF;font-size:14px;
      }
      .cover-open {background-color: #388e3c;color:#FFF;font-size: 17px;text-align: center;padding:4px;border-radius:4px;font-weight: 600;margin-bottom: 10px;width: 100%;margin-left: auto;margin-right: auto;}
      .cover-closed {background-color: #FF4136;color:#FFF;font-size: 14px;text-align: center;padding:4px;border-radius:4px;font-weight: 600;margin-bottom: 10px;width: 100%;max-width: 120px;margin-left: auto;margin-right: auto;}
      
      .cover-login{
          float:left;background-color:#212121;color:#FFF;
      }
      .cover-register {
        float:left;background-color:#212121;color:#FFF;
      }
      .cover-info {color:#FFF;font-size: 20px;font-weight: 600;margin-top: 2px;}
      .btn-login { font-size:14px;font-weight: 600;width:100%; }
      .btn-register { font-size:14px;width:100%;font-weight: 600; }
      .order-summary {
        /*
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      */
      border-radius: 10px;
      background-color:#FFF;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      }

.category_title {
  
margin-bottom: 15px;
margin-left: 0px;
font-weight: 600;
}

.modal-header {
  
background: #f5f5f5;
padding-top: 25px;
text-align: center;
}

.modal-footer {
  
background: #f5f5f5;
/* padding-top: 15px; */
/* text-align: center; */
}

button#SHOW_FULL_ORDER_DETAILS {
  padding: 2px;
  font-size: 0.8em;
  width: 100%;
  background: #eeeeee;
  color: black;
  border: 0px solid #e0e0e0;
  font-weight: 400;
  margin-top: 5px;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 20px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
.order-title {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-top: 22px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
      .order-extras{ font-size:13px; }
      .bootstrap-touchspin-up, .bootstrap-touchspin-down { background-color:#FFF;color:#212121;border-color:#ced4da; }
      .product-title{ font-size:16px;font-weight: 500; }
      .product-options-header{ font-size:16px;font-weight: 500; }
      .product-description{ color:#737373; font-size:13px;font-weight: 400; margin-bottom:5px; }
      .product-prices { font-weight: 500; }
      .box:hover .product-prices { }
      .clear{ clear: both; }
      
      div.scrollmenu {
        background-color: #FFF;
        overflow: auto;
        white-space: nowrap;
      }

    div.scrollmenu a {
      display: inline-block;
      text-align: center;
      color:#212121;
      border-radius:15px;
      background-color:#F6F6F6;
      padding: 8px;
      margin-right:15px;
      margin-bottom:10px;
      margin-top: 10px;
      font-size:14px;
      text-decoration: none;
      transition: all 0.5s;
      font-weight: 500;
    }
    div.scrollmenu .promoted {
      background-color: #f44336;
      color: #FFFFFF;
      font-weight: 500;
    }
    div.scrollmenu a:hover {
      background-color: #0069d9;
      color:#fff;
    }
    .breakout {
      box-sizing: border-box;
      overflow: hidden;
      box-shadow: 0px 15px 10px -15px #d6d6d6;
      background-color:#FFF;
      position: relative;
      width:100vw;
      left: calc(-1 * (100vw - 100%) / 2);
    }

.minimum_order {
    font-size: 0.6em;
    margin-top: 6px;
}
.modal {
  z-index: 99999;
}
#SET_POSTCODE {
    font-size: 1em;
    text-align: center;
}

button#CHANGE_SET_POSTCODE {
    font-size: 0.5em;
    padding:3px;
    background: none;
    border: none;
    color: #000;
    text-decoration: underline;
}

input#postcode_input {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background: #f5f5f5;
    color: #000000 !important;
}

#postcode_modal {
  text-align: center;
}

button#POSTCODE_CHECK {
    font-size: 1.3em;
}

button#SAVE_POSTCODE {
    width: 100%;
}

span#change_postcode {
    font-size: 1em !important;
}
.current_progress {
  background-image: url('../img/loyalty/main/loyalty-card.png');
  background-repeat: no-repeat; background-position: right top; background-size:30%;
  font-size:22px; line-height: 22px;
  color:#FFF;font-weight: 700;
  background-color:#ea272d;
}
.first_order {
  color:#FFF;text-align: center;
  background-image: url('../img/loyalty/main/reg.jpg');
  background-size:cover;
}
.first_order_promotion{
  font-weight: 900; font-size:42px;line-height:40px;
}
.offer_bogof {
    background-color: #f44336;
    color: #fafafa;
    font-size: 1.4em;
    font-weight: 600;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    border: 4px solid #ef9a9a;
    padding: 20px;
    margin-bottom: 30px !important;
}
.free_product_promotion{
  padding: 20px;
  border-radius: 10px;
  background-color: #c8e6c9;
  font-size: 16px;
}
select.form-control.free_product.mb-2 {
  font-size: 0.9rem;
}
div#free_product {
  font-size: 1rem;
}
.basket_options{
  line-height: 1.5em;
}
td.basket_discount {
    background-color: #ffeb3b;
    font-weight: 600;
    /* padding: 10px !important; */
}
span.choice_header {
  font-size: 1em;
  font-weight: 500;
}
.footer_basket { display: none; }
@media screen and (max-width: 600px) {
/*MOBILE BASKET */
#slideUpBasket{
  z-index: 99999;
}
.footer_basket{
  display: inline-block;
  z-index: 88888;
  background-color:#cacaca; height: 65px;
  position: fixed;
  padding:10px;
  left:0;bottom: 0;width:100%;
}
#back-to-top {display: none;}
#sticky_basket { display: none; }
/*MOBILE BASKET */
}

/*FORMS */
.flex-container{
  display:flex;
  flex-direction:row;
}

.flex-container > span{
}

.flex-container > .flex-item{
  transition: 0.5s;
  margin:0;padding:0;
  flex-grow:0;
}

label.radio {
    font-size:14px;
    cursor: pointer;
    text-align: center;
    width:100%;
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    padding-top:4px; padding-bottom: 4px;
    border: 2px solid #0d6efd;
    display: inline-block; line-height: 20px;
    color: #0d6efd;
    width: 100%;
}

label.radio input:checked+span {
    font-weight: 600;
    border-color: #0d6efd;
    background-color: #0d6efd;
    color: #fff;
}
.form-check { margin-bottom:5px; }
.step { display: none; }
.hide { display: none; }
.show { display: inline-block; }

/*FORMS */

/*PRODUCT FORMS */
.popular-product{
  padding:4px 8px;
  font-size: 13px; color:#FFF; border-radius: 8px;
  background-color:#4caf50;
}
.chef-recommends{
  padding:4px 8px;
  font-size: 13px; color:#FFF; border-radius: 8px;
  background-color:#3F51B5;
}
.most-ordered{
  padding:4px 8px;
  font-size: 13px; color:#FFF; border-radius: 8px;
  background-color:#F44336;
}
.new-product{
  padding:4px 8px;
  font-size: 13px; color:#FFF; border-radius: 8px;
  background-color:#FF851B;
}
.product_additional_prices{
  font-size:14px; color:#a5a5a5;padding-left:10px;
}

#show_allergy{
  cursor: pointer;
}
#allergy_advice {
  background-color:#eee; font-size:12px;padding:10px;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
}
#footer{
  font-size:14px;
  background-color:#212121; color:#eee;
}
#footer a{ color:#EEE; }
.footer_copyright { font-size:12px; }
.paypal-button-tagline {
  display:none;
}

span.spicy {
    float: right;
}

span.veg {
    float: right;
}

td.basket_savings {
    background-color: #ffeb3b;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}

.btn.btn-primary.login {
    width: 100%;
}

.btn.btn-success.register {
    width: 100%;
}
img.restaurant_logo {
  width: 100%;
  max-width: 140px;
}


/*CHECKOUT */
#confirm_order {
  font-size:24px;
}

@media only screen 
  /*and (max-device-width: 480px)*/
  and (max-device-width: 768px)
  and (-webkit-min-device-pixel-ratio: 2) {

 .cover-info {
      text-align: center;
      margin-top: -10px;
  }

 .tinted-image{
  min-height: 350px;
  height: initial;
 }

  .col-10.restaurant_text {
      margin-top: 140px;
      margin-left: -27px;
      text-align: center;
  }

 

  h1.restaurant_title {
      width: 100%;
      /* text-align: center; */
  }

  img.restaurant_logo {
      float: left;
      text-align: center;
      width:220px; 
      max-width:220px;     
      margin-top: 30px;
      margin-bottom: 15px;
  }
  .restaurant_text {
    text-align: center;
  }
  .cover-open {
    margin-bottom: 17px;
  }

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

   .tinted-image{
    height: initial;
   }
  .current_progress {
    font-size: 1.2em;
  }
  
}

 

@media only screen 
  and (min-device-width: 426px) 
  and (max-device-width: 786px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .current_progress {
      font-size: 0.8em;
    }
    .first_order_promotion {
      font-size: 2.3em;
    }
    .fa-2x {
      font-size: 1em;
    }
}

.discount_excluded {  
  font-size: 0.8em;
  margin-top: -15px;
  color: #9e9e9e;
  margin-bottom: 9px;
}


/*HYGIENE RATING*/
.listhyperlink { display: none; } .listhyperlink {display: none; } .widgetwrapper {height: 60px;} .widgetcontainer{font-size:0px; height: 60px; overflow: hidden; }