body {
  /* background-image: url('assets/img/patterns/Pattern\ 1_25%.png');
    background-size: cover;
    background-repeat: repeat-y; */
  /* background-color: #fbece0; */
  /* background: var(--bg-grad-2); */
}
#custom_loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: var(--brown)
}
#custom_loader .loader_video {
      width: 100%;
    object-fit: cover;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
}
#place_order {
  background: var(--light_brown);
  color: #fff;
}
.qty_adjust_btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background: #f1f1f1;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  /* line-height: 6; */
  color: var(--brown);
}
.qty_adjust_btn:hover {
  background: rgb(255, 255, 255);
  color: var(--light_brown);
  border: 1px solid var(--light_brown);
  transition: all 0.6s;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid var(--color-primary);
  box-shadow: 0 0 5px 1px var(--color-primary);
}

.row {
  max-width: 100%;
  margin: auto;
}

.t-center {
  text-align: center !important;
}
.contact_details_sec {
  background-color: #fff;
  padding: 40px 0 40px 120px;
}
.contact_item .text *:not(i) {
  color: var(--brown);
  font-size: 24px;
}
.empty_cart_img {
  width: 200px;
  max-width: 80vw;
}

.price_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--brown);
  padding-bottom: 8px;
}

.price_item *:not(i) {
  font-family: "Kumbh Sans", sans-serif !important;
}

.price_item h6 {
  font-weight: 700;
  font-size: 18px;
}

.price_item {
}

.amount_box {
  /* background-color: var(--yellow); */
  background-color: #f1f1f1;
  border: none;
}

.cart-qty {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.cart-qty button {
  width: 15px;
  height: 15px;
  border: none;
  background-color: #f1f1f1;
  color: rgb(0, 0, 0);
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-qty button:disabled {
  background-color: var(--beige);
  cursor: not-allowed;
}

.cart-qty input {
  width: 50px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.testimonial-area {
  background: var(--brown);
  /* background-size: cover;
    background-repeat: no-repeat; */
}

.testimonial-area .sub-title,
.testimonial-area .title,
.testimonial-area *:not(i),
.reservation-area *:not(i) {
  color: var(--yellow);
}
/* .chef-area *:not(i), */
.opening-hours-area {
  background-image: url("assets/img/patterns/Artboard_1.png");
  /* background-position: top right;
  background-size: 100%;
  background-repeat: no-repeat; */

  background-position: top center;
  background-size: contain;
  background-position-y: -200px;
  background-repeat: repeat-x;
}

/* .about-style-one-area, .about-style-five-area */
.about-style-five-area {
  /* padding-top: 170px; */
}
.cart_qty_alert {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 25px;
  height: 25px;
  background-color: var(--brown);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
/* .about-style-one-area {
    background-image: url('assets/img/patterns/Artboard_1.png');
    background-position: center;
    background-size: 100%;
    background-repeat: repeat;
} */
/* .bg_pattern_1 {
    background-image: url('assets/img/patterns/Artboard_3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_inner_opaque_sec_white {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
} */
.swiper-slide .content h2,
.swiper-slide .content p {
  color: var(--yellow);
}

.swiper-slide .content .btn.btn-theme {
  background-color: var(--yellow);
  color: var(--brown);
}

.swiper-slide .content .btn.btn-theme:hover {
  background-color: var(--brown) !important;
  color: var(--yellow) !important;
}

.mobile_recipes_list {
  display: none;
}
.chef-area {
  background-color: var(--yellow);
}
.why_choose_features_sec .feature_item {
  width: 32%;
}
.why_choose_features_sec .feature_icon {
  background: var(--brown);
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  /* padding: 30px */
}
.why_choose_features_sec .feature_icon > img {
  width: 60%;
}
.why_choose_features_sec .feature_text {
  text-align: center;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 18px;
  margin-top: 10px;
}
.opening-hours-info .chat_btn {
  padding: 10px 15px;
  background: var(--light_brown);
  color: var(--yellow);
  margin-top: 30px;
  border-radius: 5px;
  font-size: 18px;
}
.opening-hours-info .chat_btn > i {
  font-size: 22px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.about_video {
  max-width: 100%;
}
@media (max-width: 991px) {
  .contact_us_form {
    padding: 50px 30px;
  }
  /* .reservation-info .title,
    .reservation-info .sub-heading,
    .reservation-info p,
    .reservation-info h4 {
        color: var(--brown);
    } */
  .opening-hours-area {
    background-position-y: -120px;
  }
  .contact_details_sec {
    background-color: #fff;
    padding: 40px 0 40px 0px;
  }
}

@media (max-width: 768px) {
  .mobile_menu_symbol_links {
    padding: 20px 0;
  }
  .mobile_menu_symbol_links img {
    height: auto !important;
    width: 30px;
    margin-bottom: 0 !important;
    padding: 0;
    margin-right: 15px;
  }
  .mobile_menu_symbol_links li {
    margin-bottom: 10px;
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 5px;
  }
  .navbar-header:before,
  .navbar-header:after {
    display: none;
  }
  .navbar-header a.navbar-brand {
    position: relative;
    transform: none;
    left: unset;
    top: unset;
  }
  .navbar-header i,
  .navbar-header .fa-bars {
    font-size: 24px;
    font-weight: 900;
  }
  .desktop_recipes_list {
    display: none;
  }
  .opening-hours-area {
    background-position-y: 0px;
  }
  .mobile_recipes_list {
    display: block;
  }

  .about-style-five-area {
    /* padding-top: 70px; */
  }
}
@media (max-width: 500px) {
  .contact_item .text *:not(i) {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contact_us_form {
    padding: 40px 15px;
  }
  .qty_adjust_btn {
    width: 35px;
    height: 35px;
    font-size: 26px;
  }
}
