button[disabled], html input[disabled] {
    cursor: not-allowed;
}

#subVarianceModal .modal-content{border: none;border-radius: 0px;}
#subVarianceModal .span-modal{color: white;font-size: 18px;padding: 0px 5px;background: #f25c05;border-radius: 3px;opacity: 1;}
#subVarianceModal .modal-title{font-weight: 600;width: auto;float: left;color: #000000;font-size: 16px;}
#subVarianceModal .modal-title-p{float: left;padding-left: 50px;color: #f25c05;font-weight: 700;}
#subVarianceModal .priceHtml{font-weight: 700;}
.btn:active:focus, .btn:focus, .close:focus, .close:active:focus {
    outline: none !important;
}

.guest_p{font-size: 15px;color: #42b883;font-weight: 500;letter-spacing: 1px;cursor: pointer;text-align:center;}
.customLabel{color: #3d3d3d;font-size: 14px;font-weight: 100;}
.priceModal{color: #23c282;font-size: 12px;}
.priceModal del{font-size: 12px;color: #23c282;}
.customSubHeading{font-size: 16px;margin: 0;padding:0;color: #000000;}
.customSubHeading span{font-size: 14px;color: #23c282;font-weight: normal;}
.customSubHeadingTag{font-size: 12px;margin: 0;padding:0;margin-top: 5px;color: #7c7c7c;}
.alertMsg{margin-top: 5px;color: #f25c05;font-size: 14px;display: none;}
#subVarianceModal .btn-close:hover{
  background-color: #cf4d02;
  color: #ffffff;
}

#zipcode-error{
    width: 100%;
    padding-left: 8px;
    color: #f15c05;
}

.success_p{
  font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-top: 15px;
}


.menu-pre-status{
    float: right;
    padding: 5px 13px;
    margin: -10px;
    background: #181d44;
    font-size: 12px;
    color: white;
    border-radius: 15px;
    margin-top: -3px;
    margin-right: -5px;
}

#coupon-vox{
    width: 100%;
    padding: 0px 10px;
    /*padding-top: 10px;*/
}
.check_coupon_code{
    border-radius: 20px;
    border: 1px solid #cacaca;
    padding-left: 10px;
    width: 70%;
    height: 29px;
    font-size: 12px;
}

.check_coupon_code:focus{
  outline: none;
}


/*Checkbox & radio*/


/* The container radio */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #23c282;
  /*background-color: #f25c05;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 23px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
  /*background-color: #f25c05;*/
  background-color: #23c282;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.logo-img{
  height: 38px;
}
.emptyImage{
    height: 150px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

/* width */
#cart-section::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#cart-section::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
#cart-section::-webkit-scrollbar-thumb {
  background: #0d935d;
  border-radius: 10px;
}

.empty_text{text-align: center;margin-top: 20px;font-size: 20px;color: #000000;}

#right-section{
    background: #fff;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 1, 0.09);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 1, 0.09);
    border-radius: 3px;
    transition: all .25s ease;
}
.shipping_method_radio {
    width: 97%;
    display: flex;
    background: #23c282;
    border-radius: 20px;
    margin: 0 auto;
}
.shipping_method_radio input[type="radio"] {
   opacity: 0;
   width: 100%;
   height: 34px;
   background-color: blue;
   position: relative;
   z-index: 1;
   cursor: pointer;
}
.shipping_method_radio .input-container {
   height: 34px;
   width: 100%;
   line-height: 34px;
   text-align: center;
   position: relative;
}
.shipping_method_radio .input-container:first-child label {
   border-radius: 20px 0 0 20px;
  /*cursor: pointer;*/
}
.shipping_method_radio .input-container:last-child label {
   border-radius: 0 20px 20px 0;
   /*border-right: 2px solid #ccc;*/
}
.shipping_method_radio label {
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
    border-right: inherit;
    top: 0;
    left: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.shipping_method_radio input:checked + label {
    background-color: #1da76f;
    top: 0;
    left: 0;
    border: none;
    z-index: 2;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}


.ShippingimeHint{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  color: #4f4f4f;
}


.offerHint{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
    color: #f25c05;
    background: #f1f3f1;
    margin: 0;
    padding: 10px;
}


.delivery_postcode, .collection_postcode{
    display: flex;
    margin: 0 auto;
    font-size: 14px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 20px;
    border: 1px solid #c4c4c4;
    width: 95%;
    padding: 0 10px;
    cursor: pointer;
    height: 30px;
    -webkit-appearance: none;
    background: none;

}

.delivery_postcode:focus, .collection_postcode:focus{
    outline: none;
}

.basketDiv{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding-top: 10px;
    /*padding: 10px 5px 20px 5px;*/
}

.zipcode_hint{
    color: #0d935d;
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}

.food-name{text-align: left;padding-left: 15px;}

/*Cart area*/


#cart-section{
  width: 100%;
  height: 280px;
  background: #ffffff;
  margin: 0;
  margin-top: 10px;
  overflow: auto;
}

.sin-item{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e8e5e5;
    margin: 0;
    padding: 5px;
    float: left;
}


.sin-item:first-child{
    border-top: 1px solid #e8e5e5;
}

.sin-item:last-child{
    border-bottom: none;
    padding-bottom: 20px;
}

.sin-item-up{
  width: 100%;
  margin: 0;
  height: auto;
  float: left;
}

  .sin-item-left{
    width: 70%;
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-left: 5px;
  }

  .sin-item-left p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
  }

  .sin-item-right .price{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }

  .sin-item-left .sub-variance{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }

  .sin-item-right{
    width: 30%;
    margin: 0;
    float: left;
    padding: 0;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
  }

.sin-item-down{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.checkout-section{
width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.checkout-btn{
    width: 100%;
    background: #0d935d;
    color: white;
    border: none;
    padding: 8px 10px;

}

.card-item-actions i {
    font-size: 10px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    padding: 2px 3px;
    font-weight: 100;
}
.card-item-actions span {
    font-size: 16px;
    font-weight: 500;
    padding: 0 7px;
    vertical-align: middle;
}

.card-item-actions i:hover {
    color: red;
    border-color: red;
}

/*Login Registration*/


.error{
    color: #ff2929;
    font-size: 14px;
    font-weight: 100;
}

.login-box{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.lb-header{
  position:relative;
  color: #00415d;
  margin: 5px 5px 10px 5px;
  padding-bottom:10px;
  border-bottom: 1px solid #eee;
  text-align:center;
  height:40px;
}
.lb-header a{
  margin: 0 25px;
  padding: 0 20px;
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.lb-header .active{
  color: #029f5b;
  font-size: 18px;
}
.email-login,.email-signup{
  position:relative;
  width: 100%;
  height:auto;
  margin-top: 20px;
  text-align:center;
  margin: 0 auto;
}
.u-form-group{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 14px;

}
.u-form-group input[type="email"],
.u-form-group input[type="number"],
.u-form-group input[type="text"],
.u-form-group input[type="password"]{
    width: calc(90% - 22px);
    height: 40px;
    outline: none;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 2px;
    color: #333;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.u-form-group input:focus{
  border-color: #358efb;
}
.u-form-group button{
  width: calc(90% - 22px);
  background-color: #42b883;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 14px 0;
  border-radius: 2px;
  text-transform: uppercase;
}
.close_btn_mdl{
    position: absolute;
    right: -6px;
    top: -14px;
    font-size: 28px;
    color: #42b883;
}

#LoginModal .modal-content {
    border-radius: 0px;
    width: 100%;
    margin: 0 auto;
}

/*cONTACT fORM*/


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
  background:#F9F9F9;
  padding:25px;
  margin: 20px 0;
}

#contact h3 {
  color: #f25c05;
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}

#contact h4 {
  margin:5px 0 15px;
  display:block;
  font-size:13px;
}

#contact p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 20px !important;
}

#contact i {
    color: #f25c05;
    font-size: 12px;
    border: 1px solid #f25c05;
    padding: 5px 7px;
    margin-right: 15px;
    width: 26px;
    text-align: center;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width:100%;
  border:1px solid #CCC;
  background:#FFF;
  margin:0 0 5px;
  padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition:border-color 0.3s ease-in-out;
  -moz-transition:border-color 0.3s ease-in-out;
  transition:border-color 0.3s ease-in-out;
  border:1px solid #AAA;
}

#contact textarea {
  height:118px;
  max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
  cursor:pointer;
  width:100%;
  border:none;
  background:#23c282;
  color:#FFF;
  margin:0 0 5px;
  padding:10px;
  font-size:15px;
}

#contact button[type="submit"]:hover {
  background:#09C;
  -webkit-transition:background 0.3s ease-in-out;
  -moz-transition:background 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
  outline:0;
  border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.categories li a span{font-size: 12px;}

#contact-section{
  width: 100%;
  padding: 25px 0px;
}

.reservation-section{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background: #f0f2fa;
}
.table-res{    
  width: 100%;
  height: auto;
  margin: 60px 0px;
  padding: 20px 0px;
  color: #000000 !important;
  background: #FFFFFF;
  box-shadow: 4px 12px 44px rgb(0 0 0 / 4%);
  border-radius: 24px;}

/*Menu page*/

.trending-food{    
  width: 100%;
  height: auto;
  background: #f0f2fa !important;
  /*background: #E5E5E5 !important;*/
}

.menu-category-div{
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 4%) 4px 12px 44px;
    border-radius: 16px;
    top: 0px;
    margin-bottom: 20px;
}
.menu-cart-div{
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 4%) 4px 12px 44px;
    border-radius: 16px;
    top: 0px;
}

/*End menu page*/

.tableReservationForm{background: #FFFFFF !important;}
.reservation-section h3{ color: #000000;font-family: 'Roboto', sans-serif;text-align:center;font-weight: 400;}
.reservation-section h4{ color: #000000;font-family: 'Roboto', sans-serif;text-align:center;font-weight: 100; }

.width48{width: 48% !important;float: left;margin-right: 2% !important;}
.width98{width: 98% !important;float: left;margin-right: 2% !important;}

.faq-h2{background: whitesmoke;padding: 10px;font-size: 22px;color: #000000;margin: 0;}
.faq-p{background: #f9f9f9;padding: 10px;color: #656565;margin: 0;font-weight: normal;}
.div-6-custom{width: 95%;margin: 0 auto;}
.h15{height: 15px;}
.h20{height: 20px;}

/*Checkout*/

#cart-checkout{
  width: 100%;
  height: auto;
  background: #f9f9f9;
  float: left;
  padding-top: 25px !important;
  margin: 20px 0px  !important;
}

#cartStatus{
    display: none;
    margin: 0;
    padding: 5px 0px;
    width: 100%;
    background: #23c282;
    text-align: center;
    font-size: 14px;
    color: white;
    top: 0;
    position: fixed;
    z-index: 9999;
}

#cartStatus span{
  float: right;
  color: #f25c05;
  padding-right: 15px;
}

.no_item{
  padding: 10px;
  background: whitesmoke;
  margin: 0px 10px;
  border-radius: 8px;
  color: black !important;
}


/*@media only screen and (max-width: 1170px and min-width: 990px) {
  .trending-food .trending-food-list .trending-food-item{max-width: 45%;}
}*/

@media only screen and (max-width: 498px) {
  #subVarianceModal .modal-dialog{margin: 0px !important;}
  .width48{width: 95% !important;float: left;}
  .width98{width: 95% !important;float: left;}

  .lb-header a {
    margin: 0px 7px;
    padding: 0 5px;
  }

  #contact-section {
    padding: 0;
  }
  #contact {
    padding: 10px;
  }

  #right-section .category-title {
    background: #f7f8f7;
    border-bottom: none;
    text-align: center;
  }

  #cart-section { 
    background: #f7f8f7;
  }

  .basketDiv { 
    background: #f7f8f7;
  }

  .offerHint{
    background: #f1f3f1;
  }


}
