.navbar-nav a {
  padding: 8px 15px !important;
  margin: 0px 16px;
  display: inline-block;
}
.navbar-nav .top_menu a {
  margin: 0px 0px;
}
.waiter_img {
  background-image: url("../images/bg_img.png");
  padding: 50px;
}
.menu_set a {
  margin: 0px 0px;
}
.profile a {
  margin: 0px 0px;
}
.dropdown-menu {
  position: absolute !important;
  width: 220px;
}
.profile .dropdown-toggle::after {
  display: none;
}
.cart_count {
  background: red;
  font-size: 15px;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 27px;
  top: 0px;
}
.dot_red {
  background: red;
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  right: 20px;
  border-radius: 50%;
  top: 12px;
}
.srch i {
  position: absolute;
  top: 21px;
  left: 31px;
  font-size: 20px;
  opacity: 0.2;
}
.add_users {
  border-bottom: 1px solid #ddd;
}
.add_group label img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
}
.form-check-input {
  background-color: #ddd;
  height: 35px;
  width: 35px;
  border: 1px solid #ddd;
  border-radius: 10% !important;
}
.form-check-input:checked {
  background-color: var(--cui-form-check-input-checked-bg-color, #95deff);
  border-color: var(--cui-form-check-input-checked-border-color, #95deff);
}
.main_border {
  border-radius: 30px;
  overflow: hidden;
}
.form_bg {
  background-image: url("../images/login_bg.png");
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pointers {
  cursor: pointer;
}
.small_bg {
  background-image: url("../images/bg_img.png");
  padding: 100px;
}
.background_img {
  background-size: cover;
  background-position: center center;
}
.test_list {
  margin-top: -70px;
}
.upload_photo {
  width: 130px;
  height: 30px;
  position: relative;
  display: inline-block;
}
.slct_arrow::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: #fff;
  right: 17px;
  top: 23px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}

.upload_photo input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}
.upload_photo img {
  width: 100%;
  height: 74%;
}
.time_icons i {
  position: absolute;
  right: 10px;
  top: 52px;
  font-size: 24px;
  color: #000;
  z-index: 3;
}
img,
svg {
  vertical-align: middle;
}
.form-control {
  box-shadow: 0px 3px 16px #00000029;
  height: 60px;
  border: none;
}
.form-control::placeholder {
  opacity: 0.5;
  font-weight: 400;
}

.search_item i {
  position: absolute;
  right: 10px;
  top: 16px;
}

.foot_social_cions a {
  background: #000;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  padding: 6px;
}

.cart_count {
  background: red;
  font-size: 15px;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 27px;
  top: 0px;
}
.dot_red {
  background: red;
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  right: 20px;
  border-radius: 50%;
  top: 12px;
}
.william {
  background-image: url("../images/bg_img.png");
  padding: 180px 0px 300px;
}
/* .waiter {
	background-image: url("../images/bg_img.png");
	padding: 100px;
} */

.quantity {
  /* display: flex; */
  border: 1px solid #ddd;
  border-radius: 0;
  /* overflow: hidden; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 2px 4px;
  align-items: center;
  width: 99px;
  /* flex-direction: row; */
  position: absolute;
  background: #fff;
  border: 1px solid #000;
  right: 27px;
  bottom: 0;
}
.add_quantity {
  display: flex;
  align-items: center;
}
.quantity button {
  background-color: var(--black);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 26px;
  text-align: center;
  transition: background-color 0.2s;
  font-weight: bold;
  height: 26px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.pro_tab_list .pro_link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.9375rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 6px;
  border-radius: 10px;
  background-color: var(--white);
  text-decoration: none;
  color: var(--black);
  padding: 1.05rem;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.pro_leftbar {
  border: 1px solid rgb(209, 208, 208);
  border-radius: 15px;
  padding: 30px;
}
.pro_tab_list {
  list-style-type: none;
}

.pro_tab_list .pro_link {
  color: var(--black);
  cursor: pointer;
}
.pro_right_content {
  border: 1px solid rgb(209, 208, 208);
  border-radius: 0.9375rem;
  padding: 30px;
  min-height: 100%;
}
.quantity button:hover {
  background-color: var(--theme);
}

.input-box {
  width: 30px;
  text-align: center;
  border: none;
  padding: 3px 10px;
  font-size: 23px;
  outline: none;
  /* font-weight: bold; */
  height: 30px;
}
.lorem_boiled b {
  font-weight: initial;
}
/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container.fotter_icon {
  padding: 30px 20px;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

.foot_social_cions a {
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  min-width: 40px;
  text-align: center;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.nav-tabs button.nav-link.active {
  background: var(--theme);
  color: rgb(255, 255, 255);
}
.nav-tabs button {
  background: rgb(221, 221, 221);
  color: rgb(0, 0, 0);
  min-width: 150px;
  padding: 14px 0px;
}
.request_list {
  box-shadow: 0px 2px 16px #00000029;
  border-radius: 14px;
}
.form-control {
  box-shadow: 0px 3px 16px #00000029;
  height: 60px;
  border: none;
}
.form-control::placeholder {
  opacity: 0.5;
  font-weight: 400;
}
.order_list img {
  width: 130px;
}

.apply {
  padding: 14px 54px !important;
}
.sign_card {
  border-radius: 10px;
  padding: 30px;
}

.radio_check_pills {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
.radio_check_pills input:checked + label.check_pill {
  background: var(--theme);
  font-weight: 500;
  cursor: context-menu;
}

.check_pill {
  display: inline-block;
  font-size: 12px;
  color: #000000;
  border-radius: 100px;
  padding: 12px 12px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  min-width: 120px;
}
.range-slider {
  width: 100%;
}
.range-slider {
  margin: 10px 0 0 0%;
  position: relative;
}
.range_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.range-slider__range {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__value {
  display: inline-block;
  position: absolute;
  color: #000;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  top: -26px;
  left: 50%;
  transform: translateX(-38%);
  font-size: 10px;
}

.search_item {
  width: 60%;
}
.search_item i {
  position: absolute;
  right: 10px;
  top: 16px;
}
.cart_top .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 300px;
}
.cart_top .order_list img {
  width: 80px;
  height: 60px;
}

/* Range slider design */
.wrapper {
  position: relative;
  width: 80%;
  background-color: #ffffff;
  padding: 50px 40px 20px 40px;
  border-radius: 10px;
}

/* Ensure it works inside modals */
.modal .wrapper {
  width: 100%;
  padding: 10px 30px 20px 20px;
}

/* Fixing range inputs */
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  left: 0;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
  z-index: 2; /* Ensure they stay above */
}

/* Slider track */
.slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #dadae5;
  left: 0;
}

/* Fixes for range tracks */
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

/* Thumb styles */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color: var(--theme);
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
input[type="range"]::-moz-range-thumb {
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--theme);
  pointer-events: auto;
  border: none;
  position: relative;
  z-index: 3;
}
input[type="range"]::-ms-thumb {
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--theme);
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid var(--theme);
}

/* Value display */
.values {
  /*! background-color: #3264fe; */
  /*! width: 32%; */
  position: relative;
  margin: auto;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  /*! color: #ffffff; */
}
.values:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid var(--theme);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
  display: none;
}

/* Ensure modal elements are properly aligned */
.modal .slider-track {
  z-index: 1;
}
#top_slider .swiper-button-next,
#top_slider .swiper-button-prev {
  position: absolute;
  background: url(../images/right.svg);
  background-size: auto;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 50px;
  padding: 10px;
  background-size: cover;
  font-size: 20px !important;
  z-index: 100;
  background: #fff;
  color: #000;
  font-weight: bold;
}

.top_icons .scr_btn {
  border-radius: 100px;
  box-shadow: 0px 0px 10px #e8e8e8;
}

.top_icons {
  position: absolute;
  width: 120px;
  z-index: 333;
  bottom: 10px;
  left: calc(50% - 60px);
}

.menu-link-item a {
  font-size: 16px;
  padding: 13px 14px;
  display: inline-block;
  text-decoration: underline;
  background: #fff;
  box-shadow: 0px 0px 6px #f9f4f4;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 7px;
  word-break: break-word;
}

.scr_btn_right,
.scr_btn {
  width: 50px;
  height: 50px;
  background-color: #ad8669;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px;
}
.call_Watiers a:hover {
  /* text-decoration: underline; */
  background: #ebebeb;
}
.added {
  background-color: #ac9a82 !important;
  color: white !important;
}

.item_added {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  display: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 7px 0px;
}
.item_top img {
  min-width: 160px !important;
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.green_n {
  background: #2dca2d;
}
.red_n {
  background: #ee4920;
}
.check_out {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: #ff3c5a;
  text-align: center;
  bottom: 0;
  left: 0;
  padding: 9px 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty_cart img {
  width: 500px;
}
.order_list {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
}
.delete_btn {
  left: -12px;
  top: -6px;
  background: #fff;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ddd;
}
#top_slider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  position: relative;
  top: 0px;
  border-radius: 10px !important;
}
#top_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
}
.william_text {
  padding-bottom: 30px !important;
}
#nav-tab.cates {
  overflow-y: hidden;
  padding-bottom: 10px;
}
