@font-face {
  font-family: ThemeRegular;
  src: url('/unification/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: ThemeBold;
  src: url('/unification/fonts/OpenSans-Bold.ttf');
}
@font-face {
  font-family: ThemeExtraBold;
  src: url('/unification/fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
  font-family: ThemeSemiBold;
  src: url('/unification/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: ThemeLight;
  src: url('/unification/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: "Ionicons";
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}
body {
  font-family: ThemeRegular;
}
body,
button,
html,
input,
select,
textarea {
  font-family: ThemeRegular;
}
button,
div {
  outline: none;
}
input[type='radio'],
input[type='checkbox'] {
  display: none;
}
input[type="radio"] + span.customRadio {
  display: inline-block;
  cursor: pointer;
}
input[type="radio"] + span.customRadio::after {
  content: "\f3a6";
  font-family: "Ionicons";
  position: relative;
  color: #337ab7;
  top: -8px;
  font-size: 25px;
}
input[type="checkbox"] {
  width: 25px;
  height: 25px;
  cursor: default;
  opacity: 0;
}
input[type="checkbox"] + span.customCheckbox {
  cursor: default;
}
button[disabled="disabled"] {
  cursor: not-allowed;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input,
select,
textarea {
  color: #000000;
}
i {
  outline: none;
}
span.customRadio {
  display: none;
}
.no-padding {
  padding: 0px;
}
.clearFix {
  clear: both;
}
.white-bg {
  background: #ffffff;
}
.validation-msg {
  color: red;
  display: block;
  clear: both;
  padding: 3px 0px;
}
.full-width-btn {
  width: 100%;
  background: #337ab7;
  color: #fff;
}
.md-button.md-default-theme[disabled],
.md-button[disabled] {
  cursor: not-allowed;
  background-color: #808080;
  color: #fff;
}
.no-btn--effect,
.no-btn--effect:hover,
.no-btn--effect:active,
.no-btn--effect:focus {
  background: transparent !important;
  border: none;
  box-shadow: none;
  border-color: transparent;
}
.primary-btn {
  border: 1px solid #337ab7;
  color: #337ab7;
  background: transparent;
  border-radius: 3px;
}
.primary-btn:hover {
  color: #fff;
  background: #337ab7;
}
.fix-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.simple-transition {
  transition: width 1s ease;
}
.dispaly-none {
  display: none;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e0e0e0;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #5d5d5d;
  border-radius: 10px;
}
::-ms-clear,
::-ms-expand {
  display: none;
}
.fa-pen,
.fa-trash-alt {
  font-size: 0.9em;
  color: #337ab7;
}
.fa-pen:hover,
.fa-trash-alt:hover {
  color: #337ab7;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
.loader-container {
  z-index: 2000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.loader-container .loader-image {
  background: url('/unification/img/theme_52/loader.gif') no-repeat;
  background-size: 100%;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  overflow-y: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
}
.loader_processing {
  overflow-y: hidden;
  height: 100%;
  position: relative;
}
.md-calendar-date.md-calendar-selected-date.md-focus .md-calendar-date-selection-indicator {
  background: #337ab7 !important;
  color: #ffffff !important;
}
.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #337ab7 !important;
  color: #ffffff !important;
  border: 1px solid #337ab7;
}
.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: #337ab7 !important;
}
button.item-decrement-button,
button.item-increment-button {
  width: 22px;
  height: 22px;
  color: #337ab7;
  background: transparent;
  border: 1px solid #337ab7;
  padding: 0px 5px;
  font-size: 10px;
  margin-top: 0;
  line-height: 1px;
  border-radius: 30px;
  text-transform: uppercase;
}
button.item-decrement-button:hover,
button.item-increment-button:hover {
  background-color: #337ab7;
  color: #ffffff;
}
.item-decrement-button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.item-qnt {
  position: unset;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  height: auto;
  background: none;
  color: #000;
  border: 1px solid #909090;
  margin: 0px 5px;
}
.item-increment-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mobHeader {
  display: none;
}
.top-header .ProfileDropDown {
  position: absolute;
  top: 60px;
  right: 15px;
}
.top-header .ProfileDropDown .btn-default {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}
.top-header .ProfileDropDown .btn-default:hover {
  background: none;
  color: #337ab7;
}
.top-header .ProfileDropDown.ul {
  min-width: 107px;
}
.custom-toast {
  color: #ffffff;
  background: #337ab7;
  border: 1px solid #337ab7;
  position: fixed;
  padding: 10px;
  width: 280px;
  height: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0.3em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-menu {
  min-width: 120px;
  padding: 0;
  margin: 0;
  top: 40px;
  width: 100%;
  right: 0;
}
.dropdown-menu li {
  cursor: pointer;
}
.dropdown-menu li a img {
  margin-left: -25px;
  margin-right: 10px;
}
.dropdown-menu li a i {
  padding-right: 5px;
}
.panel-default .accordion-toggle {
  text-decoration: none;
}
.menu_main md-bottom-sheet {
  overflow-y: hidden;
}
.modal-open {
  overflow-y: hidden;
  height: 100%;
  position: relative;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.6);
  overflow-y: hidden;
}
.md-block input[type='radio'],
.md-block input[type='checkbox'] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 12;
  cursor: pointer;
}
.main_chooser .modal-backdrop.in,
.menu_main .modal-backdrop.in {
  display: none;
}
.md-dialog-container ::-webkit-scrollbar {
  display: none;
}
.md-toast-animating {
  overflow: initial !important;
}
.md-toast-open-bottom {
  overflow: auto !important;
}
/*Item container style*/
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}
.modal-scrollbar-measure {
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .md-dialog-container {
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .promotion-close-button {
    left: 90px !important;
  }
}
/*Font loading*/
@font-face {
  font-family: roboto-regular;
  src: url('/unification/less/theme_52/fonts/roboto-font/Roboto-Regular_0.ttf');
}
@font-face {
  font-family: myriad-regular;
  src: url('/unification/less/theme_52/fonts/myraid/MyriadPro-Regular.otf');
}
@font-face {
  font-family: OSRegular;
  src: url('/unification/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: ExtraBold;
  src: url('/unification/fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
  font-family: OSBold;
  src: url('/unification/fonts/OpenSans-Bold.ttf');
}
@font-face {
  font-family: OSSemiBold;
  src: url('/unification/fonts/OpenSans-Semibold.ttf');
}
@font-face {
  font-family: "Ionicons";
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SofiaBold;
  src: url('/unification/less/theme_52/fonts/Sofia/SofiaProBold.otf');
}
@font-face {
  font-family: SofiaRegular;
  src: url('/unification/less/theme_52/fonts/Sofia/SofiaProRegular.otf');
}
@font-face {
  font-family: SofiaMedium;
  src: url('/unification/less/theme_52/fonts/Sofia/SofiaProMedium.otf');
}
.main_chooser .restolabs-ordering {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main_chooser .restolabs-ordering > div {
  height: 100%;
}
.main_chooser .restolabs-ordering > div .main-bg-container {
  background: url('/unification/img/theme_38/chooser-background.jpg');
  background-size: 100% 100%;
  min-height: 100%;
}
@media only screen and (max-width: 1030px) {
  .main_chooser .restolabs-ordering > div .main-bg-container {
    background-size: cover;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header {
  padding-bottom: 0;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header {
  margin: auto;
  padding-bottom: 25px;
  text-align: unset;
  position: unset;
  height: unset;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand {
  height: unset;
  padding: unset;
  color: #ffffff;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand:hover {
  color: #cbcbcb;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand .logo-img {
  height: 60px;
  max-height: 60px;
  max-width: none !important;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand .logo-img {
    height: 135px;
    max-height: 135px;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .mobile-enable {
  display: none;
}
@media screen and (max-width: 500px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .mobile-enable .nav.navbar-nav {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .mobile-enable {
    display: block;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav.navbar-toggleable-md {
  margin-right: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav {
    border-top: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav .navbar-toggler {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav .navbar-toggler {
    display: block;
    border: medium none;
    height: 30px;
    outline: medium none;
    width: 30px;
    background: url('/unification/img/side-menu.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav.in,
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav.collapsing {
    position: absolute;
    right: -15px;
    width: 230px;
    background: #fff;
    z-index: 80;
    top: 71px;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav {
    margin-top: 0px;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable {
    display: block;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable.top-saction {
    min-height: 75px;
    background: url('/unification/img/side-menu-image.jpg') no-repeat 100% 100%;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable.top-saction .user-image-icon {
    width: 50px;
    height: 50px;
    clear: both;
    margin: auto;
    background: url('/unification/img/logged-out-icon.png') no-repeat;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable.top-saction .user-image-icon img {
    max-width: 100%;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable.top-saction .user-hi {
    font-size: 18px;
    color: #ffffff;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable a {
    color: #000;
    cursor: pointer;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-disable {
    display: none;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .login-user {
  padding-left: 30px;
  background: url('/unification/img/login.png') no-repeat;
  background-position: 0px 15px;
  background-size: 20px 20px;
  padding-right: 0px;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (min-width:320px) and (max-width:767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .login-user {
    padding-left: 75px;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav > li > a {
  color: #ffffff;
  cursor: pointer;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav > li > a:focus,
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav > li > a:hover {
  background-color: unset;
  color: #cbcbcb;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav > li > a > i {
  padding-right: 4px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .user-img img {
  width: 30px;
  height: 30px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .login .logo-img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .login .dropdown-toggle {
  background: transparent;
  cursor: hover;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .dropdown-toggle a {
  color: #337ab7;
  cursor: pointer;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .dropdown-toggle a:focus {
  color: #337ab7;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .dropdown-toggle a:hover {
  color: #337ab7;
  background: unset;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile {
  min-width: 120px;
  margin: 0;
  top: 40px;
  width: 100%;
  right: 0;
  padding: 0;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile li {
  cursor: pointer;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile li a img {
  margin-left: -25px;
  margin-right: 10px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile li a i {
  padding-right: 5px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile > li > a {
  padding: 5px 10px;
  cursor: pointer;
  filter: brightness(115%);
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile > li > a:hover {
  background: #337ab7;
  color: #ffffff;
  filter: brightness(100%);
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile > li > a i {
  padding-right: 5px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer {
  background: #211715;
  padding: 15px;
  color: #ffffff;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .f-title,
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .s-title {
  font-size: 18px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .powerby a {
  color: #ffffff;
  text-decoration: none;
  padding-top: 20px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .social a {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .social .f-icon {
  background: url('/unification/img/facebook.png') no-repeat;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .social .t-icon {
  background: url('/unification/img/twitter.png') no-repeat;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .social .insta-icon {
  background: url('/unification/img/instagram.png') no-repeat;
}
.main_chooser .rotating_spinner {
  position: absolute;
  top: 45%;
  left: 49%;
  z-index: 999;
}
.main_chooser .main-bg-container {
  background: url(http://test1.onlineorderalert.com/unification/img/theme_40/chooser-background.jpg);
  background-size: cover;
}
.main_chooser .main-bg-container .top-header {
  margin-bottom: 30px;
}
.main_chooser .main-bg-container .top-header .navbar-toggleable-md {
  margin-right: 0;
  font-size: 18px;
}
.main_chooser .main-bg-container .top-header .navbar-toggleable-md .nav .open > a {
  background-color: #337ab7;
  color: #ffffff !important;
}
.main_chooser .main-bg-container .top-header #navbarNav {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .main_chooser .main-bg-container .top-header #navbarNav.in,
  .main_chooser .main-bg-container .top-header #navbarNav.collapsing {
    overflow: hidden !important;
  }
}
.main_chooser .main-bg-container .top-header .dropdown-menu {
  padding-left: 0;
  width: auto;
  border-radius: 4px;
  margin-top: 2px;
}
.main_chooser .main-bg-container .top-header .user-img {
  color: #000000 !important;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
}
.main_chooser .main-bg-container .top-header .user-img img {
  display: none;
}
.main_chooser .main-bg-container .top-header .user-img:hover {
  background: #337ab7 !important;
  color: #ffffff !important;
  border-color: #337ab7;
}
.main_chooser .main-bg-container .top-header .login-user {
  background: none !important;
  padding: 0;
  padding-bottom: 4px;
  padding-left: 0 !important;
}
.main_chooser .main-bg-container .top-header .login-user:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.main_chooser .main-bg-container .top-header .login-user:hover {
  color: #337ab7 !important;
}
.main_chooser .main-bg-container .top-header .login-user:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  background: #337ab7;
}
.main_chooser .main-bg-container .top-header .login-user img {
  display: block;
  width: 45px;
  margin: auto;
  margin-bottom: 5px;
}
.restaurant-main-section {
  color: #ffffff;
  font-size: 14px;
  background: #fff;
  color: #000;
  min-height: 428px;
  position: relative;
  padding-top: 2px;
  border-radius: 5px;
  width: auto;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section {
    width: 700px;
    margin: auto;
    min-height: 456px;
  }
}
.restaurant-main-section .Restaurant-welcome-text1 {
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .Restaurant-welcome-text1 {
    display: none;
  }
}
.restaurant-main-section .chooser-grp-order-section {
  display: none;
}
.restaurant-main-section .Restaurant-welcome-text2 {
  font-size: 22px;
  font-weight: normal;
}
.restaurant-main-section .chooser-page-content-wrap {
  width: 406px;
  margin: auto;
  display: table;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap {
    width: auto;
    padding: 0px 20px 10px 20px;
    display: block;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
  text-align: center;
  font-size: 16px;
  padding-bottom: 25px;
  margin-top: 35px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
    font-size: 16px;
    margin-top: 20px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option {
  color: #818181;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option:last-child .del-type-sep {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
  outline: none;
}
@media screen and (max-width: 450px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    overflow: hidden;
    font-size: 14px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected::before {
  content: "\f3fe";
  font-family: "Ionicons";
  position: relative;
  left: -2px;
  top: 4px;
  font-size: 20px;
  width: 7px;
  color: #337ab7;
  font-weight: 800;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected::before {
    content: "\f3fe";
  }
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected::before {
    top: 5px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    padding: 0px 10px 0px 0px;
  }
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    padding: 0px 9px;
  }
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title::before {
    content: "";
  }
}
@media screen and (min-width: 450px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    padding: 0px 7px 0px 10px;
  }
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    padding: 0px 0px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected {
  outline: none;
  font-weight: 500;
  height: 100%;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected .mode-title-text {
  border-bottom: 2px solid;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title:hover {
  color: #337ab7;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title::before {
  content: "\f401";
  font-family: "Ionicons";
  position: relative;
  left: -2px;
  top: 4px;
  font-size: 20px;
  color: rgba(250, 235, 215, 0);
  width: 7px;
  font-weight: 800;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser {
  border: 1px solid #9e9e9e;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser {
    margin: auto;
    border: none;
    border-radius: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser {
    height: 42px;
    display: block;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 {
    display: flex;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 select {
  width: 202px;
  height: 40px;
  padding-left: 15px;
  color: #000000;
  outline: none;
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 96%;
  background-size: 16px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 35px;
  border: none;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 select {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 select.pull-right {
    float: none;
    width: 100%;
    background-position: 96%;
    padding-right: 20%;
  }
}
@media screen and (min-width: 450px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 select.pull-right {
    float: left !important;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 {
  position: relative;
  padding: 0px;
}
@media screen and (min-width: 450px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 angucomplete {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 angucomplete input {
    width: 100%;
    background-position: 96%;
    padding-right: 20%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 angucomplete .angucomplete-row:hover {
  background-color: #cfcfcf;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 angucomplete .angucomplete-row .angucomplete-title {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 {
    display: inline-block;
    width: 100%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  color: #000000;
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 96%;
  background-size: 16px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 50px;
  border-left: 1px solid #9e9e9e;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input {
    border: 1px solid #9e9e9e;
    margin-top: 10px;
    border-radius: 5px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input::-webkit-input-placeholder {
  color: #000000;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input::-moz-placeholder {
  color: #000000;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input:-ms-input-placeholder {
  color: #000000;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input:-moz-placeholder {
  color: #000000;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url('/unification/img/cross.png') 92% center / 16px no-repeat rgba(0, 0, 0, 0);
  display: none;
  background-position: 8px 13px;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton:hover,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton:focus,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton:active {
  outline: none;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton {
    right: 15px;
    top: 10px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 #_dropdown {
  position: absolute;
  width: 100%;
  background: #fff;
  color: #000000;
  outline: none;
  z-index: 9999;
  max-height: 300px;
  overflow-y: scroll;
  margin-top: 2px;
  background: #e7e7e7;
  border-radius: 5px;
  line-height: 2;
  cursor: pointer;
  text-align: left;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-md-12 input,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-sm-12 input {
  margin: auto;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-md-12 #_dropdown,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-sm-12 #_dropdown {
  position: relative !important;
  margin: auto;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-md-12 #_dropdown .angucomplete-row,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-sm-12 #_dropdown .angucomplete-row {
  text-align: left;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn {
  background: #337ab7;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 28px;
  padding: 0px 50px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn {
    margin-top: 15px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn:hover {
  background: transparent;
  color: #337ab7;
}
.restaurant-main-section .chooser-page-content-wrap .now-later {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later {
    padding-top: 15px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later .now-later-wrapper {
  box-shadow: inset 0 0 46px #C5C5C5;
  border-radius: 5px;
}
.restaurant-main-section .chooser-page-content-wrap .now-later .onlyLater {
  width: auto;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label {
  padding: 0px 11px 0px 8px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  width: 48%;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label {
    font-size: 16px;
    width: 48%;
  }
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label {
    padding: 5px 6px !important;
    width: 48%;
  }
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label {
    padding: 0px 26px 0px 11px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later label input[type="radio"] {
  visibility: hidden;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label .customRadio {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label.selected {
  background: #337ab7;
  border-radius: 5px;
  margin: 4px 0px 4px 0px;
  color: #ffffff;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label.selected .customize-variant-name span {
  line-height: 1.8;
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label.selected .customize-variant-name.customize-name {
    font-size: 14px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later label.selected::before {
  content: "\f3fe";
  font-family: "Ionicons";
  position: relative;
  left: -6px;
  color: #ffffff;
  top: 2px;
  font-size: 20px;
  width: 7px;
  font-weight: 800;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label.selected::before {
    font-size: 24px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later label::before {
  content: "\f3fe";
  font-family: "Ionicons";
  position: relative;
  left: -1px;
  top: 4px;
  color: rgba(250, 235, 215, 0);
  font-size: 20px;
  width: 7px;
  font-weight: 800;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label:first-child {
  text-align: center;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label:last-child {
  text-align: center;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker {
  border: 1px solid #9e9e9e;
  height: 42px;
  border-radius: 5px;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker {
  padding-right: 30px;
  margin-right: 0px;
  width: 50%;
  height: 42px;
  line-height: 42px;
  float: left;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker.md-datepicker-open .md-datepicker-calendar-icon {
  color: rgba(0, 0, 0, 0.54) !important;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker {
    margin-bottom: 10px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-button.md-icon-button {
  margin: 0;
  height: 0px;
  line-height: 0px;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-button.md-icon-button {
    width: 33px;
    margin-left: 0px !important;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-input-container {
  padding-bottom: 0px;
  margin-left: 0px;
  border-bottom-style: none;
  height: 35px;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-input {
  pointer-events: none;
  line-height: 0;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
  left: -128px;
  top: 12px;
  width: 199px;
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 85%;
  background-size: 16px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
    background-position: 70%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-expand-triangle {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time {
  border-left: 1px solid #9e9e9e;
  width: 50%;
  background: none;
  position: relative;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time select {
  height: 40px;
  line-height: 40px;
  width: 99%;
  padding-left: 44px;
  background: none;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-overflow: '';
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 92%;
  background-size: 16px;
  border: none;
  z-index: 20;
  position: relative;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time select {
    padding-left: 36px !important;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time::before {
  content: "\f402";
  font-family: "Ionicons";
  position: absolute;
  left: 10px;
  font-size: 20px;
  width: 7px;
  font-weight: 800;
  z-index: 10;
  top: 5px;
}
.restaurant-main-section .chooser-page-content-wrap .location-list select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 45px;
  border-radius: 5px;
  color: #000000;
  outline: none;
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 96%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 16px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
}
.restaurant-main-section .chooser-page-content-wrap .location-list select option {
  cursor: pointer;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn {
  padding: 20px 0px;
  color: #9e9e9e;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn div {
  padding-bottom: 10px;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn {
  color: #ffffff;
  background: #337ab7;
  padding: 3px 30px;
  border-radius: 5px;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn {
    padding: 0px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn:hover {
  background: transparent;
  color: #337ab7;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn button {
  margin: 0px;
  width: 406px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .goto-menu-btn button {
    width: 100%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .info-text {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  color: #9e9e9e;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .info-text {
    font-size: 15px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .map-container input {
  width: 281px;
  color: #000;
  max-width: 95%;
  height: 40px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 14px;
  border: 1px solid #9e9e9e;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .map-container input {
    width: 100%;
    max-width: 100%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn {
  color: #ffffff;
  background: #337ab7;
  border-radius: 0px;
  padding: 0px 45px;
  margin-right: 0px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn {
    width: 100%;
    margin-left: 0px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn:hover {
  color: #ffffff;
  background: #337ab7;
}
.restaurant-main-section .chooser-page-content-wrap .map-container .map-box {
  float: none;
}
.restaurant-main-section .chooser-page-content-wrap .map-container .map-box #location_chooser {
  float: initial !important;
  display: inline-block;
  width: 405px !important;
  max-width: 100%;
  border-radius: 5px;
}
.restaurant-main-section {
  min-height: 350px;
  padding-top: unset;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section {
    min-height: 450px;
  }
}
.restaurant-main-section .Restaurant-welcome-text1 {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .Restaurant-welcome-text1 {
    display: unset;
  }
}
.restaurant-main-section .chooser-page-content-wrap {
  max-width: 430px;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap {
    width: 430px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
  padding-bottom: unset;
  box-shadow: inset 0 0 46px #C5C5C5;
  border-radius: 5px;
  padding: 0;
  display: flex;
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
    margin-top: unset;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option {
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
  flex: 1 0 0;
  padding: 5px 0;
  border-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected {
  color: #ffffff;
  background: #337ab7;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected .mode-title-text {
  border-bottom: none;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected::before {
  color: #ffffff;
  font-size: 22px;
  top: 2px;
  left: 2px;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title::before {
  content: "\f401";
  top: 0;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .del-type-sep {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option.selected::before {
  content: "\f3fe";
  top: 2px;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option.selected::before {
    top: 2px;
    font-size: 22px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser {
  margin-bottom: 25px;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input {
    margin-top: 25px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser #_dropdown {
  padding-left: unset;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser #_dropdown .angucomplete-row {
  padding-left: unset;
  border-bottom: unset;
}
@media screen and (max-width: 768px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser #_dropdown {
    bottom: 65%;
    max-height: 120px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn {
  filter: brightness(115%);
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn:hover {
  background: #337ab7;
  color: #ffffff;
  filter: brightness(100%);
}
.restaurant-main-section .chooser-page-content-wrap .now-later {
  padding-top: unset;
  padding-bottom: 25px;
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label {
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later {
    padding-top: unset;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later .onlyLater {
  width: auto;
  cursor: text;
  padding: 0;
  margin: 0;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker {
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker {
    margin-bottom: unset;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-input-container {
  line-height: 0;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
  left: -115px;
  top: 0px;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-expand-triangle {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time {
  position: relative;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time select {
  z-index: 20;
  position: relative;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time::before {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 10;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn {
  padding: unset;
  padding-top: 25px;
  padding-bottom: 25px;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn {
  background: #337ab7;
  border: 1px solid #337ab7;
  filter: brightness(115%);
  width: 100%;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn:hover {
  background: #337ab7;
  color: #ffffff;
  filter: brightness(100%);
}
.restaurant-main-section .chooser-page-content-wrap .location-list select {
  margin-bottom: 30px;
}
.restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn {
  filter: brightness(115%);
  margin: 3px 0px 10px 0px;
}
.restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn:hover {
  filter: brightness(100%);
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .map-container input {
    width: usnet;
  }
  .restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn {
    width: unset;
  }
}
.login-popup {
  width: unset !important;
  height: unset !important;
  min-width: 550px;
}
.login-popup .no-btn-effect:hover {
  color: #337ab7;
}
.login-popup md-toolbar {
  background: transparent;
}
.login-popup md-toolbar h2 {
  width: 100%;
  color: #000000;
}
.login-popup md-toolbar .md-icon-button {
  position: absolute;
  right: 10px;
}
.login-popup md-content {
  background: transparent;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.login-popup md-content md-input-container {
  margin: 5px;
  margin-top: 30px;
  padding-left: 0;
}
.login-popup md-content label {
  font-weight: normal;
  color: #000000;
  padding-left: 25px !important;
  margin-bottom: 0;
}
.login-popup md-content input {
  border-bottom: 1px solid #000;
  padding-left: 25px;
}
.login-popup md-content input.password {
  background: url('/unification/img/password.png') no-repeat;
  background-position-y: 5px;
}
.login-popup md-content input.name {
  background: url('/unification/img/emailmobile-no.png') no-repeat;
  background-position-y: 5px;
}
.login-popup md-content .name {
  background: url('/unification/img/emailmobile-no.png') no-repeat;
  padding-left: 25px;
}
.login-popup .password {
  background: url('/unification/img/password.png') no-repeat;
  background-position-y: 5px;
}
.login-popup .md-dialog-content {
  padding-top: 5px;
}
.login-popup .close-popup {
  background: url('/unification/img/close.png') no-repeat;
}
.login-popup .facebook-login {
  background: url('/unification/img/facebook-login.png') no-repeat;
  width: 150px;
  height: 45px;
  background-size: 100% 100%;
}
@media screen and (min-width: 500px) {
  .login-popup .fb-container {
    margin-right: 5px;
  }
}
.login-popup .google-btn {
  padding: 0;
}
@media screen and (min-width: 500px) {
  .login-popup .google-btn {
    margin-left: 5px;
  }
}
.login-popup .google-btn .abcRioButtonBlue {
  background: url('/unification/img/google-login.png') no-repeat;
  width: 150px !important;
  background-size: 100% 100%;
  box-shadow: none;
  border: none;
  height: 45px !important;
  margin-left: 0;
}
.login-popup .google-btn .abcRioButtonBlue:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-popup .qick-signin {
  font-size: 16px;
  padding: 5px 0px;
}
.login-popup .login-btn:hover {
  background: #337ab7;
}
.login-popup .login-btn[disabled="disabled"]:hover {
  background: #808080;
  color: #ffffff;
}
.login-popup .login-btn {
  text-transform: capitalize;
}
.login-popup .loginGoBack,
.login-popup .loginNext {
  background: #337ab7;
  color: #ffffff;
  filter: brightness(115%);
}
.login-popup .loginGoBack:hover,
.login-popup .loginNext:hover {
  filter: brightness(100%);
}
.login-popup .loginNext[disabled] {
  cursor: not-allowed;
  background-color: #808080;
  color: #ffffff;
}
.login-popup .no-btn-effect,
.login-popup .no-btn-effect:hover,
.login-popup .no-btn-effect:active,
.login-popup .no-btn-effect:focus,
.login-popup .no-btn-effect:visited {
  text-transform: capitalize;
  font-size: 16px;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .login-popup .no-btn-effect,
  .login-popup .no-btn-effect:hover,
  .login-popup .no-btn-effect:active,
  .login-popup .no-btn-effect:focus,
  .login-popup .no-btn-effect:visited {
    font-size: 13px !important;
  }
}
.login-popup .login-form-section .layout-align-center-center {
  padding-left: 5px;
}
.login-popup .login-form-section .no-btn-effect:hover {
  background: transparent;
  color: #337ab7;
}
.login-popup .registration-form-section md-content label,
.login-popup .forget-form-section md-content label {
  padding-left: 0px !important;
}
.login-popup .registration-form-section .md-button[disabled],
.login-popup .forget-form-section .md-button[disabled] {
  background: #808080;
}
.login-popup .registration-form-section .md-button[disabled]:hover,
.login-popup .forget-form-section .md-button[disabled]:hover {
  background: #808080;
}
.login-popup .registration-form-section .md-button,
.login-popup .forget-form-section .md-button {
  background-color: #337ab7;
}
.login-popup .registration-form-section .md-button:hover,
.login-popup .forget-form-section .md-button:hover {
  background-color: #337ab7;
}
.login-popup .registration-form-section .email,
.login-popup .forget-form-section .email {
  background: url('/unification/img/email.png') no-repeat;
  background-size: 100% 100%;
  background-size: 20px 20px;
}
.login-popup .registration-form-section .mobile,
.login-popup .forget-form-section .mobile {
  background: url('/unification/img/mobile.png') no-repeat;
  background-size: 100% 100%;
  background-size: 20px 20px;
}
.login-popup .registration-form-section md-input-container .md-errors-spacer,
.login-popup .forget-form-section md-input-container .md-errors-spacer {
  min-height: auto;
}
.login-popup .continue-button {
  color: #fff;
  background-color: #337ab7 !important;
  width: 100%;
}
.login-popup .continue-button:hover {
  background-color: #337ab7 !important;
}
.tryAgain {
  cursor: pointer;
}
.menu-container .container {
  max-width: 100%;
  width: unset;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1030px) {
  .menu-container .container {
    max-width: 100%;
    padding: 0 1.0714285714285714em;
  }
}
.menu-container .container .fixedCart {
  position: fixed;
  right: 3.9%;
  top: 4.48em;
  z-index: 998;
  width: 28.88%;
  min-width: unset;
  -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1250px) {
  .menu-container .container .fixedCart {
    right: 8.5%;
    width: 26.3%;
  }
}
.menu-container .container .cart-sticky {
  position: relative;
}
.menu-container .container .cart-sticky .is-sticky {
  position: sticky;
  top: 0px;
  width: 100%;
}
.resto-menu-header {
  padding-bottom: 0;
  height: 100%;
  background: #fff;
}
.resto-menu-header .top-header {
  width: 95%;
  margin: auto;
  padding: 2em 1.0714285714285714em;
  text-align: center;
  position: relative;
  /*height: 180px;*/
}
@media only screen and (min-width: 1250px) {
  .resto-menu-header .top-header {
    width: 85%;
  }
}
@media only screen and (max-width: 1030px) {
  .resto-menu-header .top-header {
    display: block;
    width: 100%;
    padding: 1.0714285714285714em;
    padding-right: 0;
    position: relative;
    height: 5.714285714285714em;
    position: fixed;
    background: #fff;
    z-index: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  }
  .resto-menu-header .top-header.desktopHeader {
    display: none;
  }
  .resto-menu-header .top-header .restoLocation {
    display: none;
  }
}
.resto-menu-header .top-header .clearFix {
  clear: both;
}
.resto-menu-header .top-header .selected_category-box {
  background: transparent;
  color: #ffffff;
  border: none;
}
.resto-menu-header .top-header .selected_category-box.forMobile {
  position: absolute;
  max-width: 130px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  top: 30px;
  font-size: 16px;
}
.resto-menu-header .top-header .serach-box button {
  background: transparent;
  color: #ffffff;
  border: none;
}
.resto-menu-header .top-header .logoWrp {
  float: left;
}
.resto-menu-header .top-header .logoWrp .backArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.resto-menu-header .top-header .logoWrp .fa-chevron-left {
  font-size: 25px;
  cursor: pointer;
}
.resto-menu-header .top-header .logoWrp .logoLink {
  padding-left: 1.7857142857142858em;
}
.resto-menu-header .top-header .logoWrp .logoLink img {
  margin-top: 20px;
  max-width: 400px;
  height: 100px;
}
.resto-menu-header .top-header .restoLocation {
  padding-left: 3em;
  text-align: left;
  float: left;
}
.resto-menu-header .top-header .restoLocation .restoAddress {
  margin-bottom: 0.5em;
}
.resto-menu-header .top-header .restoLocation .restoName {
  font-size: 1.3em;
}
.resto-menu-header .top-header .restoLocation .restoDelivery p {
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 245px;
}
.resto-menu-header .top-header .restoLocation .restoDelivery .separator {
  padding: 0 0.5em;
}
.resto-menu-header .top-header .restoLocation .restoDelivery .fa-pen {
  padding-left: 0.35714285714285715em;
}
.resto-menu-header .top-header .restoLocation .restoDelivery .editLocationBtn {
  color: #337ab7;
  display: inline-block;
  overflow: hidden;
  font-weight: bold;
  cursor: pointer;
}
.resto-menu-header .top-header .restoLocation .restoDelivery .editLocationBtn:hover {
  color: #ffffff;
  background: #337ab7;
  padding: 0 3px;
}
.resto-menu-header .top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog {
  max-width: 400px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 auto;
  position: absolute;
}
.resto-menu-header .top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog p {
  text-align: center;
  display: block;
  padding-top: 1.0714285714285714em;
}
.resto-menu-header .top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog .modal-footer {
  text-align: center;
  border-top: none;
}
.resto-menu-header .top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog .modal-footer .btn-secondary {
  padding: 0.42857142857142855em 1.7857142857142858em;
  background: #ffffff;
  border: 1px solid #337ab7;
}
.resto-menu-header .top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog .modal-footer .btn-primary {
  padding: 0.42857142857142855em 1.7857142857142858em;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.resto-menu-header .top-header .restoLogWrp {
  padding: 3em 0;
  position: absolute;
  right: 1.0714285714285714em;
}
.resto-menu-header .top-header .restoLogWrp .restoLog {
  background: #337ab7;
  color: #ffffff;
  border: 1px solid #337ab7;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  text-decoration: none;
  cursor: pointer;
}
.resto-menu-header .top-header .restoLogWrp .restoLog:hover {
  background: #ffffff;
  color: #337ab7;
}
@media only screen and (max-width: 1030px) {
  .resto-menu-header .top-header {
    display: block;
    width: 100%;
    padding: 1.0714285714285714em;
    padding-right: 0;
    position: relative;
    height: 5.714285714285714em;
    position: fixed;
    background: #fff;
    z-index: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  }
  .resto-menu-header .top-header.desktopHeader {
    display: none;
  }
  .resto-menu-header .top-header.chooser-heading {
    background: none;
    box-shadow: none;
  }
  .resto-menu-header .top-header .fas {
    cursor: pointer;
  }
  .resto-menu-header .top-header .backArrow {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .resto-menu-header .top-header .backArrow .fa-chevron-left {
    font-size: 1.4285714285714286em;
  }
  .resto-menu-header .top-header .restoMobLocationWrapper {
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 1.0714285714285714em;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .resto-menu-header .top-header .restoMobLocationWrapper .restoMobLocation {
    padding-left: 1.7857142857142858em;
  }
  .resto-menu-header .top-header .restoMobLocationWrapper .restoMobName {
    font-size: 1.2142857142857142em;
    margin: 0;
    padding-bottom: 0.35714285714285715em;
    padding-top: 0.8571428571428571em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .resto-menu-header .top-header .restoMobLocationWrapper .restoMobAddress {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .resto-menu-header .top-header .restoMobMenuWrapper {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .resto-menu-header .top-header .restoMobMenuWrapper .restoMobMenu {
    background: #337ab7;
    padding: 0.8em;
    border-top-left-radius: 0.7142857142857143em;
    border-bottom-left-radius: 0.7142857142857143em;
    color: #ffffff;
    font-size: 1.2857142857142858em;
  }
  .resto-menu-header .top-header .restoMobMenuWrapper .restoMobMenu .restoMobSearchIcon {
    display: inline-block;
    padding-right: 0.7142857142857143em;
  }
  .resto-menu-header .top-header .restoMobMenuWrapper .restoMobMenu .restoMobMenuIcon {
    display: inline-block;
  }
  .resto-menu-header .top-header .restoMobMenuFullWidth {
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 5.714285714285714em;
    overflow: hidden;
    transition: 0.5s;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 0.35714286em 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
  }
  .resto-menu-header .top-header .restoMobMenuFullWidth .restoMobMenuFullWidthContainer {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 1.0714285714285714em;
  }
  .resto-menu-header .top-header .restoMobMenuFullWidth .restoMobMenuFullWidthContainer .restoMobSearchBox {
    border: none;
    background: none;
    box-shadow: none;
    font-size: 1.1428571428571428em;
    padding-left: 2.142857142857143em;
  }
  .resto-menu-header .top-header .restoMobMenuFullWidth .restoMobMenuFullWidthContainer .fa-search {
    font-size: 1.1428571428571428em;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.0714285714285714em;
  }
  .resto-menu-header .top-header .restoMobMenuFullWidth .restoMobMenuFullWidthContainer .fa-times {
    font-size: 1.1428571428571428em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.0714285714285714em;
    z-index: 10;
    width: 20px;
    height: 20px;
  }
}
.resto-menu-header #goBackToChoose .modal-dialog {
  max-width: 22.142857142857142em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  position: absolute;
}
.resto-menu-header #goBackToChoose .modal-dialog p {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
.resto-menu-header #goBackToChoose .modal-dialog .modal-footer {
  text-align: center;
  border-top: none;
}
.resto-menu-header #goBackToChoose .modal-dialog .modal-footer .btn-secondary {
  padding: 0.42857142857142855em 1.7857142857142858em;
  background: #ffffff;
  border: 1px solid #337ab7;
}
.resto-menu-header #goBackToChoose .modal-dialog .modal-footer .btn-primary {
  padding: 0.42857142857142855em 1.7857142857142858em;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.resto-menu-header .backDropIn {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.top-header.desktopHeader {
  display: block;
}
.top-header.mobileHeader {
  display: none;
}
.resto-menu-header {
  background: url(/unification/img/theme_40/food-collage.jpg) no-repeat fixed;
  background-size: cover;
}
.resto-menu-header .top-header {
  color: #ffffff;
}
@media only screen and (max-width: 1030px) {
  .resto-menu-header .top-header {
    color: #000000;
  }
}
.resto-menu-header .top-header .restoLogWrp {
  padding: 0;
}
.resto-menu-header .top-header .restoLogWrp .restoLog {
  border: none;
  font-weight: bold;
  background: none;
  display: block;
  padding: 0;
  margin-top: 25px;
}
.resto-menu-header .top-header .restoLogWrp .restoLog:hover {
  background: none;
}
.resto-menu-header .top-header .restoLogWrp .restoLog img {
  display: block;
  margin: auto;
  margin-bottom: 7px;
  width: 55px;
}
.resto-menu-header .top-header .restoLogWrp .restoLog span {
  display: block;
  font-size: 20px;
}
.resto-menu-header .top-header .restoLogWrp .restoLog:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.resto-menu-header .top-header .restoLogWrp .restoLog:hover {
  color: #337ab7 !important;
}
.resto-menu-header .top-header .restoLogWrp .restoLog:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  background: #337ab7;
}
.resto-menu-header .top-header .ProfileDropDown > button {
  background-color: #fff;
  color: #000000;
  border: none;
}
.resto-menu-header .top-header .ProfileDropDown > button:hover,
.resto-menu-header .top-header .ProfileDropDown > button:focus {
  color: #fff;
  background: #337ab7;
}
.resto-menu-header .top-header .ProfileDropDown .dropdown-menu {
  border: none;
}
md-dialog-actions button.md-button.md-primary:nth-child(2) {
  color: #337ab7 !important;
  background: #ffffff;
  border: 1px solid #337ab7;
}
md-dialog-actions button.md-button.md-primary:first-child {
  color: #ffffff !important;
  background: #337ab7;
  border: 1px solid #337ab7;
}
md-dialog-actions button.md-button.md-primary:first-child:hover {
  background: #337ab7;
  color: #ffffff;
}
.item-section {
  overflow-y: auto;
}
.item-section .pageSection {
  padding-bottom: 0.5em;
}
.item-section .pageSection h4.panel-title {
  background: #323232;
  padding: 0.73em;
  border-radius: 4px;
  color: #ffffff;
  line-height: 1;
  font-family: sofiabold;
  font-size: 1.4em;
  margin: 0 0.4em 0.9em;
}
.item-section .pageSection h4.panel-title a:hover {
  text-decoration: none;
}
.item-section .pageSection .panel-title > a {
  color: inherit;
}
.item-section .pageSection .item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 3.5em;
}
.item-section .pageSection .item-list .item-container {
  padding: 0.531em;
}
@media only screen and (max-width: 1030px) {
  .item-section .pageSection .item-list .item-container {
    width: 33.33333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-container {
    width: 50% !important;
    padding: 0.7em 0.35714285714285715em;
  }
}
@media only screen and (max-width: 369.98px) {
  .item-section .pageSection .item-list .item-container {
    width: 100% !important;
  }
}
.item-section .pageSection .item-list .item-container:nth-child(2n+1) {
  clear: left;
}
.item-section .pageSection .item-list .item-container .itemsBody {
  box-shadow: 0 0 0.35714286em 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  background: #ffffff;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.item-section .pageSection .item-list .item-container .itemsBody .noImage {
  display: none;
}
.item-section .pageSection .item-list .item-container .itemsBody .modal-dialog {
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-container .itemsBody .modal-dialog {
    width: 20em;
    margin: 0 auto;
  }
}
.item-section .pageSection .item-list .item-container .itemsBody .modal-dialog .modal-content .modal-body {
  height: unset;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-container .itemsBody .modal-dialog .modal-content .modal-body {
    padding: 2.142857142857143em;
    text-align: center;
  }
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image {
  padding: 0.5em 0.5em 0;
  flex: 1;
}
@media only screen and (min-width: 1030.98px) and (max-width: 1199.98px) {
  .item-section .pageSection .item-list .item-container .itemsBody .item-image {
    height: 215px;
  }
}
@media only screen and (max-width: 767.98px) {
  .item-section .pageSection .item-list .item-container .itemsBody .item-image {
    height: 205px;
  }
}
@media screen and (max-width: 500px) {
  .item-section .pageSection .item-list .item-container .itemsBody .item-image {
    height: 130px;
  }
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal {
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-header {
  padding: 0;
  border-bottom: none;
  position: absolute;
  right: 1.0714285714285714em;
  top: 0.7142857142857143em;
  z-index: 1;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-header .close {
  opacity: 0.7;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-header .close .fa-times {
  font-size: 0.8em;
  color: #000000;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-header .close .fa-times:hover {
  opacity: 0.5;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-header .close:hover {
  background: none;
  color: unset;
  opacity: 0.5;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-header .fa-times {
  font-size: 0.8em;
  color: #ffffff;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-body {
  padding: 0.35em;
  position: relative;
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width:768px) {
  .item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-dialog {
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width:768px) {
  .item-section .pageSection .item-list .item-container .itemsBody .item-image .modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.item-section .pageSection .item-list .item-name {
  font-size: 19px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #000000;
  font-family: SofiaBold;
}
.item-section .pageSection .item-list .item-desc {
  text-align: center;
  padding: 0.5em;
  font-size: 0.9em;
  min-height: 3.6em;
  color: #353535;
  height: auto;
}
.item-section .pageSection .item-list .item-desc a {
  color: #353535;
}
.item-section .pageSection .item-list .item-desc a:hover,
.item-section .pageSection .item-list .item-desc a:focus {
  color: #353535;
  text-decoration: none;
  outline: none;
}
.item-section .pageSection .item-list .item-desc span a span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #a3a3a3;
  text-align: justify;
}
.item-section .pageSection .item-list .item-desc .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (min-width:768px) {
  .item-section .pageSection .item-list .item-desc .modal-dialog {
    width: 46em;
  }
}
@media screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-desc .modal-dialog {
    width: 300px;
  }
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-header {
  padding: 0;
  border-bottom: none;
  position: absolute;
  right: 1.0714285714285714em;
  top: 0.7142857142857143em;
  z-index: 1;
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.7;
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-header .close .fa-times {
  font-size: 0.8em;
  color: #b2b2b2;
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-header .close:hover {
  opacity: 0.5;
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-header button:hover {
  background: none;
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width:768px) {
  .item-section .pageSection .item-list .item-desc .modal-dialog .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-body {
  padding: 1.142857em;
  min-height: 185px;
  height: auto;
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .itemImage {
  width: 220px;
  height: 155px;
  float: left;
  margin-right: 10px;
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .itemImage img {
  float: unset;
  width: 100%;
  height: 100%;
  margin-right: 0;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .itemImage {
    width: 100%;
  }
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .item-name {
  padding: 0;
  padding-bottom: 0.3em;
  font-size: 1.5714285714285714em;
  white-space: normal;
  text-align: left;
  cursor: text;
}
@media screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .item-name {
    text-align: center;
    width: 100%;
    padding: 15px 0px;
  }
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .item-price {
  font-size: 1.2142857142857142em;
  text-align: left;
  padding: 0.7142857142857143em;
  padding-left: 0;
  color: #337ab7;
}
@media screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .item-price {
    text-align: center;
  }
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .itemDescription {
  height: 6em;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .itemDescription {
    text-align: justify;
    clear: both;
    font-weight: 600;
  }
}
.item-section .pageSection .item-list .item-desc .links,
.item-section .pageSection .item-list .item-desc .links:hover {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}
.item-section .pageSection .item-list .item-unavailable {
  background: transparent;
  border: none;
}
.item-section .pageSection .item-list .itemsFooter {
  padding: 9.5px 18px;
  font-family: SofiaBold;
  display: inline-block;
  width: 100%;
  position: relative;
  box-shadow: 0 -0.1em 0.3em 0 rgba(125, 125, 125, 0.2);
  min-width: 20px;
  text-align: center;
  bottom: -6px;
  background: #337ab7;
  border-radius: 3px;
  padding: 8px 10px;
  height: auto;
  min-height: 3.80357143em;
}
.item-section .pageSection .item-list .itemsFooter .add-customize button.item-decrement-button,
.item-section .pageSection .item-list .itemsFooter .add-customize button.item-increment-button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}
.item-section .pageSection .item-list .itemsFooter .item-customize-button,
.item-section .pageSection .item-list .itemsFooter .item-add-button,
.item-section .pageSection .item-list .itemsFooter button.item-decrement-button,
.item-section .pageSection .item-list .itemsFooter button.item-increment-button {
  color: #337ab7;
  background: #ffffff;
  border: 0.07142857em solid #ffffff;
  border-radius: 3px;
  padding: 0.2em 1em;
}
.item-section .pageSection .item-list .itemsFooter .item-customize-button:hover,
.item-section .pageSection .item-list .itemsFooter .item-add-button:hover,
.item-section .pageSection .item-list .itemsFooter button.item-decrement-button:hover,
.item-section .pageSection .item-list .itemsFooter button.item-increment-button:hover {
  color: #ffffff;
  background: #337ab7;
}
.item-section .pageSection .item-list .itemsFooter .item-qnt {
  color: #ffffff;
  background: transparent;
  border: 0.07142857em solid transparent;
}
.item-section .pageSection .item-list .itemsFooter .item-customize-button,
.item-section .pageSection .item-list .itemsFooter .item-add-button {
  height: 41px;
  font-size: 16px;
  font-family: SofiaBold;
  color: #337ab7;
  background: #ffffff;
  border: 0.07142857em solid #ffffff;
  font-weight: 400;
  border-radius: 3px;
  padding: 0.2em 1em;
  text-transform: uppercase;
}
.item-section .pageSection .item-list .itemsFooter .item-customize-button:hover,
.item-section .pageSection .item-list .itemsFooter .item-add-button:hover {
  background: #337ab7;
  color: #ffffff;
}
.item-section .pageSection .item-list .itemsFooter .item-customize-button button:focus,
.item-section .pageSection .item-list .itemsFooter .item-add-button button:focus {
  background: #337ab7;
  color: #ffffff;
}
.item-section .pageSection .item-list .itemsFooter .item-customize-button button:hover,
.item-section .pageSection .item-list .itemsFooter .item-add-button button:hover {
  background: #ffffff;
  color: #337ab7;
}
.item-section .pageSection .item-list .itemsFooter .item-price {
  font-size: 18px;
  color: #ffffff;
  padding: 0px;
  float: left;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.item-section .pageSection .item-list .itemsFooter .add-customize {
  padding-top: 0;
  float: right;
  width: unset;
}
.item-section .pageSection .item-list .itemsFooter .add-customize button.item-decrement-button,
.item-section .pageSection .item-list .itemsFooter .add-customize button.item-increment-button {
  position: unset;
  font-size: 14px;
  width: 28px;
  float: left;
  margin-top: 2px;
  height: 30px;
  line-height: 1px;
}
.item-section .pageSection .item-list .itemsFooter .add-customize .item-qnt {
  position: unset;
  float: left;
  width: 20px;
  padding: 5px;
  margin-top: 2px;
  font-size: 14px;
  height: 30px;
}
.item-section .pageSection .item-list .item-quantity-block {
  display: inline-table;
}
.item-section .pageSection .item-list .item-quantity-block .btn {
  padding: 2px 6px;
  border-radius: 0px;
  background: #337ab7;
  color: #ffffff;
}
.item-section .pageSection .item-list .item-quantity-block .item-increment {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.item-section .pageSection .item-list .item-quantity-block .item-decrement {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.item-section .pageSection .item-list .item-quantity-block .input-group-btn {
  display: inline;
}
.pageSection .item-list .item-container .item-desc .modal-dialog .modal-body {
  padding: 1.142857em;
  min-height: 185px;
  height: auto;
}
.item-list .item-container {
  padding: 0.531em;
}
.item-list .item-container .item-name {
  font-family: SofiaBold;
  font-size: 21px;
}
.item-list .item-container .item-desc {
  font-family: SofiaRegular;
  font-size: 16px;
  padding: 28px 49px 51px 49px;
  height: auto;
}
.item-list .item-container .item-desc > span > a > span {
  color: #a3a3a3;
}
.pageSection .item-list .item-container .itemsFooter {
  padding: 9.5px 18px;
}
.pageSection .item-list .item-container .itemsFooter .item-price {
  font-size: 18px;
}
.pageSection .item-list .item-container .itemsFooter .item-customize-button,
.pageSection .item-list .item-container .itemsFooter .item-add-button {
  height: 33px;
  font-size: 16px;
}
@media only screen and (min-width: 1030px) {
  .item-list .fixed-cart.mobile-enable {
    display: none;
  }
}
@media only screen and (max-width: 1030px) {
  .item-list .fixed-cart.mobile-enable {
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: unset;
    padding: 0;
    display: block;
    box-shadow: 0 2px 4px -1px #000000;
  }
  .item-list .fixed-cart.mobile-enable .onClearMinOrder {
    padding: 14px 0;
    padding-left: 1.07142857em;
  }
  .item-list .fixed-cart.mobile-enable .show-full-cart {
    background: #337ab7;
    color: #ffffff;
    padding: 0;
    padding-top: 13px;
    height: 50px;
    text-align: center;
  }
  .item-list .fixed-cart.mobile-enable .primary-btn {
    width: 100%;
    height: 50px;
    border-radius: 0;
    text-transform: uppercase;
  }
  .item-list .fixed-cart .total-price {
    font-size: 1.14285714em;
  }
}
@media only screen and (max-width: 767.98px) {
  .pageSection .item-list .item-container .item-desc .modal-dialog {
    width: 300px;
  }
  .pageSection .item-list .item-container .item-desc .modal-dialog .modal-header {
    right: 3px;
    top: 2px;
  }
  .pageSection .item-list .item-container .item-desc .modal-dialog .modal-header .close {
    margin-top: -3px;
    margin-right: 3px;
    position: relative;
    top: 2px;
  }
  .pageSection .item-list .item-container .item-desc .modal-dialog .modal-body {
    height: auto;
  }
  .pageSection .item-list .item-container .item-desc .modal-dialog .modal-body .itemImage {
    width: 100%;
    height: 170px;
    margin-right: 0;
  }
  .pageSection .item-list .item-container .item-desc .modal-dialog .modal-body .item-name {
    clear: left;
  }
}
@media only screen and (max-width: 450px) and (min-width: 370px) {
  .pageSection .item-list .item-container .itemsFooter {
    padding: 0.8em 0.8em 0.35714285714285715em;
  }
  .pageSection .item-list .item-container .itemsFooter .add-customize button.item-decrement-button,
  .pageSection .item-list .item-container .itemsFooter .add-customize button.item-increment-button {
    width: 25px;
    height: 25px;
  }
  .pageSection .item-list .item-container .itemsFooter .add-customize .item-qnt {
    height: 15px;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .main_chooser .restaurant-main-section .map-container .primary-btn {
    margin: 0;
    margin-left: 10px;
    min-width: unset;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 500px) {
  .main_chooser .restaurant-main-section .map-container .primary-btn {
    padding: 0 25px 0 20px;
  }
}
@media only screen and (max-width: 700px) {
  .item-list .item-container .itemsBody .item-image {
    height: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .item-list .item-container .itemsBody .item-image {
    height: 130px;
  }
}
@media only screen and (min-width: 1030.98px) {
  .menu_main .top-header,
  .menu_main #containerBox {
    width: 90%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400.98px) {
  .menu_main .restolabs-ordering .ordering-page-container .desktopHeader,
  .menu_main .restolabs-ordering .ordering-page-container .menu-container #containerBox {
    max-width: 1400px;
    margin: auto;
  }
}
@media only screen and (max-width: 1249.98px) and (min-width: 1030.98px) {
  .menu_main .top-header,
  .menu_main #containerBox {
    width: 95%;
  }
}
@media only screen and (min-width: 1030.98px) {
  .menu_main .top-header {
    max-width: 1300px;
  }
  .menu_main #containerBox {
    max-width: 1300px;
  }
}
.main_chooser .restaurant-main-section .location-list select {
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 1030px) {
  .menu-container .container {
    max-width: 100%;
    padding: 0 1.0714285714285714em;
  }
  .menu-container .container .item-category-box {
    padding: 0;
    width: 100%;
  }
  .menu-container .container .item-category-box .item-section {
    padding: 0;
    position: relative;
    padding-bottom: 6.571429em;
    padding-top: 6.357143em;
  }
  .menu-container .container .item-category-box .item-section .item-list {
    background: none;
    padding: 0;
  }
  .menu-container .container .item-category-box .item-section .item-list .item-container {
    padding: 0.7em 0.35714285714285715em;
  }
  .menu-container .container .item-category-box .item-section .item-list .item-container .item-desc {
    display: block;
  }
  .menu-container .container .item-category-box .item-section .category-description .menu-category-description {
    color: #8c8c8c;
  }
  .menu-container .container .item-category-box .item-section .category-description .menu-category-description .categoryDescriptionPop {
    text-decoration: none;
    color: #8c8c8c;
  }
}
.cart-container {
  border-radius: 0.3em;
  box-shadow: 0 0 0.35714286em 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 64vh;
  position: relative;
  margin-top: 1.7857142857142858em;
  padding: 1em;
  color: #000;
}
.cart-container.affix {
  top: 10px;
  width: 20%;
  max-width: 255px;
}
.cart-container .cart-icon img {
  margin-top: -3px;
}
.cart-container .cartHeading {
  font-size: 1.4285714285714286em;
  margin: 0;
  margin-bottom: 0.35714285714285715em;
  color: #000000;
  padding: 7px;
}
.cart-container .empty-cart {
  padding: 0;
  height: 97%;
}
.cart-container .empty-cart .cartHeader {
  position: absolute;
  bottom: 1.5em;
  padding: 0 1.5em;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
.cart-container .empty-cart .cartHeader .checkoutBtn {
  background: #808080;
  color: #ffffff;
  border: 1px solid #808080;
  width: 100%;
  padding: 0.6em 2em;
  border-radius: 0.3em;
  font-size: 1.1428571428571428em;
}
.cart-container .empty-cart .cartHeader .mobCheckoutBtn {
  background: #337ab7;
  border: 1px solid #337ab7;
  z-index: 10;
}
.cart-container .empty-cart .cartBody {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 5em;
}
.cart-container .empty-cart .cartBody .firstPara {
  margin: 0;
  padding: 0.5em 0;
}
.cart-container .empty-cart .cartBody .secondPara {
  color: #a5a5a5;
}
.cart-container .cartWithItems {
  height: 97%;
}
.cart-container .cartWithItems .cartHeader {
  position: absolute;
  bottom: 1.5em;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 1.5em;
  z-index: 1;
}
.cart-container .cartWithItems .cartHeader .checkoutBtn {
  background: #337ab7;
  color: #ffffff;
  padding: 0.6em 2em;
  border-radius: 0.3em;
  display: block;
  text-decoration: none !important;
  width: 100%;
  font-size: 1.1428571428571428em;
}
.cart-container .cartWithItems .cartHeader .checkoutBtn:hover {
  background: #337ab7;
  color: #ffffff;
}
.cart-container .tipSectionWrapper {
  position: absolute;
  bottom: 4.285714285714286em;
  box-shadow: 0 -0.1em 0.3em 0 rgba(125, 125, 125, 0.2);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  left: 0;
  right: 0;
  padding: 1em 1.5em;
}
.cart-container .tipSectionWrapper .sub-total-section {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.cart-container .tipSectionWrapper .clear-cart-btn {
  color: #337ab7;
  padding: 5px 5px;
  padding-right: 0;
  display: inline-block;
  float: right;
  font-weight: bold;
  display: none;
}
.cart-container .tipSectionWrapper .minimum-order-amount {
  padding: 5px 0px;
  background: #fff;
  color: #ff0000;
  font-weight: bold;
}
.cart-container .tip-section {
  display: flex;
}
.cart-container .tip-section .tipSectionSpan {
  float: left;
  padding-top: 0.5em;
  color: #337ab7;
  padding-right: 0.6em;
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
  white-space: nowrap;
}
.cart-container .tip-section input {
  flex: 1;
  float: none;
  border: 0.07142857142857142em solid #ccc;
  display: inline-block;
  width: 55%;
  outline: none;
  color: #000;
  margin-right: 10px;
}
.cart-container .tip-section .tip-value {
  flex: 1;
}
.cart-container .tip-section .apply-tip {
  background: #337ab7;
  color: #ffffff;
  border: 0.07142857em solid #337ab7;
  padding: 0 1.3em;
  float: right;
  margin-top: 0.071em;
  height: 2.28em;
}
.cart-container .tip-section .apply-tip:hover {
  background: #298973;
}
@media only screen and (max-width: 1030px) {
  .cart-container .tip-section .apply-tip {
    padding: 0 0.8em;
  }
}
.cart-container .cart-footer {
  display: none;
}
.cart-container .cart-footer .primary-btn {
  padding: 5px 0px;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
.cart-container .cart-footer .checkout-btn {
  background: #337ab7;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cart-container .cart-footer .checkout-btn:hover {
  color: #337ab7;
  background: #fff;
}
.cart-container .cart-footer .hide-cart {
  background: #000000;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #000000;
}
.cart-container .cart-footer .hide-cart:hover {
  background: #ffffff;
  color: #000000;
}
.cart-container .cart-container-inner {
  height: 268px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart-container .cart-item {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0px;
  display: inline-block;
  width: 100%;
}
.cart-container .cart-item .cart-item-serial-no {
  width: 15%;
  float: left;
  padding-top: 1px;
}
.cart-container .cart-item .cart-item-detal .item-name {
  font-size: 1.0714285714285714em;
  padding-top: 5px;
  font-weight: 500;
}
.cart-container .cart-item .cart-item-detal .attribute-name {
  font-size: 1.0714285714285714em;
}
.cart-container .cart-item .cart-item-detal .slected-attribute-option,
.cart-container .cart-item .cart-item-detal .combo-option-selected,
.cart-container .cart-item .cart-item-detal .item-comment-value {
  color: #808080;
}
.cart-container .cart-item .cart-item-detal .slected-attribute-option img {
  display: none;
}
.cart-container .cart-item:last-child {
  border-bottom: none;
}
.cart-container .cart-item .cart-btn-price-row {
  padding-left: 0;
  padding-top: 0;
  text-align: right;
}
.cart-container .cart-item .cart-btn-price-row .item-price {
  vertical-align: top;
  display: inline-block;
}
.cart-container .cart-item .cart-btn-price-row .item-action-btn {
  margin-right: 0.5em;
  display: inline-block;
}
.cart-container .cart-item .itemEditBtn {
  display: inline-block;
  padding-left: 0.3em;
}
.cart-container .cart-item .itemEditBtn .cart-item-del {
  padding: 0;
}
.cart-container .cart-item .itemEditBtn .cart-item-edit {
  padding: 0;
}
.cart-container .cart-item .itemEditBtn .dividerLine {
  padding: 0 0.3em;
  color: #353535;
  cursor: text;
}
.cart-container .mobile-cart md-toolbar .disable .primary-btn {
  background: #808080;
  border: unset;
}
.cart-container .mobile-cart md-toolbar .disable .primary-btn:hover {
  background: #808080;
}
.cartFooter .minimum-order-amount {
  color: #ff0000;
  font-weight: bold;
  float: left;
  padding-top: 0.35714285714285715em;
}
.mobile-cart {
  min-height: 100%;
  min-width: 100%;
}
.mobile-cart md-toolbar {
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1em 1em;
  padding-top: 15px;
}
.mobile-cart md-toolbar .md-toolbar-tools {
  position: relative;
  border-radius: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  height: 48px;
  padding: 0;
  width: 100%;
  color: #ffffff;
}
.mobile-cart md-toolbar .md-toolbar-tools .md-ink-ripple {
  position: absolute;
  left: 0;
  width: unset;
  margin: 0;
  padding: 0;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #337ab7;
  border-radius: 0;
  width: 40%;
  height: 48px;
  text-transform: capitalize;
}
.mobile-cart md-toolbar .md-toolbar-tools .md-ink-ripple:hover,
.mobile-cart md-toolbar .md-toolbar-tools .md-ink-ripple:focus {
  background: #337ab7;
}
.mobile-cart md-toolbar .md-toolbar-tools .md-ink-ripple .fa-chevron-left {
  padding-right: 0.7142857142857143em;
}
.mobile-cart md-toolbar .md-toolbar-tools .dividerCartBtn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 35%;
  font-size: 25px;
}
.mobile-cart md-toolbar .md-toolbar-tools .checkout-btn {
  position: absolute;
  right: 0;
  width: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
  background: #337ab7;
  border-radius: 0;
  width: 60%;
  height: 48px;
  text-align: center;
}
.mobile-cart md-toolbar .md-toolbar-tools.disable .checkout-btn {
  background: #808080;
  border-color: #808080;
}
.mobile-cart .cart-container-inner {
  background: #ffffff;
  padding: 0;
}
.mobile-cart md-dialog-content {
  height: 100%;
}
.mobile-cart .cartFooter {
  position: fixed;
  bottom: 5.714285714285714em;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.5em;
  padding-bottom: 0;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 -0.1em 0.3em 0 rgba(125, 125, 125, 0.2);
}
.mobile-cart .cartFooter .white-bg.fix-padding {
  padding: 0;
}
.mobile-cart .cartFooter .white-bg.fix-padding .tip-section {
  text-align: left;
  display: flex;
}
.mobile-cart .cartFooter .white-bg.fix-padding .tip-section .tipLable {
  padding-top: 0.35714285714285715em;
}
.mobile-cart .cartFooter .white-bg.fix-padding .tip-section input {
  flex: 1;
  border: 1px solid #ccc;
  margin-left: 0.7142857142857143em;
  margin-right: 0.7142857142857143em;
}
.mobile-cart .cartFooter .sub-total-section {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
}
.mobile-cart .cartFooter .clear-cart-btn {
  color: #337ab7;
  padding: 5px 5px;
  padding-right: 0;
  display: inline-block;
  float: right;
  display: none;
}
.cart-container {
  height: 64vh;
  margin-top: 26px;
}
.cart-container .cartHeading {
  font-family: ThemeRegular;
  font-weight: bold;
  border: none;
}
.cart-container .empty-cart .cartHeader {
  bottom: 0;
  padding-bottom: 22px;
}
.cart-container .empty-cart .cartHeader .checkoutBtn {
  border-radius: 0;
}
.cart-container .empty-cart .checkoutBtn {
  width: 90%;
  padding: 10px 2em;
  border-radius: 0;
}
.cart-container .cartWithItems .checkoutBtn {
  filter: brightness(115%);
}
.cart-container .cartWithItems .checkoutBtn:hover {
  filter: brightness(100%);
}
.cart-container .sub-total-section {
  padding-top: 10px;
  font-size: 20px;
  text-align: left;
}
.cart-container .tipSectionWrapper .sub-total-section {
  padding-top: 5px;
}
.cart-container .tip-section .apply-tip {
  filter: brightness(115%);
}
.cart-container .tip-section .apply-tip:hover {
  filter: brightness(100%);
}
.cart-container .cart-container-inner {
  height: 298px;
  padding-bottom: 25px;
}
.cart-container .cart-container-inner .cart-item .cart-item-detal {
  padding-top: 7px;
}
.cart-container .cart-container-inner .cart-item .comboInfo,
.cart-container .cart-container-inner .cart-item .itemComment {
  color: #353535;
}
.cart-container .cart-container-inner .cart-item .item-comment-title {
  color: #000000;
}
.cart-container .cart-container-inner .cart-item button.item-decrement-button,
.cart-container .cart-container-inner .cart-item button.item-increment-button {
  position: unset;
  font-size: 10px;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
  float: left;
  margin-top: 5px;
  line-height: 1px;
  border-radius: 30px;
}
.cart-container .cart-container-inner .cart-item .item-qnt {
  position: unset;
  float: left;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  height: auto;
  background: none;
  color: #000000;
  border: 1px solid #909090;
  margin: 4px 5px 0 5px;
}
.cart-container .cart-container-inner .cart-item .cart-btn-price-row .item-price {
  padding-top: 6px;
  vertical-align: top;
  display: inline-block;
}
.cart-container .cart-container-inner .cart-item .cart-btn-price-row .item-price {
  margin-right: 6px;
}
.cart-container .cart-container-inner .cart-item .attribute-name {
  padding-left: 20px;
}
.cart-container .cart-container-inner .cart-item .slected-attribute-option {
  padding-left: 40px;
}
.cart-container .tipSectionWrapper {
  padding: 0.5em 1em;
}
.cart-container .tipSectionWrapper .sub-total-section .sub-total-price {
  margin-right: 8px;
}
.cart-container .tipSectionWrapper .minimum-order-amount {
  padding: 0;
}
.cart-container .closePopup {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 15px;
  padding: 2px 6px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1030px) {
  .grand-total-section {
    padding-top: 10px;
  }
}
.tip-active {
  border-bottom: 2px solid lightgray;
}
.mobile-cart {
  padding-top: 0;
}
.tip-section.type2 {
  display: flex;
  flex-direction: row;
  padding: 6px 0px 0px;
  pointer-events: auto;
  position: relative;
  height: auto;
}
.tip-section.type2 span {
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 1030px) {
  .tip-section.type2 span {
    font-weight: normal;
    font-size: 18px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 400px) {
  .tip-section.type2 span {
    margin-right: 0px;
  }
}
.tip-section.type2 span.flat-tip-currency,
.tip-section.type2 span.flat-tip-currency span {
  margin-right: 0;
}
.tip-section.type2 input {
  border: none !important;
  pointer-events: auto;
  font-size: 17px;
  transition: 0.2s;
  font-weight: bold;
  margin-right: 0;
  width: 99%;
  padding: 1px 36px 1px 25px;
}
.tip-section.type2 input::placeholder {
  color: #808080;
  font-size: 14px;
}
.tip-section.type2 input:focus {
  outline: none;
  color: #337ab7;
}
.tip-section.type2 input[type=number]::-webkit-inner-spin-button,
.tip-section.type2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tip-section.type2 button {
  border: none;
  color: #337ab7;
  background: #dee0e9;
  width: auto;
  height: 32px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  font-size: 11px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
.tip-section.type2 button:hover {
  color: #ffffff;
  background: #337ab7;
}
.tip-section.type2 button.clear-tip-button {
  font-size: 11px;
  color: #337ab7;
  border: none;
  box-shadow: none;
  height: 25px;
  margin-top: 7px;
}
.tip-section.type2 button.clear-tip-button:hover {
  background: none;
  color: #ffffff;
  background: #337ab7;
}
.tip-section.type2 button[disabled] {
  background: #808080;
  border: #808080;
  color: #ffffff;
}
.tip-section.type2 button.active {
  background: #337ab7;
  color: #ffffff;
}
.tip-section.type2 button::first-child {
  margin-right: 2px;
}
.tip-section.type2 button span {
  font-size: 11px;
}
.tip-section.type2.disable-custom {
  border: none;
}
.tip-section.type2 .custom-tip {
  background: #337ab7;
  height: 30px;
  position: absolute;
  right: 0;
  width: 70%;
}
.tip-section.type2 .custom-tip .input-box {
  float: right;
  width: 100%;
  padding: 2px 0px;
}
.tip-section.type2 .custom-tip .input-box span {
  color: #ffffff;
  background-color: #337ab7;
  padding: 5px 0px 3px 9px;
  box-sizing: border-box;
  display: block;
  width: 33px;
  position: absolute;
  top: 0;
  filter: brightness(115%);
}
.tip-section.type2 .custom-tip .input-box span:first-child {
  margin: 0px;
  width: 19px;
  padding: 5px 0px 3px 5px;
}
@media only screen and (max-width: 1030px) {
  .tip-section.type2 .custom-tip .input-box span:first-child {
    padding: 0px 0px 3px 5px;
  }
}
.tip-section.type2 .custom-tip .input-box span:last-child {
  font-size: 14px;
  right: 0;
  margin: 0;
  padding: 8px 8px 6px 10px;
}
.tip-section.type2 .custom-tip .input-box span:last-child:hover {
  filter: brightness(100%);
}
.tip-section.type2 .tip-btn-wrapper {
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.tip-section.type2 .tip-btn-wrapper button.fa-times {
  background: #337ab7;
  color: #ffffff;
}
.tip-section.type2 .tip-btn-wrapper .tip-value {
  text-align: right;
  display: block;
  float: right;
  margin-right: 8px;
}
.tip-section.type2 .tip-btn-wrapper .tip-value span:first-child {
  margin-right: 0;
}
.tip-section.type2 .tip-btn-wrapper .tip-value span:nth-child(2) {
  margin-right: 0;
}
.tip-section.type2 .tip-btn-wrapper .remove-tip {
  background: #337ab7;
  color: white;
  font-size: 14px;
}
@media only screen and (max-width: 1030px) {
  .tip-section.type2 .tipSectionSpan {
    color: #000000;
    white-space: nowrap;
  }
}
.tip_pop_up.md-dialog-container .md-dialog-fullscreen {
  position: absolute;
  max-width: 600px !important;
  width: 90%;
  height: auto;
  min-height: auto;
  min-width: auto;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 15px;
}
@media screen and (max-width: 325px) {
  .tip_pop_up.md-dialog-container .md-dialog-fullscreen {
    padding: 15px 5px;
    width: 98%;
  }
}
.tip_pop_up .tip-popup-header {
  position: relative;
}
.tip_pop_up .tip-popup-header .closeMe {
  position: absolute;
  right: 0;
}
.tip_pop_up .tip-popup-main {
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 0 6px 4px #0000003b;
  border-radius: 2px;
}
@media screen and (max-width: 325px) {
  .tip_pop_up .tip-popup-main {
    padding: 15px 5px;
  }
}
.tip_pop_up .tip-popup-main .tip-section.type2 {
  border-bottom: 2px solid lightgray;
}
.tip_pop_up .tip-popup-main .sub-total-section {
  font-weight: bold;
  font-size: 1.1em;
}
.tip_pop_up .tip-popup-main .checkout-btn {
  background: #337ab7;
  border: 1px solid #337ab7;
  padding: 7px 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  margin: 10px 0;
  border-radius: 2px;
}
.restoMenuNav {
  position: relative;
}
@media only screen and (max-width: 1030px) {
  .restoMenuNav {
    display: none;
  }
}
.restoMenuNav .menuNavCategory .parentCategoryWrapper {
  max-height: 95vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.restoMenuNav .menuNavCategory .parent-category-title {
  display: block;
  padding: 12px 10px;
  background: #337ab7;
  border-bottom: 1px solid #337ab7;
  color: #ffffff;
}
.restoMenuNav .menuNavCategory .parent-category-title:hover,
.restoMenuNav .menuNavCategory .parent-category-title:focus {
  text-decoration: none !important;
}
.restoMenuNav .menuNavCategory .selected {
  color: #337ab7;
  background: #ffffff;
}
.restoMenuNav .panel-group .panel + .panel {
  margin-top: 0;
}
.restoMenuNav .panel-group {
  margin-bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 700px;
}
.restoMenuNav .panel-group .panel-default .panel-heading {
  padding: 0px;
}
.restoMenuNav .panel-group .panel-default .panel-heading:after {
  content: "";
  position: relative;
  top: -30px;
  right: 10px;
  float: right;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.restoMenuNav .panel-group .panel-default .panel-heading[aria-expanded="false"]:after {
  content: "\e080";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ffffff;
}
.restoMenuNav .panel-group .panel-default .panel-heading[aria-expanded="true"]:after {
  content: "\e114";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ffffff;
}
.restoMenuNav .panel-group .panel-default .panel-title a {
  display: block;
  padding: 12px 10px;
  background: #337ab7;
  border-bottom: 1px solid #337ab7;
  color: #ffffff;
}
.restoMenuNav .panel-group .panel-default .panel-title a:hover,
.restoMenuNav .panel-group .panel-default .panel-title a:focus {
  text-decoration: none !important;
}
.restoMenuNav .panel-group .panel-default .panel-body {
  padding: 0;
}
.restoMenuNav .panel-group .panel-default .panel-body .menuPopupList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.restoMenuNav .panel-group .panel-default .panel-body .menuPopupList a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  font-size: 15px;
  font-family: SofiaBold;
  color: #000000;
  border-bottom: 1px solid #d3d3d3;
}
.restoMenuNav .panel-group .panel-default .panel-body .menuPopupList .selected {
  color: #337ab7;
}
.md-dialog-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  top: 0 !important;
}
.md-dialog-container .md-dialog-fullscreen {
  width: 70%;
  overflow: hidden;
  height: 75%;
}
.md-dialog-container .md-dialog-fullscreen .customize-section {
  bottom: 0px;
  height: 100%;
  min-height: 50%;
  max-height: 100%;
  background: #fff;
  transform: translate3d(0px, 0px, 0px);
  /*    padding:0px 0px 100px 0px !important;*/
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container {
  height: 100%;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg {
  padding: 1.5em 3em;
  position: relative;
}
@media only screen and (max-width: 1030px) {
  .md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg {
    padding: 1.5em 1em;
  }
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .validation-msg {
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .customizePopupHeading {
  font-size: 1.2em;
  margin: 0;
  padding-bottom: 1em;
  text-align: center;
  color: #337ab7;
  font-weight: normal;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row {
  margin: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper {
  text-align: right;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1030px) {
  .md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .customize-section-item-price {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .item-desc {
  color: #88898a;
  display: inline-block;
  margin-left: 1em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .popup-qty-incri-decri button.item-decrement-button,
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .popup-qty-incri-decri button.item-increment-button {
  position: unset;
  font-size: 13px;
  width: 26px;
  padding: 0px 7px;
  float: left;
  margin-top: 5px;
  height: 27px;
  line-height: 1px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .popup-qty-incri-decri .item-qnt {
  position: unset;
  float: left;
  width: 20px;
  padding: 5px;
  margin-top: 5px;
  font-size: 14px;
  height: 27px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customize-section-item-info .item-img {
  display: inline-block;
  float: left;
  margin-right: 20px 0px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customize-section-item-info .item-img img {
  max-width: 70px;
  margin-right: 30px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customize-section-item-info .item-name {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 5px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .closeIt {
  position: absolute;
  top: 0.5em;
  right: 1em;
  color: #b2b2b2;
  font-size: 1.1428571428571428em;
  cursor: pointer;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .closeIt .fa-times {
  outline: none;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .closeIt:hover {
  opacity: 0.8;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .commonValidationMsg {
  position: absolute;
  bottom: 0.7142857142857143em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section {
  padding: 1em 3em;
  background: #f8f9fa;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media only screen and (max-width: 1030px) {
  .md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section {
    padding: 0 1em;
  }
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details {
  padding: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .variant-section {
  padding: 1em 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .variant-section .variant-section-description {
  padding-bottom: 0.8em;
  font-weight: bold;
  font-size: 1.1428571428571428em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .add-on-section {
  padding: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .combo-section .customize-combo-item-label {
  padding: 5px 0px !important;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .combo-section .customize-combo-item-label input[type="radio"] + span.customRadio::after {
  right: 0px !important;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .item_comment-section {
  padding-bottom: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .item_comment-section .customize-item_comment {
  padding-bottom: 0em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .item_comment-section .customize-item_comment label {
  width: 100%;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .item_comment-section .customize-item_comment label .customize-item-comment-title {
  padding: 1em 0;
}
@media only screen and (max-width: 767.98px) {
  .md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .item_comment-section .customisationPopCommentBox:focus {
    position: fixed;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    z-index: 1150;
    transform: translateZ(0);
  }
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon-name {
  position: inherit;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .add-on-btns {
  width: unset;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .add-on-label {
  margin: 0;
  display: table;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .addonName {
  padding: .63em 0;
  font-size: 1.1428571428571428em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .addonName .customize-addon-validation-msg {
  position: relative;
  top: -0.65em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon accordion .panel-group {
  margin-bottom: 5px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .add-on-btns {
  width: 92px;
  float: left;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .panel-default {
  padding: 20px 0px 0px 0px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-name {
  font-weight: bold;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-name .customize-addon-accordian-name {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-left: 10px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-name img {
  display: none;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section {
  padding-top: 12px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section .add-on-option {
  margin-bottom: 8px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section .item-qnt {
  position: relative;
  text-align: center;
  top: -1px;
  position: unset;
  float: left;
  width: 20px;
  padding: 4px 3px;
  margin-top: 0;
  font-size: 14px;
  height: 27px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section button.item-decrement-button,
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section button.item-increment-button {
  position: unset;
  font-size: 13px;
  width: 26px;
  padding: 0px 5px;
  float: left;
  margin-top: 0;
  height: 27px;
  line-height: 1px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section .addOnIncreamentalType {
  float: left;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section .customize-addon-name,
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section .customize-combo-option-name {
  font-weight: bold;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section .customize-addon-label {
  display: flex;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section .customize-addon-label .customize-addon-name {
  font-weight: normal;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .customize-addon-option-section .customize-addon-option-info img {
  height: 60px;
  border-radius: 5px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .panel-group .panel {
  border: none;
  box-shadow: none;
  padding: 0 15px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .panel-group .panel.panel-default .panel-heading {
  padding: 0;
  background: none;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .panel-group .panel.panel-default .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .panel-group .panel.panel-default .panel-body {
  border-top: none;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .validation-msg {
  display: inline-block;
  padding: 0 0.5em;
  font-weight: bold;
  font-size: 14px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .row {
  margin: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .customize-combo-option-name {
  font-size: 16px;
  color: #000000;
  padding: 10px 0px;
  font-weight: 500;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details label {
  font-weight: normal;
  font-size: 1.0714285714285714em;
  padding: 10px 0px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details label .customize-addon-accordian-name,
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details label .limitedOption {
  font-size: 0.8em;
  margin-top: -0.21428571428571427em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details label .limitedOption {
  padding-left: 0.35714285714285715em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .attribute-option {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding-bottom: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .item-increment-button {
  margin-right: 10px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section label {
  font-size: 1.0714285714285714em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-combo-item-label input[type="radio"] + span.customRadio::after {
  top: 4px;
  right: 5px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section input[type="radio"]:checked + span.customRadio::after {
  content: "\f3a7";
  font-family: "Ionicons";
  position: relative;
  top: -8px;
  font-size: 25px;
  color: #337ab7;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-combo-item-label input[type="radio"]:checked + span.customRadio::after {
  top: 4px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section input[type="checkbox"] + span.customCheckbox:before {
  content: "\f372";
  font-family: "Ionicons";
  position: relative;
  color: #337ab7;
  top: -8px;
  font-size: 25px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section input[type="checkbox"]:checked + span.customCheckbox:before {
  content: "\f373";
  font-family: "Ionicons";
  position: relative;
  color: #337ab7;
  top: -8px;
  font-size: 25px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section input[type="checkbox"] ~ span.customCheckboxGdpr:after {
  content: "\f372";
  font-family: "Ionicons";
  position: relative;
  color: #337ab7;
  top: 3px;
  font-size: 25px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section input[type="checkbox"]:checked ~ span.customCheckboxGdpr:after {
  content: "\f373";
  font-family: "Ionicons";
  position: relative;
  color: #337ab7;
  top: 3px;
  font-size: 25px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .customize-addon-option-info,
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .customize-variant-name {
  padding-left: 10px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .customize-addon-label,
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .customize-variant-label {
  width: auto;
  display: inline-flex;
  padding-top: 0px !important;
  margin-bottom: 0px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter {
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1010;
  padding: 1.5em;
  background: #fff;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  position: -webkit-sticky;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box {
  display: block;
  padding: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .item-close-button {
  background: #ffffff;
  color: #337ab7;
  border: 0.07142857em solid #337ab7;
  width: 100%;
  padding: 0.8em 0;
  border-radius: 0.3em;
  font-weight: 500;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .item-close-button:hover {
  background: #f1f1f1;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .item-add-button {
  background: #337ab7;
  color: #ffffff;
  border: 0.07142857em solid #337ab7;
  margin-right: 0;
  width: 100%;
  padding: 0.8em 0;
  border-radius: 0.3em;
  font-weight: 500;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .item-add-button:hover {
  background: #ffffff;
  color: #337ab7;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .item-add-button .item-price {
  font-size: 1em;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .btnDisable {
  background: #808080;
  border: 1px solid #808080;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .btnDisable:hover {
  background: #808080;
  color: #ffffff;
}
@media screen and (min-width:320px) and (max-width:767px) {
  .md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box {
    font-size: 12px;
  }
}
.md-dialog-container .md-dialog-fullscreen .customize-section .panel-group {
  margin-bottom: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .panel-group .panel-default {
  padding: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .panel-group .panel {
  background-color: #f8f9fa;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .panel-group .panel .panel-body {
  padding: 0;
}
@media only screen and (max-width: 1030px) {
  .md-dialog-container .md-dialog-fullscreen {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
  }
  .md-dialog-container .md-dialog-fullscreen .cartMobHeading {
    margin: 0;
    font-size: 1.42857143em;
    font-family: OSSemiBold;
    padding: 10px 0;
    background: #337ab7;
    margin-left: -21px;
    margin-right: -21px;
    color: #ffffff;
  }
  .md-dialog-container .md-dialog-fullscreen::-webkit-scrollbar {
    width: 0 !important;
  }
  .md-dialog-container .fluid-continer.white-bg.item-qty-cust {
    padding: 2em 1em;
    /*position: absolute;*/
    width: 100%;
    /*z-index: 3;*/
  }
  .md-dialog-container .fluid-continer.white-bg.item-qty-cust .closeIt {
    display: none;
  }
  .md-dialog-container .fluid-continer .customize-section-item-info {
    width: 100%;
    padding-top: 21px;
  }
  .md-dialog-container .fluid-continer .customizePopupBtnWrapper .item-desc {
    display: inline-block;
  }
  .md-dialog-container .scrollable-section {
    padding: 0 1em;
    width: 100%;
  }
  .md-dialog-container .scrollable-section .customize-section-item-details {
    padding: 0;
    height: 100%;
  }
  .md-dialog-container .scrollable-section .popup-scroll-area {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .md-dialog-container .customizationPopupFooter {
    padding: 1em;
  }
  .md-dialog-container .customizationPopupFooter .customizationPopupCancelBtn {
    padding-left: 0;
  }
  .md-dialog-container .customizationPopupFooter .customizationPopupAddBtn {
    padding-right: 0;
    /*.item-price {
                color: @textnegetivecolor;

                &:hover {
                    color: @primary-highlight-color;
                }
            }*/
  }
  .item-price {
    font-weight: bold;
  }
  .mobile-disable {
    display: none !important;
  }
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customize-section-item-info .item-name {
  font-size: 20px;
  font-weight: unset;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .customize-section-item-price {
  font-size: 18px;
  padding-top: 9px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .popup-qty-incri-decri button.item-decrement-button,
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .popup-qty-incri-decri button.item-increment-button {
  font-size: 10px;
  width: 22px;
  height: 22px;
  margin-top: 8px;
  padding: 0px 5px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .customizePopupBtnWrapper .popup-qty-incri-decri .item-qnt {
  padding: 0px;
  text-align: center;
  margin-top: 8px;
  height: 22px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .closeIt {
  top: 0.2em;
  right: 0.2em;
  color: #808080;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  border: 1px solid #808080;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .fluid-continer.white-bg .customizationPopupContainer .row .closeIt:hover {
  color: #ffffff;
  background-color: #337ab7;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area .customize-addon .panel-group .panel {
  padding: 0;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customize-section-container .scrollable-section .customize-section-item-details .item-increment-button {
  margin-right: 2px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .customizationPopupCancelBtn {
  display: none;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .customizationPopupAddBtn {
  width: 100%;
  margin: auto;
  float: unset;
  padding-left: 0px;
  padding-right: 0px;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .customizationPopupAddBtn .item-add-button {
  height: 50px;
  padding: 7px;
  filter: brightness(115%);
  font-size: medium;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .customizationPopupAddBtn .item-add-button:hover {
  filter: brightness(100%);
  color: #ffffff;
  background: #337ab7;
}
.md-dialog-container .md-dialog-fullscreen .customize-section .customizationPopupFooter .btn-price-box .customizationPopupAddBtn .item-add-button.btnDisable {
  background: #808080;
  border: 1px solid #808080;
}
#menuPopupAccordian .panel-heading {
  padding: 0;
}
#menuPopupAccordian .panel-heading a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#menuPopupAccordian .category-title {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 7px 5px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f8f8f8;
}
#menuPopupAccordian .category-title.selected {
  color: #337ab7;
}
#menuPopupAccordian .panel-body {
  padding: 0;
}
#menuPopupAccordian .collapse.in + .panel-heading {
  color: #337ab7;
}
#menuPopupAccordian .category-slick-section .nav-tabs > li > a {
  word-break: break-all;
}
#menuPopupAccordian .modal-body {
  overflow-y: auto;
  height: 320px;
  overflow-x: hidden;
  padding: 0.7142857142857143em 0;
  border-radius: 0.35714285714285715em;
}
#menuPopupAccordian .modal-body .modelBodyTitleWrp {
  background: repeating-linear-gradient(45deg, #2b2b2b, #272727 5px, #5d5d5d 0, #5d5d5d 10px);
  padding: 7px 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  display: none;
  top: 0;
}
#menuPopupAccordian .modal-body .modelBodyTitleWrp .modelBodyTitle {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
#menuPopupAccordian .modal-header {
  padding: 5px 10px 0 0;
  border-bottom: none;
  display: none;
}
#menuPopupAccordian .modal-header.close {
  opacity: 0.7;
}
#menuPopupAccordian .resto-web-app.modal-open .modal {
  overflow-y: hidden;
}
#menuPopupAccordian .panel-default > .panel-heading {
  background-color: #ffffff;
}
#menuPopupAccordian .panel-default {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#menuPopupAccordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #f8f8f8;
}
#menuPopupAccordian .menuPopupList {
  list-style: none;
  padding: 0px;
  margin: 0;
  color: #565656;
}
#menuPopupAccordian .menuPopupList li {
  padding-left: 15px;
}
#menuPopupAccordian.modal {
  padding-right: 0px;
}
#menuPopupAccordian .modal-dialog {
  width: 220px;
  margin: auto;
  height: 320px;
  position: fixed;
  bottom: 135px;
  left: 0;
  right: 0;
}
#menuPopupAccordian .modal-content {
  border: none;
  height: 100%;
  border-radius: 5px;
}
#menuPopupAccordian .panel-heading:before {
  font-family: 'Glyphicons Halflings';
  float: right;
  content: "\e113";
  margin-top: 7px;
  margin-right: 15px;
}
#menuPopupAccordian .panel-heading.collapsed:before {
  content: "\e114";
  color: #000000;
}
#menuPopupAccordian .panel-heading:not(.collapsed) {
  color: #ffffff;
  background: #337ab7;
  border-radius: unset;
}
#menuPopupAccordian .panel-title {
  font-size: 14px;
  padding: 0px 0.35714285714285715em;
}
#menuPopupAccordian .menuPopupList {
  list-style: none;
  position: relative;
  top: 0;
}
#menuPopupAccordian .menuPopupListItem {
  margin: 5px 0px;
  padding: 0 5px;
  border: none;
  width: 100%;
}
#menuPopupAccordian ::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1030px) {
  .simpleModel#menuPopupAccordian .menuPopupListItem {
    margin: 5px 0px;
    padding: 0 5px;
    border: none;
    width: 100%;
  }
  .simpleModel#menuPopupAccordian .category-title {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
  }
}
#menuBtnId,
.menuBtn {
  color: #ffffff;
  background: #337ab7;
  position: fixed;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.28);
  border-radius: 20px;
  text-transform: uppercase;
  padding: 7px 30px;
  width: 120px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6.071428571428571em;
}
#menuBtnId:focus,
.menuBtn:focus {
  color: #ffffff;
  background: #337ab7;
}
#menuBtnId:hover,
.menuBtn:hover {
  color: #ffffff;
  background: #337ab7;
}
#menuBtnId .btnIcon,
.menuBtn .btnIcon {
  display: inline-block;
  height: 15px;
  width: 15px;
}
#menuBtnId .btnIcon img,
.menuBtn .btnIcon img {
  width: 15px;
  margin-right: 3px;
  display: block;
  margin-top: 2px;
}
/* ================================
        For como specific code 
   ================================*/
.como-specific .como-gifts {
  padding-top: 20px;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 25px;
}
.como-specific .como-gifts .gift-row-container .gift-row {
  padding: 10px;
  border-bottom: 1px solid gray;
}
.como-specific .como-gifts .gift-row-container .gift-row img {
  max-width: 100px;
}
.como-specific .como-gifts .gift-row-container .gift-row .gift-mane {
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.como-specific .como-gifts .gift-row-container .gift-row .gift-status {
  padding-left: 10px;
  padding-right: 10px;
}
.como-specific .como-gifts .gift-row-container .gift-row .validateion-date {
  display: inline-block;
}
.como-specific .como-gifts .gift-row-container .gift-row.selected {
  /*background:#efefef;*/
  background: #FFF8F8;
  box-shadow: inset 0px -4px 21px 0px #9a9a9a;
}
.como-specific .como-code-container {
  text-align: center;
  padding-top: 20px;
}
.como-specific .como-code-container span {
  font-size: 14px;
}
.como-specific .como-code-container .add-delete-como-code {
  overflow-y: auto;
  max-height: 100px;
}
.como-specific .como-code-container .redeem-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.como-specific .como-code-container .redeem-row input {
  width: 215px;
  border: 3px solid #337ab7;
  border-radius: 5px;
  font-size: 14px;
}
.como-specific .como-code-container .redeem-row .add-code,
.como-specific .como-code-container .redeem-row .delete-code {
  padding: 4px 8px;
  background: #337ab7;
  color: #fff;
  border: 1px solid #337ab7;
  border-radius: 5px;
}
.como-specific .como-code-container .redeem-row .delete-code {
  border: 1px solid #D21404;
  background: #D21404;
}
.como-specific .info-action .primary-btn {
  margin: 0px;
  margin-top: 25px;
}
.como-specific .info-action .primary-btn:hover {
  background: #337ab7;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .como-specific .como-gift-box {
    text-align: center;
  }
  .como-specific .como-gift-box .gift-image {
    display: block;
  }
  .como-specific .como-gift-box .gift-image img {
    max-width: 70px !important;
  }
  .como-specific .como-gift-box .gift-desc {
    display: block;
  }
  .como-specific .como-gift-box .gift-row.selected {
    background: #FFF8F8;
    box-shadow: inset 0 0 61px #828282;
  }
  .como-gifts {
    max-height: 450px !important;
  }
}
.arrow-simple {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bold_msg_1 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 0px;
}
.como-gift-popup .md-dialog-fullscreen {
  width: 45%;
  max-height: 100%;
}
.como-gift-popup .gift-container,
.como-gift-popup .como-specific,
.como-gift-popup .comoGiftInner {
  height: 100%;
}
.como-gift-popup .gifts-message-como-popup {
  margin: 0;
  text-align: center;
}
.como-gift-popup .comoGiftInner {
  display: flex;
  flex-direction: column;
}
.como-gift-popup .comoGiftInner .redeem-gifts {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.como-gift-popup .gift-container .closeMe {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1000;
}
.como-gift-popup .gift-container .closeMe .fa-times {
  font-size: 20px;
}
.como-gift-popup .gift-container .welcome-message-como-popup {
  text-align: center;
  padding-bottom: 15px;
  margin: 0;
}
.como-gift-popup .gift-container .como-specific .como-gifts {
  padding: 20px;
  max-height: 100%;
  margin: 0;
  height: 100%;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row {
  padding: 0 10px;
  padding-bottom: 10px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row .gift-mane {
  padding: 0;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row .gift-desc {
  font-size: 12px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row img {
  max-width: 50px;
  border-radius: 10px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row .validateion-date {
  padding-top: 0px;
  font-size: 12px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row.selected {
  background: #337ab7;
  box-shadow: 0 2px 4px 0 #52514f;
  border-radius: 15px;
  margin-bottom: 5px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row.selected .validateion-date,
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row.selected .myGiftContainer {
  color: #ffffff;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row.selected .selectGift .btnSelect {
  background: #ffffff;
  color: #337ab7;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row.inactive,
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row.make-greyish {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.como-gift-popup .gift-container .como-specific .como-gifts .make-greyish .myGiftContainer {
  color: #808080;
}
.como-gift-popup .gift-container .gift-active {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.como-gift-popup .gift-container .gift-active span {
  color: #337ab7;
  border: 3px solid #337ab7;
  padding: 6px;
  margin: -3px;
}
.como-gift-popup .gift-container .gift-active .active {
  background: #337ab7;
  color: #ffffff;
  border: 2px solid #337ab7;
  padding: 9px;
  box-shadow: 0 2px 4px 0 #898989;
  border-radius: 6px;
}
.como-gift-popup .gift-container .gift-active .active:focus {
  outline: none !important;
}
.como-gift-popup .gift-container .user-gift-note-message {
  padding-bottom: 10px;
}
.como-gift-popup .gift-container .myGiftContainer {
  display: flex;
  flex-wrap: nowrap;
  padding: 4px 0;
}
.como-gift-popup .gift-container .myGiftContainer .gift-image {
  margin-right: 10px;
  width: auto;
  height: 100%;
}
.como-gift-popup .gift-container .giftFooter {
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.como-gift-popup .gift-container .giftFooter .user-gift-ok-button {
  padding: 5px 20px;
  background: #337ab7;
  color: #ffffff;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 5px;
}
.como-gift-popup .gift-container .giftFooter .user-gift-start-order-button {
  padding: 5px 20px;
  background: #337ab7;
  color: #ffffff;
  border: 1px solid;
  margin-left: auto;
  display: inline-block;
  border-radius: 5px;
}
.como-gift-popup .gift-container .giftFooter .viewAllGifts,
.como-gift-popup .gift-container .giftFooter .closeGifts,
.como-gift-popup .gift-container .giftFooter .clickToClose {
  float: right;
}
.como-gift-popup .gift-container .user-poins {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.como-gift-popup .gift-container .selectGift {
  flex-grow: 2;
  text-align: right;
}
.como-gift-popup .gift-container .selectGift .btnSelect {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 8px;
  background: #337ab7;
  color: #ffffff;
  border: 1px solid;
}
.como-gift-popup .giftContainerWrp {
  max-height: 515px;
  overflow-y: auto;
  border: 3px solid #337ab7;
  border-radius: 25px;
}
@media only screen and (max-width: 1030px) {
  .como-gift-popup .giftContainerWrp {
    height: auto !important;
    flex: 5;
  }
}
.como-gift-popup .giftContainerWrp .currently-no-active-gifts {
  padding-left: 20px;
}
.como-gift-popup .giftContainerWrp .non_redeemable_como_assets_msg {
  background: #337ab7;
  padding: 5px 5px 5px 10px;
  color: #ffffff;
  margin-bottom: 5px;
  line-height: 1.3;
}
.loadingContent {
  background: #337ab7;
  color: #ffffff;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .como-gifts {
    max-height: 100% !important;
  }
  .como-gift-popup .gift-container .selectGift .btnSelect {
    padding: 6px;
  }
}
@media screen and (max-width: 420px) {
  .como-gift-popup .gift-container .giftFooter .viewAllGifts,
  .como-gift-popup .gift-container .giftFooter .closeGifts,
  .como-gift-popup .gift-container .giftFooter .clickToClose {
    position: unset;
  }
}
@media screen and (max-width: 450px) {
  .como-gift-popup .gift-container .myGiftContainer .gift-image {
    margin-right: 10px;
    width: auto;
    height: 70px;
  }
  .como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row img {
    max-width: 70px;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row .gift-mane {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1030px) {
  .guest_user .md-dialog-container.como-gift-popup .md-dialog-fullscreen {
    height: auto;
    min-height: auto;
    min-width: 60%;
  }
  .como-specific .comoGiftInner .gifts-section {
    display: flex;
    flex-flow: column;
    flex: 1;
    overflow: hidden;
  }
  .guest_user .como-specific .comoGiftInner .gifts-section {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .guest_user .md-dialog-container.como-gift-popup .md-dialog-fullscreen {
    min-width: 95%;
  }
}
.guest_user .como-specific .como-code-container .add-delete-como-code {
  max-height: 65vh;
}
.guest_user .como-specific .comoGiftInner .gifts-section {
  display: none;
}
.restoSideNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: #eff2f5;
  overflow-x: hidden;
  padding: 2em 0em;
  transition: 0.3s;
  display: block;
  white-space: nowrap;
}
.restoSideNav #closeBtnId {
  position: absolute;
  right: 0.7142857142857143em;
  top: 0.35714285714285715em;
  color: #b2b2b2;
  font-size: 1.1428571428571428em;
}
.restoSideNav .logoWrp {
  text-align: center;
  padding: 0 1em;
}
.restoSideNav .logoWrp .logo {
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 130px;
}
.restoSideNav .logoWrp .restoAddress {
  padding-top: 1em;
  white-space: normal;
  width: 200px;
  margin: 0 auto;
}
.restoSideNav .logoWrp .restoSecondAddress {
  padding-bottom: 1.5em;
  padding-top: 0;
}
.restoSideNav .restoDelivery {
  background: #fff;
  padding: 1em;
}
.restoSideNav .restoDelivery .modeWrapper {
  position: relative;
}
.restoSideNav .restoDelivery .modeWrapper .mode {
  position: absolute;
  left: 0;
  width: 100%;
}
.restoSideNav .restoDelivery .modeWrapper .fa-pen {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.restoSideNav .restoDelivery .modeType {
  padding-top: 30px;
  margin: 0;
  padding-bottom: 2px;
}
.restoSideNav .restoDelivery .restoTime,
.restoSideNav .restoDelivery .restoClientLoc {
  margin: 0;
  padding-bottom: 2px;
  white-space: normal;
}
.restoSideNav .profileWrapper {
  padding: 2em 1em;
}
.restoSideNav .profileWrapper p {
  margin: 0;
  padding: 1em 0;
}
.restoSideNav .profileWrapper span {
  outline: none;
}
.restoSideNav .profileWrapper .fas {
  padding-right: 10px;
}
.restoSideNav .footer {
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
}
.restoSideNav #closeBtnId {
  left: 0.7142857142857143em;
  right: auto;
  border: 1px solid #808080;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 7px;
}
.restoSideNav #closeBtnId:hover {
  color: #ffffff;
  background-color: #337ab7;
}
.restoSideNav .restoDelivery .restoTime i {
  float: right;
}
.itemViewAllergens {
  padding-top: 10px;
}
.itemViewAllergens a {
  color: #000000;
  font-size: 15px;
}
.itemViewAllergens a:hover {
  color: #337ab7;
  border-bottom: 2px solid #337ab7;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-dialog {
  max-width: 540px;
  border-radius: 7px;
  width: auto !important;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-header {
  padding: 0;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-header .close {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 1;
  font-size: 18px;
  color: #6d6d6d;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body {
  padding: 9px !important;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .item-name {
  float: unset;
  display: block;
  text-align: center;
  font-family: OSBold;
  overflow: hidden;
  padding: 0 18px 5px;
  width: 100%;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .item-allergen {
  text-align: center;
  font-size: 15px;
  font-family: OSBold;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 10px;
  max-height: 430px;
  overflow-y: scroll;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms {
  flex: 33.33%;
  max-width: 33.33%;
  text-align: center;
  padding: 7px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms .item-allergen-image {
  height: 100px;
  padding: 20px;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms .item-allergen-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms .allerganceItmsName {
  font-size: 15px;
}
@media only screen and (max-width: 400px) {
  .item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp {
    max-height: 280px;
  }
  .item-section .pageSection .item-list .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms .item-allergen-image {
    padding: 0px;
    height: 50px;
  }
}
.gdpr-consent-checkbox {
  display: block !important;
  opacity: 1 !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  background: #000;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
}
.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline;
}
.cookiealert .acceptcookies {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  margin-left: 10px;
  vertical-align: baseline;
}
/*.main_chooser .restolabs-ordering>div .main-bg-container,
.main-bg-container {
    background: url('../../img/theme_40/chooser-background.jpg')no-repeat fixed;
    background-size: cover;
    min-height: 100%;
}*/
.ordering-page-container {
  height: 100%;
}
.myOrderWrp {
  /*    background: #fff url(/unification/img/my-order-graphic.png) no-repeat;
        background-size: 20%;
        background-position: 48px 178px;
        height:450px;*/
  padding: 0 15px;
}
.myOrderWrp .myOrderTitle {
  text-align: center;
  font-size: 22px;
  margin: auto;
  padding: 10px 0 15px;
  font-family: OSSemiBold;
}
.myOrderWrp .container {
  /*width: auto;*/
  color: #000;
  overflow-y: auto;
  /*padding: 0 50px;*/
  height: 100vh;
}
.myOrderWrp .container .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.myOrderWrp .container .table > tbody > tr > td,
.myOrderWrp .container .table > tbody > tr > th,
.myOrderWrp .container .table > tfoot > tr > td,
.myOrderWrp .container .table > tfoot > tr > th,
.myOrderWrp .container .table > thead > tr > td,
.myOrderWrp .container .table > thead > tr > th {
  border-top: none;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.myOrderWrp .container .table > thead > tr > th {
  border-bottom: none;
}
.myOrderWrp .container .table {
  margin-bottom: 0;
  overflow-y: auto;
  border: 1px solid #f0f0f0;
}
.myOrderWrp .container .table thead {
  background: #f0f0f0;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 5px 10px;
  cursor: pointer;
  filter: brightness(115%);
}
.dropdown-menu > li > a:hover {
  background: #337ab7;
  color: #ffffff;
  filter: brightness(100%);
}
.dropdown-menu > li > a i {
  padding-right: 5px;
}
.clear-fix {
  clear: both;
}
.recOrdHeading {
  padding-left: 5%;
  font-size: 16px;
  font-weight: bold;
}
.reorderWrapper {
  /*font-family: 'ThemeRegular';*/
  width: 100%;
  /*padding: 30px 5%;*/
}
.reorderFirstBlock,
.reorderSecondBlock {
  padding: 0;
}
.reorderDishName {
  font-size: 18px;
  font-weight: bold;
}
.reorderOrderId {
  font-size: 15px;
  color: #88898a;
  margin-bottom: 15px;
}
.reorderDishImage {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.rorderCustomerName {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0;
}
.reorderSecondBlock {
  text-align: right;
}
#reorderOrderReport {
  display: none;
}
.reorderTable {
  width: 100%;
}
.reorderTable tr td:nth-child(2) {
  text-align: right;
}
.reorderBtnReorder {
  color: #337ab7;
  background: transparent;
  border: 2px solid #337ab7;
  border-radius: 4px;
  padding: 7px 15px;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  width: max-content;
  float: right;
}
.reorderBtnReorder:focus {
  color: #337ab7;
  background: #fff;
}
.reorderBtnReorder:hover {
  color: #ffffff;
  background: #337ab7;
}
.reorderLargeBtnReorder {
  color: #ffffff;
  background: #337ab7;
  border: 2px solid #337ab7;
  border-radius: 4px;
  padding: 7px 100px;
  text-decoration: none !important;
  cursor: pointer;
}
.reorderLargeBtnReorder:focus {
  color: #ffffff;
  background: #337ab7;
}
.reorderLargeBtnReorder:hover {
  color: #337ab7;
  background: #fff;
}
#reorderBtn {
  margin-right: 5px;
  background-color: #337ab7;
  color: #fff;
}
.reorderLargeBtnReorderWrapper {
  padding: 20px 0;
  text-align: center;
  margin-top: 10px;
}
.reorderCustomerAddress {
  margin: 0;
}
@media only screen and (max-width: 450px) {
  .reorderBtnReorder {
    padding: 4px 6px;
    font-size: 12px;
    font-weight: bold;
  }
  #reorderBtn {
    margin-right: 5px;
  }
  .rorderCustomerName {
    font-size: 14px;
  }
  .reorderCustomerAddress {
    font-size: 12px;
  }
  .reorderLargeBtnReorder {
    display: block;
    padding: unset;
    height: 45px;
    padding-top: 10px;
    font-size: 15px;
  }
  .reorderOrderId {
    font-size: 13px;
  }
  .reorderLargeBtnReorderWrapper {
    margin-top: 0px;
  }
  .reorderWrapper {
    /*padding: 0;*/
  }
}
.reorderWrapper .show .table .odd {
  background-color: transparent;
}
.reorderWrapper .show .table td {
  border: none !important;
  line-height: 1.2;
}
.reorderWrapper .show .line-item-table {
  margin-top: 20px;
  width: 100%;
  background-color: #4a4a4a24;
  padding: 20px;
  border-collapse: inherit;
  border-radius: 10px;
}
.reorderWrapper .show .line-item-table .li-amount {
  float: right;
}
.reorderWrapper .show .line-item-table .li-title {
  font-weight: bold;
}
.reorderWrapper .show > button {
  color: #fff;
  background: #337ab7;
  border: 2px solid #337ab7;
  border-radius: 4px;
  padding: 7px 15px;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (min-width: 450px) and (max-width: 610px) {
  .reorderBtnReorder {
    padding: 5px 6px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 410px) {
  .reorderBtnReorder {
    margin-right: 0;
    margin-bottom: 3px;
    /*width: 70%;*/
    text-align: center;
  }
}
.reorderOrderPrice {
  float: right;
}
.my-order-page.main-bg-container {
  background: none !important;
}
.my-order-page.main-bg-container > .glyphicon {
  display: none !important;
}
.my-order-page.main-bg-container > div .container {
  /*width: 100% !important;*/
  /*margin: 0 !important;*/
  /*background-color: #f2f6f9;*/
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .my-order-page.main-bg-container > div .container {
    width: 95%;
  }
}
.my-order-page.main-bg-container .resto-header {
  display: none !important;
}
.my-order-page.main-bg-container .restaurant-main-section {
  width: 100% !important;
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderTitle {
  text-align: center !important;
  margin: -2px -30px;
  background-color: #2e2e2e;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderTitle .backArrow {
  float: left;
}
@media only screen and (max-width: 450px) {
  .my-order-page.main-bg-container .restaurant-main-section .myOrderTitle .backArrow {
    display: block;
  }
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderTitle .myOrder-menu {
  float: right;
}
@media only screen and (max-width: 450px) {
  .my-order-page.main-bg-container .restaurant-main-section .myOrderTitle .myOrder-menu {
    display: block;
  }
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderTitle > img {
  float: left;
  left: 10%;
  position: relative;
  width: 50px;
  max-height: 50px;
  margin-top: -14px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .my-order-page.main-bg-container .restaurant-main-section .myOrderTitle > img {
    left: 8%;
  }
}
@media only screen and (max-width: 450px) {
  .my-order-page.main-bg-container .restaurant-main-section .myOrderTitle > img {
    display: none;
  }
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderBody {
  /*                max-width: 1500px;
                                margin: 0 auto;
                                padding: 0 30px;
                                margin-top: 80px;*/
  /*                .order-block-wrapper {
                                    margin: 0 -60px;
                                    background-color: white;
                                    padding: 0 60px;
                                    margin-bottom: 15px;
                
                                    @media only screen and (max-width: 767px) {
                                        margin: 15px -30px;
                                        background-color: white;
                                        padding: 0 30px;
                                    }
                                    @media only screen and (max-width: 450px) {
                                        margin: 15px -30px;
                                        padding: 30px 30px;
                                    }
                
                                }*/
  /*                @media only screen and (max-width: 767px) {
                                    padding: 0 !important;				
                                }*/
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderBody .recent-order-heading {
  padding: 20px 5% 15px 5%;
  font-weight: bold;
}
@media only screen and (max-width: 450px) {
  .my-order-page.main-bg-container .restaurant-main-section .myOrderBody .recent-order-heading {
    padding: 30px 0;
  }
}
.my-order-page.main-bg-container > div .container .restaurant-main-section .myOrderWrp {
  padding: 0;
}
.my-order-page.main-bg-container > div .container .restaurant-main-section .myOrderTitle {
  padding: 20px 35px;
}
.my-order-page.main-bg-container > div .container .restaurant-main-section .myOrderTitle .backArrow {
  /*margin-top: 4px;*/
}
#containerBox {
  background: none;
}
.reorderCustomerAddress {
  padding-bottom: 5px;
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderTitle > img {
  left: 30px;
  width: 68px;
  max-height: unset;
  margin-top: 0;
}
.my-order-page.main-bg-container .restaurant-main-section {
  min-height: -webkit-fill-available;
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderTitle {
  background-color: #337ab7;
  color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.my-order-page.main-bg-container .restaurant-main-section .backArrow {
  font-size: 20px;
  padding-top: 3px;
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderBody {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 80px;
  /*            .reorderWrapper {
                        padding: 30px;
                        margin-bottom: 30px;
                    }*/
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderBody .order-block-wrapper {
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 25px;
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderBody .recent-order-heading {
  padding: 30px;
  padding-left: 0;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  /*    .myOrderWrp .container {
            padding: 0;
        }*/
  .my-order-page.main-bg-container .restaurant-main-section .myOrderBody {
    /*padding-top: 80px !important;*/
    /*        .order-block-wrapper {
                    margin: 0;
                    padding: 0;
                }*/
  }
}
@media only screen and (max-width: 500px) {
  /*    .my-order-page.main-bg-container .restaurant-main-section .myOrderBody .order-block-wrapper {
            margin: 0;
            padding: 0;
        }*/
  /*    .reorderWrapper {
            padding: 15px;
        }*/
  .my-order-page.main-bg-container .restaurant-main-section .myOrderBody {
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .my-order-page.main-bg-container .restaurant-main-section .myOrderBody .order-block-wrapper {
    padding: 15px;
  }
}
.map-popup .md-dialog-fullscreen {
  display: flex;
  flex-direction: column;
  max-width: initial;
  max-height: none;
  max-width: 800px !important;
  width: 100%;
  height: 560px;
  padding: 0;
}
.map-popup .map-popup-header {
  text-align: center;
  background: #337ab7;
  color: #ffffff;
  height: 40px;
}
.map-popup .map-popup-header .closeMe {
  position: absolute;
  right: 10px;
  top: 10px;
}
.map-popup .map-popup-main {
  flex: 1;
  padding: 0;
}
.map-popup .map-popup-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
}
.map-popup .map-popup-footer .map-action-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0px -5px 20px 3px rgba(0, 0, 0, 0.36);
  position: sticky;
}
.map-popup .map-popup-footer .map-action-button-wrapper .cancel-button,
.map-popup .map-popup-footer .map-action-button-wrapper .confirm-button {
  width: 100%;
  height: 60px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 10px;
  background: #337ab7;
  color: #ffffff;
}
.map-popup .map-popup-footer .map-action-button-wrapper .cancel-button {
  color: #337ab7;
  background-color: #fff;
  border-color: #337ab7;
}
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -10px;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.coordinates {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 140px;
  left: 10px;
  padding: 5px 10px;
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  border-radius: 3px;
  display: none;
}
@media only screen and (max-width: 380px) {
  .main_chooser .restaurant-main-section .map-container input {
    width: 100%;
  }
}
.map-box {
  margin: 1em 0;
}
.map-box .map-chooser-launch-button {
  border-radius: 4px;
  border: 1px solid #337ab7;
  padding: 0.5em 2em;
  background: #337ab7;
  color: #ffffff;
  font-weight: bold;
}
.map-chooser-launch-button {
  border: none;
  background: #337ab7;
  border-radius: 4px;
  color: #ffffff;
  padding: 9.5px;
  font-size: 14px;
}
.processing-delivery {
  padding: 0 37px 0 17px !important;
}
.processing-delivery md-progress-circular {
  float: left;
}
.processing-delivery md-progress-circular path {
  stroke: #ffffff;
}
.processing-delivery:disabled {
  opacity: 0.6;
}
.map-go-disabled {
  background-color: #aaa !important;
  border-color: #999 !important;
}
@media only screen and (max-width: 1030px) {
  #location_chooser {
    height: calc(94vh - 100px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 756px) {
  #location_chooser {
    height: calc(80vh - 125px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 733px) {
  #location_chooser {
    height: calc(80vh - 105px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 700px) {
  #location_chooser {
    height: calc(83vh - 105px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 675px) {
  #location_chooser {
    height: calc(85vh - 95px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 650px) {
  #location_chooser {
    height: calc(87vh - 85px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 625px) {
  #location_chooser {
    height: calc(89vh - 75px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 600px) {
  #location_chooser {
    height: calc(91vh - 65px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 575px) {
  #location_chooser {
    height: calc(93vh - 55px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 550px) {
  #location_chooser {
    height: calc(95vh - 45px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 525px) {
  #location_chooser {
    height: calc(97vh - 35px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 500px) {
  #location_chooser {
    height: calc(99vh - 25px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 780px) {
  #location_chooser {
    height: calc(93vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 800px) {
  #location_chooser {
    height: calc(91vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 825px) {
  #location_chooser {
    height: calc(87vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 850px) {
  #location_chooser {
    height: calc(85vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 875px) {
  #location_chooser {
    height: calc(82vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 900px) {
  #location_chooser {
    height: calc(80vh - 258px) !important;;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 925px) {
  #location_chooser {
    height: calc(78vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 950px) {
  #location_chooser {
    height: calc(76vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 975px) {
  #location_chooser {
    height: calc(74vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 1000px) {
  #location_chooser {
    height: calc(72vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 1025px) {
  #location_chooser {
    height: calc(70vh - 258px) !important;
  }
}
body,
button,
html,
input,
select,
textarea {
  font-family: sofiaRegular;
}
.primary-btn {
  background-color: #337ab7;
  color: #ffffff;
}
.primary-btn:hover {
  color: #337ab7;
  background: none;
}
.fa-pen,
.fa-trash-alt {
  color: #337ab7;
}
.top-header .restoLocation .restoDelivery .fa-pen {
  color: inherit;
  padding-right: 3px;
}
.top-header .restoLocation .restoDelivery .editLocationBtn {
  color: #ffffff;
}
.top-header .restoLocation .restoDelivery .editLocationBtn:hover {
  color: #337ab7;
}
.restoItemSearch .form-control {
  box-shadow: 0 0px 4px 0px #bfbfbf;
  padding-right: 25px;
}
.restoItemSearch .fa-times {
  position: absolute;
  top: 15px;
  right: 10px;
}
body {
  font-family: SofiaRegular;
}
::-moz-selection {
  color: white;
  background: #cf132c;
}
::selection {
  color: white;
  background: #cf132c;
}
.main_chooser .restolabs-ordering > div .main-bg-container,
.menu_main .main-bg-container {
  background: url(/unification/img/theme_52/boss-web.jpg) no-repeat fixed;
  background-size: cover;
  min-height: 100vh;
}
.main_chooser .restaurant-main-section .map-container .primary-btn {
  margin: 0;
  margin-left: 10px;
}
.main_chooser .restaurant-main-section .now-later .onlyLater {
  width: auto;
}
.resto-menu-header {
  background: url(/unification/img/theme_52/boss-web.jpg) no-repeat;
  background-size: cover;
}
.menu_main .resto-menu-header .restoLocation,
.menu_main .resto-menu-header .logoWrp .fa-chevron-left {
  color: #ffffff;
}
.menu_main .restolabs-ordering {
  height: 100%;
  background: #f8f9fb;
}
.menu_main .restolabs-ordering .menu-container {
  background: #f8f9fb;
  padding-top: 20px;
  position: relative;
}
.menu-category-title h3 {
  font-family: SofiaBold;
  font-size: 20px;
}
#restoMenuNavContainerId .panel-heading a {
  font-family: SofiaMedium;
  font-size: 18px;
  padding-right: 25px;
}
#restoMenuNavContainerId .panel-body .parent-category-title {
  height: 40px;
}
#restoMenuNavContainerId .panel-body .parent-category-title span {
  font-family: sofiaMedium;
}
#restoMenuNavContainerId .panel-body .parent-category-title.selected span {
  font-family: SofiaBold;
  font-size: 15px;
}
.menu_main .restolabs-ordering .menu-container .restoMenuNav .menuNavCategory .parent-category-title {
  font-family: SofiaMedium;
  font-size: 18px;
}
.form-control {
  font-family: SofiaRegular;
  font-size: 16px;
}
.resto-menu-header {
  font-family: SofiaRegular;
}
.customize-section-container {
  font-family: sofiaRegular;
}
.customize-section-container .customize-section-close,
.customize-section-container .customize-section-add {
  font-family: sofiaBold;
}
.main_chooser .dropdown .dropdown-menu {
  left: auto;
  right: 10px;
}
.top-header .restoLocation .restoName {
  font-size: 20px;
  font-family: sofiabold;
}
.clearSearchButton {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(/unification/img/cross.png) 92% center / 16px no-repeat rgba(0, 0, 0, 0);
  display: none;
  background-position: 8px 13px;
}
.clearSearchButton:hover,
.clearSearchButton:focus,
.clearSearchButton:active {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .clearSearchButton {
    right: 15px;
    top: 10px;
  }
}
.area2 select {
  -moz-appearance: none;
  border: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  background: none;
  -webkit-appearance: none;
  height: 40px;
  width: 100%;
  border-left: 1px solid #9e9e9e;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0) url(/unification/img/down-arrow.png) no-repeat;
  background-position: 92%;
  background-size: 16px;
}
@media only screen and (max-width: 767px) {
  .area2 select {
    background-position: 92%;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    margin-top: 5px;
  }
}
.main_chooser .restaurant-main-section .map-container .primary-btn {
  margin: 0;
  border-radius: 0px;
  padding: 1px 45px;
  margin-right: 0px;
  border-radius: 5px;
  margin-bottom: 4px;
  margin-left: 3px;
}
@media only screen and (max-width: 500px) {
  .main_chooser .restaurant-main-section .map-container .primary-btn {
    margin-bottom: 15px;
  }
}
md-dialog-actions .md-button.md-default-theme.md-primary,
md-dialog-actions .md-button.md-primary {
  color: #337ab7 !important;
}
md-dialog-actions .md-button.md-default-theme.md-primary:first-child,
md-dialog-actions .md-button.md-primary:first-child {
  color: #fff !important;
  background-color: #337ab7 !important;
}
.main_chooser .user-img img {
  display: none;
}
.menu_main .restolabs-ordering .menu-container .restoMenuNav .panel-group .panel-default .panel-body .menuPopupList {
  overflow: auto;
  max-height: calc( 100vh - 190px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu_main .restolabs-ordering .menu-container .restoMenuNav .panel-group .panel-default .panel-body .menuPopupList::-webkit-scrollbar {
  display: none;
}
.menu_main .restolabs-ordering .menu-container .restoMenuNav .panel-group {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu_main .restolabs-ordering .menu-container .restoMenuNav .panel-group::-webkit-scrollbar {
  display: none;
}
.fixedHeader {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.itemCategoryBoxRelative {
  position: relative;
  padding-top: 5.357142857142857em;
}
.restoItemSearch {
  position: relative;
}
.restoItemSearch .form-group {
  margin-bottom: 0;
}
.restoItemSearch .glyphicon-search {
  position: absolute;
  top: 18px;
  left: 1.07em;
}
.restoItemSearch .form-control {
  padding-left: 2.85em;
  border: 0.07142857em solid #ffffff;
  height: 47px;
  box-shadow: 0 2px 4px 0px #bfbfbf;
}
@media only screen and (max-width: 1030px) {
  .grand-total-section {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1030px) {
  #menuBtnId {
    display: none;
  }
}
.menu_main .myOrderWrp#containerBox {
  max-width: unset;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .my-order-page.main-bg-container > div .container {
    width: 100%;
  }
  .my-order-page.main-bg-container .restaurant-main-section .myOrderBody {
    max-width: none;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px 2px;
  }
}
.cart-container .cart-item .cart-item-serial-no {
  display: none;
}
.md-dialog-container ::-webkit-scrollbar {
  display: block;
}
.item-section .pageSection .item-list .item-name {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px 0px 6px;
}
.item-section .pageSection .item-list .item-name .item-name-text {
  word-break: break-all;
  white-space: inherit;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 20px);
  overflow: hidden;
}
.item-section .pageSection.favourite-cat-b > div > .panel-title {
  background-color: #337ab7;
}
.fav-star-wrapper {
  position: absolute;
  right: 0;
  width: 40px;
  height: 30px;
  background: white;
}
.languageSelect {
  background-color: #337ab7;
  color: #ffffff;
}
.languageSelect:hover {
  color: #ffffff;
}
.languageSelect:active {
  color: #ffffff;
}
.languageSelect:focus {
  color: #ffffff;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header {
  text-align: center;
}
.item-section .pageSection h4.panel-title {
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .item-section .pageSection h4.panel-title {
    font-size: 1em;
  }
}
.item-section .pageSection .item-list .item-name {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-name {
    font-size: 11px;
  }
}
.pageSection .item-list .item-container .itemsFooter .item-price {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .pageSection .item-list .item-container .itemsFooter .item-price {
    font-size: 12px;
  }
}
.item-section .pageSection .item-list .item-desc {
  font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
  .item-section .pageSection .item-list .item-desc {
    font-size: 0.7em;
  }
}
.item-section .pageSection .item-list .item-desc .modal-dialog .modal-body .item-name {
  font-size: 1.45em;
}
.item-section .pageSection .item-list .item-name,
.item-section .pageSection .item-list .item-desc {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .pageSection .item-list .item-container .itemsFooter .item-customize-button,
  .pageSection .item-list .item-container .itemsFooter .item-add-button {
    height: 33px;
    padding: 0.06em 0.6em;
  }
  .item-section .pageSection .item-list .item-name {
    display: block;
    padding: 5px 0px 0px 6px;
  }
}
.pageSection .item-list .item-container .itemsFooter .item-customize-button,
.pageSection .item-list .item-container .itemsFooter .item-add-button {
  font-size: 12px;
}
.item-section .item-list .item-container.item-hidden {
  display: none;
}
.item-section .item-list .item-container .itemsFooter .add-customize {
  width: 65%;
}
.item-section .item-list .item-container .itemsFooter .item-price {
  width: 35%;
  text-align: left;
}
.item-section .item-list .item-container .itemsFooter .item-add-button.item-unavailable {
  font-size: 11px;
  opacity: 0.8;
  line-height: 1.2;
  cursor: not-allowed;
}
.item-section .item-list .item-container .itemsFooter .item-add-button.item-unavailable.item-unavailable-long-text {
  line-height: 1;
  font-size: 10px;
  cursor: pointer;
  overflow: auto;
}
.item-section .item-list .item-container .itemsFooter .item-add-button.item-unavailable.item-unavailable-long-text > span {
  height: 23px;
  overflow: auto;
}
@media (max-width: 500px) {
  .item-section .item-list .item-container .itemsFooter .item-add-button.item-unavailable.item-unavailable-long-text > span {
    display: block;
  }
}
.item-section .item-list .item-container .itemsFooter .item-add-button.item-unavailable.item-unavailable-long-text > span::-webkit-scrollbar {
  display: none;
}
.item-section .item-list .item-container .itemsFooter .item-add-button.item-unavailable:hover,
.item-section .item-list .item-container .itemsFooter .item-add-button.item-unavailable:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #337ab7;
}
.main_chooser .restaurant-main-section .select-time.timing-window select {
  padding-left: 40px;
}
@media (max-width: 460px) {
  .main_chooser .restaurant-main-section .select-time.timing-window select {
    background-position: 96%;
    background-size: 3.5vw;
    font-size: 3vw;
  }
}
@media (max-width: 400px) {
  .main_chooser .restaurant-main-section .select-time.timing-window select {
    background-position: 100%;
    padding-left: 27px !important;
  }
}
.closed-restaurant-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  padding: 5em 0;
  text-align: center;
  font-size: 18px;
  color: #222;
}
.category-render {
  position: fixed;
  top: 80px;
  background: #f8f9fb;
  width: 100%;
  height: 47px;
  z-index: 1;
  padding: 4px 0;
}
@media screen and (min-width:1030px) {
  .category-render {
    display: none;
  }
}
.category-render .parent-category-wrapper,
.category-render .category-wrapper {
  margin-bottom: 2px;
  background: #fff;
}
.category-render .parent-category-wrapper {
  background: #fff;
}
.category-render .category-slick-section > div ul.nav.nav-tabs {
  border: none;
  margin: 0 1.5em;
}
.category-render .category-slick-section > div ul.nav.nav-tabs li {
  outline: none;
}
.category-render .category-slick-section > div ul.nav.nav-tabs li a {
  border: none;
  background: none;
  color: #000000;
  border-radius: 0;
  white-space: nowrap;
}
.category-render .category-slick-section > div ul.nav.nav-tabs li a:hover {
  background-color: #ddd;
  border: none;
}
.category-render .category-slick-section > div ul.nav.nav-tabs li.active a {
  border-radius: 0;
  background-color: #337ab7;
  color: #ffffff;
}
.category-render .category-slick-section > div.scrollable {
  height: inherit;
  position: relative;
}
.category-render .category-slick-section > div.scrollable:before,
.category-render .category-slick-section > div.scrollable:after {
  font-size: 1.2857142857142858em;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}
.category-render .category-slick-section > div.scrollable:before {
  color: #000000;
  content: "\e251";
  top: 12px;
  left: 0;
  padding: 0;
}
.category-render .category-slick-section > div.scrollable:after {
  color: #000000;
  content: "\e250";
  top: 12px;
  right: 0;
  padding: 0;
}
.category-render .category-slick-section > div.scrollable > ul {
  display: flex;
  overflow: auto;
  overflow-y: hidden;
}
.category-render .category-slick-section > div.scrollable > ul::-webkit-scrollbar {
  display: none;
}
.category-render .category-slick-section > div.scrollable > ul.nav-tabs {
  padding: 0;
}
.category-render .category-slick-section > div.scrollable > ul.nav-tabs li {
  outline: none;
}
.category-render .category-slick-section > div.scrollable > ul.nav-tabs li:first-child a {
  padding-left: 1em;
}
.category-render .category-slick-section > div.scrollable > ul.nav-tabs li:last-child {
  margin-right: 0;
}
.category-render .category-slick-section > div.scrollable > ul.nav-tabs li:last-child a {
  padding-right: 1em;
}
.category-render .category-slick-section > div.scrollable > ul.nav-tabs li > a {
  /*filter: brightness(115%);*/
}
.category-render .category-slick-section > div.scrollable > ul.nav-tabs li > a:hover {
  /*filter: brightness(100%);*/
}
.category-render .category-slick-section > div.scrollable > ul.nav-tabs li > a.active {
  border-bottom: none;
}
@font-face {
  font-family: SofiaBold;
  src: url('/unification/less/theme_52/fonts/Sofia/SofiaProBold.otf');
}
@font-face {
  font-family: SofiaRegular;
  src: url('/unification/less/theme_52/fonts/Sofia/SofiaProRegular.otf');
}
@font-face {
  font-family: SofiaMedium;
  src: url('/unification/less/theme_52/fonts/Sofia/SofiaProMedium.otf');
}
.collapse {
  display: none !important;
}
.collapse.in {
  display: flex !important;
}
@media only screen and (max-width: 1030px) {
  .menu-container .container .item-category-box .item-section {
    padding-top: 8em;
  }
}
.item-section .panel-group .panel {
  border: none;
  background: transparent;
}
.item-section .panel-heading {
  padding: 0;
}
.item-section .panel-heading h4.panel-title {
  margin: 0 0.25em 0.9em;
}
.item-section .pageSection {
  padding-bottom: 0;
}
.dropIn {
  display: none !important;
}
@media screen and (min-width:1030px) {
  .restoMenuNav .panel-group .panel-default .panel-body {
    width: 100%;
  }
}
.container.log-msg {
  position: fixed;
  z-index: 12;
  width: 100%;
  bottom: 0;
  padding: 10px 15px;
}
.tip-section.type2 .tip-btn-wrapper button:first-child {
  margin-right: 4px;
}
.restoMenuNav .panel-group .panel-default .panel-body .menuPopupList a.category-title {
  cursor: pointer;
}
.restoMenuNav .panel-group .panel-default .panel-body .menuPopupList .menuPopupListItem.selected a.category-title {
  color: #337ab7;
}
.login-popup .login-btn {
  color: #ffffff;
  background-color: #337ab7;
}
