/*
    - Written By : Vinoth Krishnan
    - Important  : Search Result Page Setup files used only for this pages. Don't remove any code.
*/
/* Varibales, Mixins and Function */
/* Popover */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.subdomain-banner:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.f-size-30 {
  font-size: 1.85em; }

.bb-4-danger {
  border-bottom: 4px solid #dc3545; }

/* Filter Button */
#filters input[type=checkbox] {
  position: absolute;
  opacity: 0; }
#filters label:hover {
  background-color: #f8f9fa !important; }
#filters label.active {
  background-color: #ffc107 !important; }

#cart-section input[type=radio] {
  position: absolute;
  opacity: 0; }
  #cart-section input[type=radio]:checked + label {
    background-color: #ffc107; }

.border-light-top {
  border-top: 1px solid #eff2f5 !important; }

.searchBarResult {
  font-size: 12px;
  color: #bd9007; }

.search-form-control {
  position: absolute;
  background: none;
  height: 36px;
  left: 0;
  border-radius: 0;
  padding-left: 40px;
  box-shadow: none !important;
  opacity: 0;
  top: 0; }

.subdomain-banner {
  height: 300px;
  overflow: hidden;
  position: relative; }

.restaurant-box {
  margin-top: -55px; }

.search-restaurant-label {
  pointer-events: none;
  padding-left: 30px; }

.search-form-control:focus {
  opacity: 1;
  z-index: 2; }
  .search-form-control:focus + .search-restaurant-label {
    opacity: 0; }
  .search-form-control:focus + label {
    z-index: 2; }

.m-h-74 {
  min-height: 74px; }

.h-140 {
  height: 140px; }

#image-gallery .modal-footer {
  display: block; }

@supports (position: sticky) {
  .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
.select-dropdown .fa {
  margin-top: 5px;
  font-size: 34px; }
.select-dropdown.open .fa {
  transform: rotate(180deg); }
.select-dropdown.open .dropdown-menu {
  display: block;
  margin-top: 0px; }
  .select-dropdown.open .dropdown-menu.select-menu-cuisine:before {
    left: auto;
    right: 29px; }
  .select-dropdown.open .dropdown-menu.select-menu-cuisine:after {
    left: auto;
    right: 30px; }

.dropdown-menu {
  z-index: 1021; }

.cart-update-count {
  margin: 20px 10px 10px; }
  .cart-update-count .count-number {
    position: absolute;
    top: -5px;
    left: -5px; }

.cart-item-success, .item-delete-container {
  position: absolute;
  top: -18px;
  width: 100%;
  border-radius: 0;
  display: none; }
  .cart-item-success span, .item-delete-container span {
    font-weight: 800; }

.numbers-row {
  border: 1px solid #999999;
  width: 79px;
  height: 28px;
  background: #ffffff;
  float: right; }
  .numbers-row .cart-inc-txt {
    width: 31px;
    height: 26px;
    border: none;
    text-align: center;
    font-size: 12px;
    float: left; }
  .numbers-row .button-icon {
    background-repeat: no-repeat;
    cursor: pointer;
    width: 23px;
    height: 26px;
    float: left;
    background-color: #e7eced;
    background-size: 23px;
    font-size: 0px;
    background-position: center center; }
  .numbers-row .inc {
    background-image: url(../images/Cart-Plus.svg);
    border-left: 1px solid #999999; }
  .numbers-row .dec {
    background-image: url(../images/Cart-Minus.svg);
    border-right: 1px solid #999999; }

.close-position {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1; }

.banner-menu {
  margin-top: -26px;
  position: relative; }

.nav-pills li a {
  font-size: 1rem;
  text-align: center; }
  .nav-pills li a:hover, .nav-pills li a.active {
    color: #343a40;
    background-color: #ffc107 !important;
    border-bottom: 0px solid #dc3545;
    margin-bottom: 0px; }
    .nav-pills li a:hover:hover, .nav-pills li a.active:hover {
      background-color: #ffc107 !important; }
  .nav-pills li a.completed {
    background-color: #dc3545 !important;
    border-bottom: 4px solid #fff;
    margin-bottom: -4px; }
    .nav-pills li a.completed div {
      color: #fff; }
    .nav-pills li a.completed:hover {
      background-color: #dc3545 !important; }
      .nav-pills li a.completed:hover div {
        color: #fff; }
  .nav-pills li a.disabled {
    opacity: 0.6;
    cursor: no-drop; }

.cart-item-box .numbers-row {
  width: 73px;
  height: 23px; }
  .cart-item-box .numbers-row .button-icon {
    width: 20px;
    height: 21px;
    background-size: 20px; }
  .cart-item-box .numbers-row .cart-inc-txt {
    width: 31px;
    height: 21px; }

@media (min-width: 768px) {
  .cart-scroll {
    /*height: 65vh;*/
    overflow-y: auto; }

  .cart-close {
    display: none; } }
@media (max-width: 991.98px) {
  .mobile-cart {
    position: fixed;
    bottom: 0;
    z-index: 1020;
    right: 0;
    cursor: pointer; }

  .cart-close {
    cursor: pointer;
    position: absolute;
    left: -10px;
    top: -5px;
    z-index: 1025; }

  .cart-item-success, .item-delete-container {
    z-index: 1025;
    top: 0; }

  .bb-lg- {
    border-bottom: 1px solid #dddddd; } }
@media (max-width: 767.98px) {
  .cart-scroll {
    /*height: 52vh;*/
    overflow-y: auto; }

  .cart-section {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1024;
    margin: 0 !important;
    display: none; } }
@media (min-width: 768px) {
  .addon-popup .nav-tabs .nav-item {
    position: relative;
    color: #ced4da;
    margin-right: 15px;
    display: inline-block;
    margin-top: 15px;
    padding: 0; }
    .addon-popup .nav-tabs .nav-item span {
      color: #ced4da;
      background-color: #f8f9fa;
      border: 1px solid #ced4da;
      display: block; }
    .addon-popup .nav-tabs .nav-item.active span {
      color: #343a40;
      background-color: #fff;
      border: 1px solid #ced4da; }
    .addon-popup .nav-tabs .nav-item.completed span {
      color: #343a40;
      background-color: #ffc107;
      border: 1px solid #ffc107; } }
@media (max-width: 767.98px) {
  .addon-popup .nav-tabs .nav-item {
    position: relative;
    color: #ced4da;
    margin-right: 15px;
    display: inline-block;
    margin-top: 15px;
    padding: 0; }
    .addon-popup .nav-tabs .nav-item span {
      color: #ced4da;
      display: block; }
    .addon-popup .nav-tabs .nav-item.active span {
      color: #343a40; }
    .addon-popup .nav-tabs .nav-item.completed span {
      color: #ffc107; } }

/*# sourceMappingURL=subdomain-1.css.map */
