body {
  margin: 0;
  height: 100%;
  background-color: white !important;
}

html {
  width: 100%;
  min-height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative; scroll-behavior: smooth; }


a, a:link {
  -webkit-transition: 0.10s ease;
  transition: 0.10s ease;
  text-transform: capitalize; text-decoration: none; }

a, a:hover {
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

a:focus {
  outline: 0 none;
  text-decoration: none; }


/**************LAYOUT SPECIFIC CSS *********************/
body {
  font-size: 16px;
  font-weight: 300;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

h2, h3 {
  font-family: 'Montserrat', sans-serif; color: #000; }

h4, a, span, ul, li {
  font-family: 'Montserrat', sans-serif; }

p, input, button, textarea, select, .marquee {
  font-family: 'Dosis', sans-serif;
  font-family: 'Montserrat', sans-serif; }

.modal-content {
  border-radius: 0; }

.modal-content .close {
  margin-top: -2px;
  width: 50px;
  height: 50px;
  font-size: 35px; }

.modal-header {
  padding: 0; }

.modal-body {
  padding: 0; }


/************** CSS DYNEMIC CLASSES  *********************/
.note-wrapper textarea {
	border-bottom: 2px solid #3f51b5;
}

.search-input-style {
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 0px;
  font-size: 15px;
  display: block;
  width: 100%; 
 }
 
.area-list-closed{

}
.area-list-busy{

}

/*header*/
body {
  overflow-x: hidden; }

.Map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0px;
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  width: 65%;
  float: right; }

.bg-img-wrap {
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.mobile-menu {
  display: none; }

.mobile-menu-hide {
  display: none !important; }

.Logo-main-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.Top-menu {
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 15px;
	z-index: 2;
	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	width: 100%;
}

.Top-menu ul {
  display: block;
  width: 100%;
  text-align: center;
}
.Top-menu ul li {
    display: inline-block;
    padding: 8px;
}
.Top-menu ul li a {
      color: #fff;
      display: block; font-size:17px;
    font-weight: 500;
    opacity: 0.7;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 1.5em;
}

.logo-wrapper h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 15px; }
.logo-wrapper span {
  color: #fff;
  font-size: 14px;
  margin-top: 5px; }

.Menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0px;
  position: -webkit-sticky;
  
  min-height: 100vh;
  width: 35%;
  float: left;
	position: absolute;
  overflow: hidden;
}

.all_items {
  height: 100%;
  overflow: scroll; }

.main-menu-wrapper .Menu-head {
  padding: 10px 20px; }
  .main-menu-wrapper .Menu-head h4 {
    font-weight: 700;
    font-size: 20px; }

.Menu-section .Menu-List-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }
  .Menu-section .Menu-List-item .Menu-label {
    padding: 10px 25px; }
    .Menu-section .Menu-List-item .Menu-label span.Menu-label {
      font-size: 16px; }
    .Menu-section .Menu-List-item .Menu-label span.fa {
      font-size: 22px;
      float: right; }

.Menu-List-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.Menu-label:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.08); 
  cursor: pointer;
  }

.item-thamb-img {
  width: 80px;
  height: 80px;
  position: relative; }

.dropdown-items {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.item-thamb-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.Menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.Menu-item:last-child {
  border-bottom: none; }

.Menu-item a {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  padding: 15px 15px;
  color: #000; }

.item-left-disc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.item-left-disc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-shot-disc .pric-label {
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px; }

.item-left-disc h4 {
  font-size: 15px; }

.item-left-disc span {
  font-size: 12px;
  margin-top: 5px; }

.product-shot-disc {
  width: calc(100% - 85px);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dropdown-items {
  display: none; }

.Menu-List-item .Menu-label .fa-angle-down {
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.Menu-List-item.active .Menu-label .fa-angle-down {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important; }

.Menu-section {
  padding-bottom: 200px; }

.start-ordering-botton, .next-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 24000; }

.product-content-wrapper {
  padding-bottom: 45px;
  padding-top: 70px; }

.wrapper-top-bottom {
  padding-bottom: 45px;
  padding-top: 70px;
  position: relative;
 }

.start-ordering-botton a, .next-btns a {
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px; }

.add-to-order {
  position: fixed;

  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 24000; }

.add-to-order .first-bar {
	width: 60%;
	float: left;
	padding: 15px; 
 }

.add-to-order .end-bar {
	width: 40%;
	float: left;
	background-color: rgba(63, 81, 181, 0.8);
	padding: 15px;
	background: rgba(0, 0, 0, 0.1); 
 }

.add-to-order a {
  display: block;
  padding: 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px; }

.product-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #fafafa;
	z-index: 10;  }

.open-product {
  display: block; }

.Back_menu {
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
  background-color: white;
  position: fixed;
  width: 35%;
  z-index: 2;
 }

.Back_menu a {
  border-radius: 50%;
  width: 35px;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 5px; }

.Back_menu a:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.Back_menu a img {
  width: 100%; }



/*.main-inner-page-wrapper {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.main-inner-page-wrapper::-webkit-scrollbar {
  display: none; }*/

.content-wrap-box:first-child {
  border-top: none;
  margin-top: 0; }

.content-wrap-box {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px;
  margin: 15px 0px;
  position: relative; }

.product-name {
  width: 50%; }

.product-price {
  width: 50%;
  text-align: right; }

.product-name h4 {
  font-size: 15px; }

.product-price span {
  font-size: 15px;
  margin-top: -15px;
  display: inline-block;
  vertical-align: middle; }

.name-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-top: 10px;
  }

.product-dis p {
  font-size: 12px;
  margin-top: 5px; }

.heading-label {
  font-size: 15px;
  padding: 15px 0;
  display: inline-block; }

.option-wrapper .option label {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: normal; }

.option-wrapper .option label .price-right-option {
  float: right; }

.option-wrapper .option {
  padding: 15px 0; }

.option-wrapper .option label {
  cursor: pointer;
  position: relative; }

.option-wrapper .option label input[type="checkbox"] {
  opacity: 0;
  margin-right: 15px; }

.input-wrap {
  display: inline-block; }

span.input-check-design {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px; }

span.input-radio-design {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px; }

.option-wrapper .option .input-check-design:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  text-align: center;
  line-height: 16px; }

.option-wrapper .option input[type="checkbox"]:checked ~ .input-check-design:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free"; 
}

.option-wrapper .option label input[type="radio"] {
  opacity: 0;
  margin-right: 15px; }

.option-wrapper .option .input-radio-design:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid;
}

.option-wrapper .option input[type="radio"]:checked ~ .input-radio-design:before {
  background: #000;
  -webkit-box-shadow: inset 0 0 0px 3px #fff;
  box-shadow: inset 0 0 0px 3px #fff; }

span.spinner {
  display: block;
  width: 150px;
  height: 40px; }

span.sub {
  height: 38px;
  width: 38px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  line-height: 34px;
  cursor: pointer;
  border: 1px solid #ccc;
  vertical-align: top;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

span.add {
  height: 38px;
  width: 38px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  line-height: 34px;
  cursor: pointer;
  border: 1px solid #ccc;
  vertical-align: top;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

span.spinner input {
  height: 38px;
  vertical-align: middle;
  display: inline-block;
  width: 72px;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  text-align: center;
  vertical-align: top; }

span.spinner input::-webkit-outer-spin-button,
span.spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

span.spinner input {
  -moz-appearance: textfield; }

.note-wrapper textarea {
  border: none;
  width: 100%;
  resize: none;
  overflow: hidden;
   }

.clear-option {
  float: right;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 13px;
  text-transform: uppercase !important;
  display: none; }

.popop-head-wrap {
  padding: 15px 10px;
  display: block;
  border-bottom: 2px solid;
  text-align: center; }

.popop-main-heading {
  font-size: 15px;
  text-transform: uppercase;
}

.top-search-panal {
  padding: 15px;
  padding-top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; }

.popop-content-wrapper h3 {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px; }

.input-style {
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 0px;
  font-size: 15px;
  display: block;
  width: 100%; }

.input-style-label {
  display: block;
  width: 100%;
  font-weight: normal; }

span.boder-style-input {
  width: 100%;
  border-bottom: 1px solid #000;
  display: block;
  margin-top: -1px;
  position: relative !important; }

span.boder-style-input:before {
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  width: 0%;
  border-bottom: 2px solid #000;
  display: block;
  z-index: 0;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none; }

span.secondary-input-boder-color:after {
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: -0%;
  border-bottom: 2px solid;
  display: block;
  z-index: 1;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0; }

.input-style:hover ~ span.boder-style-input:before {
  display: block;
  width: 100%; }

.input-style:focus ~ span.boder-style-input:before {
  display: none; }

.input-style:focus ~ span.boder-style-input:after {
  opacity: 1;
  width: 100%; }

.delivery-city-modal .modal-dialog {
  height: 90vh;
  overflow: hidden; }

.main-city-li {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.main-city-li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.popop-location-lists {
  margin-top: 15px; }

.city-head {
  padding: 10px 15px;
cursor: pointer;  }

.city-head span.fa {
  font-size: 22px;
  color: #000;
  float: right;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.city-head h3 {
  display: inline-block; }

.main-city-li.active .city-head span {
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important; }

.inner-city-dropdown {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.inner-city-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.inner-city-dropdown li:last-child {
  border-bottom: none; }

.inner-city-dropdown li a {
  padding: 10px 25px;
  display: block;
  font-size: 14px; }

.inner-city-dropdown {
  display: none; }

.popop-location-lists {
  overflow-y: scroll;
  height: 55vh; }

li.main-city-li:hover .city-head {
  background: #ccc; }

li.main-city-li.active .city-head {
  background: #434c5c; }

li.main-city-li.active .city-head h3 {
  color: #fff; }

li.main-city-li.active .city-head span {
  color: #fff; }

/*.popop-location-lists {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }*/

/*.popop-location-lists::-webkit-scrollbar {
  display: none; }*/

.inner-city-dropdown a {
  color: #000; }

.delivery-info-wrapper {
  display: none; }

.delivery-info-head {
  padding: 15px;
  background-color: #fff;
  padding-bottom: 0; }

.delivery-info-content {
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12); }

.delivery-info-outer {
  padding: 10px; }

.delivery-info-head h3 {
  font-size: 15px;
  padding-bottom: 12px;
  text-transform: uppercase;
  display: block;
  text-align: center; }

.delivery-info-content h3 {
  padding: 8px; }

.delivery-info-content h3 span {
  padding-left: 5px; }

li.info-item {
  width: 50%;
  float: left;
  padding: 8px; }

li.info-item h4 {
  font-size: 13px;
}

li.info-item span {
  font-size: 13px;
  color: #000;
  margin-top: 5px;
  display: block;
  margin-bottom: 6px; }

.note-info {
  color: #d0021b;
  padding: 0 8px;
  font-size: 13px; }

.order-item {
  padding: 15px; }

.order-item:first-child {
  margin-top: 15px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.order-item-head {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 20px; }

.order-item-name {
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle; }

.order-item-name p span {
  min-width: 10px;
  display: inline-block;
  vertical-align: middle; }

.order-item-name p {
  font-size: 13px; }

.remove-and-price {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
}

.remove-and-price span {
  display: inline-block;
  vertical-align: middle; }

.remove-and-price .remove-item {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  font-size: 36px;
  color: #f44336;
  height: 20px;
  line-height: 22px;
  width: 23px; }

.selected-item {
  font-size: 13px;
  margin-bottom: 10px; }

.selected-item h4 {
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle; }

.selected-item .price-per-item {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  text-align: right; }

.special-note {
  margin-top: 20px; }

.special-note h3 {
  font-size: 14px;
  color: #808080;
  margin-bottom: 5px; }

.special-note p {
  font-size: 13px; }

.checkout-final {
  font-size: 13px;
  padding: 10px 0; }

.checkout-final:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.checkout-final h4 {
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle; }

.checkout-final .final-price {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  text-align: right; }

.soft-head {
  font-size: 14px;
  color: #808080;
  margin-bottom: 5px; }

.form-input-ul li {
  margin-bottom: 15px !important;
  display: block; }

.input-style-label .input-style {
  font-size: 14px; }

ul.form-input-ul {
  margin-top: 20px; }

.half-li {
  width: 50%;
  float: left; }

.pad-right-10 {
  padding-right: 10px; }

.pad-left-10 {
  padding-left: 10px; }

.form-input-ul .input-style {
  border-bottom: 1px solid rgba(0, 0, 0, 0.42); }

.form-input-ul span.boder-style-input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.42); }

.info-wrapper li.info-item {
  width: 50%;
  float: left;
  padding: 8px 0; }

.info-wrapper li.info-item span {
  font-size: 13px;
   }

.info-wrapper li.info-item h4 {
  font-size: 13px;
  color: #000;
  margin-top: 5px;
  display: block;
  margin-bottom: 6px; }

.full-width-info-item {
  width: 100% !important; }

.Voucher-code .input-style-label {
  width: calc(100% - 85px);
  display: inline-block;
  margin-right: 5px; }

.top-header {
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  text-align: center; }

.logo {
  width: 70px !important;
  height: 70px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  float: left; }

.links {
  display: inline-block;
  vertical-align: middle;
  margin-top: 24px; }

.links ul li {
  display: inline-block;
  padding: 0 10px; }

.pad-top-70 {
  padding-top: 70px; }

.day-time li {
  display: block;
  padding: 6px 20px; }

.day-time li p {
  display: inline-block;
  width: 50%;
  float: left;
  color: #000;
  font-size: 13px; }

.day-time li p:last-child {
  text-align: right; }

.b-code {
  margin-top: 2px;
  display: block; font-weight:600;}

.Opening-hours {
     color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 1.46429em;
   }
   .links ul li a {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}
.links ul li a.active {
    font-weight:600;
}

.Opening-hours span.fa {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.54) !important;
  float: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle !important; }

.Menu-List-item.active .Menu-label .fa-caret-down {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important; }

.branches-menu-item {
  background-color: transparent !important; }

.branches-menu-item .Menu-List-item .Menu-label {
  background-color: transparent !important;
  cursor: pointer; }

.branches-menu-item .Menu-List-item:first-child {
  border-top: none !important; }

.loction-icons {
  display: none; }

.loction-icons a {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  vertical-align: middle; }

.loction-icons a span {
  float: none !important; }

.loction-icons a span {
  width: 25px;
  height: 25px;
  line-height: 25px; }

.loction-icons span.fa.fa-level-down {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background: #5060bb;
  color: #fff !important;
  font-size: 14px !important; }

.loction-icons span.fa.fa-phone {
  color: #5060bb !important; }



.Menu-List-item .Menu-label .lebel-tag{font-size: 1rem;}
.main-menu-wrapper .Menu-head h4{font-size: 1.3125rem;font-weight: 600;}
.start-ordering-botton a{font-size: 0.875rem;font-weight: 500;}
.item-left-disc h4{ font-size: 0.875rem;}
.product-shot-disc .pric-label{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;}
.item-left-disc span{color: rgba(0, 0, 0, 0.54);font-size: 0.75rem;font-weight: 400;}
.logo-wrapper{text-align: center;}
.logo-wrapper h3{font-size: 1.5rem;}
.logo-wrapper span{font-size: 0.875rem;}
.name-price .product-name h3{color: rgba(0, 0, 0, 0.87);font-size: 1rem;}
.name-price .product-price span{color: rgba(0, 0, 0, 0.87);font-size: 1rem;font-weight: 500;}
.product-dis p{color: #808080;font-size: 0.875rem;font-weight: 600;}
.content-wrap-box .heading-label{font-size: 0.875rem;}
.option .Option-name{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;}
.branch-item h2 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 1.46429em;
}
.add-to-order .btn-text{font-size: 0.875rem;font-weight: 600;}
.add-to-order .Total-price{font-size: 0.875rem;font-weight: 600;}
.Top-menu ul li a{font-weight: 500;opacity: 0.7;}
.Top-menu ul li .active{opacity: 1;}
/*.Menu-List-item .Menu-label{opacity: 0.7;}*/
.Menu-List-item .Menu-label .b-code{font-size: 0.875rem;font-weight: 700;}
.Menu-List-item .Menu-label .Opening-hours{color: rgba(0, 0, 0, 0.54);font-size: 0.875rem;}
.Menu-List-item .dropdown-items .day-time{padding-bottom: 20px;}
.Menu-List-item .dropdown-items .day-time li{padding: 2px 25px;}
.Menu-List-item .dropdown-items .day-time li p{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;font-weight: 500;}
.links ul li a{opacity: 0.7;}
.links ul li .active{opacity: 1;}
.Menu-section .Menu-List-item{border-top: 0;border-bottom: 1px solid rgba(0, 0, 0, 0.12);  position: relative; z-index: 2;}
.Menu-List-item .dropdown-items{border-top: 0;}
.Menu-section .Menu-List-item .Menu-label{padding: 16px;}



.start-ordering-botton a, .next-btns a{font-size: 0.875rem;font-weight: 600;}

.order-item-name p span{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;font-weight: 500;}
.order-item-name p{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;font-weight: 500;}
.remove-and-price span{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;font-weight: 500;}
.selected-item h4{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;font-weight: 500;}
.selected-item .price-per-item span{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;font-weight: 500;}
.checkout-final h4{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;font-weight: 500;}
.checkout-final .final-price span{color: rgba(0, 0, 0, 0.87);font-size: 0.875rem;font-weight: 500;}
.selected-item{margin-bottom: 3px;}
.order-item-head{padding: 15px 0 30px;}
.Top-menu li span {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 16px;
    text-align: center
}

.links li span {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 16px;
    text-align:center;
}



.sidemenu-container{
  z-index: 2;
}

.index-page-container{
  position: relative !important;
  z-index: 1;
}

/* 
Add .before-custompage-wrapper if custom page exist 
.Logo-main-wrapper .social-media-icons,
.deliverytime-wrapper 
*/
@media only screen and (min-width: 992px) {
	.before-custompage-wrapper{
	  bottom: 55px !important;
	}
}
.custompage-wrapper{
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 15px; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 100%;
  background-color: rgba(0,0,0,0.2); 
  height: 51px;
}

.custompage-wrapper a {
  margin: 0 5px;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
}

.menu-custompage-wrapper{
  display: none !important;
}

@media only screen and (max-width: 991px){
  .custompage-wrapper{
    display: none;
  }

  .menu-custompage-wrapper{
    display: block !important;
  }
}
.d-none{
	display: none !important;
}
.powered-by{
  text-align: center;
  font-size: 11px;
  z-index: 1;
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.powered-by a{
  text-transform: none; 
  letter-spacing: 2px;
}