@font-face {
  font-family: ThemeRegular;
  src: url('/unification/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: ThemeBold;
  src: url('/unification/fonts/OpenSans-Bold.ttf');
}
@font-face {
  font-family: ThemeExtraBold;
  src: url('/unification/fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
  font-family: ThemeSemiBold;
  src: url('/unification/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: ThemeLight;
  src: url('/unification/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: "Ionicons";
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}
body {
  font-family: ThemeRegular;
}
body,
button,
html,
input,
select,
textarea {
  font-family: ThemeRegular;
}
button,
div {
  outline: none;
}
input[type='radio'],
input[type='checkbox'] {
  display: none;
}
input[type="radio"] + span.customRadio {
  display: inline-block;
  cursor: pointer;
}
input[type="radio"] + span.customRadio::after {
  content: "\f3a6";
  font-family: "Ionicons";
  position: relative;
  color: #eb0202;
  top: -8px;
  font-size: 25px;
}
input[type="checkbox"] {
  width: 25px;
  height: 25px;
  cursor: default;
  opacity: 0;
}
input[type="checkbox"] + span.customCheckbox {
  cursor: default;
}
button[disabled="disabled"] {
  cursor: not-allowed;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input,
select,
textarea {
  color: ;
}
i {
  outline: none;
}
span.customRadio {
  display: none;
}
.no-padding {
  padding: 0px;
}
.clearFix {
  clear: both;
}
.white-bg {
  background: #ffffff;
}
.validation-msg {
  color: red;
  display: block;
  clear: both;
  padding: 3px 0px;
}
.full-width-btn {
  width: 100%;
  background: #eb0202;
  color: #fff;
}
.md-button.md-default-theme[disabled],
.md-button[disabled] {
  cursor: not-allowed;
  background-color: ;
  color: #fff;
}
.no-btn--effect,
.no-btn--effect:hover,
.no-btn--effect:active,
.no-btn--effect:focus {
  background: transparent !important;
  border: none;
  box-shadow: none;
  border-color: transparent;
}
.primary-btn {
  border: 1px solid #eb0202;
  color: #eb0202;
  background: transparent;
  border-radius: 3px;
}
.primary-btn:hover {
  color: #fff;
  background: #eb0202;
}
.fix-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.simple-transition {
  transition: width 1s ease;
}
.dispaly-none {
  display: none;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e0e0e0;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #5d5d5d;
  border-radius: 10px;
}
::-ms-clear,
::-ms-expand {
  display: none;
}
.fa-pen,
.fa-trash-alt {
  font-size: 0.9em;
  color: #eb0202;
}
.fa-pen:hover,
.fa-trash-alt:hover {
  color: #eb0202;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
.loader-container {
  z-index: 2000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.loader-container .loader-image {
  background: url('/unification/img/theme_52/loader.gif') no-repeat;
  background-size: 100%;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  overflow-y: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
}
.loader_processing {
  overflow-y: hidden;
  height: 100%;
  position: relative;
}
.md-calendar-date.md-calendar-selected-date.md-focus .md-calendar-date-selection-indicator {
  background: #eb0202 !important;
  color:  !important;
}
.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #eb0202 !important;
  color:  !important;
  border: 1px solid #eb0202;
}
.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: #eb0202 !important;
}
button.item-decrement-button,
button.item-increment-button {
  width: 22px;
  height: 22px;
  color: #eb0202;
  background: transparent;
  border: 1px solid #eb0202;
  padding: 0px 5px;
  font-size: 10px;
  margin-top: 0;
  line-height: 1px;
  border-radius: 30px;
  text-transform: uppercase;
}
button.item-decrement-button:hover,
button.item-increment-button:hover {
  background-color: #eb0202;
  color: ;
}
.item-decrement-button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.item-qnt {
  position: unset;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  height: auto;
  background: none;
  color: #000;
  border: 1px solid #909090;
  margin: 0px 5px;
}
.item-increment-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mobHeader {
  display: none;
}
.top-header .ProfileDropDown {
  position: absolute;
  top: 60px;
  right: 15px;
}
.top-header .ProfileDropDown .btn-default {
  background-color: #eb0202;
  color: ;
  border-color: #eb0202;
}
.top-header .ProfileDropDown .btn-default:hover {
  background: none;
  color: #eb0202;
}
.top-header .ProfileDropDown.ul {
  min-width: 107px;
}
.custom-toast {
  color: ;
  background: #eb0202;
  border: 1px solid #eb0202;
  position: fixed;
  padding: 10px;
  width: 280px;
  height: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0.3em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-menu {
  min-width: 120px;
  padding: 0;
  margin: 0;
  top: 40px;
  width: 100%;
  right: 0;
}
.dropdown-menu li {
  cursor: pointer;
}
.dropdown-menu li a img {
  margin-left: -25px;
  margin-right: 10px;
}
.dropdown-menu li a i {
  padding-right: 5px;
}
.panel-default .accordion-toggle {
  text-decoration: none;
}
.menu_main md-bottom-sheet {
  overflow-y: hidden;
}
.modal-open {
  overflow-y: hidden;
  height: 100%;
  position: relative;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.6);
  overflow-y: hidden;
}
.md-block input[type='radio'],
.md-block input[type='checkbox'] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 12;
  cursor: pointer;
}
.main_chooser .modal-backdrop.in,
.menu_main .modal-backdrop.in {
  display: none;
}
.md-dialog-container ::-webkit-scrollbar {
  display: none;
}
.md-toast-animating {
  overflow: initial !important;
}
.md-toast-open-bottom {
  overflow: auto !important;
}
/*Item container style*/
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}
.modal-scrollbar-measure {
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .md-dialog-container {
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .promotion-close-button {
    left: 90px !important;
  }
}
.main_chooser .restolabs-ordering {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main_chooser .restolabs-ordering > div {
  height: 100%;
}
.main_chooser .restolabs-ordering > div .main-bg-container {
  background: url('/unification/img/theme_38/chooser-background.jpg');
  background-size: 100% 100%;
  min-height: 100%;
}
@media only screen and (max-width: 1030px) {
  .main_chooser .restolabs-ordering > div .main-bg-container {
    background-size: cover;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header {
  padding-bottom: 0;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header {
  margin: auto;
  padding-bottom: 25px;
  text-align: unset;
  position: unset;
  height: unset;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand {
  height: unset;
  padding: unset;
  color: ;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand:hover {
  color: #cbcbcb;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand .logo-img {
  height: 60px;
  max-height: 60px;
  max-width: none !important;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand .logo-img {
    height: 135px;
    max-height: 135px;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .mobile-enable {
  display: none;
}
@media screen and (max-width: 500px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .mobile-enable .nav.navbar-nav {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .mobile-enable {
    display: block;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav.navbar-toggleable-md {
  margin-right: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav {
    border-top: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav .navbar-toggler {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav .navbar-toggler {
    display: block;
    border: medium none;
    height: 30px;
    outline: medium none;
    width: 30px;
    background: url('/unification/img/side-menu.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav.in,
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav.collapsing {
    position: absolute;
    right: -15px;
    width: 230px;
    background: #fff;
    z-index: 80;
    top: 71px;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav {
    margin-top: 0px;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable {
    display: block;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable.top-saction {
    min-height: 75px;
    background: url('/unification/img/side-menu-image.jpg') no-repeat 100% 100%;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable.top-saction .user-image-icon {
    width: 50px;
    height: 50px;
    clear: both;
    margin: auto;
    background: url('/unification/img/logged-out-icon.png') no-repeat;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable.top-saction .user-image-icon img {
    max-width: 100%;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable.top-saction .user-hi {
    font-size: 18px;
    color: #ffffff;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-enable a {
    color: #000;
    cursor: pointer;
  }
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header nav #navbarNav .nav .mobile-disable {
    display: none;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .login-user {
  padding-left: 30px;
  background: url('/unification/img/login.png') no-repeat;
  background-position: 0px 15px;
  background-size: 20px 20px;
  padding-right: 0px;
  cursor: pointer;
  color: ;
}
@media screen and (min-width:320px) and (max-width:767px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .login-user {
    padding-left: 75px;
  }
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav > li > a {
  color: ;
  cursor: pointer;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav > li > a:focus,
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav > li > a:hover {
  background-color: unset;
  color: #cbcbcb;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav > li > a > i {
  padding-right: 4px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .user-img img {
  width: 30px;
  height: 30px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .login .logo-img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .login .dropdown-toggle {
  background: transparent;
  cursor: hover;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .dropdown-toggle a {
  color: #eb0202;
  cursor: pointer;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .dropdown-toggle a:focus {
  color: #eb0202;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown .dropdown-toggle a:hover {
  color: #eb0202;
  background: unset;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile {
  min-width: 120px;
  margin: 0;
  top: 40px;
  width: 100%;
  right: 0;
  padding: 0;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile li {
  cursor: pointer;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile li a img {
  margin-left: -25px;
  margin-right: 10px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile li a i {
  padding-right: 5px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile > li > a {
  padding: 5px 10px;
  cursor: pointer;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile > li > a:hover {
  background: #eb0202;
  color: ;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .nav .dropdown.mobile > li > a i {
  padding-right: 5px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer {
  background: #211715;
  padding: 15px;
  color: ;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .f-title,
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .s-title {
  font-size: 18px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .powerby a {
  color: ;
  text-decoration: none;
  padding-top: 20px;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .social a {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .social .f-icon {
  background: url('/unification/img/facebook.png') no-repeat;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .social .t-icon {
  background: url('/unification/img/twitter.png') no-repeat;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-footer .social .insta-icon {
  background: url('/unification/img/instagram.png') no-repeat;
}
.main_chooser .rotating_spinner {
  position: absolute;
  top: 45%;
  left: 49%;
  z-index: 999;
}
.main_chooser .main-bg-container {
  background: url(http://test1.onlineorderalert.com/unification/img/theme_40/chooser-background.jpg);
  background-size: cover;
}
.main_chooser .main-bg-container .top-header {
  margin-bottom: 30px;
}
.main_chooser .main-bg-container .top-header .navbar-toggleable-md {
  margin-right: 0;
  font-size: 18px;
}
.main_chooser .main-bg-container .top-header .navbar-toggleable-md .nav .open > a {
  background-color: #eb0202;
  color:  !important;
}
.main_chooser .main-bg-container .top-header #navbarNav {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .main_chooser .main-bg-container .top-header #navbarNav.in,
  .main_chooser .main-bg-container .top-header #navbarNav.collapsing {
    overflow: hidden !important;
  }
}
.main_chooser .main-bg-container .top-header .dropdown-menu {
  padding-left: 0;
  width: auto;
  border-radius: 4px;
  margin-top: 2px;
}
.main_chooser .main-bg-container .top-header .user-img {
  color:  !important;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
}
.main_chooser .main-bg-container .top-header .user-img img {
  display: none;
}
.main_chooser .main-bg-container .top-header .user-img:hover {
  background: #eb0202 !important;
  color:  !important;
  border-color: #eb0202;
}
.main_chooser .main-bg-container .top-header .login-user {
  background: none !important;
  padding: 0;
  padding-bottom: 4px;
  padding-left: 0 !important;
}
.main_chooser .main-bg-container .top-header .login-user:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.main_chooser .main-bg-container .top-header .login-user:hover {
  color: #eb0202 !important;
}
.main_chooser .main-bg-container .top-header .login-user:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  background: #eb0202;
}
.main_chooser .main-bg-container .top-header .login-user img {
  display: block;
  width: 45px;
  margin: auto;
  margin-bottom: 5px;
}
.restaurant-main-section {
  color: ;
  font-size: 14px;
  background: #fff;
  color: #000;
  min-height: 428px;
  position: relative;
  padding-top: 2px;
  border-radius: 5px;
  width: auto;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section {
    width: 700px;
    margin: auto;
    min-height: 456px;
  }
}
.restaurant-main-section .Restaurant-welcome-text1 {
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .Restaurant-welcome-text1 {
    display: none;
  }
}
.restaurant-main-section .chooser-grp-order-section {
  display: none;
}
.restaurant-main-section .Restaurant-welcome-text2 {
  font-size: 22px;
  font-weight: normal;
}
.restaurant-main-section .chooser-page-content-wrap {
  width: 406px;
  margin: auto;
  display: table;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap {
    width: auto;
    padding: 0px 20px 10px 20px;
    display: block;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
  text-align: center;
  font-size: 16px;
  padding-bottom: 25px;
  margin-top: 35px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
    font-size: 16px;
    margin-top: 20px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option {
  color: #818181;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option:last-child .del-type-sep {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
  outline: none;
}
@media screen and (max-width: 450px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    overflow: hidden;
    font-size: 14px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected::before {
  content: "\f3fe";
  font-family: "Ionicons";
  position: relative;
  left: -2px;
  top: 4px;
  font-size: 20px;
  width: 7px;
  color: #eb0202;
  font-weight: 800;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected::before {
    content: "\f3fe";
  }
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected::before {
    top: 5px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    padding: 0px 10px 0px 0px;
  }
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    padding: 0px 9px;
  }
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title::before {
    content: "";
  }
}
@media screen and (min-width: 450px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    padding: 0px 7px 0px 10px;
  }
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
    padding: 0px 0px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected {
  outline: none;
  font-weight: 500;
  height: 100%;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected .mode-title-text {
  border-bottom: 2px solid;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title:hover {
  color: #eb0202;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title::before {
  content: "\f401";
  font-family: "Ionicons";
  position: relative;
  left: -2px;
  top: 4px;
  font-size: 20px;
  color: rgba(250, 235, 215, 0);
  width: 7px;
  font-weight: 800;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser {
  border: 1px solid #9e9e9e;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser {
    margin: auto;
    border: none;
    border-radius: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser {
    height: 42px;
    display: block;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 {
    display: flex;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 select {
  width: 202px;
  height: 40px;
  padding-left: 15px;
  color: ;
  outline: none;
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 96%;
  background-size: 16px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 35px;
  border: none;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 select {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 select.pull-right {
    float: none;
    width: 100%;
    background-position: 96%;
    padding-right: 20%;
  }
}
@media screen and (min-width: 450px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .arae1 select.pull-right {
    float: left !important;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 {
  position: relative;
  padding: 0px;
}
@media screen and (min-width: 450px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 angucomplete {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 angucomplete input {
    width: 100%;
    background-position: 96%;
    padding-right: 20%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 angucomplete .angucomplete-row:hover {
  background-color: #cfcfcf;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 angucomplete .angucomplete-row .angucomplete-title {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 {
    display: inline-block;
    width: 100%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  color: ;
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 96%;
  background-size: 16px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 50px;
  border-left: 1px solid #9e9e9e;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input {
    border: 1px solid #9e9e9e;
    margin-top: 10px;
    border-radius: 5px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input::-webkit-input-placeholder {
  color: ;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input::-moz-placeholder {
  color: ;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input:-ms-input-placeholder {
  color: ;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input:-moz-placeholder {
  color: ;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url('/unification/img/cross.png') 92% center / 16px no-repeat rgba(0, 0, 0, 0);
  display: none;
  background-position: 8px 13px;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton:hover,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton:focus,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton:active {
  outline: none;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .clearSearchButton {
    right: 15px;
    top: 10px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 #_dropdown {
  position: absolute;
  width: 100%;
  background: #fff;
  color: ;
  outline: none;
  z-index: 9999;
  max-height: 300px;
  overflow-y: scroll;
  margin-top: 2px;
  background: #e7e7e7;
  border-radius: 5px;
  line-height: 2;
  cursor: pointer;
  text-align: left;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-md-12 input,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-sm-12 input {
  margin: auto;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-md-12 #_dropdown,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-sm-12 #_dropdown {
  position: relative !important;
  margin: auto;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-md-12 #_dropdown .angucomplete-row,
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 .col-sm-12 #_dropdown .angucomplete-row {
  text-align: left;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn {
  background: #eb0202;
  color: ;
  border-radius: 0px;
  margin-top: 28px;
  padding: 0px 50px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn {
    margin-top: 15px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn:hover {
  background: transparent;
  color: #eb0202;
}
.restaurant-main-section .chooser-page-content-wrap .now-later {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later {
    padding-top: 15px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later .now-later-wrapper {
  box-shadow: inset 0 0 46px #C5C5C5;
  border-radius: 5px;
}
.restaurant-main-section .chooser-page-content-wrap .now-later .onlyLater {
  width: auto;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label {
  padding: 0px 11px 0px 8px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  color: ;
  width: 48%;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label {
    font-size: 16px;
    width: 48%;
  }
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label {
    padding: 5px 6px !important;
    width: 48%;
  }
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label {
    padding: 0px 26px 0px 11px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later label input[type="radio"] {
  visibility: hidden;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label .customRadio {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label.selected {
  background: #eb0202;
  border-radius: 5px;
  margin: 4px 0px 4px 0px;
  color: ;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label.selected .customize-variant-name span {
  line-height: 1.8;
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label.selected .customize-variant-name.customize-name {
    font-size: 14px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later label.selected::before {
  content: "\f3fe";
  font-family: "Ionicons";
  position: relative;
  left: -6px;
  color: ;
  top: 2px;
  font-size: 20px;
  width: 7px;
  font-weight: 800;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label.selected::before {
    font-size: 24px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later label::before {
  content: "\f3fe";
  font-family: "Ionicons";
  position: relative;
  left: -1px;
  top: 4px;
  color: rgba(250, 235, 215, 0);
  font-size: 20px;
  width: 7px;
  font-weight: 800;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label:first-child {
  text-align: center;
}
.restaurant-main-section .chooser-page-content-wrap .now-later label:last-child {
  text-align: center;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker {
  border: 1px solid #9e9e9e;
  height: 42px;
  border-radius: 5px;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker {
  padding-right: 30px;
  margin-right: 0px;
  width: 50%;
  height: 42px;
  line-height: 42px;
  float: left;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker.md-datepicker-open .md-datepicker-calendar-icon {
  color: rgba(0, 0, 0, 0.54) !important;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker {
    margin-bottom: 10px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-button.md-icon-button {
  margin: 0;
  height: 0px;
  line-height: 0px;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-button.md-icon-button {
    width: 33px;
    margin-left: 0px !important;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-input-container {
  padding-bottom: 0px;
  margin-left: 0px;
  border-bottom-style: none;
  height: 35px;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-input {
  pointer-events: none;
  line-height: 0;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
  left: -128px;
  top: 12px;
  width: 199px;
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 85%;
  background-size: 16px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
    background-position: 70%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-expand-triangle {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time {
  border-left: 1px solid #9e9e9e;
  width: 50%;
  background: none;
  position: relative;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time select {
  height: 40px;
  line-height: 40px;
  width: 99%;
  padding-left: 44px;
  background: none;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-overflow: '';
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 92%;
  background-size: 16px;
  border: none;
  z-index: 20;
  position: relative;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time select {
    padding-left: 36px !important;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time::before {
  content: "\f402";
  font-family: "Ionicons";
  position: absolute;
  left: 10px;
  font-size: 20px;
  width: 7px;
  font-weight: 800;
  z-index: 10;
  top: 5px;
}
.restaurant-main-section .chooser-page-content-wrap .location-list select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 45px;
  border-radius: 5px;
  color: ;
  outline: none;
  background: rgba(0, 0, 0, 0) url('/unification/img/down-arrow.png') no-repeat;
  background-position: 96%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 16px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
}
.restaurant-main-section .chooser-page-content-wrap .location-list select option {
  cursor: pointer;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn {
  padding: 20px 0px;
  color: #9e9e9e;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn div {
  padding-bottom: 10px;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn {
  color: ;
  background: #eb0202;
  padding: 3px 30px;
  border-radius: 5px;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn {
    padding: 0px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn:hover {
  background: transparent;
  color: #eb0202;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn button {
  margin: 0px;
  width: 406px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .goto-menu-btn button {
    width: 100%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .info-text {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  color: #9e9e9e;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .info-text {
    font-size: 15px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .map-container input {
  width: 281px;
  color: #000;
  max-width: 95%;
  height: 40px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 14px;
  border: 1px solid #9e9e9e;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .map-container input {
    width: 100%;
    max-width: 100%;
  }
}
.restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn {
  color: ;
  background: #eb0202;
  border-radius: 0px;
  padding: 0px 45px;
  margin-right: 0px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn {
    width: 100%;
    margin-left: 0px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn:hover {
  color: ;
  background: #eb0202;
}
.restaurant-main-section .chooser-page-content-wrap .map-container .map-box {
  float: none;
}
.restaurant-main-section .chooser-page-content-wrap .map-container .map-box #location_chooser {
  float: initial !important;
  display: inline-block;
  width: 405px !important;
  max-width: 100%;
  border-radius: 5px;
}
.restaurant-main-section {
  min-height: 350px;
  padding-top: unset;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section {
    min-height: 450px;
  }
}
.restaurant-main-section .Restaurant-welcome-text1 {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .Restaurant-welcome-text1 {
    display: unset;
  }
}
.restaurant-main-section .chooser-page-content-wrap {
  max-width: 430px;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap {
    width: 430px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
  padding-bottom: unset;
  box-shadow: inset 0 0 46px #C5C5C5;
  border-radius: 5px;
  padding: 0;
  display: flex;
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container {
    margin-top: unset;
  }
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option {
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title {
  flex: 1 0 0;
  padding: 5px 0;
  border-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected {
  color: ;
  background: #eb0202;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected .mode-title-text {
  border-bottom: none;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title.selected::before {
  color: ;
  font-size: 22px;
  top: 2px;
  left: 2px;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .mode-title::before {
  content: "\f401";
  top: 0;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option .del-type-sep {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option.selected::before {
  content: "\f3fe";
  top: 2px;
  color: ;
}
@media screen and (min-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .delivery-mode-container .mode-option.selected::before {
    top: 2px;
    font-size: 22px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser {
  margin-bottom: 25px;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser .area2 input {
    margin-top: 25px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser #_dropdown {
  padding-left: unset;
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser #_dropdown .angucomplete-row {
  padding-left: unset;
  border-bottom: unset;
}
@media screen and (max-width: 768px) {
  .restaurant-main-section .chooser-page-content-wrap .area-chooser #_dropdown {
    bottom: 65%;
    max-height: 120px;
  }
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn {
  filter: brightness(115%);
}
.restaurant-main-section .chooser-page-content-wrap .area-chooser-btn .primary-btn:hover {
  background: #eb0202;
  color: ;
  filter: brightness(100%);
}
.restaurant-main-section .chooser-page-content-wrap .now-later {
  padding-top: unset;
  padding-bottom: 25px;
}
@media screen and (max-width: 374px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later label {
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  .restaurant-main-section .chooser-page-content-wrap .now-later {
    padding-top: unset;
  }
}
.restaurant-main-section .chooser-page-content-wrap .now-later .onlyLater {
  width: auto;
  cursor: text;
  padding: 0;
  margin: 0;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker {
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker {
    margin-bottom: unset;
  }
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-input-container {
  line-height: 0;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
  left: -115px;
  top: 0px;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker md-datepicker .md-datepicker-expand-triangle {
  display: none;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time {
  position: relative;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time select {
  z-index: 20;
  position: relative;
}
.restaurant-main-section .chooser-page-content-wrap .date-time-picker .select-time::before {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 10;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn {
  padding: unset;
  padding-top: 25px;
  padding-bottom: 25px;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn {
  background: #eb0202;
  border: 1px solid #eb0202;
  filter: brightness(115%);
  width: 100%;
}
.restaurant-main-section .chooser-page-content-wrap .goto-menu-btn .primary-btn:hover {
  background: #eb0202;
  color: ;
  filter: brightness(100%);
}
.restaurant-main-section .chooser-page-content-wrap .location-list select {
  margin-bottom: 30px;
}
.restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn {
  filter: brightness(115%);
  margin: 3px 0px 10px 0px;
}
.restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn:hover {
  filter: brightness(100%);
}
@media screen and (max-width: 500px) {
  .restaurant-main-section .chooser-page-content-wrap .map-container input {
    width: usnet;
  }
  .restaurant-main-section .chooser-page-content-wrap .map-container .primary-btn {
    width: unset;
  }
}
.login-popup {
  width: unset !important;
  height: unset !important;
  min-width: 550px;
}
.login-popup .no-btn-effect:hover {
  color: #eb0202;
}
.login-popup md-toolbar {
  background: transparent;
}
.login-popup md-toolbar h2 {
  width: 100%;
  color: ;
}
.login-popup md-toolbar .md-icon-button {
  position: absolute;
  right: 10px;
}
.login-popup md-content {
  background: transparent;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.login-popup md-content md-input-container {
  margin: 5px;
  margin-top: 30px;
  padding-left: 0;
}
.login-popup md-content label {
  font-weight: normal;
  color: ;
  padding-left: 25px !important;
  margin-bottom: 0;
}
.login-popup md-content input {
  border-bottom: 1px solid #000;
  padding-left: 25px;
}
.login-popup md-content input.password {
  background: url('/unification/img/password.png') no-repeat;
  background-position-y: 5px;
}
.login-popup md-content input.name {
  background: url('/unification/img/emailmobile-no.png') no-repeat;
  background-position-y: 5px;
}
.login-popup md-content .name {
  background: url('/unification/img/emailmobile-no.png') no-repeat;
  padding-left: 25px;
}
.login-popup .password {
  background: url('/unification/img/password.png') no-repeat;
  background-position-y: 5px;
}
.login-popup .md-dialog-content {
  padding-top: 5px;
}
.login-popup .close-popup {
  background: url('/unification/img/close.png') no-repeat;
}
.login-popup .facebook-login {
  background: url('/unification/img/facebook-login.png') no-repeat;
  width: 150px;
  height: 45px;
  background-size: 100% 100%;
}
@media screen and (min-width: 500px) {
  .login-popup .fb-container {
    margin-right: 5px;
  }
}
.login-popup .google-btn {
  padding: 0;
}
@media screen and (min-width: 500px) {
  .login-popup .google-btn {
    margin-left: 5px;
  }
}
.login-popup .google-btn .abcRioButtonBlue {
  background: url('/unification/img/google-login.png') no-repeat;
  width: 150px !important;
  background-size: 100% 100%;
  box-shadow: none;
  border: none;
  height: 45px !important;
  margin-left: 0;
}
.login-popup .google-btn .abcRioButtonBlue:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-popup .qick-signin {
  font-size: 16px;
  padding: 5px 0px;
}
.login-popup .login-btn:hover {
  background: #eb0202;
}
.login-popup .login-btn[disabled="disabled"]:hover {
  background: ;
  color: ;
}
.login-popup .login-btn {
  text-transform: capitalize;
}
.login-popup .loginGoBack,
.login-popup .loginNext {
  background: #eb0202;
  color: ;
  filter: brightness(115%);
}
.login-popup .loginGoBack:hover,
.login-popup .loginNext:hover {
  filter: brightness(100%);
}
.login-popup .loginNext[disabled] {
  cursor: not-allowed;
  background-color: #808080;
  color: ;
}
.login-popup .no-btn-effect,
.login-popup .no-btn-effect:hover,
.login-popup .no-btn-effect:active,
.login-popup .no-btn-effect:focus,
.login-popup .no-btn-effect:visited {
  text-transform: capitalize;
  font-size: 16px;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .login-popup .no-btn-effect,
  .login-popup .no-btn-effect:hover,
  .login-popup .no-btn-effect:active,
  .login-popup .no-btn-effect:focus,
  .login-popup .no-btn-effect:visited {
    font-size: 13px !important;
  }
}
.login-popup .login-form-section .layout-align-center-center {
  padding-left: 5px;
}
.login-popup .login-form-section .no-btn-effect:hover {
  background: transparent;
  color: #eb0202;
}
.login-popup .registration-form-section md-content label,
.login-popup .forget-form-section md-content label {
  padding-left: 0px !important;
}
.login-popup .registration-form-section .md-button[disabled],
.login-popup .forget-form-section .md-button[disabled] {
  background: ;
}
.login-popup .registration-form-section .md-button[disabled]:hover,
.login-popup .forget-form-section .md-button[disabled]:hover {
  background: ;
}
.login-popup .registration-form-section .md-button,
.login-popup .forget-form-section .md-button {
  background-color: #eb0202;
}
.login-popup .registration-form-section .md-button:hover,
.login-popup .forget-form-section .md-button:hover {
  background-color: #eb0202;
}
.login-popup .registration-form-section .email,
.login-popup .forget-form-section .email {
  background: url('/unification/img/email.png') no-repeat;
  background-size: 100% 100%;
  background-size: 20px 20px;
}
.login-popup .registration-form-section .mobile,
.login-popup .forget-form-section .mobile {
  background: url('/unification/img/mobile.png') no-repeat;
  background-size: 100% 100%;
  background-size: 20px 20px;
}
.login-popup .registration-form-section md-input-container .md-errors-spacer,
.login-popup .forget-form-section md-input-container .md-errors-spacer {
  min-height: auto;
}
.login-popup .continue-button {
  color: #fff;
  background-color: #eb0202 !important;
  width: 100%;
}
.login-popup .continue-button:hover {
  background-color: #eb0202 !important;
}
.tryAgain {
  cursor: pointer;
}
.ordering-page-container {
  height: 100%;
}
.myOrderWrp .container {
  width: auto;
  color: #000;
}
.myOrderWrp .container .table {
  margin-bottom: 0;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 5px 10px;
  cursor: pointer;
}
.dropdown-menu > li > a:hover {
  background: #eb0202;
  color: ;
}
.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: ;
  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: #eb0202;
  background: transparent;
  border: 2px solid #eb0202;
  border-radius: 4px;
  padding: 7px 15px;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  width: max-content;
  float: right;
}
.reorderBtnReorder:focus {
  color: #eb0202;
  background: #fff;
}
.reorderBtnReorder:hover {
  color: ;
  background: #eb0202;
}
.reorderLargeBtnReorder {
  color: ;
  background: #eb0202;
  border: 2px solid #eb0202;
  border-radius: 4px;
  padding: 7px 100px;
  text-decoration: none !important;
  cursor: pointer;
}
.reorderLargeBtnReorder:focus {
  color: ;
  background: #eb0202;
}
.reorderLargeBtnReorder:hover {
  color: #eb0202;
  background: #fff;
}
#reorderBtn {
  margin-right: 5px;
  background-color: #eb0202;
  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: #eb0202;
  border: 2px solid #eb0202;
  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;
}
.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;
}
@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;
}
.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 .restaurant-main-section .myOrderBody .order-block-wrapper {
  margin: 0 -60px;
  background-color: white;
  padding: 0 60px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .my-order-page.main-bg-container .restaurant-main-section .myOrderBody .order-block-wrapper {
    margin: 15px -30px;
    background-color: white;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 450px) {
  .my-order-page.main-bg-container .restaurant-main-section .myOrderBody .order-block-wrapper {
    margin: 15px -30px;
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .my-order-page.main-bg-container .restaurant-main-section .myOrderBody {
    padding: 0 !important;
  }
}
.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;
}
/* ================================
        For como specific code 
   ================================*/
.como-specific .como-gifts {
  padding-top: 20px;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 25px;
}
.como-specific .como-gifts .gift-row-container .gift-row {
  padding: 10px;
  border-bottom: 1px solid gray;
}
.como-specific .como-gifts .gift-row-container .gift-row img {
  max-width: 100px;
}
.como-specific .como-gifts .gift-row-container .gift-row .gift-mane {
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.como-specific .como-gifts .gift-row-container .gift-row .gift-status {
  padding-left: 10px;
  padding-right: 10px;
}
.como-specific .como-gifts .gift-row-container .gift-row .validateion-date {
  display: inline-block;
}
.como-specific .como-gifts .gift-row-container .gift-row.selected {
  /*background:#efefef;*/
  background: #FFF8F8;
  box-shadow: inset 0px -4px 21px 0px #9a9a9a;
}
.como-specific .como-code-container {
  text-align: center;
  padding-top: 20px;
}
.como-specific .como-code-container span {
  font-size: 14px;
}
.como-specific .como-code-container .add-delete-como-code {
  overflow-y: auto;
  max-height: 100px;
}
.como-specific .como-code-container .redeem-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.como-specific .como-code-container .redeem-row input {
  width: 215px;
  border: 3px solid #eb0202;
  border-radius: 5px;
  font-size: 14px;
}
.como-specific .como-code-container .redeem-row .add-code,
.como-specific .como-code-container .redeem-row .delete-code {
  padding: 4px 8px;
  background: #eb0202;
  color: #fff;
  border: 1px solid #eb0202;
  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: #eb0202;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .como-specific .como-gift-box {
    text-align: center;
  }
  .como-specific .como-gift-box .gift-image {
    display: block;
  }
  .como-specific .como-gift-box .gift-image img {
    max-width: 70px !important;
  }
  .como-specific .como-gift-box .gift-desc {
    display: block;
  }
  .como-specific .como-gift-box .gift-row.selected {
    background: #FFF8F8;
    box-shadow: inset 0 0 61px #828282;
  }
  .como-gifts {
    max-height: 450px !important;
  }
}
.arrow-simple {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bold_msg_1 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 0px;
}
.como-gift-popup .md-dialog-fullscreen {
  width: 45%;
  max-height: 100%;
}
.como-gift-popup .gift-container,
.como-gift-popup .como-specific,
.como-gift-popup .comoGiftInner {
  height: 100%;
}
.como-gift-popup .gifts-message-como-popup {
  margin: 0;
  text-align: center;
}
.como-gift-popup .comoGiftInner {
  display: flex;
  flex-direction: column;
}
.como-gift-popup .comoGiftInner .redeem-gifts {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.como-gift-popup .gift-container .closeMe {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1000;
}
.como-gift-popup .gift-container .closeMe .fa-times {
  font-size: 20px;
}
.como-gift-popup .gift-container .welcome-message-como-popup {
  text-align: center;
  padding-bottom: 15px;
  margin: 0;
}
.como-gift-popup .gift-container .como-specific .como-gifts {
  padding: 20px;
  max-height: 100%;
  margin: 0;
  height: 100%;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row {
  padding: 0 10px;
  padding-bottom: 10px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row .gift-mane {
  padding: 0;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row .gift-desc {
  font-size: 12px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row img {
  max-width: 50px;
  border-radius: 10px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row .validateion-date {
  padding-top: 0px;
  font-size: 12px;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row.selected {
  background: #eb0202;
  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: ;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row-container .gift-row.selected .selectGift .btnSelect {
  background: ;
  color: #eb0202;
}
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row.inactive,
.como-gift-popup .gift-container .como-specific .como-gifts .gift-row.make-greyish {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.como-gift-popup .gift-container .como-specific .como-gifts .make-greyish .myGiftContainer {
  color: #808080;
}
.como-gift-popup .gift-container .gift-active {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.como-gift-popup .gift-container .gift-active span {
  color: #eb0202;
  border: 3px solid #eb0202;
  padding: 6px;
  margin: -3px;
}
.como-gift-popup .gift-container .gift-active .active {
  background: #eb0202;
  color: ;
  border: 2px solid #eb0202;
  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: #eb0202;
  color: ;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 5px;
}
.como-gift-popup .gift-container .giftFooter .user-gift-start-order-button {
  padding: 5px 20px;
  background: #eb0202;
  color: ;
  border: 1px solid;
  margin-left: auto;
  display: inline-block;
  border-radius: 5px;
}
.como-gift-popup .gift-container .giftFooter .viewAllGifts,
.como-gift-popup .gift-container .giftFooter .closeGifts,
.como-gift-popup .gift-container .giftFooter .clickToClose {
  float: right;
}
.como-gift-popup .gift-container .user-poins {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.como-gift-popup .gift-container .selectGift {
  flex-grow: 2;
  text-align: right;
}
.como-gift-popup .gift-container .selectGift .btnSelect {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 8px;
  background: #eb0202;
  color: ;
  border: 1px solid;
}
.como-gift-popup .giftContainerWrp {
  max-height: 515px;
  overflow-y: auto;
  border: 3px solid #eb0202;
  border-radius: 25px;
}
@media only screen and (max-width: 1030px) {
  .como-gift-popup .giftContainerWrp {
    height: auto !important;
    flex: 5;
  }
}
.como-gift-popup .giftContainerWrp .currently-no-active-gifts {
  padding-left: 20px;
}
.como-gift-popup .giftContainerWrp .non_redeemable_como_assets_msg {
  background: #eb0202;
  padding: 5px 5px 5px 10px;
  color: ;
  margin-bottom: 5px;
  line-height: 1.3;
}
.loadingContent {
  background: #eb0202;
  color: ;
  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;
}
.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;
  }
}
.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;
}
/*Font loading*/
@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');
}
body {
  font-family: OSRegular, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  background-color: #141414;
}
.menu-grid-wrapper {
  color: #ffffff;
}
.cross-icon {
  background-image: url('/unification/img/theme_58/close.png');
  background-size: cover;
  width: 25px;
  height: 25px;
  background-position: center center;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000eb;
  z-index: 3;
}
.overlay_enable {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0px !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 3px;
  box-shadow: inset 0 0 5px #010101;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4d4d4d;
}
/* Handle on Popup */
.md-dialog-container ::-webkit-scrollbar {
  display: block;
}
.md-dialog-container ::-webkit-scrollbar-track {
  background: none;
  box-shadow: none;
}
.customize_popup_dialog {
  top: 8.3em !important;
}
.customize_popup_dialog .md-dialog-fullscreen {
  min-height: 100%;
  min-width: 100%;
  border-radius: 0;
}
.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;
}
.main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand .logo-img {
  max-width: calc( 15vw + 160px ) !important;
  height: auto;
  margin-top: 2vw;
}
@media only screen and (min-width: 1200px) {
  .main_chooser .restolabs-ordering > div .main-bg-container .resto-header .top-header .log-search .navbar-brand .logo-img {
    max-width: 268px !important;
    height: auto;
    margin-top: 1em;
  }
}
#containerBox {
  background: none;
}
.reorderCustomerAddress {
  padding-bottom: 5px;
}
.my-order-page.main-bg-container .restaurant-main-section .myOrderTitle > img {
  left: 70px;
  width: 68px;
  max-height: unset;
  margin-top: -1px;
  width: 300px;
  position: absolute;
}
.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: #0d0d0d;
  color: #eb0202;
  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: ;
  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;
              }*/
  }
  .Restaurant-welcome-text1 {
    padding: 25px 10px;
    text-align: center;
  }
}
@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;
  }
}
@media only screen and (max-width: 1030px) {
  .como-gift-popup .md-dialog-fullscreen {
    width: 100%;
    max-height: 100%;
  }
  .guest_user .md-dialog-container.como-gift-popup .md-dialog-fullscreen {
    width: auto;
  }
}
@media (max-width: 1030px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0;
  }
  .como-gift-popup .giftContainerWrp {
    height: auto !important;
  }
}
.closed-restaurant-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  padding: 5em 0;
  text-align: center;
  font-size: 18px;
  color: #222;
}
md-dialog-actions button.md-button.md-primary:nth-child(2) {
  color: #eb0202 !important;
  background: ;
  border: 1px solid #eb0202;
}
md-dialog-actions button.md-button.md-primary:first-child,
md-dialog-actions .md-button.md-default-theme.md-primary:first-child {
  color:  !important;
  background: #eb0202;
  border: 1px solid #eb0202;
}
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: #eb0202;
  color: ;
}
.bag-content-item.ng-enter,
.bag-content-item.ng-leave,
.bag-content-item.ng-move {
  transition: 0.5s linear all;
}
.bag-content-item.ng-enter,
.bag-content-item.ng-move {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.bag-content-item.ng-enter.ng-enter-active,
.bag-content-item.ng-move.ng-move-active {
  height: 50px;
  opacity: 1;
}
.bag-content-item.ng-leave {
  opacity: 1;
  overflow: hidden;
  height: 50px;
}
.bag-content-item.ng-leave.ng-leave-active {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.header {
  grid-area: header;
  position: sticky;
  top: 0;
  z-index: 2;
}
.header .header-wrapper {
  display: flex;
  background-color: #0d0d0d;
  height: 4.3em;
  padding: 0.4em 0.4em;
  flex-direction: row;
  flex-flow: row;
  align-items: center;
}
.header .header-wrapper .go-back {
  width: 50px;
  text-align: center;
  line-height: 1.9;
  font-size: 1.5em;
  color: #fff;
  margin-right: 10px;
}
.header .header-wrapper .logo .logo-link img {
  max-height: 3.5em;
  max-width: calc( 10vw + 125px ) !important;
}
.header .header-wrapper .header-title {
  flex: 1;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  font-size: 1.2em;
}
.header .header-wrapper .header-title span {
  color: #fd3c3c;
}
@media only screen and (max-width: 1280px) {
  .header .header-wrapper .header-title {
    visibility: hidden;
  }
  .header .header-wrapper .header-title span {
    display: none;
  }
}
.header .header-wrapper .notification-area {
  display: flex;
  align-items: center;
}
.header .header-wrapper .notification-area .notification-buttons {
  margin: 0 2px;
  background-size: 100%;
  width: 3em;
  height: 3em;
}
.header .header-wrapper .notification-area .notification-buttons.user {
  background-image: url('/unification/img/theme_58/user.png');
  background-position-y: 1px;
}
.header .header-wrapper .notification-area .notification-buttons.user .dropdown-toggle {
  width: 3em;
  height: 3em;
  background: none;
  border: none;
}
.header .header-wrapper .notification-area .notification-buttons.user .dropdown-menu {
  width: fit-content;
  width: -moz-fit-content;
  right: 60px;
  left: auto;
  top: 55px;
  border-radius: 0;
  border-top: 4px solid #568639;
  padding: 0px 0px 10px 0;
  min-width: 200px;
}
.header .header-wrapper .notification-area .notification-buttons.user .dropdown-menu .user-info {
  color: #000;
  padding: 8px 15px;
  background: #d4d4d485;
  margin-bottom: 0;
  font-weight: 500;
}
.header .header-wrapper .notification-area .notification-buttons.user .dropdown-menu li {
  padding: 0 15px;
}
.header .header-wrapper .notification-area .notification-buttons.user .dropdown-menu li a {
  border-bottom: 1px solid gainsboro;
  padding: 10px 0;
  font-weight: 500;
}
.header .header-wrapper .notification-area .notification-buttons.user .dropdown-menu li a:hover {
  background: initial;
  color: #eb0202;
}
.header .header-wrapper .notification-area .notification-buttons.user .dropdown-menu li:last-child a {
  border: none;
}
.header .header-wrapper .notification-area .notification-buttons.cart {
  position: relative;
  background-image: url('/unification/img/theme_58/cart_bag.png');
  cursor: pointer;
}
.header .header-wrapper .notification-area .notification-buttons.cart .cart-item-counter {
  min-height: 22px;
  min-width: 22px;
  color: #ffffff;
  position: absolute;
  right: 0;
  background: #eb0202;
  padding: 3px;
  line-height: 1.2;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.navigation {
  grid-area: navigation;
  background: #ffffff;
  box-shadow: 0px 2px 5px #010101;
  position: sticky;
  top: 4.3em;
  z-index: 1;
}
.navigation .navigation-wrapper {
  display: grid;
  max-width: 80em;
  margin: auto;
  padding: 0 calc(1em + 9px);
}
@media only screen and (max-width: 767px) {
  .navigation .navigation-wrapper {
    max-width: 100vw;
    text-align: center;
    margin: 0;
  }
}
.navigation .navigation-wrapper .scroll-wrapper {
  font-size: 15px;
  font-weight: 700;
}
.navigation .navigation-wrapper .scroll-wrapper ul {
  display: block;
  margin-bottom: 0;
  padding-left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: none;
}
.navigation .navigation-wrapper .scroll-wrapper ul li {
  list-style: none;
  flex: initial;
  display: inherit;
  cursor: pointer;
}
.navigation .navigation-wrapper .scroll-wrapper ul li a {
  color: #000000;
  text-decoration: none;
  padding: 2.4ex;
  text-transform: uppercase;
  overflow: hidden;
  height: 4em;
  white-space: nowrap;
  border-radius: 0;
}
.navigation .navigation-wrapper .scroll-wrapper ul li.active a {
  border: none;
  border-bottom: 3.5px solid #eb0202;
}
.navigation .navigation-wrapper .scroll-wrapper ul li:focus {
  outline: none;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable ul {
  max-height: 60px;
  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;
  border-bottom: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable ul::-webkit-scrollbar {
  display: none;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable ul li {
  display: inline-block;
  float: none;
  padding-left: 5px;
  padding-right: 5px;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable:before,
.navigation .navigation-wrapper .scroll-wrapper.scrollable:after {
  font-size: 1.2857142857142858em;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  border: 0px;
  border-radius: 0px;
  color: #000000;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable:before {
  content: "\e251";
  top: 1px;
  left: -9px;
  padding: 21px 30px 25px 6px;
  width: 30px;
  height: 65px;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable:before:hover {
  color: ;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable:after {
  content: "\e250";
  right: 0;
  top: 1px;
  padding: 21px 18px 19px 30px;
  width: 30px;
  height: 65px;
}
.navigation .navigation-wrapper .scroll-wrapper.scrollable:after:hover {
  color: ;
}
.navigation.categoryNav {
  position: fixed;
  width: 100%;
}
.section.side-cart {
  display: none;
  flex-direction: column;
  position: fixed;
  background: #f4f4f4;
  height: 100vh;
  right: 0;
  width: 400px;
  padding: 25px;
  color: #141414;
  z-index: 4;
  transition: 0.3s transform;
  transition-timing-function: ease-in-out;
  transform: translateX(1000px);
}
@media only screen and (max-width: 767px) {
  .section.side-cart {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 10px);
    transform: translate3d(0, 0, 10px);
    padding-bottom: env(safe-area-inset-bottom);
    height: 100%;
  }
}
.section.side-cart.active {
  transform: translateX(0);
  display: flex;
}
.section.side-cart .side-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.5em 0;
}
.section.side-cart .side-cart-header .side-cart-header-title {
  color: #141414;
  flex: 1;
  text-align: center;
}
.section.side-cart .side-cart-empty {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.section.side-cart .side-cart-empty .side-cart-empty-wrapper {
  text-align: center;
}
.section.side-cart .side-cart-empty .side-cart-empty-wrapper p {
  margin: 1em 0;
  line-height: 1.5;
  text-align: center;
}
.section.side-cart .side-cart-content {
  overflow-y: auto;
  flex: 1;
  margin: 0.5em 0;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.section.side-cart .side-cart-content .side-cart-content-wrapper {
  padding: 0;
  margin: 0;
  margin-right: 0.5em;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item {
  list-style: none;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 1.5px 0 0px #bdbdbd;
  margin: 0 0 1.5em 0;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-name-wrapper {
  width: 100%;
  padding: 0.6em 1.5em 0.2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5em;
  border-bottom: 1px solid #80808040;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-name-wrapper .side-cart-content-item-counter {
  font-weight: 700;
  padding: 0 0.5em 0 0;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-name-wrapper .side-cart-content-item-name {
  border: none;
  padding: 0.2em 0.2em 0.5em 0.5em;
  width: inherit;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 1em 1.5em;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner .side-cart-content-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.8;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner .side-cart-content-price {
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner .side-cart-content-price span:first-child {
  font-weight: 700;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner .side-cart-content-price span:last-child {
  flex: 1;
  text-align: right;
  color: #474747;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner .side-cart-content-price .cart-item-qty {
  color: #000;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner .side-cart-content-des {
  font-weight: 500;
  padding: 0.5em 0;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner .side-cart-content-des .attribute-name-wrapper .attribute-name {
  font-weight: 700;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-inner .side-cart-content-des .combo-option-name {
  font-weight: bold;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-button-wrapper {
  display: flex;
  border-top: 1px solid lightgray;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-button-wrapper button {
  width: 100%;
  border: none;
  padding: 0.8em 0;
  font-weight: 600;
  background-color: transparent;
  text-transform: uppercase;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-button-wrapper button.remove-button {
  border-bottom-left-radius: 8px;
  border-right: 1px solid lightgray;
  color: #ff0000;
}
.section.side-cart .side-cart-content .side-cart-content-wrapper .side-cart-content-item .side-cart-content-button-wrapper button.change-button {
  border-bottom-right-radius: 8px;
}
.section.side-cart .side-cart-content::-webkit-scrollbar {
  width: 5px;
}
.section.side-cart .side-cart-content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
  box-shadow: inset 0 0 5px #00000042;
}
.section.side-cart .side-cart-content::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 5px;
}
.section.side-cart .side-cart-content ::-webkit-scrollbar-thumb:hover {
  background: #4d4d4d;
}
.section.side-cart .side-cart-footer {
  text-align: center;
  font-size: 1.25em;
  font-weight: 800;
  margin: 0 -25px;
  box-shadow: 5px -5px 15px -6px #c9c7c7;
  padding: 1em 0;
}
.section.side-cart .side-cart-footer .minimum-order-amount {
  font-weight: normal;
  color: red;
  font-size: 0.8em;
}
.section.side-cart .side-cart-footer .add-more-button {
  margin: 10px 20px;
  width: -webkit-fill-available;
  width: -moz-available;
  color: #eb0202;
  padding: 5px;
  border: 1px solid #eb0202;
  background: none;
}
.section.side-cart .side-cart-footer .tip-wrapper {
  text-align: left;
  margin: 0px 20px 10px 20px;
  font-weight: normal;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .tipSectionSpan {
  padding-right: 10px;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .tip-btn-wrapper {
  flex: 1;
  display: flex;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .tip-btn-wrapper button {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  padding: 0 4px;
  border: 1px solid #eb0202;
  color: #eb0202;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .tip-btn-wrapper button.active {
  background-color: #eb0202;
  color: #ffffff;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .tip-btn-wrapper button.remove-tip {
  background: red;
  color: #fff;
  border-color: red;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .tip-btn-wrapper button[disabled="disabled"] {
  background-color: lightgray;
  border-color: gray;
  color: gray;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .tip-btn-wrapper .tip-value {
  flex: 1;
  text-align: right;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .custom-tip {
  border: 1px solid #eb0202;
  flex: 1;
  display: flex;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .custom-tip .input-box {
  flex: 1;
  display: flex;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .custom-tip .input-box input {
  flex: 1;
  border: none;
  padding: 0 15px;
  outline: none;
  width: 176px;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .custom-tip .input-box span {
  padding: 0 10px;
}
.section.side-cart .side-cart-footer .tip-wrapper .tip-section.type2 .custom-tip .input-box span.input-box-btn {
  padding: 4px 7px;
}
.section.side-cart .side-cart-footer .checkout-button {
  display: flex;
  justify-content: center;
  padding: 1.2em 0;
  background: #eb0202;
  color: white;
  margin: 0 20px;
  cursor: pointer;
  border: none;
  width: -webkit-fill-available;
  width: -moz-available;
}
.section.side-cart .side-cart-footer .checkout-button > span {
  padding: 0 0.5em;
}
.section.side-cart .side-cart-footer .checkout-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.section.side-cart .side-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.section.side-cart .side-cart-content-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.section.side-cart .item-quantity {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.section.side-cart .incremental-button {
  border: none;
  font-size: 12px;
}
.section.side-cart .item-qnt {
  margin: 0 10px;
}
@media (max-width: 480px) {
  .section.side-cart .side-cart-item {
    flex-wrap: wrap;
  }
  .section.side-cart .side-cart-content-title {
    margin-bottom: 5px;
  }
  .section.side-cart .item-quantity {
    justify-content: flex-end;
  }
  .section.side-cart .incremental-button {
    font-size: 12px;
  }
}
.menu-grid-wrapper {
  display: grid;
  grid-template-areas: "header" "navigation" "item-grid" "customization-block";
}
.main-bg {
  grid-area: main-bg;
}
.main-bg .main-bg-wrapper {
  background-image: url(https://via.placeholder.com/1920X500);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 200px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.main-bg .main-bg-wrapper .main-bg-heading {
  font-size: 32px;
  line-height: 3.5;
}
.item-grid,
.category-grid {
  grid-area: item-grid;
  background-color: #141414;
  cursor: default;
}
.item-grid .item-grid-wrapper,
.category-grid .item-grid-wrapper,
.item-grid .category-grid-wrapper,
.category-grid .category-grid-wrapper {
  text-align: center;
}
.item-grid .item-grid-wrapper .item-grid-head-wrapper,
.category-grid .item-grid-wrapper .item-grid-head-wrapper,
.item-grid .category-grid-wrapper .item-grid-head-wrapper,
.category-grid .category-grid-wrapper .item-grid-head-wrapper {
  margin-bottom: 30px;
}
.item-grid .item-grid-wrapper .item-grid-head-wrapper .item-grid-title,
.category-grid .item-grid-wrapper .item-grid-head-wrapper .item-grid-title,
.item-grid .category-grid-wrapper .item-grid-head-wrapper .item-grid-title,
.category-grid .category-grid-wrapper .item-grid-head-wrapper .item-grid-title {
  font-size: 28px;
  font-weight: 700;
}
.item-grid .item-grid-wrapper .item-grid-head-wrapper .item-grid-des,
.category-grid .item-grid-wrapper .item-grid-head-wrapper .item-grid-des,
.item-grid .category-grid-wrapper .item-grid-head-wrapper .item-grid-des,
.category-grid .category-grid-wrapper .item-grid-head-wrapper .item-grid-des {
  font-weight: 400;
}
.item-grid .item-grid-wrapper .category-block-wrapper,
.category-grid .item-grid-wrapper .category-block-wrapper,
.item-grid .category-grid-wrapper .category-block-wrapper,
.category-grid .category-grid-wrapper .category-block-wrapper,
.item-grid .item-grid-wrapper .category-heading-wrapper,
.category-grid .item-grid-wrapper .category-heading-wrapper,
.item-grid .category-grid-wrapper .category-heading-wrapper,
.category-grid .category-grid-wrapper .category-heading-wrapper {
  background: linear-gradient(180deg, transparent 0%, #141414 96%), url('/unification/img/chooser-background.jpg') no-repeat bottom / cover;
  font-weight: 700;
  text-align: center;
  padding: 100px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.item-grid .item-grid-wrapper .category-block-wrapper .category-block-info,
.category-grid .item-grid-wrapper .category-block-wrapper .category-block-info,
.item-grid .category-grid-wrapper .category-block-wrapper .category-block-info,
.category-grid .category-grid-wrapper .category-block-wrapper .category-block-info,
.item-grid .item-grid-wrapper .category-heading-wrapper .category-block-info,
.category-grid .item-grid-wrapper .category-heading-wrapper .category-block-info,
.item-grid .category-grid-wrapper .category-heading-wrapper .category-block-info,
.category-grid .category-grid-wrapper .category-heading-wrapper .category-block-info,
.item-grid .item-grid-wrapper .category-block-wrapper .category-heading-info,
.category-grid .item-grid-wrapper .category-block-wrapper .category-heading-info,
.item-grid .category-grid-wrapper .category-block-wrapper .category-heading-info,
.category-grid .category-grid-wrapper .category-block-wrapper .category-heading-info,
.item-grid .item-grid-wrapper .category-heading-wrapper .category-heading-info,
.category-grid .item-grid-wrapper .category-heading-wrapper .category-heading-info,
.item-grid .category-grid-wrapper .category-heading-wrapper .category-heading-info,
.category-grid .category-grid-wrapper .category-heading-wrapper .category-heading-info {
  color: #fff;
  text-shadow: 0px 0px 10px black;
}
.item-grid .item-grid-wrapper .category-block-wrapper .category-block-info .category-block-heading,
.category-grid .item-grid-wrapper .category-block-wrapper .category-block-info .category-block-heading,
.item-grid .category-grid-wrapper .category-block-wrapper .category-block-info .category-block-heading,
.category-grid .category-grid-wrapper .category-block-wrapper .category-block-info .category-block-heading,
.item-grid .item-grid-wrapper .category-heading-wrapper .category-block-info .category-block-heading,
.category-grid .item-grid-wrapper .category-heading-wrapper .category-block-info .category-block-heading,
.item-grid .category-grid-wrapper .category-heading-wrapper .category-block-info .category-block-heading,
.category-grid .category-grid-wrapper .category-heading-wrapper .category-block-info .category-block-heading,
.item-grid .item-grid-wrapper .category-block-wrapper .category-heading-info .category-block-heading,
.category-grid .item-grid-wrapper .category-block-wrapper .category-heading-info .category-block-heading,
.item-grid .category-grid-wrapper .category-block-wrapper .category-heading-info .category-block-heading,
.category-grid .category-grid-wrapper .category-block-wrapper .category-heading-info .category-block-heading,
.item-grid .item-grid-wrapper .category-heading-wrapper .category-heading-info .category-block-heading,
.category-grid .item-grid-wrapper .category-heading-wrapper .category-heading-info .category-block-heading,
.item-grid .category-grid-wrapper .category-heading-wrapper .category-heading-info .category-block-heading,
.category-grid .category-grid-wrapper .category-heading-wrapper .category-heading-info .category-block-heading,
.item-grid .item-grid-wrapper .category-block-wrapper .category-block-info .category-heading,
.category-grid .item-grid-wrapper .category-block-wrapper .category-block-info .category-heading,
.item-grid .category-grid-wrapper .category-block-wrapper .category-block-info .category-heading,
.category-grid .category-grid-wrapper .category-block-wrapper .category-block-info .category-heading,
.item-grid .item-grid-wrapper .category-heading-wrapper .category-block-info .category-heading,
.category-grid .item-grid-wrapper .category-heading-wrapper .category-block-info .category-heading,
.item-grid .category-grid-wrapper .category-heading-wrapper .category-block-info .category-heading,
.category-grid .category-grid-wrapper .category-heading-wrapper .category-block-info .category-heading,
.item-grid .item-grid-wrapper .category-block-wrapper .category-heading-info .category-heading,
.category-grid .item-grid-wrapper .category-block-wrapper .category-heading-info .category-heading,
.item-grid .category-grid-wrapper .category-block-wrapper .category-heading-info .category-heading,
.category-grid .category-grid-wrapper .category-block-wrapper .category-heading-info .category-heading,
.item-grid .item-grid-wrapper .category-heading-wrapper .category-heading-info .category-heading,
.category-grid .item-grid-wrapper .category-heading-wrapper .category-heading-info .category-heading,
.item-grid .category-grid-wrapper .category-heading-wrapper .category-heading-info .category-heading,
.category-grid .category-grid-wrapper .category-heading-wrapper .category-heading-info .category-heading {
  text-transform: uppercase;
  font-size: calc( 2vw + 1em);
  line-height: 0.9;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper {
  display: inline-grid;
  grid-row-gap: 2em;
  max-width: 80em;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category {
  display: flex;
  flex-direction: column;
  position: relative;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image {
  padding: 0.5em 3em 0.5em 3em;
  position: relative;
  min-height: 304px;
}
@media only screen and (max-width: 767px) {
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image {
    min-height: 172px;
  }
}
@media only screen and (max-width: 480px) {
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image {
    min-height: 234px;
  }
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image img,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image img,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image img,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image img,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image img,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image img,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image img,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image img,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image img,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image img,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image img,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image img,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image img,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image img,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image img,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image img,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image img,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image img,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image img,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image img,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image img,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image img,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image img,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image img,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image img,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image img,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image img,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image img,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image img,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image img,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image img,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image img {
  max-width: 100%;
  border-radius: 50%;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image .category-name,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image .category-name,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image .category-name,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image .category-name,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image .category-name,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image .category-name,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image .category-name,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image .category-name,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image .category-name,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image .category-name,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image .category-name,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image .category-name,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image .category-name,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image .category-name,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image .category-name,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image .category-name,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image .category-name,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image .category-name,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image .category-name,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image .category-name,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image .category-name,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image .category-name,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image .category-name,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image .category-name,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image .category-name,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image .category-name,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image .category-name,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image .category-name,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image .category-name,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image .category-name,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image .category-name,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image .category-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20pt;
  font-weight: bold;
  text-transform: uppercase;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button {
  visibility: hidden;
  padding: 1em 1.5em;
  background: #eb0202;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #fff;
  font-size: 0.95em;
  opacity: 0.5;
  transition: 0.3s opacity;
  cursor: pointer;
  max-width: 100px;
  width: 100%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 58px 5px #eb0202;
  touch-action: pinch-zoom;
}
@media only screen and (max-width: 767px) {
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-image .item-create-button-wrapper .create-item-button,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-image .item-create-button-wrapper .create-item-button,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .category-image .item-create-button-wrapper .create-item-button,
  .item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
  .category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
  .item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
  .category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
  .item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
  .category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
  .item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button,
  .category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .category-image .item-create-button-wrapper .create-item-button {
    visibility: visible;
    opacity: 1;
  }
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block {
  display: flex;
  padding: 14px 20px;
  border-top: 1px solid rgba(148, 148, 148, 0.25);
  width: 100%;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper {
  flex-grow: 1;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-name,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-name,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-name,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-name,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-name,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-name,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-name,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-name,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-name,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-name,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-name,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-name,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-name,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-name,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-name,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-name {
  font-weight: 500;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-des,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-des,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-des,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-des,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-des,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-des,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-des,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-name-wrapper .item-des,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-des,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-des,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-des,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-des,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-des,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-des,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-des,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-name-wrapper .item-des {
  color: #949494;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-price,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-price,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-price,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item .item-bottom-block .item-price,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-price,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-price,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-price,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item .item-bottom-block .item-price,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-price,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-price,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-price,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category .item-bottom-block .item-price,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-price,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-price,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-price,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category .item-bottom-block .item-price {
  line-height: 2.8;
}
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .item:hover .item-image .create-item-button,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .item:hover .item-image .create-item-button,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .item:hover .item-image .create-item-button,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .item:hover .item-image .create-item-button,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .item:hover .item-image .create-item-button,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .item:hover .item-image .create-item-button,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .item:hover .item-image .create-item-button,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .item:hover .item-image .create-item-button,
.item-grid .item-grid-wrapper .item-grid-inner-wrapper .category:hover .item-image .create-item-button,
.category-grid .item-grid-wrapper .item-grid-inner-wrapper .category:hover .item-image .create-item-button,
.item-grid .category-grid-wrapper .item-grid-inner-wrapper .category:hover .item-image .create-item-button,
.category-grid .category-grid-wrapper .item-grid-inner-wrapper .category:hover .item-image .create-item-button,
.item-grid .item-grid-wrapper .category-grid-inner-wrapper .category:hover .item-image .create-item-button,
.category-grid .item-grid-wrapper .category-grid-inner-wrapper .category:hover .item-image .create-item-button,
.item-grid .category-grid-wrapper .category-grid-inner-wrapper .category:hover .item-image .create-item-button,
.category-grid .category-grid-wrapper .category-grid-inner-wrapper .category:hover .item-image .create-item-button {
  opacity: 1;
  visibility: visible;
}
.item-grid .item-grid-wrapper .item-list-block,
.category-grid .item-grid-wrapper .item-list-block,
.item-grid .category-grid-wrapper .item-list-block,
.category-grid .category-grid-wrapper .item-list-block {
  padding: 20px 0;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid {
  display: grid;
  grid-gap: 10px;
  max-width: 80em;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .item-grid .item-grid-wrapper .item-list-block .item-list-grid,
  .category-grid .item-grid-wrapper .item-list-block .item-list-grid,
  .item-grid .category-grid-wrapper .item-list-block .item-list-grid,
  .category-grid .category-grid-wrapper .item-list-block .item-list-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item {
  display: flex;
  padding: 25px 15px;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper {
  flex: 1;
  border-bottom: 1px solid rgba(148, 148, 148, 0.25);
  text-align: left;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper .item-name,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper .item-name,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper .item-name,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper .item-name {
  font-size: 1.15em;
  font-weight: 500;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper .item-des,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper .item-des,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper .item-des,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-info-wrapper .item-des {
  color: #949494;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper {
  display: flex;
  flex-flow: column-reverse;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .item-price,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .item-price,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .item-price,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .item-price {
  word-spacing: -3px;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button {
  background-image: url(/unification/img/theme_58/plus.png);
  background-size: 22%;
  background-repeat: no-repeat;
  background-position: 1em;
  border: none;
  display: flex;
  align-items: center;
  background-color: #262626;
  padding: 20px 20px;
  color: #ffffff;
  padding-left: 4em;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button:disabled,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button:disabled,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button:disabled,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button:disabled {
  opacity: 0.5;
}
.item-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button:hover,
.category-grid .item-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button:hover,
.item-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button:hover,
.category-grid .category-grid-wrapper .item-list-block .item-list-grid .item .item-price-wrapper .item-add-button .create-item-button:hover {
  background-color: #4d4d4d;
}
.item-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.customize-grid-wrapper {
  display: grid;
  grid-template-areas: "header" "navigation " "customization-block";
}
.customization-block {
  grid-area: customization-block;
  background: #1a1a1a;
}
.customization-block .navigation {
  position: fixed;
  width: 100%;
  background-color: #333333;
}
@media only screen and (max-width: 767px) {
  .customization-block .navigation {
    box-shadow: 0px 3px 3px #010101;
  }
}
.customization-block .navigation .navigation-wrapper .scroll-wrapper ul li a {
  color: #ffffff;
}
.customization-block .navigation .navigation-wrapper .scroll-wrapper ul li a:hover {
  background-color: #333333;
  border-color: #333333;
}
.customization-block .navigation .navigation-wrapper .scroll-wrapper ul li.active a {
  background-color: #333333;
}
.customization-block .navigation .navigation-wrapper .scroll-wrapper ul li.active a:hover {
  border-color: #eb0202;
}
.customization-block .navigation .navigation-wrapper .scroll-wrapper.scrollable:before,
.customization-block .navigation .navigation-wrapper .scroll-wrapper.scrollable:after {
  color: #ffffff;
}
.customization-block .customization-block-wrapper {
  padding-top: 3.5em;
  min-height: calc(100vh - 60px);
}
@media only screen and (max-width: 767px) {
  .customization-block .customization-block-wrapper {
    padding-top: 8.5em;
    min-height: calc(100vh - 60px);
  }
}
.customization-block .customization-block-wrapper .customize-content-wrapper {
  max-width: 80em;
  margin: auto;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content {
  padding: 2em 1em;
  width: calc(96% - 350px);
}
@media only screen and (max-width: 767px) {
  .customization-block .customization-block-wrapper .customize-content-wrapper .customization-content {
    width: 100%;
    padding-bottom: 2em;
  }
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content:last-child {
  padding-bottom: 8em;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info {
  min-height: 65px;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info .customization-title {
  font-weight: 500;
  font-size: 1.5em;
  display: flex;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info .customization-title .customization-addon-collapse {
  position: relative;
  margin-right: 10px;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info .customization-title .customization-addon-collapse input[type="checkbox"] {
  display: block;
  z-index: 18;
  position: relative;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info .customization-title .customization-addon-collapse .customCheckbox {
  position: absolute;
  top: 5px;
  z-index: 0;
  height: 0;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info .customization-title .customization-addon-collapse input[type="checkbox"] + span.customCheckbox:before {
  content: "\f372";
  font-family: "Ionicons";
  position: relative;
  color: #576D09;
  top: -14px;
  font-size: 35px;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info .customization-title .customization-addon-collapse input[type="checkbox"]:checked + span.customCheckbox:before {
  content: "\f373";
  font-family: "Ionicons";
  position: relative;
  color: #576D09;
  top: -14px;
  font-size: 35px;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info .customization-des {
  font-style: italic;
  font-size: 0.9em;
  color: #ffffff;
  font-weight: 700;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-info .customization-warning {
  font-style: italic;
  font-size: 0.8em;
  color: #ff0000 !important;
  font-weight: 700;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customize-addon-option-section .combo-addon-option-wrapper {
  display: flex;
  flex-flow: column wrap;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customize-addon-option-section .combo-addon-option-wrapper .customize-addon-name {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px 5px 20px;
  background: linear-gradient(45deg, #c5d51c, rgba(197, 212, 28, 0.82), rgba(197, 213, 28, 0.33), rgba(197, 213, 28, 0.12), transparent);
  width: 90%;
  margin: 50px 0px 10px 20px;
  margin-left: 20px;
  color: #444;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper {
  padding: 2em 1em;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item {
  border: none;
  background: none;
  padding: 0;
  display: flex;
  flex-flow: column;
  width: 100%;
  justify-content: flex-start;
  align-items: inherit;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item:disabled {
  cursor: not-allowed;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item:disabled .customization-item-image-wrapper .item-image-button {
  cursor: not-allowed;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper {
  width: 100%;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper .item-image-button {
  background-image: url('/unification/img/theme_58/addon_dummy.png');
  border: #212121;
  transition: box-shadow 0.15s ease-in-out;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 0;
  margin: 0 auto;
  padding: 50%;
  position: relative;
  width: 100%;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper .item-image-button .item-increment-counter {
  align-items: center;
  border-radius: 100%;
  color: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
  font-size: 3.5rem;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper .item-image-button .item-increment-counter .item-decrement-button,
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper .item-image-button .item-increment-counter .item-increment-button {
  border: none;
  visibility: hidden;
  width: 43%;
  color: #fff;
  background: transparent;
  padding: 3px;
  font-size: 18px;
  text-transform: uppercase;
  height: 90%;
  border-top: none;
  border-bottom: none;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper .item-image-button .item-increment-counter .item-decrement-button {
  border-left: none;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper .item-image-button .item-increment-counter .item-increment-button {
  border-right: none;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper .item-image-button .item-increment-counter .item-qnt {
  background: transparent;
  margin: auto;
  border: none;
  color: inherit;
  font-size: inherit;
  padding: inherit;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper .item-image-button .item-increment-counter .item-check {
  visibility: hidden;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-image-wrapper img {
  max-width: 100%;
  border-radius: 50%;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-bottom-block {
  display: flex;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  flex-direction: column;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-bottom-block .customization-item-name {
  flex-grow: 1;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item .customization-item-bottom-block .customization-item-price {
  color: #949494;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item:hover .customization-item-image-wrapper .item-image-button .item-increment-button,
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item:hover .customization-item-image-wrapper .item-image-button .item-decrement-button {
  visibility: visible;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item.selected .customization-item-image-wrapper .item-image-button {
  box-shadow: 0 0 0 0.125em #eb0202;
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item.selected .customization-item-image-wrapper .item-image-button .item-increment-counter {
  background-color: rgba(0, 0, 0, 0.6);
}
.customization-block .customization-block-wrapper .customize-content-wrapper .customization-content .customization-grid-wrapper .customization-grid .customization-item.selected .customization-item-image-wrapper .item-image-button .item-increment-counter .item-check {
  visibility: visible;
}
.customization-block .customization-block-wrapper > .bag-footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .customization-block .customization-block-wrapper > .bag-footer {
    display: block;
  }
}
.customize-header {
  position: fixed;
  background: #fff;
  z-index: 2;
  width: 100%;
  top: 0;
  display: none;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .customize-header {
    display: block;
  }
}
.customize-header .customize-header-wrapper {
  padding: 1em;
  text-align: center;
  display: flex;
  padding-bottom: 0;
}
.customize-header .customize-header-wrapper .go-back {
  padding: 0.65em 1em;
}
.customize-header .customize-header-wrapper .bag-open-button {
  cursor: pointer;
  flex: 1;
}
.customize-header .customize-header-wrapper .bag-open-button .item-bag-header {
  font-weight: 600;
  font-size: 1.2em;
}
.customize-header .customize-header-wrapper .bag-open-button .item-bag-desc .item-bag-price {
  font-weight: 700;
}
.bag-wrapper {
  position: fixed;
  background-color: #1a1a1a;
  bottom: 1em;
  border-radius: .25em;
  box-shadow: 0 0 5px 1px #010101;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  right: 2%;
  width: 350px;
  top: 17ex;
}
@media only screen and (max-width: 767px) {
  .bag-wrapper {
    width: 100%;
    position: relative;
    top: 8ex;
    z-index: 1;
    right: 0;
    box-shadow: none;
    height: 100vh;
    background-color: #fff;
    color: #141414;
  }
}
.bag-wrapper .bag-header {
  padding: 1em 1em .5em;
  box-shadow: 0 1px 5px 0 #010101;
}
@media only screen and (max-width: 767px) {
  .bag-wrapper .bag-header {
    display: none;
  }
}
.bag-wrapper .bag-header .bag-title-wrapper {
  font-size: 1.5em;
  padding: 0.5ex 0;
}
.bag-wrapper .bag-header .bag-des-wrapper {
  display: flex;
  flex-direction: row;
}
.bag-wrapper .bag-header .bag-des-wrapper .item-quantity-wrapper {
  color: #949494;
  flex: 1;
}
.bag-wrapper .bag-header .bag-des-wrapper .item-quantity-wrapper .item-quantity {
  text-transform: uppercase;
}
.bag-wrapper .bag-header .bag-des-wrapper .item-price-wrapper {
  font-size: 1.5em;
  font-weight: 500;
  word-spacing: -5px;
}
.bag-wrapper .bag-content {
  flex: 1;
  padding: 1em;
  overflow-y: auto;
}
.bag-wrapper .bag-content .bag-content-wrapper {
  padding: 0;
}
.bag-wrapper .bag-content .bag-content-wrapper .bag-content-title {
  color: #949494;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(148, 148, 148, 0.25);
  padding-bottom: 1em;
}
.bag-wrapper .bag-content .bag-content-wrapper .customize-bag-addons-option-list-wrapper .combo-addon-option-wrapper {
  display: flex;
  flex-flow: column;
  padding: 0.5em;
}
.bag-wrapper .bag-content .bag-content-wrapper .customize-bag-addons-option-list-wrapper .combo-addon-option-wrapper .customize-addon-name {
  padding: 1em 0 0 0;
  font-weight: bold;
  color: #666666;
}
.bag-wrapper .bag-content .bag-content-wrapper .bag-content-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0;
  align-items: center;
}
.bag-wrapper .bag-content .bag-content-wrapper .bag-content-item .bag-content-item-image img {
  max-width: 50px;
  border-radius: 50%;
}
.bag-wrapper .bag-content .bag-content-wrapper .bag-content-item .bag-content-item-name {
  flex: 1;
  padding-left: 0.5em;
}
.bag-wrapper .bag-content .bag-content-wrapper .bag-content-item .bag-content-item-delete {
  border: none;
  background: none;
}
.bag-wrapper .bag-content .bag-content-wrapper .bag-content-item .bag-content-item-delete .cross-icon {
  filter: invert(1);
}
@media only screen and (max-width: 767px) {
  .bag-wrapper .bag-content .bag-content-wrapper .bag-content-item .bag-content-item-delete .cross-icon {
    filter: brightness(1);
  }
}
.bag-wrapper .bag-content .bag-content-wrapper .bag-content-item .bag-content-item-delete:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.bag-footer {
  position: relative;
  background-color: #1a1a1a;
  box-shadow: 0 -5px 5px -4px #010101;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .bag-footer {
    display: none;
  }
}
.bag-footer .save-cart-button {
  background: #eb0202;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 0.5em;
  padding: 1.5em;
  font-weight: 800;
  font-size: 0.9em;
  width: -webkit-fill-available;
  width: -moz-available;
  border: none;
}
.bag-footer .save-cart-button:disabled,
.bag-footer .save-cart-button.btnDisable {
  opacity: 0.7;
  cursor: not-allowed;
}
.bag-footer .save-cart-button.btnDisable {
  cursor: pointer;
}
.popup-view {
  height: 50vh;
  max-width: 80vh;
  min-width: 30vh;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.popup-view .popup-close-button {
  background: #ffffff;
  background-image: url(/unification/img/theme_58/cross.png);
  position: absolute;
  background-size: contain;
  top: 5px;
  color: black;
  z-index: 2;
  right: 5px;
  border: 1.5px solid #eb0202;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.popup-view .popup-view-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.popup-view .popup-view-wrapper .popup-image-container {
  background-color: transparent;
  position: relative;
}
.popup-view .popup-view-wrapper .popup-image-container .popup-image-content .popup-image-cover {
  position: absolute;
  width: 105%;
  height: 5em;
  bottom: 0;
  left: -2.5%;
  background-color: #000;
  transform: rotate(4deg) translateY(3em);
}
.popup-view .popup-view-wrapper .popup-image-container .popup-image-content .popup-image {
  background-color: black;
  width: 100%;
  height: 10em;
  background-size: cover;
  background-position: 50%;
  border-radius: 4px;
}
.popup-view .popup-view-wrapper .popup-main-info {
  background: #000;
  color: #fff;
  z-index: 1;
}
.popup-view .popup-view-wrapper .popup-main-info .popup-main-info-wrapper {
  padding: 0 1em 1em;
}
.popup-view .popup-view-wrapper .popup-main-info .popup-main-info-wrapper .item-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.popup-view .popup-view-wrapper .popup-main-info .popup-main-info-wrapper .item-price {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.popup-view .popup-view-wrapper .popup-controls {
  padding: 0.5em;
}
.popup-view .popup-view-wrapper .popup-controls .item-control-wrapper {
  display: flex;
  flex-direction: row;
  padding: 0.5em 0;
}
.popup-view .popup-view-wrapper .popup-controls .item-control-wrapper .variant-control .variant-list-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid lightgray;
  margin-right: 2em;
}
.popup-view .popup-view-wrapper .popup-controls .item-control-wrapper .variant-control .variant-list-wrapper .variant-name {
  padding: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 3px;
}
.popup-view .popup-view-wrapper .popup-controls .item-control-wrapper .variant-control .variant-list-wrapper .variant-name.selected {
  background: lightblue;
}
.popup-view .popup-view-wrapper .popup-controls .item-control-wrapper .quantity-control {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 0.8em;
  border: 1px solid #c1c1c1;
  align-items: center;
  font-weight: bold;
}
.popup-view .popup-view-wrapper .popup-controls .item-control-wrapper .quantity-control .item-decrement-button,
.popup-view .popup-view-wrapper .popup-controls .item-control-wrapper .quantity-control .item-increment-button {
  border-radius: 50%;
  border: 1px solid #eb0202;
  width: 33px;
  height: 33px;
  font-size: 16px;
  line-height: 1.2;
  background-image: url(/unification/img/theme_58/cross.png);
}
.popup-view .popup-view-wrapper .popup-controls .item-control-wrapper .quantity-control .item-qty {
  color: #000000;
}
.popup-view .popup-view-wrapper .popup-controls .add-to-bag-wrapper {
  padding: 0.5em 0;
}
.popup-view .popup-view-wrapper .popup-controls .add-to-bag-wrapper .add-top-bag-button {
  text-align: center;
  background: #eb0202;
  padding: 1.3em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.map-popup .md-dialog-fullscreen {
  display: flex;
  flex-direction: column;
  max-width: initial;
  max-height: none;
  max-width: 800px !important;
  width: 100%;
  height: 560px;
  padding: 0;
}
.map-popup .map-popup-header {
  text-align: center;
  background: #eb0202;
  color: ;
  height: 40px;
}
.map-popup .map-popup-header .closeMe {
  position: absolute;
  right: 10px;
  top: 10px;
}
.map-popup .map-popup-main {
  flex: 1;
  padding: 0;
}
.map-popup .map-popup-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
}
.map-popup .map-popup-footer .map-action-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0px -5px 20px 3px rgba(0, 0, 0, 0.36);
  position: sticky;
}
.map-popup .map-popup-footer .map-action-button-wrapper .cancel-button,
.map-popup .map-popup-footer .map-action-button-wrapper .confirm-button {
  width: 100%;
  height: 60px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 10px;
  background: #eb0202;
  color: ;
}
.map-popup .map-popup-footer .map-action-button-wrapper .cancel-button {
  color: #eb0202;
  background-color: #fff;
  border-color: #eb0202;
}
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -10px;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.coordinates {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 140px;
  left: 10px;
  padding: 5px 10px;
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  border-radius: 3px;
  display: none;
}
@media only screen and (max-width: 380px) {
  .main_chooser .restaurant-main-section .map-container input {
    width: 100%;
  }
}
.map-box {
  margin: 1em 0;
}
.map-box .map-chooser-launch-button {
  border-radius: 4px;
  border: 1px solid #eb0202;
  padding: 0.5em 2em;
  background: #eb0202;
  color: ;
  font-weight: bold;
}
.map-chooser-launch-button {
  border: none;
  background: #eb0202;
  border-radius: 4px;
  color: ;
  padding: 9.5px;
  font-size: 14px;
}
.processing-delivery {
  padding: 0 37px 0 17px !important;
}
.processing-delivery md-progress-circular {
  float: left;
}
.processing-delivery md-progress-circular path {
  stroke: #ffffff;
}
.processing-delivery:disabled {
  opacity: 0.6;
}
.map-go-disabled {
  background-color: #aaa !important;
  border-color: #999 !important;
}
@media only screen and (max-width: 1030px) {
  #location_chooser {
    height: calc(94vh - 100px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 756px) {
  #location_chooser {
    height: calc(80vh - 125px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 733px) {
  #location_chooser {
    height: calc(80vh - 105px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 700px) {
  #location_chooser {
    height: calc(83vh - 105px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 675px) {
  #location_chooser {
    height: calc(85vh - 95px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 650px) {
  #location_chooser {
    height: calc(87vh - 85px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 625px) {
  #location_chooser {
    height: calc(89vh - 75px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 600px) {
  #location_chooser {
    height: calc(91vh - 65px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 575px) {
  #location_chooser {
    height: calc(93vh - 55px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 550px) {
  #location_chooser {
    height: calc(95vh - 45px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 525px) {
  #location_chooser {
    height: calc(97vh - 35px) !important;
  }
}
@media only screen and (min-width: 1030px) and (max-height: 500px) {
  #location_chooser {
    height: calc(99vh - 25px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 780px) {
  #location_chooser {
    height: calc(93vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 800px) {
  #location_chooser {
    height: calc(91vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 825px) {
  #location_chooser {
    height: calc(87vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 850px) {
  #location_chooser {
    height: calc(85vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 875px) {
  #location_chooser {
    height: calc(82vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 900px) {
  #location_chooser {
    height: calc(80vh - 258px) !important;;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 925px) {
  #location_chooser {
    height: calc(78vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 950px) {
  #location_chooser {
    height: calc(76vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 975px) {
  #location_chooser {
    height: calc(74vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 1000px) {
  #location_chooser {
    height: calc(72vh - 258px) !important;
  }
}
@media only screen and (min-width: 1030px) and (min-height: 1025px) {
  #location_chooser {
    height: calc(70vh - 258px) !important;
  }
}
.category-grid .category-grid-wrapper .category-heading-wrapper,
.item-grid .category-grid-wrapper .category-heading-wrapper,
.category-grid .item-grid-wrapper .category-heading-wrapper,
.item-grid .item-grid-wrapper .category-heading-wrapper,
.category-grid .category-grid-wrapper .category-block-wrapper,
.item-grid .category-grid-wrapper .category-block-wrapper,
.category-grid .item-grid-wrapper .category-block-wrapper,
.item-grid .item-grid-wrapper .category-block-wrapper {
  background: #141414;
}
.navigation.categoryNav .navigation-wrapper .scroll-wrapper ul li.active a {
  border-bottom: none;
}
.navigation.categoryNav .navigation-wrapper .scroll-wrapper ul li.current a {
  border-bottom: 3.5px solid #eb0202;
}
.header .header-wrapper .go-back {
  width: 85px;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .header .header-wrapper .go-back {
    width: 65px;
    font-size: 1em;
  }
}
.header .header-wrapper .go-back span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
}
@media only screen and (max-width: 767px) {
  .header .header-wrapper .go-back span {
    font-size: 14px;
  }
}
.item-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
