body {
  font-size: 0.85rem;
  font-family: "Poppins", sans-serif;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.header {
  background-color: #f15c22;
  z-index: 1;
  position: relative;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.header-logo img {
  height: 50px;
}

.body_bg {
  background-color: #eff3f5;
  background-image: url("../img/banner.png");
  background-position: center right;
  background-size: 45%;
  background-repeat: no-repeat;
  min-height: 550px;
  padding-bottom: 20px;
}

.bg_color {
  background-color: #eff3f5;
}

.mid-bg {
  background-color: #ffffff;
  background-image: url("../img/right-bg.jpg");
  background-position: bottom right;
  background-size: 15%;
  background-repeat: no-repeat;
  position: relative;
}

.mid-bg::before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/left-bg.jpg");
  background-position: top left;
  background-size: 12%;
  background-repeat: no-repeat;
}



#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

#cookie-alert p {
  font-size: 0.85rem;
  font-weight: 400;
}


.logo {
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  color: #45535b;
}

.logo .subline {
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: lowercase;
  color: #45535b;
  margin-top: -12px;
}

.btn-signin,
.btn_account {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  border-radius: 30px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: 1rem;
  height: 38px;
  font-weight: 500;
  margin-top: 1px;
  text-transform: capitalize;
  font-size: 0.8rem;
}

.btn_cart,
.btn-order,
.btn-login {
  background-color: transparent;
  border: 2px solid transparent;
  color: #ffffff;
  border-radius: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 38px;
  font-weight: 500;
  font-size: 0.8rem;
}

.btn_cart:hover,
.btn_account:hover,
.btn-signin:hover,
.btn-login:hover,
.btn-order:hover {
  background-color: #0c1531;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-lang {
  background-color: transparent;
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 38px;
  font-weight: 500;
  font-size: 0.8rem;
}

.btn-menu {
  background-color: transparent;
  border: none;
  padding-left: 0rem;
  padding-right: 0rem;
  margin-left: 2rem;
  height: 38px;
  font-weight: 500;
  font-size: 0.8rem;
}

.btn-menu:hover,
.btn-lang:hover {
  background-color: transparent;
  opacity: 0.6;
  border: none;
  outline: none;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/************/
.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 1000;
  border-radius: 2px;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
}

.pac-container:after {
  background-image: none !important;
  height: 0px;
}

.pac-item {
  padding: 10px 10px;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}

.pac-item-query {
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  padding-right: 3px;
}

.pac-matched {
  font-weight: 700;
}

/*************/
.home-map-location {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 0.9rem;
  color: #666666;
}

.home-map-location i {
  color: #f15c22;
  margin-right: 5px;
}

.home-banner-title {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
}

.home-search-bar {
  float: left;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px -5px #cccccc;
  height: 65px;
  border-radius: 35px;
  position: relative;
}

.home-search-textbox {
  float: left;
  width: 90%;
  margin: 0% 5%;
  padding-right: 20%;
  height: 65px;
  border: none;
  outline: none;
  color: #666666;
  border-radius: 35px;
  font-size: 0.9rem;
  font-weight: 400;
}

.home-search-btn {
  top: 0;
  right: 0;
  position: absolute;
  width: calc(25% - 5px);
  margin-top: 5px;
  margin-right: 5px;
  height: 55px;
  background-color: #0ca74f;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.home-location-btn {
  top: 0;
  right: 22%;
  position: absolute;
  background-color: #ececec;
  padding-left: 15px;
  padding-right: 35px;
  margin-top: 5px;
  height: 55px;
  line-height: 55px;
  color: #666666;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 500ms;
  border-radius: 30px 0px 0px 30px;
}

.home-location-btn:hover {
  background-color: #d3d3d3;
  transition: all 500ms;
  color: #222222;
}

.home_category_container {
  width: 49%;
}

.home-food-slider {
  float: left;
  width: 90%;
  margin-left: 10%;
  position: relative;
  transition-duration: 1s;
}

.home-food-slider img {
  border-radius: 0.8rem 0.8rem 0 0;
}

.home-food-slider .title {
  background-color: #ffffff;
  /* box-shadow: 0px 5px 20px -10px #222222; */
  border-radius: 0px 0px 0.8rem 0.8rem;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: 0.85rem;
  color: #222222;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.home-food-slider i {
  color: #f15c22;
}

.slider-arrow {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #f15c22;
  color: #ffffff;
  padding-left: 8px;
  border-radius: 50%;
  opacity: 0.8;
  transition: opacity 0.5s;
}

.slider-arrow-right {
  padding-left: 11px;
  margin-left: 5px;
}

.slider-arrow:hover {
  opacity: 1;
  color: #ffffff;
}

.service-info {
  float: left;
  width: 100%;
  background-color: #ffffff;
  /* box-shadow: 0px 5px 30px 0px #dfdfdf, 0px 5px 20px -10px #666666; */
  box-shadow: 0px 0px 0px 1px #cccccc;
  margin-bottom: 25px;
  border-radius: 1rem;
  padding: 1rem;
  transition-duration: 500ms;
}

.service-info:hover {
  box-shadow: 0px 0px 0px 1px #cccccc;
}

.service-info h3 {
  float: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
}

.service-info p {
  float: left;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}

/* .service-info:hover {
    background-color: #f15c22;
    transition-duration: 500ms;
    box-shadow: none;
}

.service-info:hover p {
    color: #ffffff;
} */

.page_title {
  float: left;
  width: 100%;
  margin: 15px 0px 10px 0px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #222222;
}

.page_subtitle {
  float: left;
  width: 100%;
  margin: 5px 0px;
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
}

.page_des {
  float: left;
  width: 100%;

  font-size: 0.85rem;
  font-weight: 400;
  color: #666666;
}

.service_devide {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.home-logo {
  width: 80%;
  margin: 0% 10%;
  background-color: #ebebeb;
  background-image: linear-gradient(to bottom right, #ebebeb, #ffffff);
  box-shadow: 20px 20px 20px -10px #f5f5f5;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 2.5rem 1rem;
  border-radius: 20%;
  position: relative;
  overflow: hidden;
}

.home-logo::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  content: "";
  z-index: 1;
}

.home-logo img {
  width: 80%;
  z-index: 2;
  position: relative;
}

.home-logo-title h4 {
  margin-top: 1rem;
  font-size: 1.7rem;
  font-weight: 600;
}

.home-logo-title p {
  margin-top: 1rem;
  color: #7e808c;
  line-height: 1.2;
  font-weight: 400;
}

.home-logo-inner-title {
  font-size: 4rem;
  font-weight: 800;
  z-index: 2;
  position: relative;
  color: #ffffff;
}

.home-logo:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  z-index: 10;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Hover state - trigger effect */
.home-logo:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */
.home-logo:active:after {
  opacity: 0;
}

/* .app-dw-info {
    float: left;
    width: 100%;
    position: relative;
    margin: 100px 0px;
}

.app-dw-box {
    float: left;
    width: 100%;
    background-color: red;
    height: 250px;
}

.spl-offer {
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 5px 30px -15px #b1b1b1;
    border-radius: 1rem;
    padding: 0.7rem 1rem 1.7rem 1.5rem;
    position: relative;
}

.spl-btn {
    background-color: #0ca74f;
    border-radius: 20px;
    height: 40px;
    border: none;
    font-size: 0.85rem;
    font-weight: 500;
    color: #ffffff;
}

.spl-food_list h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.spl-food_list p {
    font-size: 0.85rem;
    line-height: 2rem;
    font-weight: 500;
    color: #666666;
}

.spl-food_icon {
    width: auto;
    height: 20px;
}

.spl-food_price {
    width: 100%;
}

.spl-food_price h4 {
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 14px;
} */

.spl-offer {
  float: left;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px -15px #b1b1b1;
}

.spl-offer img {
  border-radius: 0.3rem;
}

.spl-main-title {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.spl-pagination {
  float: left;
  width: 100%;
  font-size: 0.85rem;
  padding-top: 6px;
}

.spl-pagination span {
  color: #222222;
  padding: 6px 8px;
  border-radius: 3px;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: color 0.5s;
}

.spl-pagination span:hover,
.spl-pagination i:hover {
  background-color: #f15c22;
  color: #0c1531;
}

.map img {
  border-radius: 1rem;
  filter: grayscale(30%);
}

.map h2 {
  font-weight: 400;
  font-size: 1.5rem;
}

.footer {
  background-color: #0c1531;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  font-weight: 400;
  z-index: 2;
  position: relative;
}

.footer_store {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2rem;
}

.footer hr {
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-logo {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
}

.footer-logo span {
  background-color: #f15c22;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}

.footer-social {
  font-size: 1.2rem;
  color: #ffffff;
}

.modal_window {
  top: 0%;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  transition: right 300ms;
}

.modal_window_drop {
  top: 0%;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #21263d;
  opacity: 0.6;
  position: fixed;
}

.modal_box {
  top: 0;
  right: 0;
  width: 40%;
  padding: 1rem;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  background-color: #ffffff;
}

.modal_box h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 20px;
}

.modal_box h5 {
  font-size: 0.85rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
}

.modal-anim-icon {
  width: 130px;
  margin-top: -25px;
}

.modal_textbox {
  height: 50px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000000;
}

.modal_btn {
  background-color: #0ca74f;
  height: 50px;
  font-size: 0.9rem;
  text-transform: capitalize;
  font-weight: 400;
  /* border-radius: 25px; */
  border-radius: 3px;
  border: none;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal_top_text {
  font-size: 0.85rem;
  color: #f15c22;
  font-weight: 500;
}

.modal_bottom_text {
  font-size: 0.8rem;
  color: #666666;
}

.error {
  font-size: 0.75rem;
  color: #ef2424;
  font-weight: 400;
}

.close_signin {
  opacity: 0.5;
  transition: opacity 100ms;
  cursor: pointer;
}

.close_signin:hover {
  opacity: 1;
  transition: opacity 100ms;
}

#modal_div_menu,
#modal_div_reg,
#modal_div_login,
#modal_div_lang,
#modal_div_order {
  display: none;
}

.modal_list_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal_list_menu li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  transition: all 0.5s;
}

.modal_list_menu li:hover {
  background-color: #ececec;
  border-bottom: 1px solid #ececec;
  border-radius: 0.8rem;
  padding-left: 1rem;
}

.modal_list_menu img {
  width: 25px;
}

.order_list_food {
  font-size: 1rem;
  font-weight: 500;
}

.order_list_qty {
  font-size: 1rem;
  font-weight: 500;
}

.order_list_qty span {
  padding: 7px 10px;
  border-radius: 0.5rem;
  background-color: #f76a33;
  color: #0c1531;
}

.order_list_food {
  font-size: 1rem;
  font-weight: 500;
}

.order_list_price {
  font-size: 1rem;
  font-weight: 500;
  color: #0c1531;
}

.btn-checkout {
  background-color: #0c1531;
  color: #ffffff;
  height: 50px;
  font-size: 1rem;
  border: none;
  border-radius: 25px;
}

.home_ads {
  float: left;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.home_ads img {
  border-radius: 1rem;
}

.home_ads_overlayer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  position: absolute;
  padding: 1rem;
  padding-top: 15%;
}

.home_ads_overlayer h3 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
}

.home_ads_overlayer p {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
}

/***/
.home_service {
  float: left;
  width: 100%;
}

.service_icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);
}

.service_icon img {
  width: 60%;
  margin: 20px 20%;
}

.home_service img {
  border-radius: 0.8rem;
}

.home_service_overlayer {
  float: left;
  width: 100%;
}

.home_service_overlayer h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.home_service_overlayer p {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666666;
}

.search_container {
  float: left;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-top: 10px;
}

.search_res_img {
  float: left;
  width: 15%;
  cursor: pointer;
}

.search_res_img img {
  border-radius: 3px 0px 0px 3px;
}

.search_res_txt {
  float: left;
  width: 85%;
  padding: 10px 2%;
}

.search_res_txt h1 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.btn_cart_fooditem {
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
  border-radius: 3px;
  border: none;
  margin-top: 5px;
  border-radius: 25px;
}

.search_rating {
  float: left;
  width: 100%;
  font-size: 0.8rem;
  color: #666666;
  font-weight: 400;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pick_select {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f1f1f1;
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.3rem;
}

.category_slider {
  float: left;
  width: 100%;
}

.sticky {
  width: 70%;
  background-color: #eff3f5;
  z-index: 1000;
  height: 70px;
  padding: 10px 0px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 2%;
  transition: all 0.5s;
}

.sticky img {
  display: none;
  transition: all 0.5s;
}

.sticky .res_cat_slider_item {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 3px;
}

.sticky .res_cat_slider_item:hover {
  background-color: #0ca74f;
  color: #ffffff;
}

.slider_active {
  background-color: #0ca74f !important;
  color: #ffffff;
}

.restaurant_text {
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/******************/
.feed_offer_banner {
  overflow-x: hidden;
}

.feed_offer_banner img {
  border-radius: 0.3rem;
  /* box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, .5); */
}

.feed_header {
  background-color: #eff3f5;
  padding-top: 25px;
}

.feed_category_container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 2px groove rgba(255, 255, 255, 0.3);
}

.feed_category_container > .feed_category {
  width: 9%;
  margin-right: 1%;
  text-align: center;
}

.feed_category_container > .feed_store_category {
  width: 13%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  position: relative;
}

.feed_category_container .active::before {
  bottom: -13px;
  left: 0%;
  width: 100%;
  height: 5px;
  border-radius: 4px;
  background-color: #f15c22;
  position: absolute;
  content: "";
}

.feed_category img {
  transition: all 0.5s;
  border-radius: 0.3rem;
  margin-bottom: 7px;
  /* opacity: .5; */
}

.feed_category p {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0%;
  color: #222222;
}

.feed_category:hover img {
  opacity: 1;
  transform: scale(1.08, 1.08);
  transition: all 0.5s;
}

.feed_category_slider_item {
  float: left;
  width: 100%;
  cursor: pointer;
}

.feed_category_slider_item img {
  border-radius: 8px;
}

.feed_category_slider_item p {
  font-size: 0.75rem;
  color: #222222;
  font-weight: 400;
  margin: 0;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat_active p {
  font-size: 0.75rem;
  color: #ffffff !important;
  background-color: #0ca74f !important;
  border-radius: 0px 0px 3px 3px;
}

.feed_bg {
  background-color: #eff3f5;
  padding-top: 10px;
  padding-bottom: 15px;
}

.feed_bg h2 {
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 7px;
}

.feed_filter_container {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.feed_filter {
  float: left;
  width: 100%;
  padding: 0.8rem 1rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
}

.feed_filter h3 {
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 7px;
}

/* .feed_filter h3::before {
  content: "All Restaurants";
} */

.feed_item {
  float: left;
  width: 100%;
  padding: 0.8rem 1.5rem;
  background-color: #ffffff;
  min-height: 600px;
  border-radius: 0.3rem;
}

.feed_filter h4,
.feed_item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fixed_filter {
  width: 21%;
  height: 95%;
  overflow-y: auto;
  position: fixed;
  top: 0;
}

.feed_location {
  width: 100%;
  margin-top: -5px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}

.feed_location i {
  color: #222222;
}

.feed_res_search {
  width: 100%;
  position: relative;
}

.feed_icon_search {
  position: absolute;
  top: 15px;
  left: 1rem;
  z-index: 10;
  color: #f15c22;
}

.feed_icon_filter {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 10px;
  height: 45px;
  padding-top: 12px;
  border-left: 1px solid #e2e2e2;
  display: none;
}

.feed_icon_order {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  font-size: 1rem;
  padding: 10px 15px;
  height: 45px;
  padding-top: 12px;
  border-left: 1px solid #e2e2e2;
  display: none;
}

.feed_searchbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #f1f1f1;
  color: #6c757d;
  padding-left: 2.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.3rem;
}

.schedule_box {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  background-color: #f1f1f1;
  color: #6c757d;
  padding-left: 2.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.3rem;
}

.show_pass {
  top: 0;
  right: 0;
  position: absolute;
  width: 40px;
  text-align: center;
  color: #cccccc;
  line-height: 50px;
  cursor: pointer;
}

.eye_icon,
.eye_icon_c {
  width: 40px;
  color: #cccccc;
  text-align: center;
  line-height: 47px;
  top: 1px;
  right: 1px;
  position: absolute;
}

.schedule_box {
  background-color: #0ca74f;
  color: #ffffff;
}

.feed_retaurant {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  transition: all 0.5s;
  cursor: pointer;
}

.feed_inner_retaurant {
  float: left;
  width: 100%;
  cursor: pointer;
}

.feed_retaurant_thumb {
  float: left;
  width: 100%;
  position: relative;
}

.feed_retaurant:hover {
  background-color: #f4f4f4;
  border-radius: 0.3rem;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.feed_bookmark {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #666666;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  font-size: 0.85rem;
  background-color: #ffffff;
  transition: all 0.5s;
  cursor: pointer;
}

.feed_rating_icon {
  position: absolute;
  bottom: 15px;
  right: 5px;
  color: #f15c22;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #ffffff;
  transition: all 0.5s;
  cursor: pointer;
}

.feed_bookmark:hover {
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.feed_bookmark_added {
  color: #f15c22 !important;
}

.feed_add_item {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #222222;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  transition: all 0.5s;
  cursor: pointer;
}

.feed_res_logo {
  top: 15px;
  left: 20px;
  position: absolute;
  z-index: 5;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  box-shadow: 0px 5px 15px -50px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.feed_res_logo img {
  border-radius: 50%;
}

.feed_retaurant img {
  border-radius: 0.3rem;
  margin-bottom: 10px;
}

.feed_retaurant h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 5px;
  text-align: center;
}

.feed_retaurant p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
  margin-bottom: 5px;
  text-align: center;
}

.feed_item_name {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  color: #101010;
  font-weight: 600;
}

.feed_item_name span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
}

.feed_item_subname {
  float: left;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed_item_price {
  float: left;
  width: 100%;
  color: #f76a33;
  font-size: 0.9rem;
  font-weight: 600;
}
.feed_min_order,
.feed_rating,
.feed_delivery {
  float: left;
  width: 33.33%;
  color: #f76a33;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.feed_min_order span,
.feed_rating span,
.feed_delivery span {
  color: #666666;
  font-weight: 400;
  font-size: 0.7rem;
}

/****************************/
.alert-danger {
  float: left;
  width: 100%;
  border: none;
  background-color: red;
  font-size: 0.9rem;
  color: #ffffff;
}

.alert-success {
  float: left;
  width: 100%;
  border: none;
  background-color: #0ca74f;
  font-size: 0.9rem;
  color: #ffffff;
}

.alert-success .fa,
.alert-danger .fa {
  font-size: 2.2rem;
  opacity: 0.5;
}

.feed_cat_img {
  width: 100%;
  min-height: 4rem;
}

.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
}

#store_anim {
  width: 100%;
  min-height: 7vh;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }

  100% {
    background-color: #f0f3f5;
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }

  100% {
    background-color: #f0f3f5;
  }
}

/***********************************/
#store_anim img {
  border-radius: 0.3rem;
}

.outlet-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 20rem;
  padding: 1rem;
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  background-color: #212529;
  border: none;
  box-shadow: 30px 30px 30px -20px rgba(0, 0, 0, 0.5);
  border-radius: 0rem;
}

.outlet-dropdown::after {
  top: -10px;
  right: 20%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #212529;
  content: "";
  position: absolute;
}

.outlet-inner-dropdown {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.7rem 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.outlet-dropdown .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.7rem 0rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 0.85rem;
}

.outlet-dropdown h3 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
  font-weight: 500;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #222222;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.7rem;
  margin-right: 1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ffffff;
  font-weight: 500;
  color: #f15c22;
  position: relative;
}

.nav-pills .nav-link.active::before {
  bottom: -3px;
  left: 0%;
  width: 100%;
  height: 5px;
  border-radius: 4px;
  background-color: #f15c22;
  position: absolute;
  content: "";
}

.outlet_info h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.outlet_info_rating {
  float: left;
  width: 100%;
  text-align: center;
  /* box-shadow: -1px 0px 0px 0px #e4e4e4 , 1px 0px 0px 0px #e4e4e4 ; */
  box-shadow: 1px 0px 0px 0px #e4e4e4;
  font-size: 0.85rem;
  font-weight: 500;
}

.outlet_info_rating:nth-child(1) {
  border-left: 1px solid #e4e4e4;
}

.search_icon {
  float: right;
  width: 45px;
  color: #666666;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 7px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}

.search_icon:hover {
  color: #000000;
}

.outlet_info_rating small {
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
}

/********************************/
#loading_screen {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff, #e4e4e4);
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
}

.btn_clr {
  font-size: 0.8rem !important;
  font-weight: 500;
  border-radius: 20px;
  padding: 5px 20px;
  color: #222222;
  margin-left: 10px;
  background-color: #cccccc;
}

/*********************************/
.cat_divide_box {
  float: left;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0px 1rem;
  margin-bottom: 1rem;
}

.res_cat_slider_item {
  float: left;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}

.res_cat_slider_item img {
  min-height: 4rem;
  border-radius: 0.3rem;
  margin-bottom: 5px;
}

.additional_table {
  width: 100%;
}

.additional_table tr {
  border-bottom: 1px solid #cccccc;
}

.additional_table h5 {
  padding-top: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #f15c22;
}

.additional_table p {
  padding: 0px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #666666;
}

.booking_container {
  float: left;
  width: 100%;
  background-color: #e4e4e4;
  padding: 1rem;
  height: 100%;
  border-radius: 0.3rem;
}

.booking_container h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

.booking_textbox {
  height: 50px;
  border-radius: 0;
  border: 1px solid #cccccc;
  font-size: 0.85rem;
  font-weight: 400;
}

.control_icon_left {
  background-color: #f15c22;
  width: 40px;
  height: 40px;
  padding-right: 3px;
  padding-top: 10px;
  border-radius: 50%;
}

.control_icon_right {
  background-color: #f15c22;
  width: 40px;
  height: 40px;
  padding-left: 3px;
  padding-top: 10px;
  border-radius: 50%;
}

.album_style {
  border: 10px solid #ffffff;
  box-shadow: 0px 0px 20px -10px #000000;
}

.lightbox_thumb {
  float: left;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.3rem;
  margin-bottom: 20px;
}

.restaurant_pickup h5 {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
}

.restaurant_pickup h6 {
  color: #666666;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.3rem;
}

#schedule_date_time {
  float: left;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 500;
  color: #222222;
  margin-top: 10px;
  margin-bottom: 0;
}

.radio_btn_box {
  float: left;
  width: 100%;
  padding: 1rem;
  padding-bottom: 0.1rem;
  border-radius: 8px;
  border: 2px solid #cccccc;
}

/* The form-check-con */
.form-check-con {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 400;
  color: #222222;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form-check-con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 3px solid #666666;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-check-con:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-check-con input:checked ~ .checkmark {
  background-color: #0ca74f;
  border: none;
}

/* When the radio button is checked, add a blue background */
.form-checkout input:checked ~ .checkmark {
  background-color: #0ca74f;
  border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-con input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-con .checkmark:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

/* The container */
.form_checkbox_con {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: #666666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form_checkbox_con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form_checkbox_mark {
  position: absolute;
  top: 0;
  border-radius: 0.3rem;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 3px solid #666666;
}

/* On mouse-over, add a grey background color */
.form_checkbox_con:hover input ~ .form_checkbox_mark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form_checkbox_con input:checked ~ .form_checkbox_mark {
  background-color: #ffffff;
  border: 3px solid #0ca74f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form_checkbox_mark:after {
  content: "";
  position: absolute;
  display: none;
  color: #0ca74f;
}

/* Show the checkmark when checked */
.form_checkbox_con input:checked ~ .form_checkbox_mark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form_checkbox_con .form_checkbox_mark:after {
  left: 0.4rem;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #0ca74f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*****************/
.switch_toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 13px;
}

.switch_toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider_toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bdbdbd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider_toggle:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: -2px;
  bottom: -4px;
  background-color: #e7e7e7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider_toggle {
  background-color: #e7e7e7;
}

input:focus + .slider_toggle {
  box-shadow: 0 0 1px #e7e7e7;
}

input:checked + .slider_toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .slider_toggle:before {
  background-color: #0ca74f;
}

.modal-content {
  border: none;
}

.modal-body h4 {
  font-weight: 500;
  font-size: 1.5rem;
}

/* .modal-header {
    border-bottom: none;
} */

.form-textbox {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  background-color: #f1f1f1;
  font-size: 0.85rem;
  font-weight: 400;
}

.modal-textbox {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.modal-mutiplebox {
  width: 100%;
  border: none;
  background-color: #f1f1f1;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  height: 45px;
}

/* Rounded slider_toggles */
.slider_toggle.sw_round {
  border-radius: 25px;
}

.slider_toggle.sw_round:before {
  border-radius: 50%;
}

.form-check-deals {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #666666;
}

.feed_myorder {
  width: 26%;
  padding: 1rem;
  height: 100%;
  overflow-y: auto;
  top: 0px;
  right: 0;
  background-color: #ffffff;
  position: fixed;
}

.feed_myorder h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

.feed_myorder h2 {
  font-size: 1.2rem;
  font-weight: 500;
}

.feed_myorder h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.restaurant_rating {
  font-size: 0.85rem;
  color: #666666;
}

.restaurant_review {
  float: left;
  width: 100%;
  padding: 0.5rem;
  background-color: #f3e0d9;
  border: 1px solid #f16a34;
  border-radius: 0.3rem;
  margin-bottom: 20px;
}

.restaurant_review_white {
  float: left;
  width: 100%;
  padding: 0.5rem 0.7rem;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 20px;
}

.reviewr_name {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.reviewr_name small {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  margin-left: 10px;
}

.reviewr_rating {
  float: left;
  width: 100%;
  margin: 5px 0px;
  font-size: 1rem;
  color: #f15c22;
}

.reviewr_rating_des {
  float: left;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.img_curve {
  border-radius: 0.3rem;
}

.add_note_text {
  float: left;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0ca74f;
  margin-top: 10px;
}

.add_note_textbox,
.add_food_note {
  float: left;
  width: 100%;
}

.add_note_text span,
.add_note_text_span {
  background-color: #c3f5d9;
  border-radius: 0.3rem;
  padding: 5px 15px;
  cursor: pointer;
}

.add_note_text_span {
  float: left;
  background-color: #c3f5d9;
  border-radius: 20px;
  padding: 5px 15px;
  cursor: pointer;
}

.added_edit_note {
  float: left;
  width: 100%;
  cursor: pointer;
  color: #666666 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed_res_info {
  top: 15px;
  right: 20px;
  width: 70px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px -2px #cccccc;
  color: #666666;
  font-size: 16px;
  position: absolute;
  z-index: 10;
  border-radius: 0.3rem;
  cursor: pointer;
}

.feed_res_info_icon {
  float: left;
  width: 50%;
  height: 35px;
  text-align: center;
  line-height: 38px;
}

.feed_res_info_icon:hover {
  color: #000000;
}

.feed_myorder_item_container {
  float: left;
  width: 100%;
  min-height: 50vh;
}

.feed_myorder_outter_box {
  float: left;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.feed_myorder_item {
  float: left;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #eaeaea;
}

.feed_myorder_item:hover {
  transition: all 0.5s;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 0px 5px #ffffff, 0px 5px 20px 5px #dfe2e4;
}

.spl_deal_bg {
  background-color: #eff3f5;
  position: relative;
}

.invite_friend_box {
  float: left;
  width: 100%;
  padding: 2rem 1rem;
  background-color: #f15c22;
  border: 5px solid #ffffff;
  background-image: linear-gradient(to right, #e24d2b, #fa896a, #f4623b);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 1rem;
  position: relative;
}

.invite_friend_box h3 {
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
}

.invite_friend_box_img1 {
  bottom: 0px;
  left: 0%;
  width: 15%;
  position: absolute;
  z-index: 1;
}

.invite_friend_box_img {
  bottom: -10px;
  right: -5%;
  width: 30%;
  position: absolute;
  z-index: 1;
}

.btn_invite {
  font-size: 0.85rem;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  font-weight: 500;
}

.myorder_img {
  float: left;
  width: 20%;
  margin-right: 5%;
}

.myorder_img img {
  border-radius: 0.3rem;
}

.myorder_des {
  float: left;
  width: 65%;
  font-size: 0.85rem;
  font-weight: 400;
  color: #666666;
}

.myorder_price_con {
  float: left;
  width: 100%;
  font-size: 0.85rem;
  color: #000000;
}

.myorder_qtybox {
  float: left;
  border-radius: 0.3rem;
  border: none;
  background-color: #d6dee2;
  text-align: center;
  color: #212529;
  width: 50px;
  height: 30px;
  margin-left: 10px;
}

.myorder_trashbox {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #d6dee2;
  color: #212529;
  font-size: 1rem;
  border-radius: 0.3rem;
  font-weight: normal;
  cursor: pointer;
}

.myorder_trashbox:hover {
  background-color: #f88a71;
  color: #ffffff;
}

.myorder_unitprice {
  float: right;
  width: calc(100% - 110px);
  margin-top: 5px;
  font-size: 0.85rem;
  color: #000000;
  text-align: right;
}

.subtotal_txt {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666666;
  padding-bottom: 15px;
}

.subtotal_price {
  font-size: 0.9rem;
  font-weight: 500;
  color: #666666;
  padding-bottom: 15px;
}

.subtotal_tot {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  padding-bottom: 10px;
}

.myorder_coupon {
  float: left;
  width: 100%;
  background-color: #f3e0d9;
  border: 1px solid #f16a34;
  padding: 0.5rem;
  padding-left: 1rem;
  line-height: 40px;
  border-radius: 0.3rem;
  font-weight: 500;
  cursor: pointer;
  margin: 10px 0px;
}

.myorder_select {
  background-color: #f15c22;
  border: none;
  color: #ffffff;
  padding: 7px 1.2rem;
  border-radius: 0.3rem;
}

.order_gredient {
  float: left;
  width: 100%;
  background-color: #f15c22;
  background-image: linear-gradient(62deg, #f15c22 0%, #f28b4b 100%);
  border-radius: 8px;
  position: relative;
}

.order_coupon_text {
  float: left;
  width: 80%;
  margin: 20px 10%;
  height: 60px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.order_coupon_text::before {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  width: 92%;
  height: 40px;
  position: absolute;
  border-radius: 8px;
  z-index: 1;
  top: 10px;
  left: 4%;
  content: "";
}

.left_coupon_round,
.right_coupon_round {
  top: 35px;
  left: -13px;
  z-index: 100;
  border-radius: 50%;
  position: absolute;
  background-color: #ffffff;
  width: 26px;
  height: 26px;
}

.right_coupon_round {
  left: unset;
  right: -15px;
}

.myorder_coupon_btn {
  width: 50%;
  border: none;
  height: 50px;
  background-color: #0c1531;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  border: none;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.modal_comp_btn {
  min-width: 100%;
  background-color: #f15c22;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.8rem 2rem;
  border-radius: 0.3rem;
}

.myorder_sm_btn {
  float: right;
  margin-top: -3px;
  background-color: #f15c22;
  border: none;
  color: #ffffff;
  padding: 0.5rem 0.8rem;
  border-radius: 0.3rem;
  font-size: 0.85rem;
}

.myorder_coupon_list {
  width: 100%;
  background-color: #f3e0d9;
  background-image: linear-gradient(to right, #e4e4e4, #cccccc);
  border: none;
  border-radius: 0.3rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
  margin: 15px 0px;
  position: relative;
}

.myorder_coupon_list:hover {
  background-image: linear-gradient(to right, #f3e0d9, #ffd1c1);
}

.myorder_coupon_list::before {
  top: 46%;
  left: -10px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  transform: rotate(45deg);
}

.myorder_coupon_list::after {
  top: 46%;
  right: -10px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  transform: rotate(45deg);
}

.myorder_coupon_list h5 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  margin: 10px 0px;
}

.myorder_coupon_list h6 {
  font-size: 1rem;
  font-weight: 500;
  margin: 10px 0px;
}

.myorder_coupon_list p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 0;
}

.btn-secondary {
  height: 40px;
  background-color: #0ca74f;
  color: #ffffff;
  border-radius: 0.3rem;
  border: none;
  font-size: 0.9rem;
}

.myorder_checkout,
.btn_coupon,
.btn_custom {
  width: 100%;
  height: 50px;
  background-color: #0ca74f;
  color: #ffffff;
  border-radius: 0.3rem;
  border: none;
  font-size: 0.9rem;
}

.feed_filter_close,
.close_modal {
  top: 15px;
  right: 20px;
  border: none;
  color: #222222;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  display: none;
  cursor: pointer;
}

.btn_tryagain {
  background-color: #0ca74f;
  min-width: 150px;
  border-radius: 30px;
  height: 50px;
}

.checkout_container {
  float: left;
  width: 100%;
  padding: 1rem 1.2rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
  margin: 1rem 0rem;
}

.checkout_container h1 {
  font-size: 2rem;
  font-weight: 600;
}

.checkout_container h3 {
  margin: 0;
  font-size: 1rem;

  color: #000000;
  font-weight: 400;
}

.checkout_container p {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666666;
}

.checkout_edit {
  background-color: #0ca74f;
  border: none;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.6rem 1.5rem;
}

.checkout_myorder {
  float: left;
  width: 100%;
  padding: 1rem 1.2rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
  margin: 1rem 0rem;
}

.checkout_list_qty {
  float: left;
  width: 8%;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  font-size: 1rem;
}

.checkout_list_select {
  border-radius: 0.3rem;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
  height: 30px;
}

.checkout_list_item {
  float: left;
  width: 65%;
  margin-left: 5%;
  font-size: 0.9rem;
  font-weight: 400;
  color: #222222;
}

.checkout_list_price {
  float: left;
  width: 20%;
  margin-left: 2%;
  font-size: 0.9rem;
  text-align: right;
  color: #666666;
}

.pastorders_container {
  float: left;
  width: 100%;
  box-shadow: 0px 1px 3px 0px #cccccc;
  border-radius: 0.3rem;
  padding: 1rem;
  margin-bottom: 20px;
}

.pastorders_container img {
  border-radius: 0.3rem;
}

.pastorders_container h3 {
  font-size: 1.3rem;
  font-weight: 600;
}

.pastorders_container h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
}

.order_rating {
  color: #f15c22;
  font-weight: 500;
}

.pastorders_container h6 {
  font-size: 0.85rem;
  font-weight: 400;
  color: #666666;
}

.pastorders_item {
  float: left;
  width: 100%;
}

.pastorders_item span {
  float: left;
  background-color: #e4e4e4;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  margin-right: 0.5rem;
  font-weight: 500;
  cursor: pointer;
}

.order_status {
  font-weight: 500;
  color: #0ca74f;
}

.steps_container {
  float: left;
  width: 100%;
  position: relative;
}

.step_row {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.step_row::before {
  width: 2px;
  height: 100%;
  background-color: #e4e4e4;
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
}

.step_title {
  float: left;
  width: calc(100% - 50px);
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 3px;
}

.step_title .success {
  color: #0ca74f;
  font-size: 0.85rem;
}

.step_title .process {
  color: #1964f3;
  font-size: 0.85rem;
}

.step_title .pending {
  color: #666666;
  font-size: 0.85rem;
}

.step_circle {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #172161;
  color: #172161;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 10px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.step_circle_active {
  background-color: #b8f0d0;
  border: 2px solid #b8f0d0;
  color: #0ca74f;
}

.step_circle_process {
  background-color: #1964f3;
  border: 2px solid #1964f3;
  color: #ffffff;
}

.order_processing {
  border-radius: 50%;
  padding: 2rem;
  box-shadow: 0px 0px 0px 20px #fff2ed, 0px 0px 0px 40px #ffe8df;
}

.delivery_details p {
  margin: 0;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 10px;
  color: #000000;
}

.action_btn {
  background-color: #e4e4e4;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  border-radius: 50%;
  text-align: center;
  font-size: 1rem;
}

.action_txt {
  padding-top: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.btn_outlet {
  background-color: transparent;
  border: none;
  color: #666666;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 5px 0px;
}

#alert_box {
  display: none;
}

@media (max-width: 1024px) {
  .home_category_container {
    width: 58%;
    margin-left: 5%;
  }

  .home-banner-title {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .feed_myorder {
    width: 35%;
  }

  .outlet_info_rating:nth-child(1) {
    box-shadow: 1px 0px 0px 0px #e4e4e4;
  }

  .myorder_des {
    float: left;
    width: 75%;
    font-size: 0.85rem;
    font-weight: 400;
    color: #666666;
  }

  .sticky {
    width: 57.5%;
    left: unset;
  }
}

@media (max-width: 667px) {
  .body_bg {
    background-color: #eff3f5;
    background-image: none;
    background: #eff3f5;
    min-height: auto;
    padding-bottom: 20px;
  }

  .header-logo img {
    height: auto;
    width: 100%;
  }

  .home-banner-title {
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 2.5rem;
  }

  .home-map-location {
    text-align: center;
  }

  .home-search-bar {
    height: 50px;
  }

  .home-search-textbox {
    width: 90%;
    padding-right: 20%;
    margin-left: 5%;
    margin-right: 5%;
    height: 50px;
  }

  .home-search-btn {
    width: calc(25% - 5px);
    margin-top: 5px;
    margin-right: 5px;
    height: 40px;
    letter-spacing: normal;
    font-weight: 500;
  }

  .home-location-btn {
    top: 0;
    right: 20%;
    position: absolute;
    width: 50px;
    min-width: 60px;
    padding-left: 10px;
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px 0px 0px 20px;
  }

  .home_category_container {
    width: 100%;
    padding-right: 0px;
    margin-left: 0%;
  }

  .home-food-slider {
    float: left;
    width: calc(100% - 10px);
    margin-left: 10px;
    position: relative;
    transition-duration: 1s;
  }

  .modal_box {
    top: 0;
    right: 0;
    width: 75%;
    padding: 1rem;
  }

  .modal_box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0px;
  }

  .modal-anim-icon {
    width: 100%;
  }

  .home_ads_overlayer {
    height: 85%;
  }

  .feed_category_container {
    display: block;
    justify-content: space-between;
    overflow: auto;
    white-space: nowrap;
  }

  .feed_category_container > .feed_category {
    display: inline-block;
    width: 21%;
    margin-right: 2%;
    text-align: center;
  }

  .feed_category_container > .feed_store_category {
    display: inline-block;
    width: auto;
    padding: 0% 5%;
    text-align: left;
    border-right: 1px solid #cccccc;
  }

  .feed_category_container::-webkit-scrollbar {
    display: none;
  }

  .feed_filter_container,
  .feed_myorder {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 8px;
    overflow-y: auto;
    z-index: 2000;
    box-shadow: 0px 0px 0px 50px rgb(0 0 0 / 50%);
    display: none;
  }

  .fixed_filter {
    width: 100%;
    height: auto;
    overflow-y: auto;
    position: relative;
    top: unset;
  }

  .feed_res_logo {
    top: 5px;
    left: 20px;
    position: absolute;
    z-index: 5;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
  }

  /* .feed_filter h3::before {
    content: "Filters";
  } */

  .feed_icon_order,
  .feed_filter_close,
  .feed_icon_filter {
    display: block;
  }

  .feed_item_name {
    float: left;
    width: 100%;
  }

  .order_status {
    width: 100%;
    margin-bottom: 10px;
  }

  .pastorders_item span {
    float: left;
  }

  .outlet_info_rating {
    float: left;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .res_cat_slider_item img {
    min-height: auto;
  }

  .sticky {
    width: 100%;
    top: 0px;
    left: 0%;
    padding-left: 10px;
  }

  #alert_box {
    width: 100%;
    background-color: #ffffff;
    left: 0px;
    bottom: 0px;
    position: fixed;
    display: block;
    z-index: 100;
  }

  #alert_innerbox {
    float: left;
    width: 90%;
    margin: 15px 5%;
    background-color: #0ca74f;
    height: 50px;
    color: #ffffff;
    border-radius: 8px;
    line-height: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
  }

  .search_icon {
    top: -140px;
    right: 0px;
    position: absolute;
    z-index: 100;
  }

  .search_res_img {
    width: 25%;
  }

  .search_res_txt {
    width: 75%;
  }

  .feed_min_order,
  .feed_rating,
  .feed_delivery {
    font-size: 0.75rem;
  }
}
