@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara|Ubuntu&display=swap');
body {
/*   font-size: 62.5%; */
    font-family: "Hind Vadodara","Helvetica Neue",Helvetica,sans-serif !important;
    font-weight: 300;
    color: #535353;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1, h2, h3,h4,h5,h6{
font-family:Ubuntu !important;
}
.container{
/* font-family: "Hind Vadodara", "Helvetica Neue", Helvetica, sans-serif !important"; */

}
.flotter {
  /* background-color:yellow;  */
}
.effect{
  width:100%;
  height:50%;
  bottom:-5px;
  left:0;
  position:absolute;
 /* background:url('https://cdn.smartetouch.com/images/effect3.png'); */
  background-size:100% 100%;
  background-repeat:no-repeat;
}
/* .effect:before{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background:url('https://cdn.smartetouch.com/images/effect3.png');
  background-size:cover;
  
  
} */




.waiting_text {
  background-color: #f2f2f2;
  padding: 5px;
  display: block;
  font-size: 16px;
  color: #f12222;
  text-align: center;
  font-weight: bold;
}

.subname {
  font-size: 13px;
  font-weight: bold;
  color: #707171;
}

.subname.bundle {
  padding: 7px;
}

.delivery_charge_hint {
  text-align: center;
  background-color: #fdfdbc;
  padding: 5px;
  margin-bottom: 14px;
  border-radius: 10px;
  color: red;
}

.floating_footer {
  background-color: green;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: white;
  z-index:999;
}

.floating_footer div div {
  padding: 15px;
}

.floating_footer a {
  color: white !important;
}

.floating_footer .glyphicon {
  margin: 5px;
}

.floating_footer>div div:hover {
  background-color: orange;
}

.item_container small {
  font-size: 12px;
  color: gray;
  display: block;
  margin-top: 5px !important;
  /*     font-style: italic; */
}

.cart_category .cat_name {
  padding-top: 5px;
  padding-bottom: 5px;
}

.item_name_in_cart {
  border-bottom: solid 1px #e4e3e3;
  padding: 3px 0px;
  font-size: 12px;
}

.item_menu_container {
  box-sizing: border-box;
}

.item_menu_container>.row {
  border-bottom: 1px dashed #ececec;
  padding: 10px 0px;
  box-sizing: border-box;
  margin: 0px !important;
}

.item_menu_container .selection_box {}

.selection_container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.selection_container:hover {
  background-color: #fbfbfb;
}

.price {
  padding: 2px 7px;
  display: block;
}

#postcode_selector_form {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow:0 0 1px rgba(0,0,0,0.4);
}

#postcode_selector_form .input-group {
  margin: auto;
}

.cart_minus {
  background-color: #ffffff;
  padding: 0px;
  font-size: 11px;
  color: #d8d8d8;
  border: solid 3px #d8d8d8;
  border-radius: 50%;
}

.cart_minus:hover {
  background-color: #940000;
  color: #FFFFFF;
  border: solid 3px #940000;
}

.cart_price {
  text-align: right;
}

#cart_container {
  font-size: 14px;
  overflow-y: auto;
  height: 300px;
}

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.topping_list .topping_selected {
  background-color: #35a51a !important;
  color: white !important;
}

.item_menu_container .row:nth-child(odd) {
  /* 	background-color:#f5f5f5!important; */
}

.cart_category {}

.cart_category:nth-child(odd) {
  background-color: #f5f5f5!important;
}

.cart_table tr:nth-child(odd) {
  background-color: #f5f5f5!important;
}

.category_container a {
  cursor: Pointer;
  text-transform:capitalize !important;
  
}

.offer_lists {
  margin-top: 12px;
  font-size: 13px;
  background-color: rgba(255, 177, 0, 0.1);
  background-image: url('data:image/png;base64,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');
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 6px;
  padding-left: 44px;
}

.offer_lists .title {
  font-weight: bold;
  font-color: red;
}

.item_container {
  /* 	background-color:white; */
  margin-top: -100px;
  box-sizing: border-box;
  padding: 0px !important;
  margin-bottom: 10px;
}

.restaurant_detail {
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  margin-bottom: 14px;
  background: #fff;
  min-height: 200px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 892px) {
  .item_container {
    margin-top:-200px ;
  }
  .restaurant_detail {
    margin:14px 10px !important;
    
  }
  
}
@media only screen and (min-width: 992px) {
  .category_container {
    height: 85vh;
    overflow-y: scroll;
    overflow-x: inherit;
  }
  .float {
    position: fixed;
    top: 0px;
    width: inherit;
  }
  .item_name_in_cart>div {
    padding: 2px;
  }
  .cart_table td {
    padding: 0px 8px !important;
  }
  #postcode_selector_form {
    margin-top: 20px !important;
  }
}

.category_container ul,
.category_container li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.category_container a {
  display: inline-block;
  outline: none;
  cursor: pointer;
  color: #666;
  font-size: 0.9em;
  padding: 5px;
  text-decoration: none;
  width: 100%;
  text-transform:capitalize;
  box-sizing:border-box;
  transition:all .3s ease-in-out;
}

.category_container a:hover {
  position:relative;
  background:linear-gradient(90deg,#ededed, transparent);
  padding-left:15px;
}
.category_container a:hover:before {
  position:absolute;
  top:50%;
  left:0px;
  content:"";
  border-width:7px;
  border-style:solid;
  border-left-color: #0af;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.header {
  background-size: contain;
  background-position: bottom;
  color: white;
  position: relative;
  height:200px;
}

.header_address {
  position: absolute;
  bottom: 0px;
  color: white;
  width: 100%;
  padding: 20px;
}

.offer_item_options.active .tick {
  display: block !important;
}

.offer_item_options.active {
  border: inset 12px green;
}

.offer_item_options {
  height: 200px;
  margin: 10px;
  position: relative;
  box-shadow: 4px 4px 5px #bfbaba;
  border: inset 12px white;
  border-radius: 17px;
  background-position: bottom center;
  background-size: contain;
}

.offer_item_options .tick {
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: white;
  position: absolute;
  top: -32px;
  left: -32px;
  background-color: #198000;
  border-radius: 50%;
  border: solid 5px white;
  padding-top: 3px;
  padding-left: 4px;
  display: none;
}

.offer_item_options .option_name {
  background-color: rgba(0, 0, 0, 0.71);
  text-align: center;
  color: white;
  bottom: 0%;
  position: absolute;
  width: 100%;
}

.order_error_box_in_cart {
  padding: 5px;
  text-align: center;
  color: white;
  background-color: red;
  font-size: 12px;
}

.loading {
  position: fixed;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.92);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('https://cdn.smartetouch.com/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.remove_item_from_cart {
  padding-left: 3px;
}

.cart_table td {
  padding: 3px;
}

.area_navigation li {
  width: 50%;
  text-align: center;
}

.modal_booking_date {
  font-size: 20px;
}

.event_block {
  box-shadow: 0px 0px 7px 1px grey;
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.modal-booking-time-slot {
  padding: 10px 0px;
  ;
}

.modal_event_thumb {
  background-size: cover;
  min-height: 120px !important;
  border: solid 8px white;
}

.btn-margin-5 {
  margin: 5px;
}

.modal_schedule {
  z-index: 9999;
}

.booking_box {
  z-index: 0;
}

.booking_box_border {
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  padding: 15px;
  border-bottom: solid 1px #dddddd;
}

li[role='presentation'].active a {}

li[role='presentation'] a {
  background-color: #823f3f;
  color: white;
}

.category_fixed_select {
  width: 100%;
  padding: 14px;
  text-align: center;
  background-color: white;
  box-shadow: 5px 5px 5px #b7b7b7;
}

.category_fixed_select_fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.category_item_container {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0px 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.item_container div:nth-child(2) {
  border-top: none !important;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

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

/* Handle */

::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.add_cart_button {
  border: none;
  background: #eaeaea;
  color: #266abd;
  padding: 9px;
  box-sizing: border-box;
}

.cat_div h2 {
  font-size: 1.4em;
  padding-left: 17;
  color:#333;
  font-weight:600;
}

.o-radio{
  width:15px;
  height:15px;
  border:1px solid #000;
  border-radius:100%;
/*   -webkit-appearance:none; */
  appearance:none;
  margin:10px;
  outline:none;
}
.collaps{
  position:relative;
  padding:5px 0px;
}
.collaps-body{
  transition:all .5s ease-in-out;
}
.collaps-show{
  display:block !important;
}
.collaps-hide{
  display:none !important;
}

.collaps-arrow{
  position:absolute;
  top:10px;
  right:10px;
  transition:0.3s all ease-in-out;
  padding:5px;
  background: #f3f1f1;
  border-radius: 50%;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}
.collaps-arrow.rotate{
  transform:rotate(-90deg);
}
.rest_menu{
  text-align:center;
  padding:10px;
  font-size:16px;
  position:relative;

}
.rest_menu a{
  text-decoration:none;
  color:#535353;
}
.rest_menu a:hover{
  text-decoration:none;
}
.rest_menu:hover{
   cursor:pointer;
}
.rest-active{
  box-sizing:border-box;
  font-weight:600;
  
}
.rest-active:before{
  position:absolute;
  content:"";
  width:100%;
  bottom:0;
  left:0;
  border-bottom:2px solid #0af !important;
  animation:-webkit-process .2s linear forwards;
  animation:process .2s linear forwards;
}
@keyframes process{
  0%{
    width:0%;
  }
  100%{
    width:100%
  }
}

.offer_box{
/*   background: radial-gradient(#d50525 70%, #fff); */
  background:#d50525;
  color:#f5f5f5;
  padding:10px;
  box-sizing:border-box;
  border-radius:20px 0 0px 20px;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  top:0;
  right:0;
  z-index:1;
  margin-right: -22px;
  margin-top: 15px;
  box-shadow:inset 0 0 3px rgba(255,255,255,0.5);
}
.offer_box span{
  text-transform:capitalize;
  font-size:16px;
  font-weight:600;
  font-variant:small-caps;
}
.mt-10{
  margin-top:10px !important;
  border-top:0px solid #000 !important;
}
.offer > *{
  padding:0px !important;
}

.offer_box_footer span{
  text-align:center;
  font-weight:600;
  border-top:1px solid rgba(0,0,0,0.1);
  
}


 @media (max-width: 350px){
    .restaurant_detail table tr td,
    .restaurant_detail table tr th  {
        display:block !important;
        text-align:center;
        width:100% !important;
    }
   .rest_menu_container .rest_menu{
    padding:10px 5px;
    display:inline-table;
    
  }
   .restaurant_detail table tr td img,
    .restaurant_detail table tr th img  {
      width:100% !important;
      height: 100% !important;
    }
  }
@media (max-width: 450px){
    .restaurant_detail table tr td img,
    .restaurant_detail table tr th img  {
      width:70px;
      height: 70px;
    }
  
  
   
  }










