.pull-right{float:right}
.clearfix{clear:both;display:table}
.flex-center{display:flex;justify-content:center}
.flex-space-between{display:flex;justify-content:space-between;align-items:center}
.align-center {align-items: center;}
.w-35px{width:35px}
.uppercase{text-transform:uppercase}
.COLORRED,.colorred{color:red}
.submit-form-btn{display:flex;padding:10px 20px!important;width:auto!important}
.event-disabled{opacity:.5;pointer-events:none}
.margin-bottom-xxsm{margin-bottom:5px}
.margin-bottom-xsm{margin-bottom:10px}
.margin-bottom-sm{margin-bottom:20px}
.margin-bottom-md{margin-bottom:40px}
.margin-bottom-lg{margin-bottom:60px}
.margin-bottom-xxl{margin-bottom:80px}
.deleted{display:none !important}
.cursorpointer{cursor:pointer}
.margin-top-xsm{margin-top:10px}
.margin-top-sm{margin-top:20px}
.margin-top-md{margin-top:40px}
.margin-top-lg{margin-top:60px}
.margin-top-xxl{margin-top:80px}
.inline-block{display:inline-block}
.edit-varient-content-loader{min-height:50px;display:flex;justify-content:center}
.edit-varient-box{background:#000;padding:10px;margin:10px 0;border-radius:10px}
.view-history-table-container{max-height:650px;overflow-y:scroll}
.justify-space-between {justify-content: space-between;}
.spinner-container {
  position: relative;
}
.spinner {
  /* position: absolute;
  right: 15px;  
  top: 31px; */
  transform: scale(.5);
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
}

.spinner-container input {
  padding-right: 40px;
}

.search-records {
  background: #070d19;
  margin: 0;
  padding: 0px 0px 0px 20px;
}

.search-records li{
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #353535;
}

.header-1, .header-1.sticky, .section-title-style1.section-title2 h2::before, .hero-1 .hero-content h1::before {
  background: rgb(168, 16, 16) !important;
}

.order-card_box.style2 .icons {
  border: 1px solid rgb(168, 16, 16)
}

.theme-clr {
  color: rgb(168, 16, 16);
}

.header-main {
  padding: 10px 0;
}

.header-1 .header-logo img {
  width: 60%;
}

.group-qty-container {
  margin-bottom: 6px;
}

.group-quantity-btn {
  border-radius: 5px !important;
  padding: 3px !important;
  font-size: 11px !important;
  text-transform: uppercase;
}

.group-quantity-btn.active {
  border-color: #e9c750;
  color: #e9c750;
}

.quantity-wrapper button {
  height: 30px;
  width: 30px;
}


.header-main .tolly-icon .count-quan {
  text-align: center;
}

.sm-img-rounded {
  width: 50px;
  object-fit: cover;
  border-radius: 120px !important;
  height: 50px;
}

.restaurant-card-container {
  position: relative;
}

.restaurant-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.full-width {
  width: 100%;
}

.spinner-overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.spinner-overlay .ball {
  background-color: #ee2f23;
}

.spinner-overlay .spinner {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}


.theme-btn {
  background-color: #FBF58E;
  color: #000;
}

.btn-outline-theme{
  color: rgb(168, 16, 16) !important;
  border: 1px solid rgb(168, 16, 16) !important;
}

.gold.btn-outline-theme {
  color: #ff5200 !important;
  border: 1px solid #ff5200 !important;
}

.btn-outline-theme.active {
  color: rgb(168, 16, 16) !important;
  border: 1px solid rgb(168, 16, 16) !important;
}

.cart-body h5 {
  font-size: 16px;
}

.item-description {
  font-size: 14px;
}

.no-event {
  pointer-events: none;
  opacity: 0.5;
}


.delivery-type {
  border-radius: 5px !important;
  padding: 10px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.delivery-type.active {
  background-color: #000;
  border-color: #000 !important;
}

.timing-status-bar {
  background-color: rgb(220, 53, 69);
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #861c1c;
}

.no-border {
  border: 0;
}

.group-content-price {
  font-size: 18px;
}

.store-link { 
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 12px;
}


.office-tag.active {
  border-radius: 8px;
  border: 1px solid var(--primary_2, #ff5200);
  background: rgba(255, 82, 0, 0.1);
  color: var(--black);
}

.add_on_list li {
  margin: 3px 10px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 4px;
}


.track-order-button {
  background-color: #a81010;
}

.colorwhite {
  color: #fff !important;
}

.view-order-loader {
  min-height: 400px;
  justify-content: center;
  align-items: center;
}

#view-order .modal-dialog {
  min-width: 1200px;
}

#view-order .spinner {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.fw-normal {
  font-weight: normal;
}

.confirm-order .spinner, .auth-form .spinner   {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  
}

.confirm-order .spinner .ball, .auth-form .spinner .ball { 
  background-color : rgb(168, 16, 16) !important;
  top: -8px !important;
}

.footer-timings * {
  color: var(--text4) !important;
}

input::placeholder {
  color: inherit !important;
  text-transform: uppercase;
}

.main-search-input {
  text-transform: uppercase;
  color: #930303;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ffb200;
  margin-bottom: 50px;
  padding-right: 60px;
}

.search-field-holder.full-width img {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
}
.search-field-holder.full-width {
  position: relative;
}


.search-query-container {
  position: fixed;
  bottom: 0;
  background: #ecca58;
  width: 100%;
  text-align: center;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.search-query-container button {
  background: #000 !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 5px;
  margin-left: 20px;
}

.mobile-show {
  display: none !important;
}

.mobile-show .theme-btn.active {
  color: #fff !important;
}

.spinner-container {
  min-height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.spinner-container .spinner .ball {
  background-color: #b30000;
}

.spinner-container .spinner  {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* =========================
   Small phones (≤ 320px)
   ========================= */
@media (max-width: 320px) {
  /* iPhone SE (old), very small devices */
 
}

/* =========================
   Phones (≤ 480px)
   ========================= */
@media (max-width: 480px) {
 
}

/* =========================
   Large phones (≤ 600px)
   ========================= */
@media (max-width: 600px) {
  /* Most modern phones */
}

/* =========================
   Tablets portrait (≤ 768px)
   ========================= */
@media (max-width: 768px) {
  .mobile-show {
    display: block !important;
  }
  .header-main > div:nth-child(1) {
    flex: 1.3
  }
  .header-main > .header-left {
    flex: 2.3;
    justify-content: space-between;
  }
  .header-1 .header-logo img {
    width: 100%;
  }
  .timing-status-bar {
    padding: 10px;
  }
  .mobile-two-column > div {
    width: 50%;
  }
  .search-query-container {
    padding: 5px;
  }
  .search-query-container button {
    padding: 10px;
    font-size: 12px;
  }
  .search-query-container h3 {
    font-size: 14px;
  }
  .cart-button-container {
    flex-wrap: wrap;
  }
  .cart-button-container > div {
    justify-content: space-between;
    width: 100%;
  }
  .checkout-button { 
    width: 100%;
    justify-content: center;
  }

  .swiper-wrapper {
    padding-left: 20px;
  }
  .swiper-button-prev {
    left: 40px !important;
  }
  .mobile-loading-space {
    margin-right: 7px;
  }
  .preloader .animation-preloader .txt-loading {
    font-size: 1.55em;
  }
  .animation-preloader {
    width: 90%;
  }
  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(12)::before {
    left: -313px;
    top: 37px;
    z-index: 10;
  }
  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(14)::before {
    top: -1px;
    left: 2px;
    z-index: 9999;
  }
  .quick-view-main {
    max-height: 320px;
    overflow: scroll;
  }
  .group-content-price {
    padding: 0 !important;
    margin: 0 0 0 2px !important;
    font-size: 16px;
  }
  #product_detail .modal-header {
    padding: 7px 15px;
  }
}

/* =========================
   Tablets landscape / small laptops (≤ 992px)
   ========================= */
@media (max-width: 992px) {
  
}

/* =========================
   Laptops & desktops (≤ 1200px)
   ========================= */
@media (max-width: 1200px) {
  /* Standard desktops */
 
}

/* =========================
   Large desktops (≥ 1201px)
   ========================= */
@media (min-width: 1201px) {
  /* Large screens, 2K+ */
}


