/*@theme-secondary-color: #BF2533;*/
/*Font loading*/
@font-face {
  font-family: roboto-regular;
  src: url('/unification/less/theme_40/fonts/roboto-font/Roboto-Regular_0.ttf');
}
@font-face {
  font-family: myriad-regular;
  src: url('/unification/less/theme_40/fonts/myraid/MyriadPro-Regular.otf');
}
@font-face {
  font-family: OSRegular;
  src: url('/unification/less/theme_40/fonts/lato/Lato-Regular.ttf');
  src: url('/unification/less/theme_40/fonts/lato/Lato-Regular.woff');
  
  /*src: url('/unification/fonts/OpenSans-Regular.ttf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-Regular.otf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-Regular.ttf');*/
}
@font-face {
  font-family: OSBold;
  src: url('/unification/less/theme_40/fonts/lato/Lato-Bold.ttf');
  src: url('/unification/less/theme_40/fonts/lato/Lato-Bold.woff');
  
  /*src: url('/unification/fonts/OpenSans-Bold.ttf');*/
  /*    src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-Bold.ttf');
    src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-Bold.otf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-Medium.ttf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-Medium.otf');*/
}
@font-face {
  font-family: OSSemiBold;
  src: url('/unification/less/theme_40/fonts/lato/Lato-Semibold.ttf');
  src: url('/unification/less/theme_40/fonts/lato/Lato-Semibold.woff');
  
  /*src: url('/unification/fonts/OpenSans-Semibold.ttf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-SemiBold.otf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-SemiBold.ttf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-Medium.ttf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-Medium.otf');*/
}
@font-face {
  font-family: ExtraBold;
  src: url('/unification/less/theme_40/fonts/lato/Lato-Bold.ttf');
  src: url('/unification/less/theme_40/fonts/lato/Lato-Bold.woff');
  
  /*src: url('/unification/fonts/OpenSans-ExtraBold.ttf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-SemiBold.otf');*/
  /*src: url('/unification/less/theme_40/fonts/promptGoogleFonts/Prompt-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;
}
body {
  font-family: OSRegular;
}
.no-padding {
  padding: 0px;
}
.white-bg {
  background: #ffffff;
}
button,
div {
  outline: none;
}
.validation-msg {
  color: red;
  display: block;
  clear: both;
  padding: 3px 0px;
}
.full-width-btn {
  width: 100%;
}
.md-button.md-default-theme[disabled],
.md-button[disabled] {
  cursor: not-allowed;
  background-color: #b71825;
  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;
}
/*.md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover{
    background-color:transparent;
    color:@primary-highlight-color;
    border:1px solid @primary-highlight-color;
}*/
.forget-form-section label,
.registration-form-section label {
  padding-left: 0px;
}
.primary-btn {
  border: 1px solid #b71825;
  color: #b71825;
  background: transparent;
  border-radius: 3px;
  filter: brightness(115%);
}
.primary-btn:hover {
  color: #fff;
  background: #b71825;
  filter: brightness(100%);
}
.fix-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.simple-transition {
  transition: width 1s ease;
}
.dispaly-none {
  display: none;
}
/*/Scrollable tab list*/
div.scrollable {
  position: relative;
  height: 35px;
  overflow-y: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
div.scrollable:before,
div.scrollable:after {
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
div.scrollable > ul.nav-tabs {
  overflow: hidden;
  padding-left: 28px;
  white-space: nowrap;
  user-select: none;
  overflow-y: hidden !important;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
div.scrollable ul.nav-tabs li {
  display: inline-block;
  float: none;
  padding-left: 5px;
  padding-right: 5px;
}
div.scrollable > ul.nav-tabs > li:last-child {
  margin-right: 26px;
}
div.scrollable > .tab-content > .tab-pane {
  padding: 5px;
}
.category-slick-section div.scrollable:before,
div.scrollable:after {
  border: 0px;
  border-radius: 0px;
  color: #8F9493;
  font-size: 24px;
}
.category-slick-section div.scrollable:before {
  padding-right: 12px;
}
.category-slick-section div.scrollable:after {
  padding-left: 12px;
}
.category-slick-section div.scrollable > ul.nav-tabs {
  border-bottom: 0px;
}
.category-slick-section div.scrollable > ul.nav-tabs {
  padding-left: 32px;
}
.category-slick-section div.scrollable > ul.nav-tabs {
  overflow: scroll;
  border-bottom: 0px;
}
.category-slick-section ul::-webkit-scrollbar {
  width: 0px;
}
.category-slick-section ul::-moz-scrollbar {
  width: 0px;
}
.category-slick-section .nav-tabs {
  border-bottom: none;
}
.category-slick-section .nav-tabs > li > a {
  color: #000000;
  font-weight: normal;
  border: transparent;
  padding-left: 25px;
  padding-right: 25px;
}
input,
select,
textarea {
  color: #000000;
}
/* the up/down/left/right buttons */
/* the zone where the scroll will happen */
.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/* not sure what this is */
/* the famous "elevator" */
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
/* what stands in the corner, between the horizontal and the vertical scrollbars */
/* the resizer thingy into that corner */
.custom-scroll::-webkit-scrollbar {
  width: 8px;
}
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.md-calendar-selected-date .md-calendar-date-selection-indicator {
  border: 1px solid #b71825;
}
.no-btn-effect:hover {
  color: #b71825;
}
/*Loader styale*/
.loader-container {
  z-index: 2000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: 100%;
}
.loader-container .loader-image {
  width: 200px;
  left: 50%;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  z-index: 99;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background: url("/unification/img/theme_38/loader.gif");
  background-size: 100% 100%;
}
/*Browser Specific css*/
/*@-moz-document url-prefix() {
    .md-datepicker-triangle-button.md-button.md-icon-button{
            height: 21px;
            padding: 0 8px 20px;
            position: absolute;
            width: 36px;
            background:transparent;
    }
    .restaurant-main-section .date-time-picker md-datepicker .md-datepicker-expand-triangle{
    background: rgba(0, 0, 0, 0) url("../../img/down-arrow.png") no-repeat scroll 0 0 / 100% 100%;
    border: medium none;
    display: inline-block;
    height: 15px;
    margin-left: -15px;
    margin-top: 0;
    position: relative;
    width: 15px;
    }
    .restaurant-main-section .date-time-picker label{
        border-bottom:2px solid #fff;
    }
    .item-qnt{
        padding-bottom:4px !important;
    }
}*/
.main-bg-container .mobile-enable {
  display: none !important;
}
.main-bg-container .resto-header .top-header .login-user {
  /*padding-left: 30px;*/
  /*        background: url(../../img/login.png) no-repeat;
                        background-position: 0px 15px;
                        background-size: 20px 20px;*/
  padding: 0px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  position: relative;
  display: inline-block;
}
.main-bg-container .resto-header .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-bg-container .resto-header .top-header .login-user img {
  display: block;
  width: 45px;
  margin: auto;
  margin-bottom: 5px;
}
.main-bg-container .resto-header .top-header .login-user:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  background: #b71825;
}
.main-bg-container .resto-header .top-header .login-user:hover {
  color: #b71825;
}
@media only screen and (max-width: 767px) {
  .main-bg-container .mobile-enable {
    display: block !important;
  }
  .main_chooser .resto-header .top-header .navbar-toggleable-md {
    margin: 0;
    padding: 0;
    min-height: 0;
  }
}
.md-toast-animating {
  overflow: initial !important;
}
.item-category-box {
  height: inherit;
}
/*.md-bottom-sheet-backdrop{
    overflow-y:hidden !important;
}
.resto-web-app{
}*/
.custom-toast {
  color: #000000;
  background: #ffffff;
  position: fixed;
  padding: 30px;
  width: 280px;
  height: 80px;
  text-align: center;
  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;
  border: 1px solid #000000;
}
.md-toast-open-bottom {
  overflow: auto !important;
}
/*Category section */
.category-description {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #88898a;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #88898a;
  margin-top: 15px;
}
.category-description .menu-category-title {
  font-size: 16px;
  font-weight: 500;
}
.category-description img {
  max-width: 100%;
}
/*Iteam container style*/
.item-list .item-container .item-image img {
  width: 70px;
  max-width: 100%;
}
.item-list .item-container .item-name {
  color: #000000;
  font-size: 18px;
}
.item-list .item-container .item-price {
  color: #b71825;
}
.item-list .item-container .item-customize-button,
.item-list .item-container .item-add-button {
  color: #b71825;
  background: transparent;
  border: 1px solid #b71825;
  font-size: 18px;
  padding: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
.item-list .item-container .item-desc {
  color: #88898a;
  font-size: 16px;
  text-align: justify;
}
.item-list .item-container .item-desc .links,
.item-list .item-container .item-desc .links:hover {
  color: #b71825;
  text-decoration: none;
  cursor: pointer;
}
.item-list .item-container .add-customize {
  padding-top: 15px;
}
.item-list .item-container .item-unavailable {
  background: transparent;
  border: none;
}
/*/Increment Decrement button */
button.item-decrement-button,
button.item-increment-button {
  width: unset;
  color: #b71825;
  background: transparent;
  border: 1px solid #b71825;
  padding: 3px;
  font-size: 18px;
  text-transform: uppercase;
}
.item-decrement-button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.item-increment-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.item-qnt {
  padding: 5px;
  margin-left: -4px;
  margin-right: -4px;
  color: #fff;
  background: #b71825;
  filter: brightness(115%);
}
.item-section,
.mobile-disable.sticky-category {
  overflow-y: auto;
}
.dropdown.mobile-disable .dropdown-menu {
  width: 130px;
}
.dropdown.mobile-disable .dropdown-menu a img {
  margin-right: 10px;
  width: 20px;
}
.nav .open > a {
  background-color: #b71825;
  color: #ffffff;
}
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #b71825;
  color: #ffffff;
}
/* category Page section */
.category-section .category-continer {
  border-right: 1px solid #efefef;
}
.category-section .category-continer .category-title {
  color: #000000;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  outline: none;
  word-wrap: break-word;
  margin-bottom: 10px;
  transition: all 0.5s ease .5s;
}
.category-section .category-continer .category-title.selected,
.category-section .category-continer .category-title:hover {
  background-color: #b71825;
  border-right: 2px solid #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  outline: none;
  transition: all 0.5s ease 0s;
}
/*Login popup style*/
.login-popup {
  min-width: 550px;
}
.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: 0;
  padding: 0;
}
.login-popup md-content md-input-container md-icon {
  top: 27px;
}
.login-popup md-content label {
  font-weight: normal;
  color: #000000;
  padding-left: 25px !important;
}
.login-popup md-content input {
  border-bottom: 1px solid #000;
  padding-left: 30px;
}
.login-popup .md-dialog-content {
  padding: 0 24px;
}
.login-popup .password {
  background: url("/unification/img/password.png") no-repeat;
  padding-left: 25px;
}
.login-popup .name {
  background: url("/unification/img/emailmobile-no.png") no-repeat;
  padding-left: 25px;
}
.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%;
}
.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;
}
.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,
.login-popup .full-width-btn {
  text-transform: capitalize;
  background: #b71825;
  color: #ffffff;
  filter: brightness(115%);
}
.login-popup .login-btn:hover,
.login-popup .full-width-btn:hover {
  background: #b71825;
  filter: brightness(100%);
}
.login-popup .login-btn[disabled="disabled"],
.login-popup .full-width-btn[disabled="disabled"] {
  background: #808080;
  color: #ffffff;
}
.login-popup .login-btn[disabled="disabled"]:hover,
.login-popup .full-width-btn[disabled="disabled"]:hover {
  background: #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;
}
.login-popup .login-form-section .layout-align-center-center {
  padding-left: 5px;
}
.login-popup .login-form-section .no-btn-effect:hover {
  background: transparent;
  color: #b71825;
}
login_dialog_box .password {
  background: url("/unification/img/password.png") no-repeat;
  padding-left: 25px;
}
login_dialog_box .name {
  background: url("/unification/img/emailmobile-no.png") no-repeat;
  padding-left: 25px;
}
/*parant category section */
.parent-category-section {
  padding-top: 10px;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
.parent-category-section .parent-category-title {
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
}
.parent-category-section .selected.parent-category-title,
.parent-category-section .parent-category-title:hover {
  color: #b71825;
  font-weight: 500;
}
/*for menu page whole cover white section*/
/*.restolabs-ordering{
    ui-view{
        height:100%;
        .menu-page{
            
        }
    }
}*/
/*.login-text-span{
    border-bottom:1px solid @textnegetivecolor;
}*/
.selected_category-box {
  background: transparent;
  color: #ffffff;
  border: none;
}
.serach-box button {
  background: transparent;
  color: #ffffff;
  border: none;
}
/*Cart section*/
.cart-container {
  background: #f5f5f5;
  color: #000;
}
.cart-container .cart-heading {
  color: #000000;
  padding: 7px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 16px;
}
.cart-container .cart-empty-text {
  color: #D0D0D0;
}
.cart-container .empty-cart {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cart-container .cart-item {
  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: 16px;
  font-weight: 500;
}
.cart-container .cart-item .cart-item-detal .attribute-name {
  font-size: 16px;
}
.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 .item-price {
  padding-top: 5px;
  padding-right: 5px;
}
.cart-container .cart-item .cart-btn-price-row {
  padding-top: 10px;
}
.cart-container .cart-item .cart-btn-price-row .item-price {
  padding-top: 5px;
}
.cart-container .cart-item .cart-btn-price-row .cart-item-edit {
  border-right: 1px solid #222;
}
.cart-container .white-bg.fix-padding {
  padding-top: 15px;
  padding-bottom: 10px;
}
.cart-container .tip-section input {
  float: left;
  width: 55%;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  color: #000;
}
.cart-container .tip-section .apply-tip {
  padding: 3px 10px;
  height: 34px;
}
.cart-container .sub-total-section {
  padding-top: 10px;
  font-size: 18px;
}
.cart-container .cart-footer .minimum-order-amount {
  padding: 5px 0px;
  background: #fff;
  color: red;
}
.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: #b71825;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cart-container .cart-footer .checkout-btn:hover {
  color: #b71825;
  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 {
  overflow-y: auto;
  overflow-x: hidden;
}
.cart-icon img {
  margin-top: -3px;
}
.cart-container.affix {
  top: 10px;
  width: 20%;
  max-width: 255px;
}
/*Menu Header page section*/
.fixed-cart {
  position: fixed;
  right: 12%;
  bottom: 10px;
  min-width: 400px;
}
.fixed-cart .show-full-cart {
  background: #000000;
  color: #ffffff;
  padding: 5px;
  padding-top: 8px;
  border-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.fixed-cart .show-full-cart .viewdetail-text {
  width: 40px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.fixed-cart .primary-btn {
  background: #b71825;
  color: #ffffff;
  padding: 7.5px;
  text-transform: uppercase;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.registration-form-section md-content label,
.forget-form-section md-content label {
  padding-left: 0px !important;
}
.registration-form-section .email,
.forget-form-section .email {
  background: url("/unification/img/email.png") no-repeat;
  background-size: 100% 100%;
  background-size: 20px 20px;
}
.registration-form-section .mobile,
.forget-form-section .mobile {
  background: url("/unification/img/mobile.png") no-repeat;
  background-size: 100% 100%;
  background-size: 20px 20px;
}
.registration-form-section md-input-container .md-errors-spacer,
.forget-form-section md-input-container .md-errors-spacer {
  min-height: auto;
}
.customize-addon-name,
.customize-combo-option-name {
  font-weight: bold;
}
.customize-addon-label .customize-addon-name {
  font-weight: normal;
}
/*.promotion-section{
    display:none;
}*/
.dropdown.login .logo-img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.dropdown.login .dropdown-toggle {
  background: transparent;
  cursor: hover;
}
/*.fed-transition{
     -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    -webkit-transition: opacity 2s linear;
    transition: opacity 2s linear;
}
.fed-transition.dispaly-none{
    opacity: 0;
}
.fed-transition.dilay-show{
    opacity: 0;
}*/
body {
  /*    overflow-y:hidden !important;
        layout:column;*/
}
/*.parent-sticky.is-sticky, .cart-sticky.is-sticky, .sticky-category.is-sticky{
    
        top:0px !important;
        background:#fff;
    
}*/
.cart-sticky {
  position: relative;
}
.cart-sticky .is-sticky {
  position: sticky !important;
  top: 0px !important;
  width: 100% !important;
}
.parent-sticky.is-sticky {
  /*        position: sticky !important;
            top:0;
            width:100% !important;*/
  background: #fff;
  top: 0px !important;
}
.sticky-category.is-sticky {
  position: sticky !important;
  top: 50px !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
  .add-on-label {
    margin: 0px 45px 0px 0px;
  }
}
/* ================================
        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 {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.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: 15px;
}
.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 #b71825;
  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: 5px 7px;
  background: #b71825;
  color: #fff;
  border: 1px solid #b71825;
  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: #b71825;
  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;
  }
}
button.item-decrement-button,
.item-increment-button {
  top: 4px;
}
.resto-header .top-header .navbar-brand {
  height: unset;
  padding: unset;
}
.resto-header .top-header .navbar-brand img {
  height: 60px;
  max-height: 60px;
  max-width: none !important;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .resto-header .top-header .navbar-brand img {
    height: 135px;
    max-height: 135px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .resto-header .top-header .login-user {
    padding-left: 75px;
  }
}
.item-list .item-container .item-name {
  padding-left: 25px;
}
.item-list .item-container .item-image img {
  width: 90px;
  max-width: none;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .rtl .mobile-enable .navbar-nav .login-user {
    background-position: 25px 17px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .tip-section-for-mobile {
    text-align: right;
    padding-right: 21px;
    background: #ffffff;
    border-top: 1px dashed #000000;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .apply-tip-mobile {
    color: #b71825;
    background: transparent;
    border: 1px solid #b71825;
    /*            font-size:18px;
                    width:65px;
                    padding:3px;*/
    border-radius: 3px;
    /*text-transform: uppercase;*/
    /*background: @primary-highlight-color;*/
    margin-left: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    /*border: 1px solid #6F6F6F ! important;*/
  }
  .tip-mobile-box {
    width: 150px;
  }
  .minimum-order-amount-mobile {
    padding: 5px 0px;
    background: #fff;
    color: red;
  }
}
.add-on-btns {
  width: 92px;
  float: left;
}
.customize-combo-item-label input[type="radio"] + span.customRadio::after {
  right: 0px !important;
}
.customize-combo-item-label {
  padding: 5px 0px !important;
}
accordion .panel-group {
  margin-bottom: 5px;
}
.customize-addon-name {
  position: inherit;
}
.panel-default .accordion-toggle {
  text-decoration: none;
}
/*.main_chooser .modal-backdrop.in, .menu_main .modal-backdrop.in{
    display:none;
}*/
.menu_main md-bottom-sheet {
  overflow-y: hidden;
}
.add-on-label {
  display: table;
}
.add-on-option {
  margin-bottom: 8px;
}
/*-------------------------------------- Menu Pop Up --------------------------------------*/
@media only screen and (max-width: 450px) {
  .item-list .item-container:nth-child(2n+1) {
    clear: left;
  }
  .forDesktop {
    display: none;
  }
  .forMobile {
    display: initial;
  }
  .item-section {
    padding-bottom: 70px;
    padding-top: 88px;
  }
}
@media only screen and (min-width: 500px) {
  .forDesktop {
    display: initial;
  }
  .forMobile {
    display: none;
  }
}
.close {
  opacity: .7;
}
.forMobile {
  position: absolute;
  max-width: 130px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  top: 30px;
  font-size: 16px;
}
.modelBodyTitleWrp {
  background: repeating-linear-gradient(45deg, #2b2b2b, #272727 5px, #5d5d5d 0, #5d5d5d 10px);
  padding: 7px 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  display: inline-block;
  top: 0;
}
.modelBodyTitle {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.main_chooser .modal-backdrop.in,
.menu_main .modal-backdrop.in {
  display: none;
}
#containerBox {
  background: rgba(232, 232, 232, 0.52);
}
.custom-footer-nk-menu {
  background: #b71825;
  font-weight: bold;
}
.custom-footer-nk-header {
  font-weight: bold;
}
.custom-footer-nk-header a {
  color: #ffffff;
}
.item-list .item-container .item-unavailable {
  background: #ddd;
  border: 1.1px solid #777;
  border-radius: 6px;
  width: 100%;
}
.item-list .item-container .item-unavailable:hover {
  background: #ddd;
  color: #000000;
}
.item-list .item-container .item-unavailable span {
  display: block;
}
.main-menu-items .panel-title.favourite-cat-b {
  background: #b71825;
}
.main-menu-items .panel-title.favourite-cat-b a,
.main-menu-items .panel-default .panel-title.favourite-cat-b a[aria-expanded="true"] {
  color: #ffffff;
}
.fa-star.item-is-favourite-star {
  color: #ff9509;
}
.fa-star-o.item-is-not-favourite-star {
  color: #5f5f5f;
}
.item-image + .fa-star-o,
.item-image + .fa-star {
  display: none;
}
@media (max-width: 767px) {
  .item-details-wrapper .item-name .fa-star-o,
  .item-details-wrapper .item-name .fa-star {
    display: none;
  }
  .item-image + .fa-star-o,
  .item-image + .fa-star {
    display: block;
  }
}
md-dialog-actions button.md-button.md-primary:nth-child(2) {
  color: #b71825 !important;
  background: #ffffff;
  border: 1px solid #b71825;
}
md-dialog-actions button.md-button.md-primary:first-child,
md-dialog-actions .md-button.md-default-theme.md-primary:first-child {
  color: #ffffff !important;
  background: #b71825;
  border: 1px solid #b71825;
}
md-dialog-actions button.md-button.md-primary:first-child:hover,
md-dialog-actions .md-button.md-default-theme.md-primary:first-child:hover {
  background: #b71825;
  color: #ffffff;
}
/*Customize popup section*/
input[type='radio'],
input[type='checkbox'] {
  display: none;
}
span.customRadio {
  display: none;
}
input[type="radio"] + span.customRadio {
  display: inline-block;
}
input[type="radio"] + span.customRadio::after {
  content: "\f3a6";
  font-family: "Ionicons";
  position: relative;
  color: #b71825;
  top: -8px;
  font-size: 25px;
}
.customize-combo-item-label input[type="radio"] + span.customRadio::after {
  top: 4px;
  right: 5px;
}
input[type="radio"]:checked + span.customRadio::after {
  content: "\f3a7";
  font-family: "Ionicons";
  position: relative;
  top: -8px;
  font-size: 25px;
  color: #b71825;
}
.customize-combo-item-label input[type="radio"]:checked + span.customRadio::after {
  top: 4px;
}
input[type="checkbox"] {
  width: 25px;
  height: 25px;
  cursor: default;
  opacity: 0;
}
input[type="checkbox"] + span.customCheckbox:before {
  content: "\f372";
  font-family: "Ionicons";
  position: relative;
  color: #b71825;
  top: -8px;
  font-size: 25px;
}
input[type="checkbox"]:checked + span.customCheckbox:before {
  content: "\f373";
  font-family: "Ionicons";
  position: relative;
  color: #b71825;
  top: -8px;
  font-size: 25px;
}
.md-block input[type='radio'],
.md-block input[type='checkbox'] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 12;
  cursor: pointer;
}
.gdprLink {
  position: relative;
  top: -10px;
  left: 5px;
}
.customCheckboxGdpr {
  position: relative;
  top: -10px;
}
input[type="checkbox"] ~ span.customCheckboxGdpr:after {
  content: "\f372";
  font-family: "Ionicons";
  position: relative;
  color: #b71825;
  top: 3px;
  font-size: 25px;
}
input[type="checkbox"]:checked ~ span.customCheckboxGdpr:after {
  content: "\f373";
  font-family: "Ionicons";
  position: relative;
  color: #b71825;
  top: 3px;
  font-size: 25px;
}
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;
}
/* popup section style */
.customize-addon-accordian-name {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.customize-addon .panel-default {
  padding: 20px 0px 0px 0px;
}
.customize-section {
  bottom: 0px;
  height: auto;
  min-height: 50%;
  max-height: 90%;
  background: #f8f8f8;
  /*    padding:0px 0px 100px 0px !important;*/
}
.customize-section .fluid-continer.white-bg .item-img {
  display: inline-block;
  float: left;
  margin-right: 20px 0px;
}
.customize-section .fluid-continer.white-bg .item-img img {
  max-width: 70px;
  margin-right: 30px;
}
.customize-section .fluid-continer.white-bg .item-name {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
  /*font-family: OSBold;*/
}
.customize-section .fluid-continer.white-bg .item-desc {
  color: #88898a;
}
.customize-section .btn-price-box {
  display: table;
  padding: 10px 12px 10px 12px;
}
.customize-section .btn-price-box .item-add-button,
.customize-section .btn-price-box .item-close-button {
  border: 1px solid #b71825;
  padding: 5px 0px;
  border-radius: 3px;
  width: 70px;
  font-weight: 500;
}
.customize-section .btn-price-box .item-add-button {
  background: transparent;
  color: #b71825;
  margin-right: 10px;
}
.customize-section .btn-price-box .item-add-button:hover {
  color: #ffffff;
  background: #b71825;
}
.customize-section .btn-price-box .item-close-button {
  background: #fff;
  color: #b71825;
}
.customize-section .customize-section-item-details {
  padding: 20px 20px 0px 20px;
}
.customize-section .customize-section-item-details .customize-combo-option-name {
  font-size: 16px;
  color: #000000;
  padding: 10px 0px;
  font-weight: 500;
}
.customize-section .customize-section-item-details label {
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0px;
}
.customize-section .customize-section-item-details .attribute-option {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #dfdfdf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.customize-section .customize-section-item-details .item-increment-button {
  margin-right: 2px;
}
.customize-section .scrollable-section {
  overflow-y: auto;
}
.customize-section-container .customize-addon-option-section {
  padding-top: 12px;
}
.customize-section-container .customize-addon-option-info,
.customize-section-container .customize-variant-name {
  padding-left: 10px;
}
.customize-section-container .customize-addon-option-info img {
  height: 60px;
  border-radius: 5px;
}
.customize-section-container .customize-addon-label,
.customize-section-container .customize-variant-label {
  width: 100%;
  display: inline-flex;
  padding-top: 0px !important;
  margin-bottom: 0px;
}
.customize-section-container .add-on-section {
  padding: 0px;
}
.customize-addon-accordian-name {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .add-on-label {
    margin: 0px 45px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .md-dialog-fullscreen {
    position: fixed;
  }
  .md-dialog-container {
    display: block;
  }
  .variant-section-description {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .customize-section-container .item-qty-cust {
    position: absolute;
    width: 100%;
    z-index: 3;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 11px;
    padding-top: 7px;
    box-shadow: 0px -2px 13px 0px #d8d8d8;
  }
  .customize-section-item-details label {
    padding: 6px 0px !important;
  }
  .customize-section-item-details .popup-scroll-area {
    overflow-y: auto;
  }
  .customize-section-item-details .mobile-enable.row {
    position: fixed !important;
    bottom: 0px;
    background: #fff;
    width: 100%;
    left: 0px;
    margin: 0px;
    z-index: 1;
    box-shadow: 2px -2px 9px -2px #d8d8d8;
  }
  .customize-section {
    min-height: 100%;
  }
  .customize-section .fluid-continer.white-bg {
    padding: 0px;
  }
  .customize-section-item-info {
    /*padding: 6px 10px 0px 16px;*/
  }
}
.main_chooser {
  /*Footer page style*/
  /*.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
        color: @primary-highlight-color !important;
    }*/
  /*------------------------------- Group Ordering --------------------------------------*/
  /*@media screen and (max-width: 767px) and (min-width: 320px) {
        .restolabs-ordering > div {
            .main-bg-container {
                background: url(http://dev-rws-restolabs.pantheonsite.io/unification/img/chooser-background-mob.jpg);
                background-size: cover;
            }
        }
    }

    .restolabs-ordering > div .main-bg-container {
        background: url(http://dev-rws-restolabs.pantheonsite.io/unification/img/chooser-background.jpg);
        background-size: cover;
        padding-bottom: 50px;
    }

    .md-title {
        font-weight: 200;
    }

    .order-type-separator {
        padding-left: 10px;
        padding-right: 30px;
    }

    .restaurant-main-section {
        min-height: unset;

        .delivery-mode-container {

            .mode-title.selected {
                background: url(/unification/templates/default/chooser/images/checkcirle.png) no-repeat;
                background-size: 25px 25px;
                padding-left: 30px;
            }

            @media (max-width: 767px) {
                .mode-title {
                    padding-top: 5px !important;
                    padding-bottom: 5px !important;
                }

                .mode-title.selected {
                    background-position-y: 2px;
                    background-size: 22px 22px;
                }

                .order-type-separator {
                    padding-right: 10px;
                }

                .cart-container {
                    .white-bg.fix-padding {
                        padding: 15px 15px 10px !important;
                    }
                }
            }
        }
    }

    .mode-option.ng-scope {
        .mode-title.selected {
            background: none;
            border-bottom: none;
        }
    }

    .chooser_main_group_order {
        max-width: 420px;
        margin: auto;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px 10px 10px;

        span {
            font-size: 14px;
            font-weight: 200;
        }
    }

    .group_order_hidden{
        display: none;
    }

    .restaurant-main-section {
        .goto-menu-btn {
            max-width: 420px;
            float: none;
            margin: auto;

            .primary-btn {
                width: 100%;
                padding: unset;
                margin: 0;
            }
        }
    }

    .cart-container {
        .cart-footer {
            .primary-btn {
                text-transform: capitalize;
            }
        }

        .white-bg.fix-padding {
            padding: 15px 0px 10px !important;
        }

        .tip-section {
        .apply-tip {
            padding: 2px 8px;
        }
        }
    }

    .go_cmplt_grp_ord {
        font-size: 13px !important;
        display: inline-block;
        background: #fff !important;
        color: #576D09 !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        padding: 5px 5px !important;
    }

    .go_vw_grp_ord {
        .go_cmplt_grp_ord;
        padding: 5px 15px !important;
    }

    .go_indv_checkout {
        font-size: 15px !important;
        font-weight: 300;
        display: block;
        width: 100%;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .go_shw_my_ord {
        .go_cmplt_grp_ord;
        font-size: 13px !important;
        text-transform: none !important;
    }

    .md-transition-in {
        max-width: 565px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 10px 0;

        .md-dialog-content {
            padding-bottom: 0;
        }

        .md-title {
            font-size: 16px;
            text-align: center;
            font-weight: 500;
            color: #000;
        }

        .md-dialog-content-body {
            p {
                font-size: 14px;
                color: #000;
                padding: 10px 15px 0;
                text-align: center;
            }
        }

        md-dialog-actions {
            margin: auto;
        }

        .md-button {
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 20px;
            margin-top: 0;
            padding: 5px 10px;
            border: 1px solid;
            line-height: 20px;
            min-height: 30px;
            font-weight: 400;
        }

        .confirm-yes {
            background: #576D09;

            &:hover {
                background: #576D09 !important;
            }

            span {
                color: #fff;
            }
        }

        .confirm-no {
            border: 1px solid #1f1f1f;

            span {
                color: #1f1f1f;
            }
        }
    }*/
}
.main_chooser .top-header {
  width: unset;
  margin: auto;
  padding: unset;
  text-align: center;
  position: unset;
  height: unset;
  margin-bottom: 30px;
}
.main_chooser .restolabs-ordering {
  /*    background: url('../img/chooser-background.jpg');
        background-size: 100% 100%;*/
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main_chooser .md-datepicker-input-mask-opaque {
  background: transparent;
}
.main_chooser .restolabs-ordering > div {
  height: 100%;
}
.main_chooser .restolabs-ordering > div .main-bg-container {
  background: url('/unification/img/theme_40/chooser-background.jpg');
  background-size: cover;
  min-height: 100%;
}
.main_chooser .rotating_spinner {
  position: absolute;
  top: 45%;
  left: 49%;
  z-index: 999;
}
.main_chooser .restaurant-main-section {
  color: #ffffff;
  font-size: 14px;
  background: #fff;
  color: #000;
  min-height: 350px;
  position: relative;
  /*padding-top: 2px;*/
  border-radius: 5px;
  /*    z-index: 99;*/
  /*    .date-time-picker{
            md-datepicker{
                background: #fff;
                padding: 5px 0px;
                margin-right: -5px;
                border-top:2px solid #fff;
                .md-datepicker-expand-triangle{
                    background: rgba(0, 0, 0, 0) url("../../img/down-arrow.png") no-repeat;
                    width: 15px;
                    height: 15px;
                    background-size: 100% 100%;
                    margin-left: -15px;
                    margin-top: 6px;
                    display:inline-block;
                    position:relative;
                    border:none;

                }
            }
            label{
                background:#fff;
                select{
                    color: @textcolor;;
                    font-weight: normal;
                    padding: 3px;
                    height:27.5px;
                    width:115px;
                    padding-left:28px;

                    background:url("../../img/time-box.jpg") no-repeat;
                    background-size:100% 100%;
                    -webkit-appearance: none;
                   -moz-appearance: none;
                    appearance: none;

                }
            }
            select:after{
                content:'';
                height:10px;
                width:10px;
                display:inline-block;
                background:red;
            }
        }*/
  /*.arae1{
        margin-right: 2px;
        margin-left: 1px;
    }*/
  /*    .select-time::after{
            content: "\f3d0";
            font-family: "Ionicons";
            position: relative;
            left: -34px;
            top: 3px;
            font-size: 20px;
            width: 7px;
            font-weight: 500;
        }*/
  /*location list container */
}
.main_chooser .restaurant-main-section .Restaurant-welcome-text1 {
  font-size: 18px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.main_chooser .restaurant-main-section .chooser-grp-order-section {
  display: none;
}
.main_chooser .restaurant-main-section .Restaurant-welcome-text2 {
  font-size: 22px;
  font-weight: normal;
}
.main_chooser .restaurant-main-section .delivery-mode-container {
  text-align: center;
  font-size: 16px;
  /*margin-bottom: 28px;*/
  /*margin-top: 35px;*/
  box-shadow: inset 0 0 46px #C5C5C5;
  border-radius: 5px;
  padding: 0;
  display: flex;
  margin-bottom: 30px;
  margin-top: 0;
  width: 100%;
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-title {
  outline: none;
  flex: 1 0 0;
  padding: 5px 0;
  border-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.main_chooser .restaurant-main-section .delivery-mode-container .del-type-sep {
  display: none;
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-title.selected {
  color: #ffffff;
  background: #b71825;
  outline: none;
  font-weight: 500;
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-title.selected .mode-title-text {
  /*border-bottom: 2px solid;*/
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-title:hover {
  /*color: @primary-highlight-color;*/
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-option {
  color: #818181;
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-option:nth-child(2) .mode-title {
  /*            border-left:1px solid @textnegetivecolor;
                border-right:1px solid @textnegetivecolor;*/
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-option .mode-title::before {
  content: "\f401";
  font-family: "Ionicons";
  position: relative;
  left: -2px;
  top: 0;
  font-size: 20px;
  color: rgba(250, 235, 215, 0);
  width: 7px;
  font-weight: 800;
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-option .selected::before {
  content: "\f3fe";
  font-family: "Ionicons";
  position: relative;
  left: -2px;
  top: 2px;
  font-size: 20px;
  width: 7px;
  color: #ffffff;
  font-weight: 800;
}
.main_chooser .restaurant-main-section .delivery-mode-container .mode-option:last-child .del-type-sep {
  display: none;
}
.main_chooser .restaurant-main-section .area-chooser {
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  margin-bottom: 25px;
}
.main_chooser .restaurant-main-section .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: 92%;
  background-size: 16px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 35px;
  border: none;
  /*              -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;*/
}
.main_chooser .restaurant-main-section .area-chooser .area2 {
  position: relative;
}
.main_chooser .restaurant-main-section .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: 92%;
  background-size: 16px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 50px;
  border-left: 1px solid #9e9e9e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main_chooser .restaurant-main-section .area-chooser .area2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.main_chooser .restaurant-main-section .area-chooser .area2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.main_chooser .restaurant-main-section .area-chooser .area2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.main_chooser .restaurant-main-section .area-chooser .area2 :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.main_chooser .restaurant-main-section .area-chooser .area2 #_dropdown {
  position: absolute;
  width: 235px;
  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;
}
.main_chooser .restaurant-main-section .area-chooser .area2 #_dropdown .angucomplete-row {
  cursor: pointer;
  padding-left: 14px;
}
.main_chooser .restaurant-main-section .area-chooser .area2 #_dropdown .angucomplete-row:hover {
  background: #b71825;
  color: #ffffff;
}
.main_chooser .restaurant-main-section .area-chooser .area2.col-md-12 input,
.main_chooser .restaurant-main-section .area-chooser .area2.col-sm-12 input {
  margin: auto;
}
.main_chooser .restaurant-main-section .area-chooser .area2.col-md-12 #_dropdown,
.main_chooser .restaurant-main-section .area-chooser .area2.col-sm-12 #_dropdown {
  position: relative !important;
  margin: auto;
}
.main_chooser .restaurant-main-section .area-chooser .area2.col-md-12 #_dropdown .angucomplete-row,
.main_chooser .restaurant-main-section .area-chooser .area2.col-sm-12 #_dropdown .angucomplete-row {
  text-align: left;
}
.main_chooser .restaurant-main-section .area-chooser-btn .primary-btn {
  background: #b71825;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 28px;
  padding: 0px 50px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 5px;
  filter: brightness(115%);
}
.main_chooser .restaurant-main-section .area-chooser-btn .primary-btn:hover {
  filter: brightness(100%);
}
.main_chooser .restaurant-main-section .now-later {
  /*padding-top: 15px;*/
  padding-bottom: 25px;
  /*        label:nth-child(1){
                margin-right:10px;
            }
            label:nth-child(2){
                margin-left:10px;
            }*/
  /*        label:hover{
                background:@primary-highlight-color;
            }*/
  /*        label.selected:hover{
                background:transparent;
            }*/
}
.main_chooser .restaurant-main-section .now-later .now-later-wrapper {
  box-shadow: inset 0 0 46px #C5C5C5;
  border-radius: 5px;
}
.main_chooser .restaurant-main-section .now-later label {
  padding: 0px 11px 0px 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  width: 48%;
}
.main_chooser .restaurant-main-section .now-later label .customRadio {
  display: none;
}
.main_chooser .restaurant-main-section .now-later .onlyLater {
  width: auto;
}
.main_chooser .restaurant-main-section .now-later label.selected {
  background: #b71825;
  border-radius: 5px;
  margin: 4px 0px 4px 0px;
  color: #ffffff;
}
.main_chooser .restaurant-main-section .now-later label.selected .customize-variant-name span {
  line-height: 1.8;
}
.main_chooser .restaurant-main-section .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;
}
.main_chooser .restaurant-main-section .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;
}
.main_chooser .restaurant-main-section .now-later .onlyLater {
  width: auto;
  cursor: text;
  padding: 0;
  margin: 0;
}
.main_chooser .restaurant-main-section .now-later label:first-child {
  text-align: center;
}
.main_chooser .restaurant-main-section .now-later label:last-child {
  text-align: center;
}
.main_chooser .restaurant-main-section .date-time-picker {
  border: 1px solid #9e9e9e;
  height: 42px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.main_chooser .restaurant-main-section .area-chooser .area2 {
  padding: 0px;
}
.main_chooser .restaurant-main-section .arae1,
.main_chooser .restaurant-main-section area2 {
  padding: 0px;
  /*        width:auto;*/
}
.main_chooser .restaurant-main-section .area2 #_dropdown {
  width: 100% !important;
}
.main_chooser .restaurant-main-section .chooser-page-content-wrap {
  width: 430px;
  margin: auto;
  display: table;
}
.main_chooser .restaurant-main-section md-datepicker {
  /*    display: inline-table;
        border: 1px solid rgb(158, 158, 158);*/
  padding-right: 40px;
  margin-right: 0px;
  width: 50%;
  height: 42px;
  line-height: 42px;
  float: left;
  /*.md-button:not([disabled]).md-focused {
                background: none;
                background-color: transparent;
            }*/
}
.main_chooser .restaurant-main-section md-datepicker .md-button.md-icon-button {
  margin: 0;
  height: 0px;
  line-height: 0px;
  margin-left: 0;
  padding: 0;
}
.main_chooser .restaurant-main-section md-datepicker .md-datepicker-input-container {
  padding-bottom: 0px;
  margin-left: 0px;
  border-bottom-style: none;
  height: 35px;
  line-height: 0;
}
.main_chooser .restaurant-main-section md-datepicker .md-datepicker-input {
  pointer-events: none;
}
.main_chooser .restaurant-main-section md-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
  left: -115px;
  top: 0px;
  width: 199px;
  background: rgba(0, 0, 0, 0) url(/unification/img/down-arrow.png) no-repeat;
  background-position: 85%;
  background-size: 16px;
}
.main_chooser .restaurant-main-section md-datepicker .md-datepicker-expand-triangle {
  display: none;
}
.main_chooser .restaurant-main-section .select-time {
  border-left: 1px solid #9e9e9e;
  width: 50%;
  background: none;
  position: relative;
}
.main_chooser .restaurant-main-section .select-time select {
  height: 40px;
  line-height: 40px;
  width: 100%;
  /*border: 1px solid rgb(158, 158, 158);*/
  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;
}
.main_chooser .restaurant-main-section .select-time::before {
  content: "\f402";
  font-family: "Ionicons";
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 20px;
  width: 7px;
  font-weight: 800;
  z-index: 10;
}
.main_chooser .restaurant-main-section .goto-menu-btn button {
  margin: 0px;
  width: 406px;
}
.main_chooser .restaurant-main-section .info-text {
  /*padding-bottom: 25px;*/
  font-size: 14px;
  display: inline-block;
  width: 100%;
  color: #9e9e9e;
}
.main_chooser .restaurant-main-section .goto-menu-btn {
  padding-top: 25px;
  padding-bottom: 25px;
}
.main_chooser .restaurant-main-section .goto-menu-btn div {
  padding-bottom: 10px;
}
.main_chooser .restaurant-main-section .goto-menu-btn .primary-btn {
  color: #ffffff;
  background: #b71825;
  padding: 3px 30px;
  border-radius: 5px;
  font-size: 18px;
  filter: brightness(115%);
  width: 100%;
}
.main_chooser .restaurant-main-section .goto-menu-btn .primary-btn:hover {
  filter: brightness(100%);
}
.main_chooser .restaurant-main-section .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;
  margin-bottom: 30px;
}
.main_chooser .restaurant-main-section .location-list select.decorated option:hover {
  /*                box-shadow: 0 0 10px 100px #1882A8 inset;*/
}
.main_chooser .restaurant-main-section .map-container input {
  width: 281px;
  color: #000;
  max-width: 95%;
  margin-bottom: 15px;
  height: 40px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 14px;
  border: 1px solid #9e9e9e;
}
.main_chooser .restaurant-main-section .map-container .primary-btn {
  color: #ffffff;
  background: #b71825;
  border-radius: 0px;
  padding: 0px 45px;
  margin-right: 0px;
  filter: brightness(115%);
  border-radius: 5px;
}
.main_chooser .restaurant-main-section .map-container .primary-btn:hover {
  filter: brightness(100%);
}
.main_chooser .restaurant-main-section .map-container .map-box {
  float: none;
  /*            locationpicker{
                    float:none !important;
                }*/
}
.main_chooser .restaurant-main-section .map-container .map-box #location_chooser {
  float: initial !important;
  display: inline-block;
  width: 405px !important;
  max-width: 100%;
  border-radius: 5px;
}
.main_chooser .resto-footer {
  background: #211715;
  padding: 15px;
  color: #ffffff;
}
.main_chooser .resto-footer .f-title,
.main_chooser .resto-footer .s-title {
  font-size: 18px;
}
.main_chooser .resto-footer .powerby a {
  color: #ffffff;
  text-decoration: none;
  padding-top: 20px;
}
.main_chooser .resto-footer .social a {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}
.main_chooser .resto-footer .social .f-icon {
  background: url("/unification/img/facebook.png") no-repeat;
}
.main_chooser .resto-footer .social .t-icon {
  background: url("/unification/img/twitter.png") no-repeat;
}
.main_chooser .resto-footer .social .insta-icon {
  background: url("/unification/img/instagram.png") no-repeat;
}
.main_chooser .resto-header .top-header .navbar-toggleable-md {
  margin-right: 0;
  font-size: 18px;
}
@media screen and (max-width: 450px) {
  .main_chooser .restaurant-main-section .delivery-mode-container .mode-title {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .main_chooser .restaurant-main-section {
    /*        .arae1 {
                margin-right: 2px;
                margin-left: 1px;
            }*/
  }
  .main_chooser .restaurant-main-section .chooser-page-content-wrap {
    width: auto;
    padding: 0px 20px 10px 20px;
    display: block;
  }
  .main_chooser .restaurant-main-section .map-container input {
    max-width: 100%;
  }
  .main_chooser .restaurant-main-section .map-container .primary-btn {
    margin-left: 0px;
  }
  .main_chooser .restaurant-main-section .goto-menu-btn button {
    width: 100%;
  }
  .main_chooser .restaurant-main-section .now-later label {
    font-size: 16px;
    width: 48%;
  }
  .main_chooser .restaurant-main-section .now-later .onlyLater {
    width: auto;
  }
  .main_chooser .restaurant-main-section .info-text {
    font-size: 15px;
  }
  .main_chooser .restaurant-main-section .goto-menu-btn .primary-btn {
    padding: 0px;
  }
  .main_chooser .restaurant-main-section md-datepicker {
    /*margin-bottom: 10px;*/
  }
  .main_chooser .restaurant-main-section md-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
    left: -115px;
    background: none;
  }
  .main_chooser .restaurant-main-section md-datepicker .md-button.md-icon-button {
    margin-left: -10px;
  }
  .main_chooser .restaurant-main-section md-datepicker .md-button.md-icon-button {
    width: 33px;
    margin-left: 0px !important;
  }
  .main_chooser .restaurant-main-section .delivery-mode-container {
    font-size: 16px;
  }
  .main_chooser .restaurant-main-section .delivery-mode-container .mode-title {
    /*padding: 0px 9px;*/
  }
  .main_chooser .restaurant-main-section .delivery-mode-container .mode-option .mode-title::before {
    content: "";
  }
  .main_chooser .restaurant-main-section .delivery-mode-container .mode-option .selected::before {
    content: "\f3fe";
  }
  .main_chooser .restaurant-main-section .area-chooser-btn .primary-btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 374px) {
  .main_chooser .restaurant-main-section .delivery-mode-container .mode-title {
    /*padding: 0px 0px;*/
  }
  .main_chooser .select-time select {
    padding-left: 36px !important;
  }
  .main_chooser .now-later label {
    /*padding: 5px 6px !important;*/
    width: 48%;
  }
  .main_chooser .customize-variant-name.customize-name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main_chooser .restaurant-main-section .now-later {
    /*padding-top: 15px;*/
  }
  .main_chooser .Restaurant-welcome-text1 {
    /*display: none;*/
  }
  .main_chooser .area-chooser {
    margin: auto;
  }
  .main_chooser .area-chooser .arae1 {
    display: flex;
  }
  .main_chooser .area-chooser .arae1 select.pull-right {
    float: none;
    width: 100%;
    background-position: 92%;
    padding-right: 20%;
  }
  .main_chooser .area-chooser .area2 {
    display: inline-block;
    width: 100%;
  }
  .main_chooser .area-chooser .area2 angucomplete {
    display: inline-block;
    width: 100%;
  }
  .main_chooser .area-chooser .area2 angucomplete input {
    width: 100%;
    background-position: 92%;
    padding-right: 20%;
  }
  .main_chooser .restaurant-main-section .area-chooser {
    border: none;
    border-radius: 0px;
  }
  .main_chooser .restaurant-main-section .area-chooser .arae1 select {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
  }
  .main_chooser .restaurant-main-section .area-chooser .area2 input {
    border: 1px solid #9e9e9e;
    margin-top: 25px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 450px) {
  .main_chooser .restaurant-main-section .area-chooser .arae1 select.pull-right {
    float: left !important;
    /*        width: 50%;*/
  }
  .main_chooser .restaurant-main-section .area-chooser .arae1 {
    /*                width: 50% !important;*/
  }
  .main_chooser .restaurant-main-section .area-chooser .area2 {
    display: block;
    /*                width: 50%;*/
  }
  .main_chooser .delivery-mode-container .mode-title {
    /*padding: 0px 22px 0px 10px;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .main_chooser .area-chooser {
    height: 42px;
    display: block;
  }
}
@media (min-width: 767px) {
  .main_chooser .restaurant-main-section .now-later label.selected::before {
    font-size: 24px;
  }
  .main_chooser .restaurant-main-section .now-later label {
    padding: 0px 26px 0px 11px;
  }
  .main_chooser .restaurant-main-section .delivery-mode-container {
    font-size: 16px;
    /*margin-top: 20px;*/
  }
  .main_chooser .restaurant-main-section .delivery-mode-container .mode-option .selected::before {
    top: 2px;
    font-size: 22px;
  }
  .main_chooser .restaurant-main-section .delivery-mode-container .mode-title {
    /*padding: 0px 22px 0px 10px;*/
  }
  .main_chooser .restaurant-main-section {
    width: 700px;
    margin: auto;
    min-height: 450px;
  }
}
.main_chooser .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.main_chooser .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #b71825 !important;
  color: #ffffff !important;
}
.main_chooser .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: #b71825 !important;
}
.main_chooser .md-datepicker-open .md-datepicker-calendar-icon {
  color: rgba(0, 0, 0, 0.54) !important;
}
.main_chooser .dropdown .dropdown-toggle a {
  color: #b71825;
  cursor: pointer;
}
.main_chooser .dropdown .dropdown-toggle a:focus {
  color: #b71825;
}
.main_chooser .dropdown .dropdown-toggle a:hover {
  color: #b71825;
  background: unset;
}
.main_chooser .dropdown .dropdown-menu {
  padding-left: 0;
  width: auto;
  border-radius: 4px;
  margin-top: 2px;
}
.main_chooser .dropdown .dropdown-menu li {
  cursor: pointer;
}
.main_chooser .user-img {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
}
.main_chooser .user-img:hover {
  background: #b71825;
  color: #ffffff;
  border-color: #b71825;
}
.main_chooser .user-img img {
  width: 30px;
  height: 30px;
  display: none;
}
.gdpr-cookie-alert .cookiealert {
  margin-bottom: 0px;
}
.navbar-brand {
  color: #ffffff;
  cursor: unset;
}
.navbar-brand:hover {
  color: #cbcbcb;
}
.nav > li > a {
  color: #ffffff;
  cursor: pointer;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: unset;
  color: #cbcbcb;
}
.click-here-my-order {
  color: #b71825;
  font-size: initial;
}
.my-previous-orders {
  box-shadow: inset 0 0 46px #C5C5C5!important;
  border-radius: 5px !important;
  background: #ddd !important;
  border: 1px solid #C5C5C5!important;
  color: #000 !important;
}
@media only screen and (max-width: 768px) {
  .main_chooser .restaurant-main-section .area-chooser .area2 #_dropdown {
    bottom: 65%;
    max-height: 120px;
  }
}
/*Responsive desing for Unification code*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .mobile-disable {
    display: none !important;
  }
  .mobile-enable .navbar-nav {
    /*padding-top:25px;*/
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-enable .navbar-nav .login-user {
    background-position: 0px 12px;
  }
  .mobile-enable .navbar-nav .info-btn {
    background-position: 0px 10px;
  }
  .restaurant-main-section {
    /*        .location-list{
            select{
                width:285px;
                background-position:250px;
            }
        }*/
  }
  .restaurant-main-section .Restaurant-welcome-text1,
  .restaurant-main-section .Restaurant-welcome-text2 {
    font-size: 20px;
    text-align: center;
    /*padding-top:0px;*/
  }
  .restaurant-main-section .Restaurant-welcome-text2 {
    font-size: 15px;
    text-align: center;
    padding-top: 0px;
  }
  .menu-heading .log-search .navbar-brand {
    display: none;
  }
  /*    item -list dispaly responsive*/
  .item-section {
    height: inherit !important;
  }
  .item-list {
    padding-bottom: 50px;
  }
  .item-list .item-container .item-mid {
    padding-right: 0px;
  }
  .item-list .item-container .item-mid .item-name {
    font-size: 16px;
    word-wrap: break-word;
  }
  .item-list .item-container .item-mid .item-price {
    display: inline-block;
    text-align: right;
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
  }
  .item-list .item-container .item-mid .item-desc {
    font-size: 15px;
    clear: both;
    display: inline-block;
    text-align: justify;
  }
  .item-list .item-container .item-customize-button,
  .item-list .item-container .item-add-button {
    font-weight: 500;
  }
  /*Mobile enable fixed cart*/
  .fixed-cart.mobile-enable {
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #b71825;
  }
  .fixed-cart.mobile-enable .show-full-cart {
    border-radius: 0px;
  }
  .fixed-cart.mobile-enable .show-full-cart .viewdetail-text {
    width: 100%;
  }
  .fixed-cart.mobile-enable .primary-btn {
    padding: 11.5px;
  }
  .customize-section-item-details .mobile-enable.row {
    position: fixed !important;
    bottom: 0px;
    background: #fff;
    width: 100%;
    left: 0px;
  }
  .item-list .item-container button:hover {
    background: transparent;
    color: #b71825;
  }
  .item-qnt {
    padding-bottom: 4.5px;
  }
  /*Menu page header*/
  .resto-menu-header,
  .resto-header {
    padding-bottom: 10px;
  }
  .resto-menu-header .navbar-brand,
  .resto-header .navbar-brand {
    display: none;
  }
  .resto-menu-header .serach-box input,
  .resto-header .serach-box input {
    width: 150px;
    margin-left: 0px;
    font-size: 15px;
    border-radius: 0px;
  }
  .resto-menu-header .location-changer,
  .resto-header .location-changer {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
  }
  .resto-menu-header .location-changer a,
  .resto-header .location-changer a {
    display: inline-block;
    height: 50px;
  }
  .resto-menu-header .divder-line.mobile-enable.pull-right,
  .resto-header .divder-line.mobile-enable.pull-right {
    margin-top: 33px;
    margin-right: 10px;
  }
  .resto-menu-header nav,
  .resto-header nav {
    border-top: none;
    padding-top: 15px;
    padding-bottom: 15px;
    /*Login drop down */
  }
  .resto-menu-header nav .navbar-toggler,
  .resto-header nav .navbar-toggler {
    border: medium none;
    height: 30px;
    outline: medium none;
    width: 30px;
    background: url("/unification/img/side-menu.png") no-repeat;
    background-size: contain;
    margin-top: 5px;
  }
  .resto-menu-header nav .nav,
  .resto-header nav .nav {
    margin: 0px;
  }
  .resto-menu-header nav .collapsing,
  .resto-header nav .collapsing,
  .resto-menu-header nav .collapse.in,
  .resto-header nav .collapse.in {
    position: absolute;
    right: 0;
    background: #ffffff;
    color: #000000;
    z-index: 80;
    top: 40px;
    border: 1px solid #000000;
    min-width: 200px;
    padding-left: 0;
  }
  .resto-menu-header nav .collapsing a,
  .resto-header nav .collapsing a,
  .resto-menu-header nav .collapse.in a,
  .resto-header nav .collapse.in a {
    color: #000000;
    padding: 10px;
  }
  .resto-menu-header nav .collapsing a i,
  .resto-header nav .collapsing a i,
  .resto-menu-header nav .collapse.in a i,
  .resto-header nav .collapse.in a i {
    padding-right: 8px;
  }
  .resto-menu-header nav .mobile-disable,
  .resto-header nav .mobile-disable {
    display: none;
  }
  .resto-menu-header nav .mobile-cart.cart-container,
  .resto-header nav .mobile-cart.cart-container {
    height: 100% !important;
  }
  .resto-menu-header nav .angucomplete-title,
  .resto-header nav .angucomplete-title {
    width: 100%;
  }
  .resto-menu-header nav .mobile-enable.top-saction,
  .resto-header nav .mobile-enable.top-saction {
    /*min-height:75px;*/
    /*background:url("../../img/side-menu-image.jpg") no-repeat 100% 100%;*/
    /*display:inline-block;*/
  }
  .resto-menu-header nav .mobile-enable.top-saction .user-image-icon,
  .resto-header nav .mobile-enable.top-saction .user-image-icon {
    display: none;
    width: 50px;
    height: 50px;
    clear: both;
    margin: auto;
    background: url("/unification/img/logged-out-icon.png") no-repeat;
  }
  .resto-menu-header nav .mobile-enable.top-saction .user-image-icon img,
  .resto-header nav .mobile-enable.top-saction .user-image-icon img {
    max-width: 100%;
  }
  .resto-menu-header nav .mobile-enable.top-saction .user-hi,
  .resto-header nav .mobile-enable.top-saction .user-hi {
    font-size: 18px;
    color: #000000;
    padding-top: 10px;
  }
  .resto-menu-header nav #_dropdown,
  .resto-header nav #_dropdown {
    width: 100%;
  }
  .resto-menu-header nav .login-text,
  .resto-header nav .login-text {
    display: none !important;
  }
  .resto-menu-header nav .login-text-span,
  .resto-header nav .login-text-span {
    display: inline-block;
    margin-top: 2px;
  }
  .resto-menu-header nav .login-text-span img,
  .resto-header nav .login-text-span img {
    margin-left: -10px;
    margin-right: 10px;
  }
  .resto-header .navbar-brand {
    display: block;
  }
  .resto-header .collapse.in,
  .resto-header .collapsing {
    /*width:230px !important;*/
  }
  .fixed-cart {
    min-width: 320px;
  }
  #location_chooser {
    max-width: 100%;
  }
  .selected-adddress {
    display: inline-block;
  }
  /*customize section popoup*/
  .customize-section {
    max-height: 100%;
  }
  .customize-section .fluid-continer.white-bg {
    /*    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;*/
  }
  .customize-section .fluid-continer.white-bg .item-name {
    /*        font-weight:500;
        margin-bottom:5px;*/
  }
  .customize-section .customize-section-item-details {
    padding-top: 5px;
  }
  .customize-section .item-price {
    font-weight: 500;
  }
  .customize-section .item-close-button,
  .customize-section .item-add-button {
    width: 60px;
    font-size: 12px;
  }
  div.scrollable {
    padding-left: 0px;
    padding-right: 0px;
  }
  .parent-category-section {
    padding-top: 0px;
  }
  .parent-category-section .category-slick-section .nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-left: 0px !important;
  }
  .parent-category-section .category-slick-section .nav-tabs li.active a {
    background: #b71825;
    color: #ffffff;
    border-radius: 0px;
  }
  .parent-category-section .category-slick-section .nav-tabs .parent-category-title {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .parent-category-section .category-slick-section .nav-tabs .parent-category-title a {
    padding: 5px 25px 15px;
  }
  .parent-category-section .scrollable {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }
  .back-chooser {
    display: inline-block !important;
    width: 20px;
    height: 20px;
    background: url("/unification/img/BACK-ARROW.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-bottom: -10px;
  }
  .category-section .category-slick-section .nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px !important;
  }
  .category-section .category-slick-section .nav-tabs li.active > a {
    font-weight: bold;
  }
  /*mobile cart section*/
  .mobile-cart md-toolbar {
    background: #000000;
  }
  .mobile-cart md-toolbar h2 {
    text-align: center;
    width: 75%;
    font-weight: bold;
  }
  .mobile-cart md-toolbar .close-popup {
    background: url("/unification/img/BACK-ARROW.png") no-repeat;
    border-radius: 0px;
    background-size: 100% 100%;
  }
  .mobile-cart .cart-container-inner {
    overflow-y: scroll !important;
  }
  .mobile-cart .sub-total-section {
    display: inline-block;
    width: 100%;
  }
  .mobile-cart .item-price {
    font-weight: bold;
  }
  .mobile-cart .cart-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  .mobile-cart .cart-footer .hide-cart {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .mobile-cart .cart-footer .hide-cart:hover {
    background: #000000;
    color: #fff;
  }
  .mobile-cart .cart-footer .checkout-btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  md-bottom-sheet {
    z-index: 9999;
  }
  .promotion-close-button {
    left: 90px !important;
  }
  .customize-section {
    bottom: 20px;
  }
  .customize-section .scrollable-section {
    background: #fff;
  }
  .customize-section .scrollable-section .popup-scroll-area {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .customize-section .scrollable-section .popup-scroll-area .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .customize-section .scrollable-section .popup-scroll-area .customize-item-comment {
    padding-bottom: 2px;
  }
  .customize-section .col-md-12 {
    display: inline-block;
  }
  .customize-section .btn-price-box {
    width: 100%;
  }
  .customize-section .btn-price-box .item-add-button,
  .customize-section .btn-price-box .item-add-button:hover {
    background: #b71825;
    color: #fff;
  }
  md-bottom-sheet.customize-section {
    bottom: 20px;
  }
  md-bottom-sheet.customize-section .scrollable-section {
    background: #fff;
    overflow-y: inherit;
  }
  md-bottom-sheet.customize-section .scrollable-section .popup-scroll-area {
    overflow-y: auto;
  }
  md-bottom-sheet.customize-section .scrollable-section .popup-scroll-area .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  md-bottom-sheet.customize-section .scrollable-section .popup-scroll-area .customize-item-comment {
    padding-bottom: 75px;
  }
  md-bottom-sheet.customize-section .col-md-12 {
    display: inline-block;
  }
  md-bottom-sheet.customize-section .btn-price-box {
    width: 100%;
  }
  md-bottom-sheet.customize-section .btn-price-box .item-add-button,
  md-bottom-sheet.customize-section .btn-price-box .item-add-button:hover {
    background: #b71825;
    color: #fff;
  }
  md-dialog.md-dialog-fullscreen.login-popup {
    min-height: 95%;
    min-width: 95%;
  }
  .restaurant-main-section .now-later label {
    padding: 5px 10px;
  }
  .login-popup .no-btn-effect,
  .login-popup .no-btn-effect:hover,
  .login-popup .no-btn-effect:active,
  .login-popup .no-btn-effect:visited,
  .login-popup .no-btn-effect:focus {
    font-size: 13px !important;
  }
  .login-popup .google-btn {
    width: 150px;
  }
  .login-popup .google-btn .abcRioButton.abcRioButtonBlue {
    width: 100% !important;
    max-width: 100% !important;
  }
  .login-popup .fb-container {
    max-width: 100%;
  }
  .cc-mob {
    background: #fff;
  }
  .cc-mob .cc-btn {
    color: #b71825;
  }
  .md-calendar-selected-date .md-calendar-date-selection-indicator {
    border: 1px soild #b71825;
  }
  .login-popup .facebook-login {
    width: 130px;
  }
  /*    Button highlight disable*/
}
/*Iphone 5 specific css
@media screen and(max-width:320px){

    md-bottom-sheet.customize-section{
            bottom: 20px;
            top: 0px;
            position: fixed;
    }
}
*/
@media screen and (min-width: 768px) and (max-width: 990px) {
  .item-list .item-container .item-name {
    font-size: 16px;
  }
  .category-section .category-continer .category-title {
    font-size: 16px;
  }
  /*    button.item-decrement-button, button.item-increment-button{
        width:20px;
    }*/
}
/*For desktop size screen handling*/
@media screen and (min-width: 1920px) {
  .customize-section {
    height: 700px;
  }
  .customize-section .scrollable-section {
    overflow-y: auto;
  }
}
/*
For large screen size manly focus for HD screen*/
@media screen and (min-width: 1920px) {
  /*    .resto-footer{
        position: absolute;
        bottom:0px;
        width:100%;
        
    }*/
  /*.restaurant-main-section .date-time-picker md-datepicker{
    border-top:0px;
    border-top:none;
}*/
  .item-qnt {
    padding-bottom: 4px;
  }
}
/*@media screen and(max-width:1400px){
    .restaurant-main-section .date-time-picker md-datepicker{
        border-top:none;
    }
}*/
/********02/02/2018*********/
@media screen and (max-width: 767px) and (min-width: 320px) {
  .resto-menu-header .serach-box input {
    width: 156px;
  }
  .resto-menu-header .serach-box button {
    margin-left: -10px;
  }
  .resto-menu-header .back-chooser {
    position: absolute;
    left: 20px;
    top: 32px;
  }
  .resto-menu-header .serach-box {
    position: absolute;
    left: 18%;
  }
  :focus {
    outline: none !important;
  }
  md-toast {
    text-align: center;
    display: block;
  }
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
  }
  ::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .resto-menu-header nav {
    /*        .collapse.in{
            right: -16px;
        } 
        .navbar-collapse {
            padding:0px;
            right: -16px;
        }*/
  }
  .resto-header .collapse.in,
  .resto-menu-header .collapse.in,
  .resto-header .collapsing,
  .resto-menu-header .collapsing {
    /*width: 212px !important;*/
  }
  .resto-header .navbar-collapse,
  .resto-menu-header .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .resto-header .navbar-nav,
  .resto-menu-header .navbar-nav {
    margin: 0px;
  }
  .resto-header .nav > li > a > img,
  .resto-menu-header .nav > li > a > img {
    /*margin-right: 12px;*/
  }
  button.item-decrement-button,
  button.item-increment-button {
    padding: 4px 1px 4px 2px;
    top: 4px;
  }
  .item-desc .item-qnt,
  .customize-addon-option-section .item-qnt,
  .cart-btn-price-row .item-qnt,
  .add-customize .item-qnt {
    padding: 7px 7px 5px 7px;
  }
  /*    .restaurant-main-section{
        .date-time-picker label{
            margin-left: 10px;
            border-bottom: 0px;
            select{
                padding: 2px 0px 2px 28px;
                cursor: pointer;
                border: none;
                height: 32px; 
            }        
        }
    }*/
  .mobile-enable .navbar-nav .chooser-log .login-user {
    background-position: 0px 10px;
    padding-left: 30px;
  }
  .mobile-enable .navbar-nav .chooser-log .login-text-span {
    margin-right: 26px;
  }
  .md-dialog-container {
    height: 100% !important;
  }
  .resulted-msg {
    text-align: center;
  }
  .login-popup md-content md-input-container {
    /*        padding-left: 36px;*/
    padding-right: 0;
  }
  .resto-menu-header .top-header .login-user {
    width: 92%;
  }
  /*    .restaurant-main-section .date-time-picker{
        md-datepicker{
            padding: 8px 8px 8px 0px;
        }
        .md-button.md-icon-button{
            height: 40px;
            line-height: 24px;
            padding: 8px;
            width: 40px;  
        }
        .md-datepicker-input-container{
            margin-left: 0px;
                .md-button:not([disabled]).md-focused{
                    background: none;
                    background-color: transparent;
            }
        }
        .md-datepicker-input{
            width: 110px;
        }
        .md-datepicker-triangle-button.md-button.md-icon-button{
            line-height: 1px;
            top: 2px;
            padding: 0px;
            margin: 0 0px;
            width: 36px;
            width: 134px !important;
            left: -70px;
        }  
    } */
  .footer {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  md-bottom-sheet.customize-section .customize-item-comment {
    padding-bottom: 10px;
  }
  md-bottom-sheet.customize-section .customize-item-comment textarea {
    border: 2px solid #E4E4E4;
    border-radius: 5px;
  }
  .item-section .item-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  md-bottom-sheet .customize-section-container {
    overflow: hidden;
  }
  md-bottom-sheet .customize-section-container .customize-section-item-details {
    overflow: auto;
  }
  .mobile-cart .cart-container-inner {
    background: #f5f5f5;
  }
  .cart-container {
    background: #fff;
  }
  .parent-category-section .scrollable {
    padding-bottom: 46px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .parent-category-section .nav-tabs {
    background: #E0E0E0;
  }
  .parent-category-section .category-slick-section .nav-tabs .parent-category-title a {
    padding: 14px 28px 11px 28px;
  }
  .menu-container .container .category-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 1px solid #E8E8E8;
  }
  .category-section .category-slick-section .nav-tabs li.active > a {
    background: none;
  }
  .category-section .category-slick-section .nav-tabs li.active a:before {
    font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 12px;
  }
  .menu-container .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .category-description {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    margin-bottom: -6px;
    background: rgba(216, 216, 216, 0.39);
    border: none;
    margin-top: 0px;
  }
  .category-description .menu-category-description {
    color: #88898a;
    padding-bottom: 6px;
    text-align: justify;
  }
  .item-list .img-border-top {
    /*        border-top: 1px solid @primary-highlight-color;*/
  }
  .item-list .item-container .item-image img {
    width: 100%;
  }
  .item-list .item-container .item-mid {
    padding: 11px 0px 6px 0px;
  }
  .item-list .item-container .item-mid .item-name {
    width: 100%;
    font-size: 14px;
    float: left;
    padding-left: 0px;
  }
  .item-list .item-container .item-price {
    padding-left: 0px;
    text-align: left;
    line-height: 2;
  }
  .item-list .item-container .add-customize {
    padding-top: 0px;
  }
  .item-list .item-container .item-desc {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    text-align: left;
    padding-bottom: 14px;
    font-family: myriad-regular;
    text-align: justify;
  }
  .category-section,
  .parent-category-section {
    display: none;
  }
  .input-group-btn:last-child > .btn {
    z-index: 0;
  }
}
@media screen and (max-width: 770px) {
  md-dialog {
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}
.item-list .item-container .item-customize-button,
.item-list .item-container .item-add-button {
  font-weight: 400;
  color: #ffffff;
  background: #b71825;
  border: 1px solid #b71825;
  font-size: 16px;
  border-radius: 6px;
}
.tip-section-for-mobile {
  display: none;
}
.tip-mobile-box {
  border: 1px solid grey;
  padding-left: 5px;
}
/*.cookiealert-container{
    display:none;
}*/
.item-quantity-block {
  display: inline-table;
}
.item-quantity-block .btn {
  padding: 2px 6px;
  border-radius: 0px;
  background: #b71825;
  color: #ffffff;
}
.item-quantity-block .item-increment {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.item-quantity-block .item-decrement {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.item-quantity-block .input-group-btn {
  display: inline;
}
@media screen and (max-width: 325px) {
  .menu-container .item-mid.align-middle {
    width: 62%;
  }
  .menu-container .add-customize {
    width: 29%;
  }
}
/*.inc-dec-wrap{
    float:right;
}
a.item-decrement-button, a.item-increment-button {
    width: 3rem;
    color: @primary-highlight-color;
    background: transparent;
    border: 1px solid @primary-highlight-color;
    font-size: 1.9rem;
    height: 2.6rem;
    line-height: 2.6rem;
    float: left;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding-left: 0px;
     padding-top: 3px; 
    text-transform: uppercase;
    top: 0px;
}
.item-list .item-qnt, .cart-item .item-qnt, .add-on-section .item-qnt, .customize-section-item-info .item-qnt {
    float: left;
    height: 2.6rem;
    line-height: 2.0rem;
    font-size: 1.2rem;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    background: #68E5FB;
}
.glyphicon-minus:before {
content: "\f2f4";
font-family: "Ionicons";
}
.glyphicon-plus:before {
content: "\f2c7";
font-family: "Ionicons";
}*/
﻿.customize-section .customize-section-item-details .attribute-option {
  border-bottom: none;
}
.panel-default > .panel-heading {
  background-color: #f8f8f8;
}
.panel {
  border: none;
  box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-body {
  padding: 0 15px;
}
.panel-heading {
  padding: 0;
}
.customize-section-container .customize-addon-label,
.customize-section-container .customize-variant-label {
  width: auto;
}
.customize-addon .panel-default > .panel-heading {
  background: none;
}
.rtl {
  /*  Below code added by Raj*/
  /*For welcome message*/
}
.rtl .pull-right {
  float: left !important;
}
.rtl .pull-left {
  float: right !important;
}
.rtl .navbar-brand {
  float: right;
}
.rtl .navbar-collapse {
  padding-left: 0px;
}
.rtl .logo-img {
  width: 65px;
  height: auto;
}
.rtl .restaurant-main-section .location-list select {
  background-position: 7px;
}
.rtl .restaurant-main-section .now-later label {
  background: transparent;
}
.rtl .navbar-nav > li {
  float: right;
}
.rtl .item-section .no-padding {
  float: right;
}
.rtl .category-description .col-md-10 {
  float: right;
}
.rtl .item-mid.align-middle.col-md-9 {
  float: right;
}
.rtl .customize-section .fluid-continer.white-bg .item-img {
  float: right;
  margin-left: 30px;
}
.rtl .customize-section-item-info.col-md-8.no-padding {
  float: right;
}
.rtl .nav-tabs > li {
  float: right;
}
.rtl .parent-category-section .parent-category-title {
  padding-left: 0px;
  padding-right: 0px;
}
.rtl .restaurant-main-section .date-time-picker md-datepicker {
  margin-left: -5px;
  padding-right: 0;
}
.rtl restaurant-main-section .date-time-picker md-datepicker .md-datepicker-expand-triangle {
  margin-left: 2px;
}
.rtl .restaurant-main-section .date-time-picker label select {
  padding-right: 30px;
}
.rtl .customize-section .btn-price-box .item-add-button {
  margin-left: 10px;
}
.rtl .login-popup .facebook-login {
  margin-left: 105px;
}
.rtl .google-btn .abcRioButtonBlue {
  margin-right: 105px;
}
.rtl .cart-container .cart-footer .hide-cart {
  float: right;
}
.rtl .item-price > span {
  float: right;
}
.rtl button.item-increment-button {
  height: 26px;
}
.rtl .glyphicon {
  top: 4px;
}
.rtl .category-section .category-continer .category-title.selected {
  border-left: 2px solid #000;
  border-right: none;
}
.rtl .cart-container .tip-section input {
  float: right;
}
.rtl .login-popup md-content label {
  padding-right: 25px !important;
}
.rtl .sub-total-price > span {
  float: right;
}
.rtl .cart-container .cart-item .cart-item-serial-no {
  float: right !important;
}
.rtl div.scrollable {
  text-align: left;
}
.rtl .item-mid.align-middle.col-md-10 {
  float: right;
}
.rtl .restaurant-main-section .layout-align-center-center {
  display: block;
  text-align: center;
}
.rtl .restaurant-main-section .date-time-picker label select {
  background-position: 5%;
}
.rtl .restaurant-main-section .select-time .select-time-icon:after {
  right: 10px;
}
.rtl .category-description .col-md-2.col-sm-3.col-xs-4.no-padding {
  padding-left: 5px;
}
.rtl .login-popup .name,
.rtl .login-popup .password {
  background-position: right;
  padding-right: 25px;
}
.rtl .customize-section .customizePopupBtnWrapper {
  text-align: left;
}
.rtl .customize-section-item-info .validation-msg {
  padding-right: 30px;
  padding-top: 5px;
}
.rtl .customize-section-container .no-padding {
  float: right;
}
.rtl .variant-section .col-md-4.no-padding,
.rtl .add-on-section .col-md-4.no-padding,
.rtl .attribute-option .col-md-4.no-padding {
  padding-right: 5px;
}
.rtl .variant-section .item-increment-button,
.rtl .add-on-section .item-increment-button,
.rtl .attribute-option .item-increment-button {
  margin-right: -5px;
}
.rtl .top-header .logoWrp .backArrow {
  left: 0;
}
@media screen and (max-width: 1030px) {
  .rtl .mobHeader .restoMobLocationWrapper .restoMobLocation {
    padding-right: 1.7857142857142858em;
    text-align: right;
  }
}
.rtl .item-list .item-container .item-details-wrapper .item-name {
  text-align: right;
}
.rtl .customize-addon-label .customize-addon-name {
  padding-right: 10px;
}
.rtl .item-price.customize-section-item-price span {
  float: none;
}
.rtl .customize-section-container .customize-addon-option-info,
.rtl .customize-section-container .customize-variant-name {
  padding-right: 10px;
}
.rtl .md-dialog-container .mobile-cart.cart-container {
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1030px) {
  .rtl .md-dialog-container .mobile-cart.cart-container {
    margin-left: auto;
  }
}
.rtl .cart-container .cart-item .cart-item-detal {
  float: right;
}
.rtl .cart-container .cart-item .cart-btn-price-row {
  text-align: left;
  padding-left: 5px;
}
.rtl .grand-total-section .sub-total-text {
  float: right;
}
.rtl .tip-section.type2 .tip-btn-wrapper .tip-value {
  float: left;
}
@media screen and (max-width: 1030px) {
  .rtl .tip-section.type2 span {
    margin-right: 0;
  }
}
.rtl .tip-section.type2 button {
  float: right;
}
.rtl .tip-section.type2 .tipSectionSpan {
  margin-right: 0;
  margin-left: 8px;
}
@media screen and (max-width: 1030px) {
  .rtl .md-dialog-container ::-webkit-scrollbar {
    display: none;
  }
}
.rtl .md-dialog-container .md-dialog-fullscreen md-input-container.md-icon-float label {
  top: 3.5em;
}
@media screen and (max-width: 400px) {
  .rtl .md-dialog-container .md-dialog-fullscreen md-input-container.md-icon-float label {
    top: 5em;
  }
}
.rtl .minimum-order-amount {
  text-align: right;
}
.tokri-cart-table input {
  width: 100%;
  padding: 5px;
}
.tokri-cart-table .tokri-row-item-title {
  padding-top: 17px;
}
.tokri-cart-table .tokri-item-total {
  font-weight: 700;
}
.tokri-cart-table .tokri-row-item-value select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #576d09;
  box-shadow: none;
  background: none;
}
.tokri-cart-table .tokri-row-item-value input {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #576d09;
  box-shadow: none;
  background: none;
}
.cart-item .cart-item-serial-no {
  display: none;
}
.cart-item .tokri-cart-table-data td {
  padding: 4px 4px 4px 4px;
}
.show_subscription td,
.show_subscription th {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.show_subscription .fa {
  color: #2B2B2B;
  padding: 3px;
  cursor: pointer;
}
.show_subscription td {
  border-top: 0px solid #ddd !important;
  padding-bottom: 28px !important;
  color: #6D6D6D;
}
.show_subscription table {
  border: 1px solid #ddd;
  margin: auto;
  width: 94%;
}
.subscription-header h4 {
  text-align: center;
  padding: 20px;
}
.md-dialog-header {
  background-color: #576D09 !important;
  height: auto;
  min-height: 44px;
  border-radius: 3px;
  padding-top: 8px;
}
.md-dialog-header .md-toolbar-tools {
  height: auto;
}
.md-dialog-header .md-toolbar-tools h2 {
  font-size: 16px;
  padding: 5px 0px 8px 0px;
  line-height: 1.4;
}
md-dialog-actions .md-button.md-default-theme.md-primary,
md-dialog-actions .md-button.md-primary {
  color: #576D09 !important;
}
.action-btn-tooltip {
  position: relative;
  display: inline-block;
}
.action-btn-tooltip .action-btn-tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #A5A5A5;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}
.action-btn-tooltip:hover .action-btn-tooltip-text {
  visibility: visible;
}
.view-log-header {
  margin: 17px;
}
.view-log-data-wrapper {
  height: 180px;
  margin: 17px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.view-log-data-wrapper .view-log-data {
  height: 100%;
  overflow: auto;
}
.view-log-data-wrapper th,
.view-log-data-wrapper td {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 12px;
}
.custom-subs-button button {
  float: right;
  margin-right: 15px;
  text-transform: capitalize;
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .show_subscription {
    overflow-x: scroll;
  }
}
.resto-menu-header,
.resto-header {
  padding-bottom: 0;
}
.resto-menu-header {
  background: url('/unification/img/theme_40/food-collage.jpg') no-repeat fixed;
  background-size: cover;
}
.top-header {
  width: 85%;
  margin: auto;
  padding: 2em 1.0714285714285714em;
  text-align: center;
  position: relative;
  /*height: 180px;*/
}
.top-header .clearFix {
  clear: both;
}
.top-header .logoWrp {
  float: left;
}
.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%);
  /*display: none;*/
}
.top-header .logoWrp .fa-chevron-left {
  font-size: 25px;
  cursor: pointer;
}
.top-header .logoWrp .logoLink {
  padding-left: 1.7857142857142858em;
}
.top-header .logoWrp .logoLink img {
  margin-top: 20px;
  max-width: 400px;
  height: 100px;
}
.top-header .restoLocation {
  padding-left: 3em;
  text-align: left;
  float: left;
}
.top-header .restoLocation .restoAddress {
  margin-bottom: 0.5em;
}
.top-header .restoLocation .restoName {
  font-size: 1.3em;
}
.top-header .restoLocation .restoDelivery p {
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 245px;
}
.top-header .restoLocation .restoDelivery .separator {
  padding: 0 0.5em;
}
.top-header .restoLocation .restoDelivery .fa-pen {
  padding-left: 0.35714285714285715em;
}
.top-header .restoLocation .restoDelivery .editLocationBtn {
  color: #b71825;
  display: inline-block;
  overflow: hidden;
  font-weight: bold;
  cursor: pointer;
}
.top-header .restoLocation .restoDelivery .editLocationBtn:hover {
  color: #ffffff;
  background: #b71825;
  padding: 0 3px;
}
.top-header .restoLocation .restoDelivery .editLocationBtn .fa-pen,
.top-header .restoLocation .restoDelivery .editLocationBtn .fa-trash-alt {
  color: unset;
}
.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;
}
.top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog p {
  text-align: center;
  display: block;
  padding-top: 1.0714285714285714em;
}
.top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog .modal-footer {
  text-align: center;
  border-top: none;
}
.top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog .modal-footer .btn-secondary {
  padding: 0.42857142857142855em 1.7857142857142858em;
  background: #ffffff;
  border: 1px solid #b71825;
}
.top-header .restoLocation .restoDelivery #editLocationPopup .modal-dialog .modal-footer .btn-primary {
  padding: 0.42857142857142855em 1.7857142857142858em;
  background: #b71825;
  border: 1px solid #b71825;
}
.top-header .restoLogWrp {
  padding: 3em 0;
  position: absolute;
  right: 1.0714285714285714em;
  padding-top: 20px;
}
.top-header .restoLogWrp .restoLog {
  color: #ffffff;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 21px;
  font-family: OSSemiBold;
  position: relative;
  display: inline-block;
}
.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);
}
.top-header .restoLogWrp .restoLog img {
  display: block;
  margin: auto;
  margin-bottom: 7px;
  width: 55px;
}
.top-header .restoLogWrp .restoLog:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  background: #b71825;
}
.top-header .restoLogWrp .restoLog:hover {
  color: #b71825;
}
.languageSelect {
  background-color: #b71825;
  color: #ffffff;
}
.languageSelect:hover {
  color: #ffffff;
}
.languageSelect:active {
  color: #ffffff;
}
.languageSelect:focus {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .select-lang {
    margin-bottom: 40px;
    margin-right: 55px;
  }
}
.show {
  display: inline-block !important;
}
.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;
}
.restoMenuWrapperOuter .restoMenuWrapper {
  width: 100%;
  background: #b71825;
  height: 75px;
  /*box-shadow: 0 1px 2px 1px #e0e0e0;*/
}
.restoMenuWrapperOuter .restoMenuWrapper .restoParentCategory {
  /*margin-right: 1.5em;*/
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section .nav-tabs {
  max-height: 65px;
  overflow: hidden;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section .nav-tabs > li {
  outline: none !important;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section .nav-tabs > li.selected > a {
  background: none;
  border: none;
  border-bottom: 3px solid #ffffff;
  cursor: pointer;
  font-family: OSBold;
  font-size: 16px;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section .nav-tabs > li.selected > a:focus,
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section .nav-tabs > li.selected > a:hover {
  background: none;
  border: none;
  border-bottom: 3px solid #ffffff;
  outline: none;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section .nav-tabs > li > a {
  color: #ffffff;
  padding: 18px 15px 10px;
  margin-top: 1px;
  margin-bottom: 2px;
  font-size: 15px;
  background: none;
  border: none;
  text-transform: uppercase;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section .nav-tabs > li > a:focus,
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section .nav-tabs > li > a:hover {
  outline: none !important;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable {
  height: 4.642857142857143em;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable:before,
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable:after {
  font-size: 1.2857142857142858em;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable:before {
  color: #ffffff;
  content: "\e251";
  top: 1.3571428571428572em;
  left: 0;
  padding: 0;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable:before:hover {
  /*filter: brightness(100%);*/
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable:after {
  color: #ffffff;
  content: "\e250";
  top: 1.3571428571428572em;
  right: 0;
  padding: 0;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable:after:hover {
  /*filter: brightness(100%);*/
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs {
  padding: 0;
  margin: 0 0.5em;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li {
  outline: none;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li:first-child a {
  padding-left: 1em;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li:last-child {
  margin-right: 0;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li:last-child a {
  padding-right: 1em;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li > a {
  color: #ffffff;
  border: none;
  border-radius: unset;
  background: none;
  margin-bottom: 1.4285714285714286em;
  font-size: 15px;
  padding: 0.5714285714285714em 1.42em 1.4285714285714286em;
  margin-top: 10px;
  text-transform: uppercase;
  /*filter: brightness(115%);*/
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li > a:hover {
  /*filter: brightness(100%);*/
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li > a.active {
  border-bottom: none;
}
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li.selected > a {
  color: #ffffff;
  background: unset;
  border-radius: 0;
  font-size: 16px;
  border-bottom: 3px solid #ffffff;
  cursor: pointer;
  font-family: OSBold;
  /*filter: brightness(100%);*/
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu {
  width: 85%;
  margin: auto;
  padding-top: 5px;
  /*padding-left: 7.2%;*/
  /*            .col-md-8.col-sm-8 {
                width: 64%;
            }
            
            .col-md-4.col-sm-4 {
                width: 36%;
            }*/
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .category-section {
  margin-top: 0;
  float: left;
  width: 45em;
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .restoItemSearch {
  position: relative;
  padding-top: 1em;
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .restoItemSearch .form-group {
  margin-bottom: 0;
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .restoItemSearch .glyphicon-search {
  position: absolute;
  top: 23px;
  left: 1.07em;
  color: #ffffff;
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .restoItemSearch .form-control {
  padding-left: 2.85em;
  border: 0.7px solid #ffffff;
  color: #ffffff;
  background: transparent;
  border-radius: 3px;
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .restoItemSearch .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .restoItemSearch .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .restoItemSearch .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
.restoMenuWrapperOuter .restoMenuWrapper .restoMenu .restoItemSearch .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
.restoMenuWrapperOuter .modal {
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.restoMenuWrapperOuter #popupCategory .modal-dialog {
  left: 0;
  right: 0;
  width: 25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 auto;
}
.restoMenuWrapperOuter #popupCategory .modal-dialog .modal-content {
  height: 490px;
}
.restoMenuWrapperOuter #popupCategory .modal-dialog .modal-header {
  padding: 1.5em 3em;
  border-bottom: none;
  text-align: center;
  background: #b71825;
  color: #ffffff;
  border-top-left-radius: 0.35714285714285715em;
  border-top-right-radius: 0.35714285714285715em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.restoMenuWrapperOuter #popupCategory .modal-dialog .modal-header .modal-title {
  font-size: 16px;
  font-weight: normal;
}
.restoMenuWrapperOuter #popupCategory .modal-dialog .modal-header .modalTitleDesc {
  font-size: 1em;
  margin-top: 0.5em;
}
.restoMenuWrapperOuter #popupCategory .modal-dialog .modal-header .close {
  position: absolute;
  right: 0.5em;
  top: 0.3em;
  margin: 0;
  opacity: 1;
  color: #ffffff;
}
.restoMenuWrapperOuter #popupCategory .modal-dialog .modal-header .close .material-icons {
  font-size: 14px;
}
.restoMenuWrapperOuter #popupCategory .modal-dialog .modal-header .close:hover {
  color: #d5d5d5;
}
.restoMenuWrapperOuter .modal-body {
  padding: 1.4285714285714286em 3em 0;
  overflow-y: auto;
  height: 400px;
  overflow-x: hidden;
}
.restoMenuWrapperOuter .modal-body .category-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.3em 1em;
  text-align: center;
  border: 0.07142857em solid #b71825;
  border-radius: 0.3em;
  margin-bottom: 1em;
  color: #b71825;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.restoMenuWrapperOuter .modal-body .category-title:hover,
.restoMenuWrapperOuter .modal-body .category-title.selected {
  background: #b71825;
  color: #ffffff;
}
.restoMenuWrapperOuter .menuPopupList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.pageSection {
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5em;
}
.NoDescription {
  display: none;
}
.category-description {
  display: block;
  width: 100%;
  border: none;
  color: #000000;
  padding: 1.5em 1.4285714285714286em;
  margin: 1.7857142857142858em auto 1.5714285714285714em;
  border-radius: 0.3em;
  padding-left: 0.8em;
}
.category-description .menu-category-description {
  padding-top: 0.5em;
}
.category-description .menu-category-description a {
  color: #353535;
}
.category-description .menu-category-description a:hover,
.category-description .menu-category-description a:focus {
  color: #595959;
  text-decoration: none;
  outline: none;
}
.category-description .menu-category-description p {
  margin: 0;
  text-align: justify;
}
.category-description .menu-category-description .modal-header {
  padding: 0;
  border-bottom: none;
  position: absolute;
  right: 1.0714285714285714em;
  top: 0.7142857142857143em;
  z-index: 1;
}
.category-description .menu-category-description .modal-header .fa-times {
  font-size: 0.8em;
  color: #b2b2b2;
}
.category-description .menu-category-description .modal-content .menu-category-title h3 {
  color: #000000;
}
.category-description .menu-category-description .modal-content .categoryDescription {
  color: #353535;
}
.category-description .menu-category-title h3 {
  margin: 0;
  word-break: break-all;
  font-size: 1.125em;
}
.menu-container {
  /*.fluid-continer {
    background: #eff2f5;
  }*/
}
.menu-container .container {
  max-width: 85%;
  width: unset;
  padding: 0;
  position: relative;
}
.menu-container .container .fixedCart {
  position: fixed;
  right: 8.5%;
  top: 4.48em;
  z-index: 998;
  width: 26.3%;
  min-width: unset;
  -webkit-transform: translate3d(0, 0, 0);
}
.item-list {
  display: block;
  width: 100%;
}
.item-list .item-container {
  padding: 0.7em;
}
.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;
}
.item-list .item-container .itemsBody .noImage {
  display: none;
}
.item-list .item-container .itemsBody .item-image {
  padding: 0.5em 0.5em 0;
}
.item-list .item-container .itemsBody .item-image img {
  width: 100%;
  height: auto;
}
.item-list .item-container .itemsBody .item-image a:focus {
  outline: none;
  outline-offset: unset;
  color: unset;
}
.item-list .item-container .itemsBody .item-image .modal {
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.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-list .item-container .itemsBody .item-image .modal .modal-header button:hover {
  background: none;
  color: unset;
  opacity: 1;
}
.item-list .item-container .itemsBody .item-image .modal .modal-header .fa-times {
  font-size: 0.8em;
  color: #f3f3f3;
}
.item-list .item-container .itemsBody .item-image .modal .modal-body {
  padding: 0.35em;
}
.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;
}
.item-list .item-container .item-name {
  font-size: 1.1428571428571428em;
  text-align: left;
  padding: 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-list .item-container .item-desc {
  text-align: center;
  padding: 0.5em 2em 1em;
  font-size: 0.9285714285714286em;
  color: #353535;
  height: 6em;
}
.item-list .item-container .item-desc a {
  color: #353535;
}
.item-list .item-container .item-desc a:hover,
.item-list .item-container .item-desc a:focus {
  color: #353535;
  text-decoration: none;
  outline: none;
}
.item-list .item-container .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;
}
.item-list .item-container .item-desc .modal-dialog .modal-header {
  padding: 0;
  border-bottom: none;
  position: absolute;
  right: 1.0714285714285714em;
  top: 0.7142857142857143em;
  z-index: 1;
}
.item-list .item-container .item-desc .modal-dialog .modal-header .fa-times {
  font-size: 0.8em;
  color: #b2b2b2;
}
.item-list .item-container .item-desc .modal-dialog .modal-header button:hover {
  background: none;
}
.item-list .item-container .item-desc .modal-dialog .modal-body {
  padding: 2.142857142857143em;
  height: 16.615384615384617em;
}
.item-list .item-container .item-desc .modal-dialog .modal-body .item-name {
  padding: 0;
  padding-bottom: 0.3em;
  font-size: 1.5714285714285714em;
  white-space: normal;
}
.item-list .item-container .item-desc .modal-dialog .modal-body .item-price {
  font-size: 1.2142857142857142em;
  padding-bottom: 1.4285714285714286em;
  text-align: right;
}
.item-list .item-container .itemsFooter {
  /*            display: inline-block;
            width: 100%;
            padding: 0.8em 0.8em 0.35714285714285715em;
            position: relative;
            bottom: 0;
            height: 3.8035714285714284em;
            box-shadow: 0 -0.1em 0.3em 0 rgba(125, 125, 125, 0.2);*/
  padding: 14px 0;
}
.item-list .item-container .itemsFooter .item-customize-button,
.item-list .item-container .itemsFooter .item-add-button {
  color: #b71825;
  background: #ffffff;
  border: 1px solid #b71825;
  border-radius: 0.3em;
  padding: 0em 1em;
  /*                margin-top: 8px;*/
  font-size: 14px;
  height: 28px;
  width: 72px;
  line-height: 25px;
  /*filter: brightness(115%);*/
}
.item-list .item-container .itemsFooter .item-customize-button:hover,
.item-list .item-container .itemsFooter .item-add-button:hover {
  /*filter: brightness(100%);*/
  /*                    color: @textnegetivecolor ;*/
  background: rgba(183, 24, 37, 0.12);
}
.item-list .item-container .itemsFooter .item-customize-button button:focus,
.item-list .item-container .itemsFooter .item-add-button button:focus {
  /*filter: brightness(100%);*/
}
.item-list .item-container .itemsFooter .item-customize-button button:hover,
.item-list .item-container .itemsFooter .item-add-button button:hover {
  /*filter: brightness(100%);*/
  /*color: @textnegetivecolor ;*/
  background: rgba(191, 37, 51, 0.12);
}
.item-list .item-container .itemsFooter .item-price {
  text-align: right;
  font-size: 1.1428571428571428em;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 8px;
  /*font-family: OSSemiBold;*/
  padding-right: 7px;
  /*                padding-left: 0;
                float: left;
                padding-top: 0.35714285714285715em;
                font-size: 1.0714285714285714em;
                position: absolute;
                top: 50%;
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);*/
}
.item-list .item-container .itemsFooter .add-customize {
  padding-top: 0;
  float: right;
  /*                margin-top: 14px;*/
  text-align: right;
  width: unset;
}
.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: 32px;
  padding: 1.5em;
}
.cart-container .cartHeading {
  font-size: 1.4285714285714286em;
  margin: 0;
  margin-bottom: 0.35714285714285715em;
  font-family: OSSemiBold;
}
.cart-container .cart-container-inner {
  height: 298px;
  padding-bottom: 25px;
}
.cart-container .empty-cart {
  padding: 0;
  height: 97%;
}
.cart-container .empty-cart .cartHeader {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  padding-bottom: 22px;
}
.cart-container .empty-cart .cartHeader .checkoutBtn {
  background: #808080;
  color: #ffffff;
  border: 1px solid #808080;
  width: 90%;
  padding: 10px 2em;
  border-radius: 0;
  font-size: 1.1428571428571428em;
}
.cart-container .empty-cart .cartHeader .mobCheckoutBtn {
  background: #b71825;
  border: 1px solid #b71825;
  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 .checkoutBtn {
  background: #b71825;
  color: #ffffff;
  padding: 0.6em 2em;
  border-radius: 0.3em;
  display: block;
  text-decoration: none !important;
  width: 100%;
  font-size: 1.1428571428571428em;
  filter: brightness(115%);
}
.cart-container .cartWithItems .checkoutBtn:hover {
  filter: brightness(100%);
}
.cart-container .cart-item {
  border-bottom: 1px solid #e4e4e4;
}
.cart-container .cart-item .item-name {
  font-size: 1.0714285714285714em;
}
.cart-container .cart-item .attribute-name {
  font-size: 1.0714285714285714em;
}
.cart-container .cart-item .cart-item-detal {
  padding-top: 7px;
}
.cart-container .cart-item .comboInfo,
.cart-container .cart-item .itemComment {
  color: #353535;
}
.cart-container .cart-item .item-comment-title {
  color: #000000;
}
.cart-container .cart-item:last-child {
  border-bottom: none;
  padding-bottom: 50px;
}
.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-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 .cart-footer {
  display: none;
}
.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 .tip-section .tipSectionSpan {
  float: left;
  padding-top: 0.5em;
  color: #b71825;
  padding-right: 0.6em;
}
.cart-container .tipSectionWrapper .tip-section input {
  float: none;
  border: 0.07142857142857142em solid #ccc;
  display: inline-block;
}
.cart-container .tipSectionWrapper .tip-section .apply-tip {
  background: #b71825;
  color: #ffffff;
  border: 0.07142857em solid #b71825;
  padding: 0 1.3em;
  float: right;
  margin-top: 0.071em;
  height: 2.28em;
  filter: brightness(115%);
}
.cart-container .tipSectionWrapper .tip-section .apply-tip:hover {
  filter: brightness(100%);
}
.cart-container .tipSectionWrapper .clear-cart-btn {
  color: #b71825;
  padding: 5px 5px;
  padding-right: 0;
  display: inline-block;
  float: right;
  font-weight: bold;
  display: none;
}
@media only screen and (max-width: 1030px) {
  .md-dialog-container .mobile-cart.cart-container {
    height: auto;
    width: auto;
    min-height: 88%;
    max-height: 95% !important;
    min-width: 95%;
    max-width: 95% !important;
    border-radius: 5px;
  }
  .mobile-cart .cart-container-inner .cart-item:last-child {
    padding-bottom: 18em;
  }
}
/*.promotion-section {
  display: none;
}*/
.md-dialog-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  top: 0 !important;
}
.md-dialog-container .md-dialog-fullscreen {
  overflow: hidden;
}
.customize_popup_dialog .md-dialog-fullscreen {
  width: 70%;
  height: 75%;
}
.customize-section {
  background: #fff;
  height: 100%;
  max-height: 100%;
  /*position: relative;*/
  transform: translate3d(0px, 0px, 0px);
  /*.customizationPopupFooter {
        position: fixed;
        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);

        .btn-price-box {
            display: block;
            padding: 0;

            .item-close-button {
                background: @textnegetivecolor;
                color: @primary-highlight-color;
                border: 0.07142857142857142em solid @primary-highlight-color;
                width: 100%;
                padding: 0.8em 0;
                border-radius: 0.3em;

                &:hover {
                    border: 0.07142857142857142em solid @hoverColor;
                    color: @hoverColor;
                }
            }

            .item-add-button {
                background: @primary-highlight-color;
                color: @textnegetivecolor;
                border: 0.07142857142857142em solid @primary-highlight-color;
                margin-right: 0;
                width: 100%;
                padding: 0.8em 0;
                border-radius: 0.3em;
                
                &:hover {
                    background: @hoverColor;
                }

                .item-price {
                    font-size: 1em;
                }
            }
        }
    }*/
  /*    .md-tab {
	
	padding: 24px 12px
}*/
  /*    @media only screen and (min-width: 600px) {
*/
  /*
    }*/
  /*    @media screen and(min-width:600px){
	md-pagination-wrapper {
	    width:500px !important;
	}
    }*/
}
.customize-section .customize-section-container {
  height: 100%;
}
.customize-section .fluid-continer {
  padding: 2em 3em;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.customize-section .fluid-continer .item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
}
.customize-section .commonValidationMsg {
  position: absolute;
  bottom: 0.7142857142857143em;
}
.customize-section .closeIt {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #b2b2b2;
  font-size: 1.1428571428571428em;
  cursor: pointer;
  padding: 0px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  width: 30px;
  height: 30px;
}
.customize-section .closeIt:hover {
  background: #b71825;
  color: #ffffff;
}
.customize-section .closeIt .fa-times {
  outline: none;
  font-size: 18px;
}
.customize-section .closeIt:hover {
  opacity: 0.8;
}
.customize-section .scrollable-section {
  padding: 1em 3em;
  background: #f8f9fa;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
.customize-section .validation-msg {
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}
.customize-section .row {
  margin: 0;
}
.customize-section .customizePopupHeading {
  font-size: 1.2em;
  margin: 0;
  padding-bottom: 1em;
  text-align: center;
  color: #b71825;
  font-weight: normal;
}
.customize-section .item-desc {
  display: inline-block;
  margin-left: 1em;
}
.customize-section .customizePopupBtnWrapper {
  text-align: right;
}
.customize-section .customize-section-item-details {
  padding: 0;
}
.customize-section .customize-section-item-details label {
  font-size: 1.0714285714285714em;
}
.customize-section .customize-section-item-details label .limitedOption {
  font-size: 0.8em;
  margin-top: -0.21428571428571427em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customize-section .customize-section-item-details label .customize-addon-accordian-name {
  font-size: 0.8em;
  margin-top: -0.21428571428571427em;
}
.customize-section .customize-section-item-details label .limitedOption {
  padding-left: 0.35714285714285715em;
}
.customize-section .customize-section-item-details .attribute-option {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding-bottom: 0;
}
.customize-section .customize-section-item-details .add-on-btns {
  width: unset;
}
.customize-section .customize-section-item-details .add-on-btns button.item-decrement-button,
.customize-section .customize-section-item-details .add-on-btns button.item-increment-button {
  background-color: unset;
  color: #b71825;
}
.customize-section .customize-section-item-details .add-on-label {
  margin: 0;
}
.customize-section .customize-section-item-details .variant-section {
  padding: 1em 0;
}
.customize-section .customize-section-item-details .variant-section .variant-section-description {
  padding-bottom: 0.8em;
  font-weight: bold;
  font-size: 1.1428571428571428em;
}
.customize-section .customize-section-item-details .customize-addon-name img {
  display: none;
}
.customize-section .customize-section-item-details .customize-item_comment label {
  width: 100%;
}
.customize-section .customize-section-item-details .customize-item_comment label .customize-item-comment-title {
  padding: 1em 0;
}
.customize-section .item_comment-section {
  padding-bottom: 0;
}
.customize-section .item_comment-section .customisationPopCommentBox {
  resize: none;
}
.customize-section .customize-item_comment {
  padding-bottom: 0em;
}
.customize-section .panel-group {
  margin-bottom: 0;
}
.customize-section .panel-group .panel-default {
  padding: 0;
}
.customize-section .panel-group .panel {
  background-color: #f8f9fa;
}
.customize-section .panel-group .panel .panel-body {
  padding: 0;
}
.customize-section .addonName {
  padding: 1em 0;
  font-size: 1.1428571428571428em;
}
.customize-section .addonName .customize-addon-validation-msg {
  position: relative;
  top: -0.65em;
}
.customize-section .validationMsg {
  display: inline-block;
  padding-left: 0.5em;
}
.customize-section .customize-addon-option-section .item-qnt {
  padding: 4px;
  height: 29px;
  width: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  top: -1px;
}
.customize-section .customize-addon-option-section .addOnIncreamentalType {
  float: left;
}
.customize-section .customize-addon-option-section .customize-addon-label {
  display: flex;
}
.customize-section .customizationPopupFooter {
  position: absolute;
  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);
}
.customize-section .customizationPopupFooter .btn-price-box {
  display: block;
  padding: 0;
}
.customize-section .customizationPopupFooter .btn-price-box .item-close-button {
  background: #ffffff;
  color: #b71825;
  border: 0.07142857em solid #b71825;
  width: 100%;
  padding: 0.8em 0;
  border-radius: 0.3em;
  font-size: 14px;
}
.customize-section .customizationPopupFooter .btn-price-box .item-close-button:hover {
  background: #f1f1f1;
}
.customize-section .customizationPopupFooter .btn-price-box .item-add-button {
  background: #b71825;
  color: #ffffff;
  border: 0.07142857em solid #b71825;
  margin-right: 0;
  width: 100%;
  padding: 0.8em 0;
  border-radius: 0.3em;
  filter: brightness(115%);
  font-size: 14px;
}
.customize-section .customizationPopupFooter .btn-price-box .item-add-button:hover {
  filter: brightness(100%);
}
.customize-section .customizationPopupFooter .btn-price-box .item-add-button .item-price {
  /*font-size: 1em;*/
}
.customize-section .addon-portion {
  display: inline-block;
  border-radius: 40px;
  border-color: #b71825;
  border-style: solid;
  border-width: 2px;
  height: 22px;
  margin-right: 10px;
  width: 22px;
  vertical-align: middle;
}
.customize-section .addon-portion .whole-portion {
  background: #b71825;
  display: inline-block;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  height: 20px;
  width: 20px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.customize-section .addon-portion .first-portion {
  background: #b71825;
  display: inline-block;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  height: 20px;
  width: 10px;
  margin-left: -10px;
  margin-top: -1px;
}
.customize-section .addon-portion .second-portion {
  background: #b71825;
  display: inline-block;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  height: 20px;
  width: 10px;
  margin-right: -1px;
  margin-top: -1px;
  float: right;
}
.customize-section .md-tab.md-active {
  color: #b71825;
  font-weight: bold;
}
.customize-section md-pagination-wrapper {
  width: 500px !important;
}
.desktopHeader {
  display: block;
  color: #fff;
  min-height: 189px;
}
.mobHeader,
#menuBtnId,
.restoSideNav {
  display: none;
}
.item-list .item-container .item-desc .modal-dialog {
  width: 46em;
}
.item-list .item-container .item-desc .modal-dialog .modal-body .itemImage img {
  float: left;
  width: 13.846153846153847em;
  height: 12.307692307692308em;
  margin-right: 0.7142857142857143em;
}
.item-list .item-container .item-desc .modal-dialog .modal-body .item-name {
  padding: 0;
  text-align: left;
}
.item-list .item-container .item-desc .modal-dialog .modal-body .item-price {
  text-align: left;
  padding: 0.7142857142857143em;
  padding-left: 0;
}
.item-list .item-container .item-desc .modal-dialog .modal-body .itemDescription {
  height: 6.4em;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
.menu-category-description .modal.in .modal-dialog {
  width: 60%;
  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;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-category-description .modal.in .modal-dialog .modal-content .modal-body {
  padding: 2.142857142857143em;
}
.menu-category-description .modal.in .modal-dialog .modal-content .modal-body .categoryDescription {
  max-height: 8.571428571428571em;
  overflow-y: auto;
  padding-top: 0.7em;
}
.main-menu-items .fixed-cart.mobile-enable {
  display: none;
}
@media only screen and (max-width: 1030px) {
  .container.log-msg {
    bottom: 0;
  }
  .customize-section .commonValidationMsg {
    bottom: 0;
  }
  .desktopHeader,
  .cart-sticky,
  .restoMenuWrapper {
    display: none;
  }
  .panel-group.main-menu-items {
    margin-bottom: 50px;
  }
  #popupCategory {
    display: none !important;
  }
  #menuBtnId {
    display: block;
  }
  .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;
  }
  .mobHeader {
    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);
  }
  .mobHeader .fas {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .mobHeader .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%);
    /*display: none;*/
  }
  .mobHeader .backArrow .fa-chevron-left {
    font-size: 1.4285714285714286em;
  }
  .mobHeader .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%);
  }
  .mobHeader .restoMobLocationWrapper .restoMobLocation {
    padding-left: 1.7857142857142858em;
  }
  .mobHeader .restoMobLocationWrapper .restoMobName {
    font-size: 1.2142857142857142em;
    margin: 0;
    padding-bottom: 0.35714285714285715em;
    padding-top: 0.8571428571428571em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .mobHeader .restoMobLocationWrapper .restoMobAddress {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .mobHeader .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%);
  }
  .mobHeader .restoMobMenuWrapper .restoMobMenu {
    background: #b71825;
    padding: 0.8em;
    border-top-left-radius: 0.7142857142857143em;
    border-bottom-left-radius: 0.7142857142857143em;
    color: #ffffff;
    font-size: 1.2857142857142858em;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .mobHeader .restoMobMenuWrapper .restoMobMenu .restoMobSearchIcon {
    display: flex;
    margin-right: 0.7142857142857143em;
  }
  .mobHeader .restoMobMenuWrapper .restoMobMenu .restoMobMenuIcon {
    display: flex;
  }
  .mobHeader .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;
  }
  .mobHeader .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;
  }
  .mobHeader .restoMobMenuFullWidth .restoMobMenuFullWidthContainer .restoMobSearchBox {
    border: none;
    background: none;
    box-shadow: none;
    font-size: 1.1428571428571428em;
    padding-left: 2.142857142857143em;
    padding-right: 35px;
  }
  .mobHeader .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;
    color: #b2b2b2;
  }
  .mobHeader .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: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    color: #b2b2b2;
  }
  .mobHeader .restoMobMenuFullWidth .restoMobMenuFullWidthContainer .fa-times:hover {
    background: #b71825;
    color: #ffffff;
  }
  /*-------------------------------------- Menu Pop Up --------------------------------------*/
  #menuBtnId {
    color: #ffffff;
    background: #b71825;
    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;
    filter: brightness(115%);
  }
  #menuBtnId:focus {
    color: #ffffff;
    background: #b71825;
    filter: brightness(100%);
  }
  #menuBtnId:hover {
    color: #ffffff;
    background: #b71825;
    filter: brightness(100%);
  }
  .btnIcon {
    display: inline-block;
    height: 15px;
    width: 15px;
  }
  .btnIcon img {
    width: 15px;
    margin-right: 3px;
    display: block;
    margin-top: 2px;
  }
  #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 {
    padding: 7px 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    text-decoration: none;
    position: relativÏe;
    padding-right: 15px;
  }
  #menuPopupAccordian .category-title.selected {
    color: #b71825;
  }
  #menuPopupAccordian .panel-body {
    padding: 0;
  }
  #menuPopupAccordian .collapse.in + .panel-heading {
    color: #b71825;
  }
  #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-header {
    padding: 5px 10px 0 0;
    border-bottom: none;
    display: none;
  }
  #menuPopupAccordian .resto-web-app.modal-open .modal {
    overflow-y: hidden;
  }
  #menuPopupAccordian .panel-default > .panel-heading {
    background-color: #ffffff;
  }
  #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;
    border-bottom: 1px solid #E1E1E1;
  }
  #menuPopupAccordian #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: #b71825;
    border-radius: unset;
  }
  #menuPopupAccordian .panel-title {
    font-size: 14px;
    padding: 0px 0.35714285714285715em;
  }
  .simpleModel#menuPopupAccordian .menuPopupList {
    list-style: none;
    padding-left: 20px;
    position: relative;
    top: 0;
  }
  .simpleModel#menuPopupAccordian .category-title {
    padding: 10px;
    font-size: 16px;
    word-break: break-word;
    background: #f8f8f8;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 15px;
  }
  .simpleModel#menuPopupAccordian .category-title.selected {
    color: #b71825;
  }
  .simpleModel#menuPopupAccordian .modal-dialog {
    /*width: 100%;
      height: 100%;
      margin: 0;
      position: fixed;
      right: 0;
      bottom: 0;*/
  }
  .simpleModel#menuPopupAccordian .modal-body {
    /*height: 100%;
      padding: 0 0px 15px;*/
  }
  .simpleModel#menuPopupAccordian .modelBodyTitleWrp {
    display: none;
  }
  .simpleModel#menuPopupAccordian .menuPopupList {
    padding-left: 0;
  }
  .simpleModel#menuPopupAccordian .category-title:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    font-size: 12px;
    margin-top: 2px;
    position: absolute;
    right: 5px;
  }
  .simpleModel#menuPopupAccordian .menuPopupListItem {
    margin: 5px 0px;
    padding: 0 5px;
    border: none;
    width: 100%;
  }
  /* The side navigation menu */
  .restoSideNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #eff2f5;
    overflow-x: hidden;
    padding: 2em 0em 0;
    transition: 0.3s;
    display: block;
    white-space: nowrap;
  }
  .restoSideNav #closeBtnId {
    position: absolute;
    right: 0.7142857142857143em;
    top: 0.35714285714285715em;
    color: #b2b2b2;
    font-size: 1.1428571428571428em;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7px;
  }
  .restoSideNav #closeBtnId:hover {
    background: #b71825;
    color: #ffffff;
  }
  .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 .greetUser {
    font-size: 16px;
    font-family: OSSemiBold;
  }
  .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 .fa-pen {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 3px;
  }
  .restoSideNav .restoDelivery .modeType {
    padding-top: 22px;
    margin: 0;
    padding-bottom: 2px;
  }
  .restoSideNav .restoDelivery .restoTime,
  .restoSideNav .restoDelivery .restoClientLoc {
    margin: 0;
    padding-bottom: 2px;
    white-space: normal;
    position: relative;
    padding-right: 15px;
  }
  .restoSideNav .profileWrapper {
    padding: 2em 1em;
  }
  .restoSideNav .profileWrapper p {
    margin: 0;
    padding: 7px 0 0;
  }
  .restoSideNav .profileWrapper span {
    outline: none;
  }
  .restoSideNav .profileWrapper i {
    padding-right: 10px;
  }
  .restoSideNav .footer {
    text-align: center;
    position: absolute;
    padding-bottom: 1em;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .restoSideNav .footer p {
    margin: 0;
  }
  .md-dialog-container .md-dialog-fullscreen {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0;
  }
  .md-dialog-container .md-dialog-fullscreen .cartMobHeading {
    margin: 0;
    font-size: 1.4285714285714286em;
    font-family: OSSemiBold;
    padding: 10px 0;
    background: #b71825;
    margin-left: -21px;
    margin-right: -21px;
    color: #ffffff;
  }
  .md-dialog-container .md-dialog-fullscreen .closePopup {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 15px;
    padding: 2px 6px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #b71825;
  }
  .md-dialog-container .fluid-continer.white-bg.item-qty-cust {
    padding: 1em;
    /*position: absolute;*/
    width: 100%;
    /*z-index: 3;*/
  }
  .md-dialog-container .fluid-continer.white-bg.item-qty-cust .closeIt {
    top: 3px;
  }
  .md-dialog-container .fluid-continer .customize-section-item-info {
    width: 100%;
    text-align: center;
    padding-top: 21px;
  }
  .md-dialog-container .fluid-continer .customizePopupBtnWrapper {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-bottom: 5px;
  }
  .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;
    padding-right: 0;
  }
  .md-dialog-container .customizationPopupFooter .customizationPopupAddBtn {
    padding-right: 0;
    padding-left: 0px;
    /*.item-price {
                    color: @textnegetivecolor;

                    &:hover {
                        color: @primary-highlight-color;
                    }
                }*/
  }
  .main-menu-items .fixed-cart.mobile-enable {
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #b71825;
    padding: 0;
    display: block;
    z-index: 10;
  }
  .main-menu-items .fixed-cart.mobile-enable .show-full-cart {
    background: #b71825;
    color: #ffffff;
    padding: 0;
    padding-top: 10px;
    height: auto;
    text-align: center;
  }
  .main-menu-items .fixed-cart.mobile-enable .onClearMinOrder {
    padding: 14px 0;
    padding-left: 1.0714285714285714em;
  }
  .main-menu-items .fixed-cart.mobile-enable .primary-btn {
    width: 100%;
    height: 50px;
  }
  .main-menu-items .fixed-cart.mobile-enable .primary-btn[disabled="disabled"] {
    background: #808080;
    padding: 17px 15px;
    border: 1px solid #808080;
    border-radius: 0;
    height: auto;
  }
  .main-menu-items .fixed-cart .minimum-order-amount-mobile {
    padding: 0;
    background: #b71825;
    color: #ff0000;
    font-size: 0.7857142857142857em;
    font-weight: bold;
  }
  .main-menu-items .fixed-cart .total-price {
    font-size: 1.1428571428571428em;
  }
  .main-menu-items .fixed-cart .goToCheckOutWrapper {
    width: 50%;
  }
  .main-menu-items .fixed-cart .goToCheckOutWrapper .primary-btn {
    text-align: center;
    font-size: 1.1428571428571428em;
    width: 100%;
    height: 50px;
    padding: 0;
    border-radius: unset;
  }
  .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%;
  }
  .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: #b71825;
    border-radius: 0;
    width: 40%;
    height: 48px;
    text-transform: capitalize;
    filter: brightness(115%);
  }
  .mobile-cart md-toolbar .md-toolbar-tools .md-ink-ripple:hover,
  .mobile-cart md-toolbar .md-toolbar-tools .md-ink-ripple:focus {
    background: #b71825;
    filter: brightness(100%);
  }
  .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: #b71825;
    border-radius: 0;
    width: 60%;
    height: 48px;
    text-align: center;
  }
  .mobile-cart .cart-container-inner {
    background: #ffffff;
    padding: 0;
    flex: 1;
  }
  .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;
  }
  .mobile-cart .cartFooter .tipLable {
    padding-top: 0.35714285714285715em;
  }
  .mobile-cart .cartFooter .tip-section input {
    border: 1px solid #ccc;
    margin-left: 0.7142857142857143em;
  }
  .mobile-cart .cartFooter .sub-total-section {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
  }
  .mobile-cart .cartFooter .clear-cart-btn {
    color: #b71825;
    padding: 5px 5px;
    padding-right: 0;
    display: inline-block;
    float: right;
    display: none;
  }
}
@media only screen and (min-width: 1030.98px) and (max-width: 1199.98px) {
  .item-list .item-container:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .item-list .item-container:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .item-list .item-container .item-desc .modal-dialog {
    width: 20em;
  }
  .item-list .item-container .item-desc .modal-dialog .modal-body {
    height: unset;
  }
  .item-list .item-container .item-desc .modal-dialog .modal-body .itemImage img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
  }
  .item-list .item-container .item-desc .modal-dialog .modal-body .item-name {
    padding: 0.35714285714285715em 0;
    text-align: center;
  }
  .item-list .item-container .item-desc .modal-dialog .modal-body .item-price {
    padding: 0 0 0.7142857142857143em;
    text-align: center;
  }
  .item-list .item-container .item-desc .modal-dialog .modal-body .itemDescription {
    text-align: justify;
    clear: both;
  }
  .customize-item_comment .customisationPopCommentBox:focus {
    position: fixed;
    bottom: 75px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    z-index: 1150;
  }
}
@media only screen and (min-width: 768px) {
  .customize-section-container .add-on-option:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 429.98px) {
  .mobHeader .restoMobLocationWrapper .restoMobAddress {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
  .menu-category-description .modal.in .modal-dialog {
    width: 80%;
  }
  .item-list .item-container .item-desc {
    height: 7em;
  }
}
@media only screen and (max-width: 369.98px) {
  .mobHeader .restoMobLocationWrapper .restoMobAddress {
    width: 14.285714285714286em;
  }
  .fixed-cart .minimum-order-amount-mobile {
    font-size: 0.77em;
  }
  .fixed-cart.mobile-enable .onClearMinOrder,
  .fixed-cart.mobile-enable .show-full-cart {
    font-size: 12px;
  }
  .md-dialog-container .fluid-continer .customizePopupBtnWrapper .item-desc {
    margin-left: 0.1em;
  }
}
@media only screen and (min-width: 370px) and (max-width: 429.98px) {
  .menu-container .container .item-category-box .item-section .item-list .item-container {
    width: 50%;
  }
  .menu-container .container .item-category-box .item-section .item-list .item-container:nth-child(2n+1) {
    clear: left;
  }
  .menu-container .container .item-category-box .item-section .item-list .item-container .itemsFooter .item-customize-button,
  .menu-container .container .item-category-box .item-section .item-list .item-container .itemsFooter .item-add-button {
    padding: 0.3em 0.7em;
  }
  .menu-container .container .item-category-box .item-section .item-list .item-container .itemsFooter .item-price {
    padding-top: 0.21428571428571427em;
  }
}
@media only screen and (min-width: 430px) and (max-width: 767.98px) {
  .menu-container .container .menu-category-description .modal.in .modal-dialog {
    width: 70%;
  }
  .menu-container .item-category-box .item-section .item-list .item-container {
    width: 50%;
  }
  .menu-container .item-category-box .item-section .item-list .item-container:nth-child(2n+1) {
    clear: left;
  }
  .menu-container .item-category-box .item-section .item-list .item-container .itemsFooter .item-customize-button,
  .menu-container .item-category-box .item-section .item-list .item-container .itemsFooter .item-add-button {
    padding: 0.4em 1.7em;
  }
  .md-dialog-container .scrollable-section {
    padding: 0 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .menu-container .container .item-category-box .item-section .item-list .item-container {
    width: 33.33%;
  }
  .menu-container .container .item-category-box .item-section .item-list .item-container:nth-child(3n+1) {
    clear: left;
  }
  .menu-container .container .item-category-box .item-section .item-list .item-container .itemsFooter .item-customize-button,
  .menu-container .container .item-category-box .item-section .item-list .item-container .itemsFooter .item-add-button {
    padding: 0.4em 1.7em;
  }
  .md-dialog-container .scrollable-section {
    padding: 0 1.5em;
  }
}
@media only screen and (min-width: 1030.98px) and (max-width: 1249.98px) {
  .top-header {
    width: 95%;
  }
  .restoMenuWrapperOuter .restoMenuWrapper .restoMenu {
    width: 95%;
  }
  .menu-container .container {
    max-width: 95%;
  }
  .menu-container .container .fixedCart {
    right: 3.9%;
    width: 28.8%;
  }
  .cart-container .cart-item .cart-btn-price-row {
    padding-left: 0;
  }
  .cart-container .cart-item .cart-btn-price-row .item-price {
    padding-right: 0.3em;
  }
  .cart-container .tipSectionWrapper .tip-section .apply-tip {
    padding: 0 0.8em;
  }
}
@media only screen and (min-width: 1400px) {
  .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li > a {
    font-size: 1.1428571428571428em;
    padding: 0.5714285714285714em 1.42em 1.07em;
    margin-top: 0.9em;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .customize-item_comment .customisationPopCommentBox:focus {
    position: unset;
    bottom: unset;
    left: 0;
    right: 0;
    width: inherit;
    margin: unset;
    z-index: 1150;
  }
}
@media only screen and (min-width: 1031px) and (max-width: 1100px) {
  .cart-container .tip-section input {
    width: 50%;
  }
}
@media only screen and (max-width: 330px) {
  .restoSideNav .footer {
    position: relative;
    top: 2em;
    bottom: unset;
  }
}
:focus,
:hover {
  text-decoration: none !important;
  outline: none !important;
}
::-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;
}
.item-qnt {
  margin-left: 0;
  margin-right: 0;
}
.slected-attribute-option img {
  display: none;
}
.clearFix {
  clear: both;
}
body {
  top: 0 !important;
  position: relative !important;
}
.fa-pen,
.fa-trash-alt {
  font-size: 0.9em;
  color: #b71825;
}
.fa-pen:hover,
.fa-trash-alt:hover {
  color: #b71825;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.6);
  overflow-y: hidden;
}
.modal-open {
  overflow-y: hidden;
  height: 100%;
  position: relative;
  padding-right: 0px !important;
}
.backDropIn {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#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;
}
#goBackToChoose .modal-dialog p {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
#goBackToChoose .modal-dialog .modal-footer {
  text-align: center;
  border-top: none;
}
#goBackToChoose .modal-dialog .modal-footer .btn-secondary {
  padding: 0.42857142857142855em 1.7857142857142858em;
  background: #ffffff;
  border: 1px solid #b71825;
}
#goBackToChoose .modal-dialog .modal-footer .btn-primary {
  padding: 0.42857142857142855em 1.7857142857142858em;
  background: #b71825;
  border: 1px solid #b71825;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
.minimum-order-amount {
  color: #ff0000;
  font-weight: bold;
  /*float: left;*/
  padding-top: 0.35714285714285715em;
  text-align: left;
}
.main-menu-items .fixed-cart.mobile-enable .show-full-cart .minimum-order-amount {
  text-align: center;
  font-size: 11px;
}
.customize-section .customizationPopupFooter .btn-price-box .btnDisable {
  background: #808080;
  border: 1px solid #808080;
}
.customize-section .customizationPopupFooter .btn-price-box .btnDisable:hover {
  background: #808080;
  color: #ffffff;
}
.item-list .fixed-cart.disable .primary-btn {
  background: #808080;
  border: 1px solid #808080;
}
.item-list .fixed-cart.disable .primary-btn:hover {
  background: #808080;
}
.mobile-cart md-toolbar .disable .primary-btn {
  background: #808080;
  border: unset;
}
.mobile-cart md-toolbar .disable .primary-btn:hover {
  background: #808080;
}
html {
  height: 100%;
}
.restolabs-ordering {
  height: 100%;
  background: #fff;
}
i {
  outline: none;
}
body,
button,
html,
input,
select,
textarea {
  font-family: OSRegular;
}
.modal-scrollbar-measure {
  overflow: hidden;
}
.loader-container .loader-image {
  background: url(/unification/img/theme_40/loader_new.gif) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  overflow-y: hidden;
}
.item-list .item-container .itemsFooter .add-customize button.item-decrement-button,
.item-list .item-container .itemsFooter .add-customize button.item-increment-button {
  position: unset;
  font-size: 10px;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
  float: left;
  margin-top: 0;
  line-height: 1px;
  border-radius: 30px;
}
.item-list .item-container .itemsFooter .add-customize .item-qnt {
  position: unset;
  float: left;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  height: auto;
  background: none;
  color: #000;
  border: 1px solid #909090;
  margin: 0 5px;
}
.customize-section .customizePopupBtnWrapper .popup-qty-incri-decri button.item-decrement-button,
.customize-section .customizePopupBtnWrapper .popup-qty-incri-decri button.item-increment-button {
  position: unset;
  font-size: 10px;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
  float: left;
  margin-top: 0;
  line-height: 1px;
  border-radius: 30px;
}
.customize-section .customizePopupBtnWrapper .popup-qty-incri-decri .item-qnt {
  position: unset;
  float: left;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  height: auto;
  background: none;
  color: #000;
  border: 1px solid #909090;
  margin: 0 5px;
}
.customize-section .customizePopupBtnWrapper .customize-section-item-price {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  font-size: 18px;
}
.customize-section .customize-addon-option-section button.item-decrement-button,
.customize-section .customize-addon-option-section button.item-increment-button {
  position: unset;
  font-size: 10px;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
  float: left;
  margin-top: 0;
  line-height: 1px;
  border-radius: 30px;
}
.customize-section .customize-addon-option-section .item-qnt {
  position: unset;
  float: left;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  height: auto;
  background: none;
  color: #000;
  border: 1px solid #909090;
  margin: 0 5px;
}
.cart-container .cart-item button.item-decrement-button,
.cart-container .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-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-item .cart-btn-price-row .item-price {
  padding-top: 6px;
  vertical-align: top;
  display: inline-block;
}
.cart-container .cart-item .cart-btn-price-row .item-action-btn {
  display: inline-block;
}
.ProfileDropDown {
  display: inline-block;
  position: absolute;
  top: 65px;
  right: 0;
}
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.ProfileDropDown .btn-default:hover {
  background: #b71825;
  color: #ffffff;
  border-color: #b71825;
}
.container.log-msg {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.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;
  }
}
@media only screen and (min-width: 1031px) {
  .item-category-box {
    min-height: 1000px !important;
  }
}
.mobile-cart {
  padding-top: 0;
}
/*.menuBody{
    max-width: 1170px;
    margin: auto;
}*/
.customizationPopupCancelBtn {
  display: none;
}
.customizationPopupAddBtn {
  width: 80%;
  margin: auto;
  float: unset;
}
@media only screen and (max-width: 1030px) {
  /*    .customizationPopupAddBtn {
        width: 100%;
    }  */
}
.login-form-section label {
  top: 4px;
}
.trail-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 20px;
  background: #b71825;
  z-index: 10000;
  width: 100%;
  text-align: center;
  color: #fff;
}
.trail-fix .para {
  font-size: 20px;
  padding: 0 10px;
}
.trail-fix .trialSignupBtn {
  background: #3fa23f;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 9px 34px;
  font-size: 18px;
  border-radius: 4px;
  font-family: OSSemiBold;
  display: inline-block;
}
.trail-fix #close-trial {
  position: absolute;
  right: 5px;
  top: 2px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  border: 2px solid;
  width: 25px;
  height: 25px;
  text-align: center;
}
.trail-fix #close-trial:hover {
  background: #3fa23f;
}
.animateDown {
  -webkit-animation: dropTrial 1s;
  -webkit-animation-fill-mode: forwards;
  animation: dropTrial 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes dropTrial {
  from {
    top: -83px;
  }
  to {
    top: 0px;
  }
}
@keyframes dropTrial {
  from {
    top: -83px;
  }
  to {
    top: 0px;
  }
}
.animateUp {
  -webkit-animation: upTrial 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation: upTrial 0.5s;
  animation-fill-mode: backwards;
}
@-webkit-keyframes upTrial {
  from {
    top: 0px;
  }
  to {
    top: -83px;
  }
}
@keyframes upTrial {
  from {
    top: 0px;
  }
  to {
    top: -83px;
  }
}
@media only screen and (max-width: 810px) {
  .trail-fix {
    padding: 10px;
  }
  .trail-fix .trialSignupBtn {
    font-size: 16px;
  }
  .trail-fix .para {
    font-size: 17px;
    padding: 0 20px;
    display: block;
    padding-bottom: 12px;
  }
}
.tip-heading {
  text-align: left;
  font-weight: bold;
}
.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;
}
@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 {
  margin-right: 0;
}
.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: #b71825;
}
.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: #b71825;
  background: #dee0e9;
  width: auto;
  height: 32px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  font-size: 11px;
  padding: 5px;
  font-weight: bold;
}
.tip-section.type2 button:hover {
  color: #ffffff;
  background: #b71825;
}
.tip-section.type2 button.clear-tip-button {
  font-size: 11px;
  color: red;
  border: none;
  box-shadow: none;
  height: 25px;
  margin-top: 7px;
}
.tip-section.type2 button.clear-tip-button:hover {
  background: none;
  color: #ffffff;
  background: red;
}
.tip-section.type2 button[disabled] {
  background: #808080;
  border: #808080;
  color: #ffffff;
}
.tip-section.type2 button.active {
  background: #b71825;
  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: #b71825;
  height: 30px;
  position: absolute;
  right: 0;
  width: 75%;
}
.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: #b71825;
  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;
}
.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: -webkit-fill-available;
}
.tip-section.type2 .tip-btn-wrapper button.fa-times {
  background: red;
  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: red;
  color: white;
  font-size: 14px;
}
.tip-section.type2 .tipSectionSpan {
  color: #000000;
  white-space: nowrap;
}
@media only screen and (max-width: 1030px) {
  .grand-total-section {
    padding-top: 10px;
  }
}
.grand-total-section .sub-total-text {
  display: inline-block;
  float: left;
}
.tip-active {
  border-bottom: 2px solid lightgray;
}
@media (max-width: 1030px) {
  .md-dialog-container .md-dialog-fullscreen.login-popup md-dialog-content {
    height: 100%;
  }
  .md-dialog-container .md-dialog-fullscreen.login-popup md-dialog-content .md-dialog-content {
    height: 100%;
  }
  .md-dialog-container .md-dialog-fullscreen.login-popup md-dialog-content .md-dialog-content .como_iframe_register {
    height: 93%;
  }
  .md-dialog-container .md-dialog-fullscreen.login-popup md-dialog-content .md-dialog-content .como_iframe_register .reg-wrapper {
    height: 100%;
  }
  .md-dialog-container .md-dialog-fullscreen.login-popup md-dialog-content .md-dialog-content .como_iframe_register .reg-wrapper .reg-iframe {
    height: 100%;
  }
}
@media (max-width: 1030px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .como-gift-popup .giftContainerWrp {
    height: auto !important;
    flex: 5;
  }
}
.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: #b71825;
  border: 1px solid #b71825;
  padding: 7px 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  margin: 10px 0;
  border-radius: 2px;
}
.brand-link {
  cursor: pointer;
}
@media only screen and (max-width: 1030px) {
  .customize_popup_dialog .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area {
    padding-bottom: 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-menu-items {
  /*.panel-title > .collapsed{
    background-color: @primary-highlight-color;
  }*/
}
.main-menu-items .panel-default .panel-heading {
  padding: 7px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-menu-items .panel {
  background-color: transparent;
}
.main-menu-items .panel-default .panel-heading a {
  display: block;
  padding: 15px 15px;
  word-break: break-word;
  font-family: OSRegular;
  background-color: rgba(183, 24, 37, 0.07000000000000001);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 35px;
  position: relative;
}
.main-menu-items .panel-default .panel-heading a:hover {
  background-color: rgba(183, 24, 37, 0.1);
}
.main-menu-items .panel-default .panel-heading a:hover {
  text-decoration: none;
}
.main-menu-items .panel-default .panel-heading a:after {
  content: "";
  position: absolute;
  top: 13px;
  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;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  right: 10px;
}
.main-menu-items .panel-default .panel-heading a[aria-expanded="true"] {
  background-color: rgba(183, 24, 37, 0.1);
  border-radius: 4px;
  color: #730f17;
  /*font-family: OSBold;*/
}
.main-menu-items .panel-default .panel-heading a[aria-expanded="1"] {
  background-color: rgba(183, 24, 37, 0.1);
  border-radius: 4px;
  color: #730f17;
  /*font-family: OSBold;*/
}
.main-menu-items .panel-default .panel-heading a[aria-expanded="true"]:after {
  content: "\e114";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /*color: @textnegetivecolor;*/
}
.main-menu-items .panel-default .panel-heading a[aria-expanded="1"]:after {
  content: "\e114";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /*color: @textnegetivecolor;*/
}
.main-menu-items .panel-default .panel-heading a[aria-expanded="false"]:after {
  content: "\e080";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-menu-items .panel-default .panel-heading a[aria-expanded="0"]:after {
  content: "\e080";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-menu-items .panel-default:first-child {
  margin-top: 25px;
}
.main-menu-items .panel-title {
  border-radius: 4px;
  color: #000;
  /*background-color: fade(@primary-highlight-color, 7%);*/
  text-transform: uppercase;
  font-size: 16px;
  font-family: OSRegular;
  /*        &:hover{
            background-color: fade(@primary-highlight-color, 12%);
        }*/
}
.main-menu-items .panel + .panel {
  margin-top: 0px;
}
.main-menu-items .panel-body {
  padding: 7px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  transition: box-shadow 0.3s ease-in-out;
  border-radius: 5px;
}
.main-menu-items .panel-body:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.collapse {
  display: none !important;
}
.collapse.in {
  display: block !important;
}
.showdiv {
  display: block !important;
}
.searched-item {
  display: block;
}
.searched-item-wrapper {
  display: block;
}
.item-list .item-container .item-image img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border-radius: 4px;*/
}
.item-list .item-container .item-image .modal {
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.item-list .item-container .item-image .modal .modal-header {
  padding: 0;
  border-bottom: none;
  position: absolute;
  right: 1.0714285714285714em;
  top: 0.7142857142857143em;
  z-index: 1;
}
.item-list .item-container .item-image .modal .modal-header button:hover {
  background: none;
  color: unset;
  opacity: 1;
}
.item-list .item-container .item-image .modal .modal-header .fa-times {
  font-size: 0.8em;
  color: #000;
}
.item-list .item-container .item-image .modal .modal-header .fa-times:hover {
  opacity: 0.5;
}
.item-list .item-container .item-image .modal .modal-body {
  padding: 0.35em;
}
.item-list .item-container .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;
}
.item-list .item-container .item-details-wrapper {
  padding-right: 0;
  padding-left: 20px;
}
.item-list .item-container .item-details-wrapper .item-price {
  font-family: OSSemiBold;
}
.item-list .item-container .item-details-wrapper .modal-dialog {
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 370px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.item-list .item-container .item-details-wrapper .modal-body {
  padding: 9px;
}
.item-list .item-container .item-details-wrapper .modal-body .item-name {
  float: left;
  padding-top: 17px;
  padding-left: 0;
  padding-bottom: 5px;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
  width: 77%;
}
.item-list .item-container .item-details-wrapper .modal-body .item-price {
  float: right;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #000;
  font-family: OSSemiBold;
  font-size: 15px;
  line-height: 1;
}
.item-list .item-container .item-details-wrapper .modal-body .itemDescription {
  clear: both;
  padding: 10px 0;
  max-height: 94px;
  overflow-y: auto;
  text-align: justify;
}
.item-list .item-container .item-details-wrapper .modal-body .item-add-button {
  width: 100%;
  border-radius: 0;
  padding: 5px 0;
  margin-top: 10px;
}
.item-list .item-container .item-details-wrapper .modal-body button.item-decrement-button,
.item-list .item-container .item-details-wrapper .modal-body button.item-increment-button {
  width: 33.33%;
}
.item-list .item-container .item-details-wrapper .modal-body .item-qnt {
  margin-left: -4px;
  margin-right: -4px;
  width: 33.33%;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
}
.item-list .item-container .item-details-wrapper .itemImage img {
  width: 100%;
}
.item-list .item-container .item-details-wrapper .modal-header {
  padding: 0;
  border-bottom: none;
}
.item-list .item-container .item-details-wrapper .modal-header .close {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 1;
  font-size: 18px;
  color: #6d6d6d;
}
.item-list .item-container .item-details-wrapper .modal-header .close:hover {
  color: #4c4c4c;
}
.item-list .item-container .item-details-wrapper .item-name {
  font-weight: 100;
  font-size: 16px;
  /*font-family: OSBold;*/
}
.item-list .item-container {
  padding: 10px 0px;
  /*    border-top: 1px dashed;
    border-color: #DCDCDC;*/
}
.item-list .item-container:first-child {
  border-top: 0;
}
.item-list .item-container:last-child {
  border-bottom: 0;
}
.item-list .item-container .itemDescription a {
  color: #797979;
  margin-top: 6px;
  font-size: 13px;
  overflow: hidden;
  height: 52px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .item-list .item-container .itemDescription a {
    height: 38px;
    -webkit-line-clamp: 2;
  }
}
.item-list .item-container .itemDescription a:hover,
.item-list .item-container .itemDescription a:focus {
  text-decoration: none !important;
  outline: none !important;
}
.item-list .item-container .itemImageWrap {
  text-align: center;
}
.item-list .item-container .itemsFooter .add-customize button.item-decrement-button,
.item-list .item-container .itemsFooter .add-customize button.item-increment-button {
  /*    font-size: 14px;
    height: 28px;
    line-height: 25px;*/
}
.item-list .item-container .itemsFooter .add-customize .item-qnt {
  /*    margin-top: 2px;
    font-size: 14px;
    height: 28px;*/
}
.main_chooser .restaurant-main-section .goto-menu-btn .primary-btn {
  background: #b71825;
  border: 1px solid #b71825;
}
.main_chooser .restaurant-main-section .goto-menu-btn .primary-btn:hover {
  filter: brightness(100%);
}
/*.top-header .restoLogWrp .restoLog {
    background: @primary-highlight-color;
    border: 1px solid @primary-highlight-color;
}

.top-header .restoLogWrp .restoLog:hover {
    background: transparent;
    border: 1px solid @primary-highlight-color;
    color: @primary-highlight-color;
}*/
.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable > ul.nav-tabs li > a {
  padding: 10px 1.42em 16px;
}
/*.restoMenuWrapperOuter .restoMenuWrapper .category-slick-section div.scrollable>ul.nav-tabs li.selected>a, {
    border-bottom: 4px solid @primary-highlight-color;
}*/
input[type="radio"]:checked + span.customRadio::after,
input[type="radio"] + span.customRadio::after,
input[type="checkbox"] + span.customCheckbox::before,
input[type="checkbox"]:checked + span.customCheckbox::before {
  color: #b71825;
}
#menuBtnId:focus {
  background: #b71825;
}
#menuBtnId {
  background: #b71825;
  filter: brightness(115%);
}
#menuBtnId:hover {
  filter: brightness(100%);
}
.cart-container .cart-item .cart-btn-price-row .item-price {
  margin-right: 6px;
}
.sub-total-section .sub-total-price {
  margin-right: 8px;
}
.custom-toast {
  color: #ffffff;
  background: #b71825;
  padding: 15px;
  height: auto;
  border: 1px solid;
  width: 240px;
}
.item-list {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .item-list .item-container .panel-body {
    /*padding: 0;*/
  }
  .item-list .item-container .item-name {
    font-size: 1em;
  }
  .item-list .item-container .itemsFooter .item-customize-button,
  .item-list .item-container .itemsFooter .item-add-button {
    margin-top: 0px;
    margin-left: 0;
  }
  .item-list .item-container .itemsFooter .add-customize {
    margin-top: 0px;
  }
  .item-list .item-container .itemsFooter {
    width: 175px;
    float: right;
    text-align: right;
    margin-top: 0;
    padding: 5px 0;
  }
  .item-list .item-container .itemsFooter .item-price {
    display: inline-block;
    margin-top: 0;
    font-size: 1em;
    text-align: right;
    margin-bottom: 0;
    margin-right: 7px;
    font-family: OSSemiBold;
    padding-right: 0;
  }
  .main-menu-items .panel-body {
    /*padding: 0px;*/
  }
}
@media screen and (max-width: 1030px) {
  .panel-group.main-menu-items {
    margin-top: 98px;
  }
}
.searched-item::parent {
  display: block !important;
}
@media screen and (max-width: 400px) {
  .uc-cart-checkout-form {
    padding-top: 60px;
  }
  .item-list .item-container .item-details-wrapper .modal-dialog {
    max-width: 310px;
  }
}
.user-info .user-info-header {
  color: #b71825;
}
#navbarNav {
  padding-right: 0;
}
iframe {
  border: 0px;
}
.login-popup .no-btn-effect,
.login-popup .no-btn-effect:hover {
  /*float:right;*/
}
.login-popup .continue-button {
  width: 100%;
  background: #b71825 !important;
  color: #fff;
  filter: brightness(115%);
  margin-left: 0;
}
.login-popup .continue-button:hover {
  background: #b71825;
  filter: brightness(100%);
}
.md-dialog-container .md-dialog-fullscreen {
  max-width: 70%;
  max-height: 75%;
  /*width: auto;
    height: auto;*/
}
.md-dialog-container .md-dialog-fullscreen .login-form-section {
  padding: 0;
  margin: 0;
}
.md-dialog-container .md-dialog-fullscreen .login-form-section .login-popup .login-btn {
  margin-bottom: 30px;
}
.md-dialog-container .md-dialog-fullscreen .login-form-section .login-popup md-content md-input-container {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 300px;
  margin: auto;
}
.md-dialog-container .md-dialog-fullscreen md-input-container.md-icon-float > label {
  position: relative;
}
.md-dialog-container .md-dialog-fullscreen .md-button.md-ink-ripple {
  /*border: 1px solid;*/
}
.md-dialog-container .md-dialog-fullscreen .layout-align-center-center .fas {
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 5px;
}
md-dialog.md-content-overflow .md-actions,
md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 0;
}
.loginGoBack,
.loginNext {
  border: 1px solid #b71825;
  width: 35%;
}
.loginGoBack:hover {
  background: #ffffff;
  color: #b71825;
}
.loginNext {
  background: #b71825;
  color: #ffffff;
}
.tryAgain {
  cursor: pointer;
}
.locationPermission {
  color: #ff0000 !important;
}
@media only screen and (min-width: 768px) {
  .pincode-input-text,
  .form-control.pincode-input-text {
    border: none;
    box-shadow: none;
    font-size: 30px;
    font-weight: bold;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  md-dialog.md-dialog-fullscreen.login-popup {
    min-height: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pincode-input-container.touch .touchwrapper.touch4 {
    width: 170px;
  }
  .pincode-input-container.touch .touchwrapper .pincode-input-text,
  .pincode-input-container.touch .touchwrapper {
    height: 50px;
  }
  .pincode-input-container.touch .touchwrapper .touchtable {
    display: none;
  }
}
/*.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: #b71825;
  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: #b71825;
  background: transparent;
  border: 2px solid #b71825;
  border-radius: 4px;
  padding: 7px 15px;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  width: max-content;
  float: right;
}
.reorderBtnReorder:focus {
  color: #b71825;
  background: #fff;
}
.reorderBtnReorder:hover {
  color: #ffffff;
  background: #b71825;
}
.reorderLargeBtnReorder {
  color: #ffffff;
  background: #b71825;
  border: 2px solid #b71825;
  border-radius: 4px;
  padding: 7px 100px;
  text-decoration: none !important;
  cursor: pointer;
}
.reorderLargeBtnReorder:focus {
  color: #ffffff;
  background: #b71825;
}
.reorderLargeBtnReorder:hover {
  color: #b71825;
  background: #fff;
}
#reorderBtn {
  margin-right: 5px;
  background-color: #b71825;
  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: #b71825;
  border: 2px solid #b71825;
  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: #b71825;
  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;
  }
}
.dropdown-menu {
  min-width: auto;
  left: unset;
  right: 0;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
  cursor: pointer;
}
.dropdown-menu > li > a:hover {
  background: #b71825;
  color: #ffffff;
}
.dropdown-menu > li > a i {
  padding-right: 5px;
}
.itemViewAllergens {
  padding-top: 10px;
}
.itemViewAllergens a {
  color: #000000;
  font-size: 15px;
}
.itemViewAllergens a:hover {
  color: #b71825;
  border-bottom: 2px solid #b71825;
}
.item-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-dialog {
  max-width: 540px;
  border-radius: 7px;
}
.item-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-body .item-name {
  float: unset;
  display: block;
  text-align: center;
  font-family: OSBold;
  overflow: hidden;
  padding: 0 18px 5px;
  width: 100%;
}
.item-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-body .item-allergen {
  text-align: center;
  font-size: 15px;
  font-family: OSBold;
}
.item-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 10px;
  max-height: 430px;
  overflow-y: scroll;
}
.item-list .item-container .item-details-wrapper .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-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms .item-allergen-image {
  height: 100px;
  padding: 20px;
}
.item-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms .item-allergen-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.item-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms .allerganceItmsName {
  font-size: 15px;
}
@media only screen and (max-width: 400px) {
  .item-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp {
    max-height: 280px;
  }
  .item-list .item-container .item-details-wrapper .itemViewAllergensPopupWrp .modal-body .allerganceBodyWrp .allerganceItms .item-allergen-image {
    padding: 0px;
    height: 50px;
  }
}
.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;
  font-weight: normal;
  font-size: 14px;
}
.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: 65px;
  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: #b71825;
  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: #b71825;
}
.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: 20px;
  -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: #b71825;
  border: 3px solid #b71825;
  padding: 6px;
  margin: -3px;
}
.como-gift-popup .gift-container .gift-active .active {
  background: #b71825;
  color: #ffffff;
  border: 2px solid #b71825;
  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: #b71825;
  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: #b71825;
  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: 6px 20px;
  border-radius: 8px;
  font-weight: bold;
  background: #b71825;
  color: #ffffff;
  border: 1px solid;
}
.como-gift-popup .giftContainerWrp {
  max-height: 515px;
  overflow-y: auto;
  border: 3px solid #b71825;
  border-radius: 25px;
}
.como-gift-popup .giftContainerWrp .currently-no-active-gifts {
  padding-left: 20px;
}
.como-gift-popup .giftContainerWrp .non_redeemable_como_assets_msg {
  background: #b71825;
  padding: 5px 5px 5px 10px;
  color: #ffffff;
  margin-bottom: 5px;
  line-height: 1.3;
}
.loadingContent {
  background: #b71825;
  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;
}
#cart-section-editable-checkout {
  /*    #cart-section-editable-checkout {
            width: 100%;*/
  /*height: 200px;*/
  background-color: #ffffff;
  z-index: 10;
  /*}*/
}
#cart-section-editable-checkout .item-decrement-button,
#cart-section-editable-checkout .item-increment-button {
  width: 30px;
  color: #b71825;
  background: transparent;
  border: 1px solid #b71825;
  padding: 3px;
  font-size: 18px;
  text-transform: uppercase;
}
#cart-section-editable-checkout .item-decrement-button,
#cart-section-editable-checkout .item-increment-button {
  top: 4px;
}
#cart-section-editable-checkout .checkout-cart-item {
  border-bottom: 1px;
  border-color: #969696;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: overlay;
  display: block;
  border-style: inset;
  border-bottom-width: 1px;
}
#cart-section-editable-checkout .checkout-items-total {
  width: 100%;
  text-align: right;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: inset;
  /* margin-bottom: 29px; */
  padding-bottom: 10px;
  border-color: #969696;
}
#cart-section-editable-checkout .asset-icon {
  background: url('/unification/img/como/asset_icon.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 5px;
}
#cart-section-editable-checkout .deal-icon {
  background: url('/unification/img/como/deal_icon.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 5px;
}
#cart-section-editable-checkout .checkout-gift-row-item {
  border-bottom: 1px;
  border-color: #969696;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: overlay;
  /*display: block;*/
  border-style: inset;
  border-bottom-width: 0px;
  height: 35px;
}
#cart-section-editable-checkout .checkout-gift-row {
  border-bottom: 1px;
  border-color: #969696;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: overlay;
  /*display: block;*/
  border-style: inset;
  border-bottom-width: 1px;
  height: 35px;
}
#cart-section-editable-checkout .checkout-cart-update-button-container {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 40px;
}
#cart-section-editable-checkout .checkout-cart-update-button {
  background: #4b371c;
  color: #fff;
  margin-right: 10px;
  border: 1px solid #4b371c;
  padding: 6px;
  border-radius: 3px;
  /*width: 70px;*/
  font-weight: 500;
}
#dynamic_cart .loader-container {
  position: fixed !important;
}
#dynamic_cart .loader-image {
  position: fixed !important;
}
@media only screen and (max-width: 1030px) {
  .customize_popup_dialog {
    height: 100%;
    position: absolute;
    z-index: 500;
  }
  .customize_popup_dialog .md-dialog-container .md-dialog-fullscreen {
    background: transparent;
  }
  .customize_popup_dialog .customize-section {
    background: transparent;
    transform: none;
    display: flex;
    flex-direction: column;
  }
  .customize_popup_dialog .customize-section .customize-section-container {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .customize_popup_dialog .customize-section .customize-section-container .fluid-continer.white-bg.item-qty-cust {
    position: relative;
    flex-shrink: 0;
  }
  .customize_popup_dialog .customize-section .customize-section-container .scrollable-section {
    height: 100% !important;
    flex: 1;
    position: relative;
  }
  .customize_popup_dialog .customize-section .customize-section-container .scrollable-section .customize-section-item-details {
    height: 100%;
  }
  .customize_popup_dialog .customize-section .customize-section-container .scrollable-section .customize-section-item-details .popup-scroll-area {
    max-height: calc(100vh - 250px);
    position: relative;
  }
}
.md-dialog-is-showing {
  overflow: hidden;
}
.item-list .item-container .itemsFooter .item-customize-button,
.item-list .item-container .itemsFooter .item-add-button {
  width: auto;
}
@media (min-width: 1030px) {
  .cart-container .white-bg.fix-padding {
    background: white;
  }
  .cart-container {
    height: 54vh !Important;
  }
  .cart-container .cart-container-inner {
    height: 32vh !Important;
  }
  .cart-container.fixedCart {
    height: 83vh !Important;
  }
  .cart-container.fixedCart .cart-container-inner {
    height: 62vh !Important;
  }
  .cart-container.tip-enable .cart-container-inner {
    height: 20vh !Important;
  }
  .cart-container.tip-enable.fixedCart .cart-container-inner {
    height: 50vh !Important;
  }
}
.registration-form-section md-input-container .gdpr-consent-checkbox + div + span {
  margin-left: 25px;
}
.social-login div.col-md-6 {
  width: 100%;
  text-align: center;
}
.social-login div.col-md-6 button {
  padding-left: 0px;
  padding-right: 13px;
}
.main_chooser .restaurant-main-section .select-time::before {
  display: none;
}
.main_chooser .restaurant-main-section .select-time .select-time-icon::after {
  content: "\f402";
  font-family: "Ionicons";
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 20px;
  width: 7px;
  font-weight: 800;
  z-index: 10;
  transform: skewX(12deg);
}
.cart-item.greg-cart .item-name {
  text-decoration: underline;
}
.cart-item.greg-cart .comboInfo .cart-addon-print .attribute-name {
  font-weight: bold;
}
.cart-item.greg-cart .comboInfo .cart-addon-print .cart-addon-option-print {
  padding-left: 10px;
}
.cart-item.greg-cart.combo-item .item-name {
  font-weight: normal;
}
.cart-item.greg-cart.combo-item .comboInfo .cart-addon-print,
.cart-item.greg-cart.combo-item .comboInfo .combo-option-selected {
  padding-left: 10px;
}
.cart-item.greg-cart.combo-item .comboInfo .cart-addon-print .attribute-name,
.cart-item.greg-cart.combo-item .comboInfo .combo-option-selected .attribute-name {
  font-weight: normal;
}
.cart-item.greg-cart.combo-item .comboInfo .cart-addon-print .cart-addon-option-print,
.cart-item.greg-cart.combo-item .comboInfo .combo-option-selected .cart-addon-option-print {
  padding-left: 10px;
}
.md-calendar-date:last-child {
  padding-right: 0;
}
.md-calendar-date:first-child {
  padding-left: 0;
}
.md-calendar-month-label {
  padding: 0;
}
.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  padding: 12px;
}
.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  color: #b71825;
}
.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
  background: #ddd;
  border-radius: 50%;
  border: 5px solid white;
  width: 40px;
  height: 40px;
  background-clip: content-box;
  color: #bcbcbc;
}
.md-calendar-date {
  height: 40px;
  width: 40px;
}
.md-calendar tr:last-child td {
  border-bottom-width: 5px;
  border-bottom-color: white;
}
.item-list .item-container.noImageView .panel-body {
  position: relative;
}
.item-list .item-container.noImageView .panel-body > div.no-padding {
  position: unset;
}
.item-list .item-container.noImageView .panel-body > div.no-padding .itemImageWrap {
  width: auto;
  position: unset;
}
.item-list .item-container.noImageView .panel-body > div.no-padding .itemImageWrap .item-image + .fa-star-o,
.item-list .item-container.noImageView .panel-body > div.no-padding .itemImageWrap .item-image + .fa-star {
  position: absolute;
  bottom: 12px;
}
.item-list .item-container.noImageView .panel-body > div.no-padding .item-details-wrapper {
  padding-left: 0;
}
@media screen and (min-width: 767px) {
  .item-list .item-container.noImageView .panel-body > div.no-padding .item-details-wrapper {
    width: 83.33333333%;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .md-dialog-container ::-webkit-scrollbar {
    display: block;
  }
}
.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%;
  }
}
.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;
}
.search-button {
  position: absolute;
  top: 8px;
  right: 20px;
  border: none;
  background: #b71825;
  font-style: normal;
  padding: 3px 10px;
  border-radius: 4px;
  color: #ffffff;
}
.search-button.desktop {
  top: 18px;
  background: #ffffffc7;
  color: #b71825;
  right: 5px;
  font-weight: bold;
}
.fas.fa-times.desktop {
  position: absolute;
  right: 20px;
  top: 24px;
  color: white;
}
.searchTrigger .fas.fa-times {
  left: 8px;
  border: none !important;
}
.upsell-image-wrapper {
  display: flex;
  justify-content: center;
}
.upsell-image-wrapper img {
  width: 100%;
  max-width: 280px;
}
.md-datepicker-calendar-pane {
  z-index: 1000;
}
