@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: 'Oliveyar';
  src: url('../fonts/olvr55w.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.mainFlex,
.loader-container,
.transbrder_bttn,
.langMD_bttn,
.social_wrapper,
.main_bttn,
.main_bttn.LG_bttn,
.main_bttn.LG_bttn .arrow_icon,
.mob_link.asideMob_link,
.notiSide_card,
.absAdd_fav,
.social_link,
.appG_link,
.menu-tabs,
.menu-tabs .tabs_arrow,
.menu-tabs .inner_tabs .tab_one,
.edit_bttn,
.payCard_BoxN,
.center_ListN,
.number__spinner .ns-btn,
.paymentLG_flex,
.SToggle_Pflex,
.downSM_bttn,
.fixBttom_Mlink.center_Mlink {
  display: flex;
  justify-content: center;
  align-items: center;
}

.startFlex,
.logFlex_wrap,
.asideCat_link,
.STCheck_flex,
.back_link,
.rate_flex,
.rate_flex .rate_span,
.checkACC_flex,
.checkACC_label,
.DPick_label,
.ordItem_cardNSM,
.vouchFlexN_Wrap,
.ordItem_des,
.ordGreen_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.between_flex,
.contctop_row,
.buttons_wrapper,
.delivery_cardN,
.offer_cardN1,
.menu-tabs .inner_tabs,
.topflex_wrap,
.ruleNum_flex,
.vouchers_cTop,
.orderNO_flex,
.orDett_flexN,
.STCheck_fRow,
.asideMenu_linNkn,
.nutrInfo_row,
.number__spinner,
.DPick_ftotal,
.fixBttom_Menu .fixBttom_Mlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.column_flex,
.asideNav_links,
.categ_cardN1,
.trendCont_box,
.box_cardN1,
.box_cardN1 .contBX_box,
.contBX_details,
.offerCont_box,
.have_account,
.discount_box,
.balanceW_cardN,
.ordCard_SM,
.grid_center,
.visaOne_cardN,
.fixed_SocialN,
.fixBttom_Mlink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.abs_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.background_cover,
.trending_section,
.trending_section::before,
.download_section,
.download_section::before,
.footer,
.back_link .back_icon {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.wide_padding {
  padding: 120px 0;
}

.secPadding {
  padding: 80px 0;
}

.midPadding {
  padding: 40px 0;
}

.titleMrg_bttom {
  margin-bottom: 32px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Oliveyar', sans-serif;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  /*background-color: #f6f7fc;*/
  position: relative;
  direction: ltr !important;
  text-align: left;
}

[dir="rtl"] body {
  font-family: "Cairo", sans-serif;
  direction: rtl !important;
  text-align: right;
}

form,
input {
  direction: ltr !important;
  text-align: left !important;
}

[dir="rtl"] form,
[dir="rtl"] input {
  direction: rtl !important;
  text-align: right !important;
}

.overBody__hidden {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 8px;
}

body.thin::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #f6d814;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #f6d814;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  text-transform: capitalize;
  color: #000;
  font-family: 'Oliveyar', sans-serif;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
  font-family: "Cairo", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

a {
  text-decoration: none !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

a:hover {
  color: #f6d814;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

iframe,
video {
  max-width: 100%;
  width: 100%;
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  margin-bottom: 16px;
}

button:focus {
  outline: none;
}

input:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.dropdown-toggle::after {
  display: none;
}

img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  object-fit: cover;
}

section {
  overflow: hidden;
}

.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  display: none;
}

.logo-loader-wrapper {
  position: relative;
  display: inline-block;
  height: 56px;
}

.absLoader_logo {
  height: 56px;
  width: auto;
  display: block;
}

.absLoader_logo-bg {
  opacity: 0.2;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.absLoader_logo-fill {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: logoFill 2s ease-in-out infinite;
}

@keyframes logoFill {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.mbttom_6 {
  margin-bottom: 6px !important;
}

.mbttom_12 {
  margin-bottom: 12px !important;
}

.mbttom_16 {
  margin-bottom: 16px !important;
}

.mbttom_20 {
  margin-bottom: 20px !important;
}

.mbttom_24 {
  margin-bottom: 24px !important;
}

.mbttom_30 {
  margin-bottom: 30px !important;
}

.mbttom_32 {
  margin-bottom: 32px !important;
}

.mbttom_36 {
  margin-bottom: 36px !important;
}

.mbttom_40 {
  margin-bottom: 40px !important;
}

.mbttom_50 {
  margin-bottom: 50px !important;
}

.mbttom_65 {
  margin-bottom: 65px !important;
}

.mbttom_75 {
  margin-bottom: 75px !important;
}

.mbttom_80 {
  margin-bottom: 80px !important;
}

.mrgTop_32 {
  margin-top: 32px !important;
}

.mrgTop_45 {
  margin-top: 45px !important;
}

/*start header navbar */
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.mob-overlay.active {
  opacity: 0.3;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/*page*/
.contctop_row {
  position: relative;
  padding: 5px 0 2px 0;
}

.contctop_row:not(:last-of-type) {
  padding: 20px 38px;
  border-bottom: 1px solid #C3C3C3;
}

.conTop_link {
  display: flex;
  gap: 8px;
  color: #0E0E0E;
  font-size: 13px;
}

.call_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(../img/call.svg);
}

.form_group {
  position: relative;
}

.form_group .abSearch_bttn {
  position: absolute;
  top: 10px;
  right: 10px;
}

[dir="rtl"] .form_group .abSearch_bttn {
  right: auto;
  left: 10px;
}

.transbrder_bttn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  /* width: 24px; */
  height: 24px;
}

.transbrder_bttn .searchSM_icon,
.transbrder_bttn .las {
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: inline-block;
  color: #999;
}

.transbrder_bttn .abSearch_bttn .searchSM_icon,
.transbrder_bttn .abSearch_bttn .las {
  color: #999;
}

.search_input {
  width: 288px;
  height: 44px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #7B7B7B;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;

  color: #0E0E0E;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

[dir="rtl"] .search_input {
  font-family: "Cairo", sans-serif;
}

.search_input::placeholder {
  color: #0E0E0E;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

[dir="rtl"] .search_input::placeholder {
  font-family: "Cairo", sans-serif;
}

.search_input.full_Width {
  width: 100%;

}

.langMD_bttn {
  gap: 8px;
  border: none;
  background-color: transparent;
  color: #0E0E0E;
  font-size: 13px;
  text-transform: capitalize;
}

.userLog_icon {
  min-width: 20px;
  width: 20px;
}

.langMD_bttn .las.la-map-marker-alt {
  font-size: 18px;
  color: #000;
  display: inline-block;
  margin-inline-end: 6px;
}

.dropdown-toggle {
  padding-inline-end: 28px;
}

.dropdown-toggle::before {
  content: '';
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/chevron-down.svg);
}

[dir="rtl"] .dropdown-toggle::before {
  right: auto;
  left: 0;
}

[dir="rtl"] .dropdown-toggle.editPro_bttn::before {
  right: auto;
  left: 16px;
}

.dropdown-item {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.rounded_bttn {
  background-color: transparent;
  border: none;
  padding: 0;
}

.rounded_bttn .bag_icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.rounded_bttn .las.la-user,
.rounded_bttn .las.la-shopping-bag,
.rounded_bttn .las.la-map-marker-alt {
  font-size: 22px;
  color: #000;
  display: inline-block;
}

.d-flex.flex-column.align-items-center {
  position: relative;
}

#delivery-time-desktop {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  min-width: max-content;
  z-index: 10;
  background-color: #fff;
  padding: 2px 6px;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#delivery-time-desktop i {
  font-size: 10px;
  margin-inline-end: 3px;
}

[dir="rtl"] .dropdown-menu {
  text-align: right !important;
  right: 0 !important;
}

.navbar_toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #000;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  border-radius: 0;
}

.navbar_toggler:hover {
  background-color: #f6d814;
  border-color: #f6d814;
}

.navbar_toggler i {
  font-size: 20px;
  color: #000;
  transition: color 0.3s ease;
}

.navbar_toggler:hover i {
  color: #000;
}

.my__navbar {
  gap: 24px;
}

.my__navbar .nav-item.active .nav-link {
  font-weight: bold;
}

.my__navbar .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.my__navbar .nav-link:hover {
  color: #f6d814;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-brand img {
  width: 290px;
}

.openMobile_menu {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

.fixedbttom_mobMenu {
  position: fixed;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 6px 10px;
  border-top: 1px solid #d7dde3;
}

.sidebar-wrapper {
  font-family: "Poppins", sans-serif;
  position: fixed;
  display: block;
  background-color: #fff;
  right: 0;
  top: 0;
  width: 90%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sidebar-wrapper.wideSide_menu {
  width: 400px;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  border-left: 3px solid #f6d814;
}

.sidebar-wrapper .contctop_row {
  border-bottom: 1px solid #C3C3C3;
  padding: 0 !important;
  padding-bottom: 24px !important;
  justify-content: start;
  align-items: start;
}

.sidebar-wrapper .absMenu_inner {
  padding-top: 50px;
  position: relative;
  height: 100%;
}

.sidebar-wrapper .nav-link {
  color: #f6d814 !important;
  font-size: 15px;
  padding: 10px;
}

.sidebar-wrapper .openMob_menu {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.7);
}

.sidebar-wrapper .my__navbar {
  width: 100%;
  margin: 16px 0;
}

.sidebar-wrapper .burgerBtn {
  position: absolute;
  z-index: 3000;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 26px;
  color: #000;
}

.sidebar-wrapper.wideSide_menu .burgerBtn {
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  color: #000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 16px;
}

.sidebar-wrapper.wideSide_menu .burgerBtn:hover {
  transform: rotate(90deg);
}

.sidebar-wrapper .backMob_Bttn {
  position: absolute;
  z-index: 3000;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 26px;
  color: #000;
}

.sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

[dir="rtl"] .sidebar-wrapper {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

[dir="rtl"] .sidebar-wrapper .burgerBtn {
  right: auto;
  left: 16px;
}

[dir="rtl"] .sidebar-wrapper .backMob_Bttn {
  right: auto;
  left: 16px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.sidebar-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}

.social_wrapper {
  gap: 30px;
  margin-bottom: 16px;
}

.social_wrapper .social_link {
  color: #000;
  font-size: 20px;
}

.buttons_wrapper {
  gap: 10px;
  width: fit-content;
}

.main_bttn {
  display: inline-flex;
  gap: 4px;
  padding: 10px;
  height: 52px;
  width: fit-content;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #434345;
  border: 1px solid #434345;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
}

.main_bttn small {
  font-weight: 400;
  margin-inline-start: 40px;
}

.main_bttn:hover {
  color: #fff !important;
}

.main_bttn.mid_bttn {
  font-size: 16px;
  height: 40px;
  /* padding: 20px 50px; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  flex: none !important;
}

.main_bttn.wide_bttn {
  padding: 13px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main_bttn.white_bttn {
  background-color: transparent;
  border-color: #f6d814;
  color: #000;
}

.main_bttn.login_bttn {
  height: 45px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main_bttn.half_bttn {
  height: 45px;
  padding: 9px 69px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main_bttn.LG_bttn {
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  height: 56px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 8px;
  padding-inline-start: 23px;
}

.main_bttn.LG_bttn .arrow_icon {
  color: #f6d814;
  font-size: 14px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main_bttn.pay_bttn {
  color: #fff;
  background-color: #575757;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 45px;
}

.main_bttn.pay_bttn:hover {
  background-color: #f6d814;
}

.main_bttn.apply_bttn {
  height: 47px;
  width: 153px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.main_bttn.check_bttn {
  height: 65px;
  font-size: 16px;
}

.main_bttn.check_bttn.hvr-sweep-to-right.w-100 {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.main_bttn.check_bttn.hvr-sweep-to-right.w-100:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.fav_bttn {
  border: none;
  background-color: transparent;
  padding: 0;
}

.fav_bttn:hover svg {
  fill: #f6d814;
}

.delete_bttn {
  font-size: 15px;
  color: #DE0707;
  border-color: #DE0707;
  background: rgba(222, 7, 7, 0.1);
  padding: 10px 60px;
  height: 48px;
}

.hvr-shutter-out-horizontal::before {
  background: #f6d814;
}

.hvr-sweep-to-right::before {
  background: #f6d814;
}

.main_bttn.hvr-sweep-to-right {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.main_bttn.hvr-sweep-to-right:hover {
  color: #000 !important;
}

.main_bttn.hvr-sweep-to-right.quick-add-to-cart {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.main_bttn.hvr-sweep-to-right.quick-add-to-cart:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.main_bttn.white_bttn.hvr-sweep-to-right {
  background-color: transparent !important;
  border-color: #f6d814 !important;
  color: #000 !important;
}

.main_bttn.white_bttn.hvr-sweep-to-right:hover {
  color: #000 !important;
}

.hvr-sweep-to-left::before {
  background: #000;
}

.hvr-underline-from-center:before {
  background: #000;
}

.mob_title {
  color: #747070;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

.mob_link {
  color: #0E0E0E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  height: 26px;
  min-width: 66px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.mob_link .userLog_icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain
}

.mob_link span {
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
}

[dir="rtl"] .mob_link {
  font-family: "Cairo", sans-serif;
}

/*.mob_link.asideMob_link {*/
/*  width: 66px;*/
/*  height: 26px;*/
/*  border: 1px solid #f6d814;*/
/*  border-radius: 10px;*/
/*  -webkit-border-radius: 10px;*/
/*  -moz-border-radius: 10px;*/
/*  -ms-border-radius: 10px;*/
/*  -o-border-radius: 10px;*/
/*}*/

.mob_link.login_SMbttn {
  color: #000;
  font-size: 10px;
  font-weight: 600;
}

.logFlex_wrap {
  gap: 8px;
  color: #0E2950;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

.logSM_imG {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.asideNav_links {
  align-items: flex-start;
  gap: 10px;
}

.asideNav_links a {
  display: block;
  color: #0E2950;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

/* Start intro*/
.intro__section {
  position: relative;
  margin-bottom: 105px;
  overflow: visible;
}

.intro__section .absFR_Img {
  position: absolute;
  width: 79px;
  z-index: 9;
}

.intro__section .absFR_Img.abs1st_fruit {
  top: 42px;
  left: 40%;
}

.intro__section .absFR_Img.abs2nd_fruit {
  bottom: 42px;
  right: 40%;
}

.intro__section .ontop_item {
  position: relative;
  background-color: #3F3E45;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  overflow: hidden;
  min-height: 400px;
  height: 400px;
}

.intro__section .absTop_cover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

[dir="rtl"] .intro__section .absTop_cover {
  right: auto;
  left: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.topSec_wrap {
  max-width: 600px;
}

.topSec_wrap>h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.topSec_wrap>h3 {
  color: #f6d814;
  font-size: 64px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 16px;
}

.topSec_wrap>p {
  color: #fff;
  line-height: 136%;
  margin-bottom: 40px;
}

/*** delivery section ***/
.delivery_section {
  margin-top: 1em;
  margin-bottom: 2em;
}

.delivery_cardN {
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  aspect-ratio: 406/140;
  border: 1px solid #f6d814;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  justify-content: center;
}

.delivery_cardN .delivery_titleN {
  color: #292D32;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

[dir="rtl"] .delivery_cardN .delivery_titleN {
  font-family: "Cairo", sans-serif;
}

.delivery_cardN .deliv_thumbN {
  width: 148px;
  aspect-ratio: 140/148;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.nav-pills.delivery_pills {
  width: 100%;
  gap: 12vw;
  display: flex;
  justify-content: center;
}

.nav-pills.delivery_pills .nav-item {
  width: calc(30% - 14px);
}

.nav-link {
  font-family: "Poppins", sans-serif;
}

[dir="rtl"] .nav-link {
  font-family: "Cairo", sans-serif;
}

.nav-pills.delivery_pills .nav-link {
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  flex-direction: column;
}

.nav-pills.delivery_pills .nav-link.active,
.nav-pills.delivery_pills .show>.nav-link {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.nav-pills.delivery_pills .nav-link.active .delivery_titleN,
.nav-pills.delivery_pills .show>.nav-link .delivery_titleN {
  color: #fff;
}

.nav-pills.delivery_pills .nav-link.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.nav-pills.delivery_pills .nav-link.disabled .delivery_titleN {
  color: #999;
}

.nav-pills.delivery_pills .nav-link .delivery_unavailable {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: rgba(255, 0, 0, 0.57);
  margin-top: 4px;
  line-height: 1.2;
}

/*** notification menu ***/
.desktopSide_menu {
  position: relative;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
}

.desktopSide_menu .notSide_title {
  padding: 20px 24px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background: linear-gradient(135deg, rgba(246, 216, 20, 0.05) 0%, rgba(246, 216, 20, 0.02) 100%);
}

.desktopSide_menu .cartSide_content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 24px;
  margin-bottom: 15px;
}

.desktopSide_menu .cartSide_content::-webkit-scrollbar {
  width: 6px;
}

.desktopSide_menu .cartSide_content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.desktopSide_menu .cartSide_content::-webkit-scrollbar-thumb {
  background: #f6d814;
  border-radius: 0;
}

.desktopSide_menu .cartSide_content::-webkit-scrollbar-thumb:hover {
  background: #e6c812;
}

.desktopSide_menu .cartSide_content p {
  color: #666;
  font-size: 14px;
}

.desktopSide_menu .fixbttom_bttns {
  position: sticky;
  bottom: 0;
  background: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
  padding: 20px 24px;
  margin-top: auto;
  flex-shrink: 0;
  z-index: 10;
  flex-direction: column;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
}

.desktopSide_menu .fixbttom_bttns .total_box {
  color: #000;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
}

.desktopSide_menu .fixbttom_bttns .total_box strong {
  color: #f6d814;
  margin-inline-end: 8px;
}

.desktopSide_menu .product_cardN1 {
  display: flex;
  flex-direction: row !important;
  padding: 12px;
  margin-bottom: 12px !important;
  align-items: center;
  gap: 12px;
  height: auto;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.desktopSide_menu .product_cardN1:hover {
  border-color: #f6d814;
}

.desktopSide_menu .product_cardN1 .prodThumb_link {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  overflow: hidden;
  border: 2px solid #e8e8e8;
  transition: all 0.3s ease;
  background-color: #fff;
}

.desktopSide_menu .product_cardN1:hover .prodThumb_link {
  border-color: #f6d814;
  box-shadow: 0 2px 6px rgba(246, 216, 20, 0.2);
}

.desktopSide_menu .product_cardN1 .prodThumb_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.desktopSide_menu .product_cardN1 .content_box {
  flex: 1;
  padding: 0;
  min-width: 0;
}

.desktopSide_menu .product_cardN1 .pro_title {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.desktopSide_menu .product_cardN1 .pro_title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desktopSide_menu .product_cardN1 .content_bInfo {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.desktopSide_menu .product_cardN1 .pro_price {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}

.desktopSide_menu .product_cardN1 .addons_list {
  font-size: 11px;
  color: #666;
  margin-top: 4px;
}

.desktopSide_menu .product_cardN1 .addons_list ul {
  margin: 2px 0 0 0;
  padding-inline-start: 16px;
}

.desktopSide_menu .product_cardN1 .addons_list li {
  color: #888;
  font-size: 10px;
}

.incat_row>div {
  margin-bottom: 40px;
}

.desktopSide_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.notSide_title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 12px;
}

.notSide_desc {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.emptySide_card {
  padding-top: 120px;
  text-align: center;
}

.emptySide_card .cartEm_icon {
  display: block;
  max-width: 184px;
  margin: auto;
  margin-bottom: 16px;
}

.emptySide_card .cartEM_text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.notiSide_card {
  justify-content: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEF0F2;
  margin-bottom: 30px;
}

.notiSide_card .smProdct_thumb {
  min-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.notiSide_card .notiSide_cont {
  padding-inline-start: 12px;
}

.notiSide_card .notiSide_cont h5 {
  font-size: 16px;
  font-weight: 500;
  color: #343A40;
  margin-bottom: 4px;
}

.notiSide_card .notiSide_cont h5 a {
  color: inherit;
}

.notiSide_card .notiSide_cont p {
  font-size: 14px;
  font-weight: 400;
  color: #8E959C;
  margin-bottom: 0;
}

/*** start categories section ***/
.a-full {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.categ_cardN1 {
  position: relative;
  width: 100%;
  gap: 15px;
}

.categ_cardN1:hover .categThumb_img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.categThumb_box {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

/*.categThumb_box::before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: calc(100% - 14px);*/
/*  height: calc(100% - 8px);*/
/*  left: 7px;*/
/*  top: 4px;*/
/*  border: 3px solid #fff;*/
/*  border-radius: 100px;*/
/*  -webkit-border-radius: 100px;*/
/*  -moz-border-radius: 100px;*/
/*  -ms-border-radius: 100px;*/
/*  -o-border-radius: 100px;*/
/*}*/

.categThumb_box .categThumb_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.categ_ctitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 2px;
}

.dishs_num {
  color: #f6d814;
  font-size: 15px;
  font-weight: bold;
}

/*** start pickups section ***/
.title_wrapper h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.title_wrapper p {
  max-width: 670px;
  line-height: 125%;
  margin: 32px auto 0 auto;
}

.title_wrapper h2 {
  color: #DBE8B1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: -26px;
}

.title_wrapper h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #f6d814;
}

.more_link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.productOne_itemN {
  padding-inline-end: 24px;
}

.product_cardN1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.products_slider .product_cardN1 {
  min-height: 630px;
}

.products_slider .product_cardN1:has(.fats_info:empty) {
  min-height: 550px;
}

.product_cardN1 .number__spinner {
  display: none;
}

/*.product_cardN1 .number__spinner .ns-btn, .product_cardN1 .number__spinner .pl-ns-value {*/
/*  border: 2px solid #f6d814;*/
/*  border-radius: 5px;*/
/*  -webkit-border-radius: 5px;*/
/*  -moz-border-radius: 5px;*/
/*  -ms-border-radius: 5px;*/
/*  -o-border-radius: 5px;*/
/*}*/

/*.product_cardN1 .number__spinner .pl-ns-value {*/
/*  width: 50%;*/
/*}*/

.product_cardN1:hover .prodThumb_img {
  transform: scale(1.1)
}

.product_cardN1 .absAdd_fav,
.trend_cardN1 .absAdd_fav {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}

.product_cardN1 .prodThumb_link {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 302/318;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  border: 1px solid black;
}

.product_cardN1 .prodThumb_link .no-product-image {
  background-color: #fff !important;
  background: #fff !important;
}

.prodThumb_img.no-product-image,
.mealW_thimg.no-product-image,
img.no-product-image {
  background-color: #fff !important;
  background: #fff !important;
  object-fit: contain !important;
  width: 100%;
  height: 100%;
  border: 1px solid #0000001a;
}

.product_cardN1 .prodThumb_link .no-product-image,


.aslidCat_img.no-category-image {
  background-color: #fff !important;
  background: #fff !important;
  padding: 15px;
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}

.product_cardN1 .prodThumb_link .prodThumb_img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 302/318;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.product_cardN1 .content_box {
  padding-top: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: #000;
}

/*.product_cardN1 .content_box * {*/
/*  color: inherit;*/
/*}*/

.pro_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.content_bInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}

.content_bInfo .health_status {
  font-size: 14px;
  display: block;
}

.content_bInfo .kcal_flex {
  display: flex;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
}

.content_bInfo .fats_info {
  display: flex;
  gap: 6px;
}

.content_bInfo .carbIN_flex {
  display: flex;
  gap: 4px;
  padding-inline-end: 8px;
  font-size: 14px;
}

.content_bInfo .carbIN_flex:not(:last-of-type) {
  border-inline-end: 1px solid #000;
}

.content_bInfo .pro_price {
  font-size: 18px;
  font-weight: 600;
}

.content_bInfo .pro_price del {
  color: #C1C1C1;
  margin-inline-end: 8px;
}

[dir="rtl"] .product_cardN1 .absAdd_fav {
  right: auto;
  left: 16px;
}

.absAdd_fav {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.absAdd_fav:hover,
.absAdd_fav:focus {
  background-color: #f6d814;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(246, 216, 20, 0.3);
}

.absAdd_fav i.las.la-heart {
  font-size: 20px;
  color: #666;
  transition: all 0.3s ease;
}

.absAdd_fav:hover i.las.la-heart,
.absAdd_fav:focus i.las.la-heart {
  color: #000;
}

.absAdd_fav.favorited {
  background-color: #ff4444;
}

.absAdd_fav.favorited i.las.la-heart {
  color: #fff;
}

.absAdd_fav.favorited:hover,
.absAdd_fav.favorited:focus {
  background-color: #ff3333;
  box-shadow: 0 4px 12px rgba(255, 68, 68, 0.4);
}

.hidden_bttns {
  display: none;
}

.kcal_icon {
  display: inline-block;
  width: 21px;
  height: 22px;
  background-image: url(../img/kcal2.png);
  background-size: 21px 22px;
}

/*** start trending section ***/
.trending_section {
  position: relative;
  padding: 240px 0 140px 0;
  /* background-image: url(../img/bk3.png); */
}

.trending_section>.container {
  position: relative;
  z-index: 2;
}

.trending_section::before {
  position: absolute;
  content: '';
  inset: 0;
  top: 7%;
  width: 100%;
  height: 100%;
  background-image: url(../img/before2.png);
  z-index: 1;
}

.trend_cardN1 {
  position: relative;
  width: calc(100% - 22px);
}

.trending_slider .trend_cardN1 {
  min-height: 570px;
}

.healthy_slider .trend_cardN1 {
  min-height: 520px;
}

.trend_cardN1:hover .trendThumb_img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.trendCont_box {
  align-items: flex-start;
  background-color: #f6f7fc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 160px 20px 33px 20px;
}

.trendCont_box .absAdd_fav {
  border: 1px solid #f6d814;
}

.trendThumb_link {
  display: block;
  width: calc(100%);
  aspect-ratio: 269/264;
  margin: auto;
  margin-bottom: -50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.trendThumb_img {
  width: 100%;
  aspect-ratio: 269/264;
  border-radius: 3%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
}

.slick-prev,
.slick-next {
  font-size: 16px;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #0E0E0E;
  top: -100px;
  opacity: 1 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  background: #0E0E0E;
  color: #fff;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: auto;
  right: 64px;
}

[dir="rtl"] .slick-prev {
  right: auto;
  left: 30px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 63px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.intro__section.orderMD_two .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -45px;
  height: 16px;
  gap: 9px;
}

.intro__section.orderMD_two .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0;
}

.intro__section.orderMD_two .slick-dots li.slick-active {
  width: 42px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.intro__section.orderMD_two .slick-dots li.slick-active button {
  width: 42px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #000;
}

.intro__section.orderMD_two .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(142, 164, 73, 0.25);
}

.intro__section.orderMD_two .slick-dots li button::before {
  display: none;
}

/*** start our boxes sections ***/
.box_cardN1 {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 24px;
}

.box_cardN1 .contBX_box {
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}

.box_cardN1:hover .boxThumb_img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.boxThumb_link {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.boxThumb_link .boxThumb_img {
  display: block;
  width: 60%;
  aspect-ratio: 200/183;
  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.contBX_details {
  gap: 12px;
  margin-bottom: 24px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

/*** start banner section ***/
.banner_section {
  margin: 10px 0 10px 0;
  overflow: visible;
}

.banner_container {
  position: relative;
  /* padding: 24px; */
}

/* .banner_container::before {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(91.64deg, #DDE5E3 24.23%, #8BC9D1 70.72%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
} */
.banner_container>.row {
  position: relative;
  z-index: 3;
}

.alignMob_End {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.banner_desCont h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0px;
  margin-bottom: 2px;
}

.banner_desCont .gtitle_banner {
  color: #f6d814;
  padding-inline-start: 30px;
}

.banner_desCont p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 141%;
  letter-spacing: 0px;
  padding-inline-start: 60px;
}

.bannerDes_flex {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 12px;
}

.fruit_thumb {
  width: 86px;
  aspect-ratio: 86/ 75;
}

.health_section .slick-prev,
.health_section .slick-next,
.PickMenu_Slider .slick-prev,
.PickMenu_Slider .slick-next {
  background-color: #f6d814;
}

/* Banner Slider Styles */
.banner_slider_container {
  position: relative;
  width: 100%;
}

.banner_slider {
  position: relative;
}

.banner_slider.slick-initialized .slick-slide {
  padding: 0 5px;
}

/* Center single banner item */
.banner_slider[data-banner-count="1"] .slick-list {
  display: flex;
  justify-content: center;
}

.banner_slider[data-banner-count="1"] .slick-list .slick-track {
  display: flex;
  justify-content: center;
}

.banner_slider[data-banner-count="1"] .slick-slide {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .banner_slider[data-banner-count="1"] .slick-slide {
    max-width: 33.333%;
  }
}

@media (max-width: 991px) {
  .banner_slider[data-banner-count="1"] .slick-slide {
    max-width: 50%;
  }
}

.banner_slide {
  outline: none;
  position: relative;
  width: 100%;
  height: 80px;
}

.banner_image_wrapper {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.banner_full_image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.banner_link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.banner_link:hover {
  opacity: 0.95;
}

.banner_slider .slick-dots {
  display: none !important;
}

.banner_slider .slick-dots li {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  list-style: none;
}

.banner_slider .slick-dots li.slick-active {
  background: #fff;
  width: 60px;
  height: 4px;
}

.banner_slider .slick-dots li button {
  display: none;
}

.banner_slider .slick-arrow {
  display: none !important;
}

.banner_slider .slick-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.banner_slider .slick-prev {
  left: 20px;
}

.banner_slider .slick-next {
  right: 20px;
}

.banner_slider .slick-arrow i {
  font-size: 18px;
  color: #333;
}

@media (max-width: 767px) {
  .banner_slider .slick-arrow {
    width: 35px;
    height: 35px;
  }

  .banner_slider .slick-prev {
    left: 10px;
  }

  .banner_slider .slick-next {
    right: 10px;
  }
}

/*** start offers section ***/
.offer_cardN1 {
  font-family: "Open Sans", sans-serif;
  flex-wrap: nowrap;
  padding: 21px 13px;
  background-color: rgba(246, 216, 20, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  gap: 20px;
  width: calc(100% - 24px);
}

.offerCont_box {
  align-items: flex-start;
  padding-inline-end: 20px;
}

.offerCont_box .offer_titleN {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.offerCont_box p {
  font-size: 14px;
  margin-bottom: 12px;
}

.offerCont_box .offer_PriceN {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.offerThumb_link,
.offerThumb_img {
  display: inline-block;
  width: 227px;
  aspect-ratio: 227/222;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/*** start download sections ***/
.mt_90 {
  margin-top: 90px;
}

.download_section {
  position: relative;
  padding: 0;
  /* background-image: url(../img/before.png); */
}

.download_section>.container {
  position: relative;
  z-index: 2;
}

.download_section::before {
  position: absolute;
  content: '';
  inset: 0;
  top: 5%;
  width: 100%;
  height: 90%;
  background-image: url(../img/bk2.png);
  z-index: 1;
}

.collectM_column {
  padding-block: 130px 90px;
}

.collectM_column h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 30px;
}

.collectM_column p {
  color: #000;
  line-height: 100%;
  margin-bottom: 0;
}

.download_bttn,
.download_bttn img {
  width: 183px;
  aspect-ratio: 183/57;
}

.download_thumb {
  width: 100%;
  aspect-ratio: 358 / 594;
}

.bannThumb_wrap {
  position: relative;
}

.bannThumb_wrap .bannThumb_img {
  max-width: 100%;
}

.bannThumb_wrap .bannThumb_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 153px;
  aspect-ratio: 153/130;
}

/*** start footer ***/
.footer {
  padding-bottom: 5em;
  font-family: "Poppins", sans-serif;
  background-image: url(../img/ft.png);
}

.footer_wrapper {
  padding-top: 150px;
}

.footer_wrapper * {
  color: #F0F0F0;
}

.footer_logo,
.footer_logo img {
  display: block;
  max-width: 95%;
  height: auto;
}

.footer_logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.footer_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 30px;
}

.footer_list {
  margin-bottom: 24px;
}

.footer_list .footer_link {
  display: block;
  color: #F0F0F0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.footer_list .footer_link:hover {
  color: #f6d814;
}

.social_flex {
  display: flex;
  gap: 8px;
}

.social_link {
  width: 45px;
  height: 45px;
  flex-shrink: 0;

  color: #FDFDFD;
  font-size: 26px;
}


.copyright-section {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}

.copyright-section .copyright-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

[dir="rtl"] .copyright-section .copyright-text {
  font-family: "Cairo", sans-serif;
}

@media (max-width: 767.98px) {
  .copyright-section {
    display: none;
  }
}

.go-top {
  position: fixed;
  left: 0;
  display: none;
  width: 50px;
  height: 50px;
  background: #f6d814;
  color: #fff;
  text-align: center;
  bottom: 20px;
  z-index: 999;
  line-height: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.go-top:hover {
  background-color: #f6d814;
  color: #fff;
}

[dir="rtl"] .go-top {
  left: auto;
  right: 0;
}

/*** login page ***/
.login_section {
  font-family: "Poppins", sans-serif;
}

.login_wrap {
  padding: 43px 72px;
}

.inside_logo {
  display: block;
  width: 290px;
  aspect-ratio: 290/82;
  margin: auto;
  margin-bottom: 34px;
}

.inside_logo img {
  width: 290px;
}

.login_title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.login_desc {
  color: #424242;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}

.login_label {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 540;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.login_input {
  display: block;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  color: #000;
  padding-inline-start: 15px;
}

textarea.login_input {
  padding-top: 10px;
}

.login_input::placeholder {
  color: #E0E0E0;
  font-size: 154x;
  font-weight: 400;
}

.absinput_icon {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 26px;
  height: 17px;
  display: inline-block;
  z-index: 9;
}

[dir="rtl"] .absinput_icon {
  right: auto;
  left: 15px;
}

.email_icon {
  pointer-events: none;
  background: url(../img/email.svg);
}

.name_icon {
  pointer-events: none;
  background: url(../img/name.svg);
  width: 19px;
  height: 19px;
}

.phone_icon {
  pointer-events: none;
  background: url(../img/phone.svg);
  width: 19px;
  height: 19px;
}

.toggle-password {
  color: #E0E0E0;
  cursor: pointer;
}

.forgetPass_link {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: end;
  margin-bottom: 50px;
}

.have_account {
  gap: 12px;
  text-align: center;
  color: #616161;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;

}

.have_account a {
  color: #f6d814 !important;
}

.appG_link {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #DDF7E3;
  background-color: #F2FFF5;

}

.appG_link .appG_icon {
  width: 30;
  height: 30;
  flex-shrink: 0;
}

.passToggle_icon.fa-eye {
  display: none;
}

.login_thIMG {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/*** pickup menu section ***/
.menu-tabs {
  gap: 50px;
}

.menu-tabs .tabs_arrow {
  font-size: 16px;
  width: 40px;
  height: 40px;
  background: #f6d814;
  color: #0E0E0E;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.menu-tabs .tabs_arrow:hover,
.menu-tabs .tabs_arrow:focus {
  background: #0E0E0E;
  color: #fff;
}

.menu-tabs .inner_tabs {
  flex: 1;
}

.menu-tabs .inner_tabs .tab_one {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 125%;
  min-height: 40px;
  cursor: pointer;
}

.menu-tabs .inner_tabs .tab_one.active_tab {
  font-size: 32px;
  font-weight: 600;
}

.tabN-content {
  display: none;
}

.tabN-content.active_Cont {
  display: block;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.textMenu_cont p {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 125%;
}

.mrgTop_60 {
  margin-top: 60px;
}

.realtive_container {
  position: relative;
  z-index: 2;
}

.PickMenu_Slider .slick-list {
  padding: 0 !important;
}

/*** categories page ***/
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

[dir="rtl"] .breadcrumb {
  font-family: "Cairo", sans-serif;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 0;
  position: relative;
}

.breadcrumb a:hover {
  color: #f6d814;
  background-color: rgba(246, 216, 20, 0.1);
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  padding: 0;
}

.breadcrumb-item.active {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
}

.breadcrumb-item::before {
  display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #999;
  margin: 0 8px;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  padding: 0;
}

[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before {
  content: "\f104";
}

.breadcrumb-item:first-child a::before {
  content: "\f015";
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-inline-end: 6px;
  font-size: 12px;
  color: #f6d814;
  transition: all 0.3s ease;
}

.breadcrumb-item:first-child a:hover::before {
  color: #000;
  transform: scale(1.1);
}

.breadcrumb-item.active {
  position: relative;
}

.breadcrumb-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 2px;
  background: linear-gradient(to right, transparent, #f6d814, transparent);
  opacity: 0.5;
}

.asideCat_column {
  background-color: #fff;
  padding: 66px 0px 66px 0px;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
}

/* Home page categories - keep mobile style for desktop too */
.pickup_section .asideCat_column {
  padding: 20px 0 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.pickup_section .asideCat_list {
  display: flex;
  scrollbar-width: none;
  flex-direction: row;
}

.pickup_section .asideCat_list::-webkit-scrollbar {
  display: none;
}

.pickup_section .asideCat_list li {
  flex-shrink: 0;
}

/* Swiper styles for categories - Desktop only */
@media (min-width: 992px) {
  .pickup_section .categoriesSwiper {
    width: 100%;
    overflow: hidden;
  }

  .pickup_section .categoriesSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .pickup_section .categoriesSwiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
    height: auto;
  }
}

@media (max-width: 991px) {
  .pickup_section .categoriesSwiper.swiper {
    overflow: visible;
  }

  .pickup_section .categoriesSwiper .swiper-wrapper {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .pickup_section .categoriesSwiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
}

/* Fixed Categories Bar */
.fixed-categories-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  padding: 12px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}

.fixed-categories-bar.visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  background-color: #000;
}

body.fixed-categories-visible {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .fixed-categories-bar .categoriesSwiperFixed {
    width: 100%;
    overflow: hidden;
  }

  .fixed-categories-bar .categoriesSwiperFixed .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .fixed-categories-bar .categoriesSwiperFixed .swiper-slide {
    width: auto;
    flex-shrink: 0;
    height: auto;
  }
}

@media (max-width: 991px) {
  .fixed-categories-bar .categoriesSwiperFixed.swiper {
    overflow: visible;
  }

  .fixed-categories-bar .categoriesSwiperFixed .swiper-wrapper {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .fixed-categories-bar .categoriesSwiperFixed .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
}

.fixed-categories-bar .fixed-cat-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
}

.fixed-categories-bar .fixed-cat-link:hover {
  color: #fff;
  background-color: transparent;
}

.fixed-categories-bar .fixed-cat-link.active_catlink {
  color: #fff;
  border-bottom-color: #f6d814;
  font-weight: 600;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.fixed-categories-bar .fixed-cat-link .aslidCat_img {
  display: none;
}

.pickup_section .asideCat_link {
  flex-direction: column;
  font-size: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-bottom: 3px solid rgba(246, 216, 20, 0.3);
  padding: 0;
  padding-inline-end: 14px;
  padding-bottom: 8px;
  gap: 6px;
  margin-bottom: 0;
  height: 100%;
  text-align: center;
  background-color: transparent;
}

.pickup_section .asideCat_link.active_catlink,
.pickup_section .asideCat_link:hover {
  background-color: transparent;
  border-bottom: 3px solid #f6d814;
  color: #000;
  font-weight: 500;
}

.pickup_section .asideCat_list .aslidCat_img {
  width: 12vw;
  aspect-ratio: 1;
  min-width: 12vw;
  max-width: 12vw;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 1px;
}

.category-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(246, 216, 20, 0.3), transparent);
  margin: 40px 0;
  position: relative;
}

.category-separator::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 1px;
  background-color: #f6d814;
}

.asideCat_column.asideProf_column {
  padding: 40px 30px 30px 80px;
}

.asideCat_link {
  font-size: 16px;
  color: #666060;
  gap: 16px;
  padding: 8px 16px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 0;
}

.asideCat_link.active_catlink,
.asideCat_link:hover {
  color: #000;
  font-weight: 500;
  background-color: rgba(246, 216, 20, 0.1);
}

.aslidCat_img {
  min-width: 24px;
  max-width: 54px;
}

.profile_list .asideCat_link {
  padding: 16px;
  margin-bottom: 16px;
}

.proCont_wrapper {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.proCont_wrapper>p {
  font-size: 20px;
  margin-bottom: 30px;
}

.points_cardN {
  padding: 30px 60px 36px 40px;
  background-color: #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.topflex_wrap {
  gap: 20px;
  margin-bottom: 40px;
}

.points_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}

.points_title small {
  font-size: 24px;
}

.target_flex {
  display: flex;
  align-items: center;
  gap: 14px;
}

.target_flex .target_icon {
  width: 24;
  height: 24;
  flex-shrink: 0;
}

.progress {
  background-color: #ffffff87;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 16px;
  overflow: visible;
  margin-bottom: 30px;
}

.progress-bar {
  background-color: #f6d814;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  overflow: visible;
}

.progress-bar::before {
  position: absolute;
  top: -20px;
  right: -20px;
  content: '';
  height: 50px;
  width: 50px;
  background-image: url(../img/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

[dir="rtl"] .progress-bar::before {
  right: auto;
  left: -20px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.rule_thumb {
  width: 100%;
  display: flex;
  margin-bottom: 6px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.ruleNum_flex {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}

.asideMid_title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vouchers_cardN {
  flex: 1;
  color: #000;
  background-color: #fff;
  border: 1px solid #f6d814;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 12px;
}

.vouchers_cardN.whiteSM_VCrd .vouchers_cdate {
  font-size: 11px;
}

.vouchers_cardN.whiteSM_VCrd .clock_icon {
  width: 17px;
  height: 17px;
}

.vouchers_cardN.whiteSM_VCrd .boxW_img {
  width: 67px;
  height: 67px;
}

.vouchers_cardN.whiteSM_VCrd .discount_box {
  font-size: 22px;
}

.vouchers_cardN.whiteSM_VCrd .discount_box small {
  font-size: 15px;
}

.vouchers_cardN.whiteSM_VCrd .terms_bttom {
  font-size: 9px;
}

.vouchers_cardN.whiteSM_VCrd .terms_bttom::before,
.vouchers_cardN.whiteSM_VCrd .terms_bttom::after {
  background-color: #fff;
}

.vouchers_cTop {
  gap: 5px;
  padding: 21px;
}

.vouchers_cdate {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.clock_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.discount_box {
  align-items: flex-start;
  padding-inline-start: 30px;
  font-size: 32px;
  font-weight: 600;
  gap: 6px;
}

.discount_box small {
  font-size: 15px;
}

.boxW_img {
  width: 95px;
  height: 95px;
  flex-shrink: 0;
}

.terms_bttom {
  position: relative;
  color: #8D8D8D;
  font-size: 13px;
  padding: 17px 36px;
  border-top: 1px dashed #f6d814;
}

.terms_bttom::before,
.terms_bttom::after {
  position: absolute;
  content: '';
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f6f7fc;
  border-right: 1px solid #f6d814;
  border-bottom: 1px solid #f6d814;
}

.terms_bttom::before {
  top: -18px;
  right: -18px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.terms_bttom::after {
  top: -18px;
  left: -18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.accountInfo_cardN {
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 30px;
}

.accountInfo_cardN .buttons_wrapper {
  position: absolute;
  top: 16px;
  right: 10px;
  flex-direction: column;
  align-items: flex-end;
  height: 80%;
}

.accountInfo_cardN .buttons_wrapper .main_bttn.mid_bttn {
  flex-grow: 0;
  height: 46px;
  padding: 24px 50px;
  font-size: 16px;
  line-height: 0;
}

[dir="rtl"] .accountInfo_cardN .buttons_wrapper {
  right: auto;
  left: 10px;
}

.accountInfo_cbody {
  width: 75%;
}

.hiddProf_input {
  display: none;
  margin-top: 24px;
}

.full_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.FName_des {
  color: #121212;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.edit_bttn {
  gap: 8px;
  border: none;
  background-color: transparent;
  color: #727272;
  font-weight: 600;
}

.price_grcard {
  padding: 24px 20px;
  background-color: #E6E6E6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}

.price_grcard small {
  font-weight: 400;
  margin-inline-start: 16px;
}

.payment_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 70px;
}

.payCard_relative {
  position: relative;
}

.absPay_radio {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.payCard_BoxN {
  flex-direction: column;
  gap: 16px;
  width: 174px;
  aspect-ratio: 174/122;
  border: 1px solid #797979;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 16px;
  background-color: transparent;
}

.apay_thumb {
  max-width: 100%;
}

.apay_tdesC {
  color: #0E0E0E;
  font-size: 16px;
}

.absPay_radio:checked+.payCard_BoxN {
  background-color: #D4F272;
}

/*** wallet page ***/
.balanceW_cardN {
  text-align: center;
  padding: 26px 20px 16px 20px;
  background-color: #373737;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #fff;
  margin-bottom: 40px;
}

.balanceW_cardN * {
  color: #fff;
}

.sub_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 12px;
}

.balance_num {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
}

.myWhiteOrd_cardN {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 7px 19px 100px 19px;
}

.orderNO_flex {
  gap: 20px;
  padding: 22px 5px;
}

.orderNO_flex:not(:last-of-type) {
  border-bottom: 1px solid #D2D2D2;
}

.orderNO_flex * {
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
}

.orderNO_text {
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
}

.orderNO_date {
  margin-bottom: 0;
}

.orderNO_disc {
  font-weight: 600;
  margin-bottom: 12px;
}

.orderNO_disc.red_desc {
  color: #FF0000;
}

.orderNO_disc.green_desc {
  color: #f6d814;
}

.orderNO_state {
  color: #151313;
}

/*** orders page ***/
.ordWhite_cardN {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 27px;
  margin-bottom: 40px;
}

.ordRow_flex {
  padding: 16px;
}

.ordCard_SM {
  position: relative;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 16px;
}

.ordCard_img {
  display: block;
  width: 87px;
  aspect-ratio: 87/76;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 6px;
}

.ordCard_title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
}

.orDett_flexN {
  margin-bottom: 16px;
}

.orDett_flexN * {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.41px;
}

.orDett_ftext {
  color: #676767;
}

.orDett_fdate {
  color: #0E0E0E;
}

.STCheck_fWrap {
  margin-bottom: 36px;
}

.STCheck_fRow {
  margin-bottom: 24px;
}

.STCheck_flex {
  gap: 16px;
  color: #0E0E0E;
  font-size: 16px;
  font-weight: 600;
}

.STCheck_flex.collect_grey {
  color: #676767;
}

.STCheck_Icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.STCheck_Icon.done_icon {
  background: url(../img/check-solid.svg);
}

.STCheck_Icon.ready_icon {
  background: url(../img/check-outline.svg);
}

.STCheck_Icon.collect_icon {
  background: url(../img/check-outline2.svg);
}

.STCheck_date {
  font-size: 15px;
  font-weight: 400;
  color: #515151;
}

/*** menu page ***/
.back_link {
  display: inline-block;
  gap: 12px;
  color: #000;
}

.back_link .back_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url(../img/arrow-left.svg);
}

[dir="rtl"] .back_link .back_icon {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.center_ListN {
  gap: 80px;
  margin-bottom: 78px;
}

.center_ListN .center_linkN {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 125%;
  letter-spacing: 0px;
  text-align: center;
}

.center_ListN .center_linkN.active {
  font-size: 32px;
  font-weight: 600;
}

.asideMenu_linNkn {
  gap: 16px;
  font-size: 20px;
  color: #000;
  background-color: #E9E8E8;
  padding: 8px;
  padding-inline-start: 60px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 24px;
  width: 80%;
  height: 96px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  flex-wrap: nowrap;
}

.asideMenu_linNkn.active_Mlink {
  width: 100%;
  height: 112px;
  background-color: #373737;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.asideMenu_linNkn.active_Mlink .asideMenu_ImgN {
  width: 80px;
  height: 80px;
}

[dir="rtl"] .asideMenu_linNkn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.asideMenu_ImgN {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.Pickup_dropdown {
  width: fit-content;
  margin-bottom: 24px;
}

.Pickup_bttn {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0px;
}

/*** meal page ***/
.rate_flex {
  gap: 8px;
  margin-bottom: 30px;
}

.rate_flex .rate_span {
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.rate_flex .rate_span strong {
  font-size: 20px;
  font-weight: 500;
}

.rate_flex .rate_span .fa-star {
  color: #ECDE49;
}

.mealDet_row {
  margin-bottom: 40px;
}

.mealW_thumb {
  width: 100%;
  aspect-ratio: 520/452;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}


.mealW_thumb .mealW_thimg {
  width: 100%;
  aspect-ratio: 520/452;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.nutrition_cardN {
  background-color: #000 !important;
  padding: 33px 21px 13px 21px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #fff !important;
}

.nutrition_cardN * {
  color: #fff !important;
}

.insideMD_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

.nutrition_cardN .insideMD_title {
  color: #fff !important;
}

.nutrInfo_row {
  padding: 12px 0;
  color: #708276;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0px;
}

.nutrition_cardN .nutrInfo_row {
  color: #fff !important;
}

.nutrInfo_row .nutrInfo_desc {
  color: #000;
}

.nutrition_cardN .nutrInfo_row .nutrInfo_desc {
  color: #fff !important;
}

.nutrInfo_row:not(:last-of-type) {
  border-bottom: 1px solid #AEAEAE;
}

.nutrition_cardN .nutrInfo_row:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nutrit_ftbttom {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 80px;
}

.nutrition_cardN .nutrit_ftbttom {
  color: #fff !important;
}

.text_cont {
  margin-bottom: 40px;
}

.text_cont p {
  margin-bottom: 0;
}

.accordion-item {
  border: none !important;
  margin-bottom: 30px;
}

.accordion-button {
  background-color: rgba(246, 216, 20, 0.1) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.accordion-button::after {
  background-image: url(../img/up.svg);
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/down.svg);
}

.accordion-button small {
  font-weight: 400;
}

[dir="rtl"] .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

.accordion-body {
  padding: 16px 0 !important;
}

.checkACC_flex {
  flex-wrap: wrap;
  gap: 20px 50px;
}

.checkACC_label {
  gap: 12px;
}

.checkACC_box {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: 2px solid #1D1B20;
  accent-color: #f6d814;
}

.number__spinner {
  flex-wrap: nowrap;
  width: 23%;
  height: 51px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.number__spinner.wide_spinner {
  width: 116px;
  height: 52px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.number__spinner.wide_spinner .pl-ns-value {
  height: 52px;
}

.number__spinner.wide_spinner .ns-btn {
  width: 30px;
  height: 52px;
}

.number__spinner .pl-ns-value {
  color: #0E0E0E;
  font-size: 16px;
  font-weight: 500;
  width: 30%;
  height: 50px;
  text-align: center !important;
  border: none;
  background-color: transparent;
}

.number__spinner .ns-btn {
  font-size: 13px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.number__spinner .ns-btn a {
  color: #0E0E0E;
  height: 100%;
  /* display: block; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-pills.basket_pills {
  width: fit-content;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border: 3px solid #373737;
  overflow: hidden;
  margin: auto;
}

.nav-pills.basket_pills .nav-link {
  display: grid;
  align-content: center;
  color: #000;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0px;
  text-align: center;
  height: 45px;
  padding: 10px 43px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.nav-pills.basket_pills .nav-link.active {
  color: #fff;
  background-color: #373737;
}

.nav-pills.basket_pills .show .nav-link {
  color: #fff;
  background-color: #373737;
}

/***basket page ***/
.asideSM_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.DPick_label {
  gap: 8px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 16px;
}

.dateTime_row {
  display: none;
}

.Schedule_label:has(input:checked)+.dateTime_row {
  display: flex;
}

.DPick_checkbox {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 2px solid #1D1B20;
  accent-color: #fff;
}

.DPick_checkbox.vouchers_chckN {
  width: 20px;
  height: 20px;
}

.DPick_checkbox.vouchers_chckN:checked {
  width: 20px;
  height: 20px;
  outline: 2px solid #1D1B20;
}

.DPick_checkbox:checked {
  width: 16px;
  height: 16px;
  outline: 2px solid #1D1B20;
}

.DPick_formDIV {
  padding: 23px 0;
  padding-inline-start: 49px;
}

.DPick_formDIV:not(:last-of-type) {
  border-bottom: 1px solid #C3C3C3;
}

.datePick_input {
  width: 100%;
  height: 47px;
  border: 1px solid #AEAEAE;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: rgba(60, 60, 60, 0.5);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  padding: 13px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-image: none;
}

.formSc_group {
  position: relative;
}

.formSc_group::before {
  position: absolute;
  content: '';
  top: 19px;
  right: 20px;
  width: 12px;
  height: 9px;
  background: url(../img/chevron-down.svg);
  background-size: cover;
}

.formSc_group.formSc_home::before {
  width: 24px;
  height: 24px;
  top: 10px;
}

.formSc_group.formSc_home::after {
  position: absolute;
  content: '';
  top: 9px;
  left: 16px;
  width: 24px;
  height: 24px;
  background: url(../img/house-2.svg);
  background-size: cover;
}

.formSc_group.formSc_home .datePick_input {
  padding-inline-start: 48px;
}

[dir="rtl"] .formSc_group::before {
  right: auto;
  left: 20px;
}

[dir="rtl"] .formSc_group.formSc_home::after {
  left: auto;
  right: 16px;
}

.ordItems_Slider .slick-prev,
.ordItems_Slider .slick-next {
  background-color: #f6d814;
  color: #fff;
  top: -60px;
}

.ordItem_cardNSM {
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 28px;
}

.ordItem_thumb,
.ordItem_img {
  width: 180px;
  aspect-ratio: 180/168;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  flex-shrink: 0;
}

.ordItem_cont {
  padding-top: 10px;
}

.ordItem_cont .asideSM_title {
  margin-bottom: 24px;
}

.ordItem_cont .ordItem_price {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.icon_trash {
  font-size: 18px;
  color: #666;
  display: inline-block;
}

.icon_trash::before {
  content: "\f2ed";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
}

.swal2-icon.swal2-warning {
  border-color: #f6d814;
  color: #f6d814;
}

.swal2-styled.swal2-confirm {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #f6d814;
  background: #000;
  border-radius: 0 !important;
  padding: 16px 48px;
  height: 48px !important;
}

.swal2-styled.swal2-confirm:hover {
  background: #f6d814;
}


.swal2-styled.swal2-cancel {
  display: flex !important;
  align-items: center !important;
  color: #f6d814;
  border: 1px solid #f6d814;
  background-color: #fff !important;
  border-radius: 0 !important;
  padding: 16px 48px;
  height: 48px !important;
}

.swal2-close {
  color: #000;
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: none !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #f6d814;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #f6d814;
}

.swal2-popup,
.swal2-modal {
  border-radius: 0 !important;
  border: 1px solid #f6d814 !important;
}

.swal2-toast {
  font-size: 14px !important;
  padding: 12px 16px !important;
  min-width: 300px !important;
  max-width: 350px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 0 !important;
  border-left: 4px solid #f6d814 !important;
}

.swal2-toast .swal2-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.swal2-toast .swal2-html-container {
  font-size: 13px !important;
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.swal2-toast .swal2-icon {
  width: 24px !important;
  height: 24px !important;
  margin: 0 12px 0 0 !important;
  font-size: 16px !important;
}

.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.3s ease-out !important;
}

.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.3s ease-out forwards !important;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes swal2-toast-hide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.swal2-toast-success {
  border-left: 4px solid #f6d814 !important;
}

.swal2-toast-error {
  border-left: 4px solid #dc3545 !important;
}

.swal2-toast-warning {
  border-left: 4px solid #ffc107 !important;
}

.swal2-toast .swal2-timer-progress-bar {
  background: #f6d814 !important;
  height: 3px !important;
}

.swal2-popup,
.swal2-toast,
.swal2-modal {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.swal2-popup *,
.swal2-toast *,
.swal2-modal * {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.swal2-confirm,
.swal2-cancel,
.swal2-deny,
.swal2-close {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

#selected-branch-info.alert-info {
  --bs-alert-color: #292d32;
  --bs-alert-bg: #e9f2cc;
  --bs-alert-border-color: #f6d814;
  --bs-alert-link-color: #292d32;
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border-color: var(--bs-alert-border-color);
}

#selected-branch-info.alert-info a {
  color: var(--bs-alert-link-color);
}

.vouchFlexN_Wrap {
  position: relative;
  align-items: flex-start;
  gap: 8px;
}

.VCHHidden_radio {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

.VCHHidden_radio:checked+.custRadio_check::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  border-right: 2px solid #1D1B20;
  border-bottom: 2px solid #1D1B20;
  top: 2px;
  left: 6px;
  transform: rotate(45deg);
}

.custRadio_check {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border: 2px solid #1D1B20;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.grid_center {
  height: 100%;
  justify-content: center;
}

.grid_center .apply_bttn {
  flex: unset;
}

.DPick_ftotal {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 24px;
}

.haveB_account {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0px;
  text-align: center;
}

.haveB_account a {
  color: #f6d814;
  margin-inline-start: 21px;
}

.mrgTop_wide {
  margin-top: 120px;
}

.paymentLG_flex {
  flex-wrap: wrap;
  gap: 30px 45px;
  margin-bottom: 24px !important;
}

.visaOne_Crelative {
  position: relative;
}

.absRadio_check {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.absRadio_check.absRadio_check:checked+.visaOne_cardN {
  border: 2px solid #f6d814;
  background-color: #fff;
}

.visaOne_cardN {
  justify-content: center;
  gap: 16px;
  width: 179px;
  aspect-ratio: 179/122;
  border: 1px solid #797979;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;

}

.visaOne_cIMG {
  max-width: 50px;
}

.visaOne_name {
  position: relative;
  color: #0E0E0E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.visaOne_name small {
  display: block;
  font-size: 10px !important;
  line-height: 1.4;
  margin-top: 4px;
  opacity: 0.85;
  font-weight: 400;
}

.visaOne_name small.text-danger {
  color: #dc3545 !important;
  font-size: 9px !important;
  margin-top: 2px;
}

.visaOne_name small.d-block {
  margin-top: 3px;
}

.ordGreen_cardN1 {
  padding: 37px 49px;
  background-color: rgba(246, 216, 20, 0.1);
  color: #000;

}

.ordItem_des>div {
  width: 100%;
}

.ordGreen_cardN1 * {
  color: #000;
}

.ordItem_des {
  gap: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

.ordGreen_list {
  align-items: flex-start;
  gap: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

.ordG_icoN {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.asidebranch_linNkn {
  display: block;
  width: 90%;
  margin-bottom: 24px;
  padding: 17px 15px;
  color: #0E0E0E;
  font-size: 16px;
  font-weight: 400;
  background-color: rgba(246, 216, 20, 0.1);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.asidebranch_linNkn.active_Mlink,
.asidebranch_linNkn:hover {
  width: 100%;
  color: #fff;
  background-color: #f6d814;
}

[dir="rtl"] .asidebranch_linNkn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.brachCont_boxN {
  margin-bottom: 30px;
}

.brachCont_boxN p {
  margin-bottom: 12px;
}

.map_iframe {
  border: none;
  width: 100%;
  aspect-ratio: 954/554;
}

.SToggle_Pflex {
  font-size: 16px;
  font-weight: 600;
  gap: 11px;
}

.downSM_bttn {
  background-color: #f6d814;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: none;
  font-size: 10px;
}

.fixed_SocialN.desktop__none {
  position: fixed;
  bottom: 130px;
  right: 0;
  gap: 7px;
  z-index: 99;
}

[dir="rtl"] .fixed_SocialN.desktop__none {
  right: auto;
  left: 0;
}

.fixed_SocialN.desktop__none {
  gap: 10px;
}

.fixed_SocialN.desktop__none .aside_SocICON {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  color: #fff
}

.fixed_SocialN.desktop__none .aside_SocICON i {
  font-size: 20px;
}

.fixed_SocialN.desktop__none .aside_SocICON:hover {
  background-color: #000;
  color: #f6d814;
}


.fixBttom_Menu.desktop__none {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  padding: 12px 16px;
  border-top: 1px solid #333;
  z-index: 99;
  border-radius: 40px 40px 0 0;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlist {
  gap: 7px;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink {
  gap: 8px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink .fixBttom_Micon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: none;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink .fixBttom_Micon.home2_icon {
  display: none;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink i {
  font-size: 20px;
  color: #fff;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink span {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.active_Mlink {
  background-color: #f6d814;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.active_Mlink .fixBttom_Micon {
  display: none;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.active_Mlink i {
  color: #000;
  font-size: 25px;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.active_Mlink span {
  display: none;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.home_Mlink.active_Mlink .fixBttom_Micon {
  display: none;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.home_Mlink.active_Mlink .home2_icon {
  display: none;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.center_Mlink {
  background-color: #f6d814;
  box-shadow: 0px 2px 14px 0px rgba(246, 216, 20, 0.25);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.center_Mlink i {
  color: #000;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.center_Mlink.active_Mlink {
  background-color: #f6d814;
}

.fixBttom_Menu.desktop__none .fixBttom_Mlink.center_Mlink.active_Mlink i {
  color: #000;
}

/*** about us page ***/
.about_ContN p {
  margin-top: 50px;
  line-height: 125%;
  letter-spacing: 0px;
}

.about_ContN p strong {
  font-weight: 700;
}

.block_title {
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: 0px;
  margin-bottom: 24px;
}

.block_subtitle {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0px;
  color: #f6d814;
}

.about_Cthumb {
  position: relative;
  background-image: url(../img/Subtract.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.about_Cthumb .about_Cimg {
  width: 90%;
}

.about_relative {
  position: relative;
}

.about_relative.aboutMD_padding .absTitle_story {
  left: 0;
  top: 0;
}

.about_relative.aboutMD_padding h3 {
  text-align: end;
  margin-bottom: 40px;
}

.about_relative .absTitle_story {
  position: absolute;
  top: 100px;
  left: -100px;
  z-index: 1;
}

.about_relative h3 {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  z-index: 2;
}

.about_relative p {
  margin-top: 50px;
  margin-bottom: 16px;
  line-height: 125%;
  letter-spacing: 0px;
}

[dir="rtl"] .about_relative.aboutMD_padding .absTitle_story {
  right: 0;
}

[dir="rtl"] .about_relative .absTitle_story {
  left: auto;
  right: -100px;
}

.abouT_listN {
  padding: 0;
}

.abouT_listN li {
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
  background-image: url(../img/rn.svg);
  background-size: 40px;
  background-position: left;
  background-repeat: no-repeat;
  padding-inline-start: 62px;
  line-height: 125%;
  letter-spacing: 0px;
  padding-block: 15px;
}

.absTitle_story {
  font-size: 150px;
  font-weight: 700;
  color: rgba(233, 242, 204, 0.55);
}

.aboutSide_thumb {
  position: relative;
  z-index: 3;
}

[dir="rtl"] .aboutSide_thumb img {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.why_DList {
  margin-bottom: 24px;
}

.why_DList dt {
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

.why_DList dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

.choose_galcard {
  height: 100%;
  display: grid;
  align-content: end;
  margin-bottom: 16px;
}

.choose_galcard .choose_gImg {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.savePro_bttn,
.closePro_bttn {
  display: none;
}

/*** old style ***/
.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #818181;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  line-height: 50px;
  padding-inline-start: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 6px;
  position: absolute;
  top: 16px;
  right: 24px;
  width: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-bottom: 2px solid #1E1E1E;
  border-right: 2px solid #1E1E1E;
  height: 9px;
  margin: 0 !important;
  width: 9px;
  transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-top: 2px solid #1E1E1E;
  border-left: 2px solid #1E1E1E;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 24px;
  right: auto;
}

.wishOne_price {
  color: rgba(41, 45, 50, 0.8);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.transRemove_bttn {
  background-color: transparent;
  border: none;
  color: #DE0707;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-decoration: underline !important;
  text-transform: capitalize;
}

.transRemove_bttn.smallB_font {
  font-size: 13px;
}


/*** media query screens ***/
@media (min-width: 992px) {
  .why_DList {
    margin-bottom: 40px;
  }

  .why_DList:nth-of-type(2) {
    padding-inline-start: 100px;
  }

  .why_DList:nth-of-type(3) {
    padding-inline-start: 200px;
  }

  .about_relative {
    padding-top: 200px;
  }

  .about_relative.aboutMD_padding {
    padding-top: 120px;
  }

  .about_ContN {
    padding-inline-start: 40px;
  }

  .topSec_wrap {
    padding: 127px 0 58px 90px;
  }

  [dir="rtl"] .topSec_wrap {
    padding: 127px 90px 58px 0;
  }

  .has_before {
    position: relative;
  }

  .has_before::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/left.svg);
  }

  .menu_section {
    position: relative;
  }

  .menu_section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/left.svg);
  }

  .menu_section::after {
    position: absolute;
    top: 0;
    right: 0;
    content: url(../img/right.svg);
  }

  [dir="rtl"] .menu_section::before,
  [dir="rtl"] .has_before::before {
    left: auto;
    right: 0;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }

  .textMenu_cont {
    padding-top: 100px;
  }

  .offers_slider .slick-next,
  .offers_slider .slick-prev {
    top: -130px;
  }

  .offers_slider .slick-next {
    right: 150px;
  }

  .offers_slider .slick-prev {
    right: 215px;
  }

  .offers_slider .slick-list {
    left: 400px;
    overflow: visible;
  }

  .offer_cardN1 {
    padding-inline-start: 90px;
  }

  /*.banner_container {*/
  /*  height: 245px;*/
  /*}*/
  .width_66 {
    width: 66%;
  }

  .banner_desCont {
    padding-inline-end: 70px;
  }

  .banner_desCont .main_bttn {
    padding: 10px 26px;
  }

  .my__navbar {
    display: flex;
    align-items: center;
  }

  .desktop__none {
    display: none;
  }

  .abStars_reviews {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  [dir="rtl"] .abStars_reviews {
    right: auto;
    left: 24px;
  }

  .paymentLG_flex {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container_start {
    margin-inline-start: 0;
    max-width: 95%;
  }

  .modal-dialog {
    max-width: 1200px;
  }
}

/*** medium secreens ***/
@media (max-width: 991.98px) {
  .ordItem_des {
    flex-direction: column;
    border-bottom: 1px solid #C3C3C3;
  }

  body {
    padding-bottom: 80px;
  }

  .price_grcard {
    padding: 13px 20px;
    font-size: 16px;
  }

  .breadcrumb {
    margin-bottom: 0;
  }

  /*.cateGories_Slider .slick-list {*/
  /*    margin: 0 6px;*/
  /*    padding-right: 15%;*/
  /*}*/
  .products_slider .slick-list,
  .healthy_slider .slick-list {
    margin: 0 -4px;
    padding-right: 15%;
  }

  .buttons_wrapper {
    gap: 5px;
  }

  .mealCol_wrap .buttons_wrapper {
    gap: 12px;
  }

  .MyFlex_noWrap {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }

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

  .titleMrg_bttom {
    margin-bottom: 16px;
  }

  .slick-dots {
    bottom: -25px;
    height: 7px;
    gap: 4px;
  }

  .slick-dots li {
    width: 7px;
    height: 7px;
  }

  .slick-dots li.slick-active {
    width: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .slick-dots li.slick-active button {
    width: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #212121;
  }

  .slick-dots li button {
    width: 7px;
    height: 7px;
    background: rgba(33, 33, 33, 0.25);
  }

  .mainWrap_container {
    padding-bottom: 120px;
  }

  .about_relative {
    padding-top: 50px;
  }

  .about_relative .absTitle_story {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 60px;
  }

  .about_relative h3 {
    font-size: 24px;
  }

  .about_relative p {
    font-size: 12px;
    margin-top: 40px;
  }

  .abouT_listN li {
    font-size: 12px;
    padding-block: 4px;
  }

  .block_title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .block_subtitle {
    font-size: 24px;
  }

  .about_ContN p {
    font-size: 12px;
    margin-top: 12px;
  }

  .textMenu_cont {
    text-align: center;
  }

  .textMenu_cont .main_bttn {
    margin-inline: auto;
    height: 34px;
    padding-inline: 27px !important;
  }

  .mrgTop_60 {
    margin-top: 16px;
  }

  .asidebranch_linNkn {
    font-size: 12px;
    text-align: center;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 6px;
    min-width: 90px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .asidebranch_linNkn.active_Mlink {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .paymentLG_flex {
    gap: 22px;
  }

  .visaOne_cardN {
    width: 160px;
  }

  .main_bttn.check_bttn {
    height: 47px;
  }

  .mrgTop_wide {
    margin-top: 24px;
  }

  .nav-pills.basket_pills {
    margin-bottom: 26px !important;
  }

  .grey_mob {
    background-color: #f6f7fc !important;
  }

 .grey_mob .login_input {
    background-color: #fff;
  }

  .DPick_formDIV {
    padding: 20px 10px;
  }

  .datePick_input {
    background-color: #fff;
    margin-bottom: 24px;
  }

  .textMeal_cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }

  .textMeal_cont .read_more {
    color: #f6d814;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0px;
  }

  .pt_sm_0 {
    padding-top: 0 !important;
  }

  .spinner_wrap .main_bttn {
    font-size: 14px !important;
    height: 46px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .spinner_wrap .main_bttn small {
    margin-inline-start: 16px;
  }

  .mealW_thumb {
    margin-bottom: 16px;
  }

  .number__spinner {
    width: 113px;
    height: 46px;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .number__spinner .ns-btn {
    width: 46px;
    height: 46px;
  }

  .number__spinner .pl-ns-value {
    height: 46px;
  }

  .asideCM_list {
    display: flex;
    overflow: auto;
    margin-bottom: 20px;
  }

  .asideMenu_linNkn {
    padding: 11px 39px;
    height: 40px;
    width: 100%;
    padding-inline-start: 11px;
    background-color: rgba(246, 216, 20, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
  }

  .asideMenu_linNkn.active_Mlink {
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f6d814;
    color: #fff;
  }

  .asideMenu_linNkn .asideMenu_ImgN {
    display: none;
  }

  .center_linkN.active {
    font-size: 16px !important;
  }

  .orDett_flexN * {
    font-size: 14px;
  }

  .ordCard_SMColumn {
    display: flex;
    gap: 14px;
  }

  .asideCat_column {
    padding: 24px 19px 24px 8px !important;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .asideCat_column.asideProf_column .asideCat_list {
    flex-direction: column;
  }

  .asideCat_column.asideProf_column .asideCat_list .asideCat_link {
    position: relative;
    border-bottom: none !important;
    gap: 16px;
    margin-bottom: 8px;
    flex-direction: row !important;
  }

  .asideCat_column.asideProf_column .asideCat_list .asideCat_link::before {
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right.svg);
  }

  .asideCat_list {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }

  .asideCat_list::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }

  .asideCat_link {
    flex-direction: column;
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom: 1px solid rgba(246, 216, 20, 0.3);
    padding: 0;
    padding-inline-end: 14px;
    padding-bottom: 8px;
    gap: 6px;
    margin-bottom: 0;
    height: 100%;
    text-align: center;
  }

  .asideCat_link.active_catlink,
  .asideCat_link:hover {
    background-color: transparent;
    border-bottom: 3px solid #f6d814;
  }

  .asideCat_list:not(.profile_list) .aslidCat_img {
    width: 12vw;
    aspect-ratio: 1;
    min-width: 12vw;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 1px;
  }

  .profile_list .asideCat_link {
    flex-direction: row !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-bottom: none !important;
    padding: 16px !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
    text-align: left !important;
    background-color: #fff;
    border: 1px solid #f0f0f0;
  }

  .profile_list .asideCat_link.active_catlink,
  .profile_list .asideCat_link:hover {
    background-color: rgba(246, 216, 20, 0.1) !important;
    border-bottom: none !important;
    color: #000 !important;
    font-weight: 500 !important;
  }

  .profile_list .aslidCat_img {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    max-width: 54px !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .login_wrap {
    padding: 18px 16px;
  }

  .cartSide_content .product_cardN1 .absAdd_fav {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    background-color: #f6d814;
  }

  .dishs_num {
    display: none;
  }

  .categ_ctitle {
    font-size: 12px;
  }

  .main_bodyTop {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .intro__section {
    margin-bottom: 31px;
  }

  .intro__section .ontop_item {
    min-height: 250px;
    height: 250px;
  }

  .intro__section .absFR_Img {
    width: 21px;
  }

  .intro__section .absFR_Img.abs1st_fruit {
    top: 11px;
  }

  .intro__section .absFR_Img.abs2nd_fruit {
    bottom: 11px;
  }

  .orderMD_one {
    order: 0;
  }

  .orderMD_two {
    order: 1;
  }

  .orderMD_three {
    order: 2;
  }

  .wow {
    animation: none !important;
  }

  .topSec_wrap {
    position: relative;
    z-index: 2;
    padding: 35px 0 16px 0;
    max-width: 170px;
  }

  .topSec_wrap .main_bttn {
    font-size: 6px;
    padding: 3px 13px;
    height: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .topSec_wrap>h2 {
    font-size: 12px;
  }

  .topSec_wrap>h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .topSec_wrap>p {
    font-size: 5px;
    margin-bottom: 13px;
  }

  .delivery_cardN .delivery_titleN {
    font-size: 13px;
  }

  .delivery_cardN .deliv_thumbN {
    width: 40%;
  }

  .offerCont_box {
    padding-inline-end: 0;
    padding-inline-start: 20px;
  }

  /*.trendCont_box {*/
  /*  align-items: center;*/
  /*  text-align: center;*/
  /*}*/
  /*.trendCont_box .content_bInfo .kcal_flex {*/
  /*  justify-content: center;*/
  /*}*/
  .banner_desCont h3 {
    font-size: 14px;
  }

  .banner_desCont p {
    font-size: 12px;
    padding-inline-start: 0;
  }

  .contctop_row {
    padding: 10px 0 !important;
    border-bottom: 0 !important;
  }

  .navbar-brand {
    margin: 0 auto;
  }

  .navbar-brand img {
    width: 156px;
  }

  .search_form {
    width: 100%;
  }

  .search_input {
    width: 100%;
    border: 1px solid #DADADA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .d__mob__none {
    display: none;
  }

  .wide_padding {
    padding: 40px 0;
  }

  .secPadding {
    padding: 20px 0;
  }

  .midPadding {
    padding: 16px 0;
  }

  .trending_section {
    padding: 40px 0 !important;
  }

  .trending_section::before {
    display: none;
  }

  .trending_section .title_wrapper {
    text-align: start !important;
  }

  .trending_section .slick-prev,
  .trending_section .slick-next {
    top: -30px;
  }

  .mbttom_75 {
    margin-bottom: 15px !important;
  }

  .mt_90 {
    margin-top: 11px;
  }

  .collectM_column {
    padding-block: 40px 70px;
  }

  .banner_section {
    margin: 10px 0 10px 0;
  }

  .categ_cardN1 {
    gap: 8px;
    margin-bottom: 10px;
  }

  .title_wrapper h3,
  .more_link {
    font-size: 16px;
    line-height: normal;
  }

  .collectM_column h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .collectM_column p {
    font-size: 10px;
  }

  .title_wrapper h5 {
    font-size: 9px;
  }

  .hidden_bttns {
    display: flex;
  }

  .search_input::placeholder {
    color: #747070;
  }

  .collect_cardN1 {
    height: 317px;
  }

  .collect_cardN1 .collect_overlay {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .collect_cardN1 .collect_overlay h3 {
    font-size: 24px;
    padding: 0 24px;
  }

  .BrownCont_bk {
    padding: 16px 24px;
  }

  .go-top {
    bottom: 80px;
  }

  .reviewOne_cardN1,
  .wishlistOne_cardN1 {
    justify-content: center;
    text-align: center;
  }

  .wishOne_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pro_title {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .content_bInfo {
    gap: 4px;
  }

  .content_bInfo .carbIN_flex {
    font-size: 9px;
    gap: 0;
    padding-inline-end: 3px;
    /*flex-direction: column;*/
    /*align-items: center;*/
  }

  .content_bInfo .health_status {
    font-size: 12px;
  }

  .content_bInfo .pro_price {
    font-size: 14px;
    order: 4;
  }

  .content_bInfo .kcal_flex {
    font-size: 12px;
    line-height: 22px;
  }

  .product_cardN1 {
    margin-bottom: 10px;
  }

  .product_cardN1 .content_box {
    padding: 8px 0;
  }

  .main_bttn {
    font-size: 14px;
    line-height: 100%;
    height: 34px;
    padding: 8px 27px;
  }

  .product_cardN1 .main_bttn,
  .trend_cardN1 .main_bttn {
    font-size: 9px;
    height: 26px;
    padding: 3px;
    border-radius: 11px;
  }

  .contBX_details {
    font-size: 11px;
    gap: 6px;
    margin-bottom: 14px;
  }

  .bannThumb_wrap .bannThumb_abs {
    width: 44px;
  }

  .bannerDes_flex {
    align-items: flex-start;
  }

  .fruit_thumb {
    width: 24px;
  }

  .slick-prev,
  .slick-next {
    top: -80px;
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .slick-next {
    right: 30px;
  }

  .slick-prev {
    right: 63px;
  }

  .offerCont_box .offer_titleN {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .offerCont_box p {
    font-size: 6px;
    line-height: 10px;
    margin-bottom: 5px;
  }

  .offerCont_box .offer_PriceN {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 4px;
  }

  .main_bttn.LG_bttn {
    height: 24px;
    font-size: 7px;
    padding: 3px;
  }

  .main_bttn.LG_bttn .arrow_icon {
    width: 17px;
    height: 17px;
    font-size: 8px;
  }

  .offerThumb_link,
  .offerThumb_img {
    width: 94px;
  }

  .offer_cardN1 {
    padding: 8px;
    border-radius: 213px;
    -webkit-border-radius: 213px;
    -moz-border-radius: 213px;
    -ms-border-radius: 213px;
    -o-border-radius: 213px;
    width: calc(100% - 5px);
  }

  .title_wrapper h2 {
    font-size: 32px;
    margin-top: -14px;
  }

  .title_wrapper p {
    font-size: 12px;
  }

  .collectM_column .buttons_wrapper {
    gap: 1px;
  }

  .footer_logo {
    margin-bottom: 6px;
  }

  .downloadMB_title {
    font-size: 8px;
    margin-bottom: 6px;
  }

  .download_bttn,
  .download_bttn img {
    width: 80px;
  }

  .footer_title {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .footer_list .footer_link {
    font-size: 8px;
    margin-bottom: 2px;
  }

  .sidebar-wrapper .absMenu_inner .social_link {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #434345;
    border-color: #434345;
  }

  .textMenu_cont p {
    font-size: 14px;
  }

  .footer {
    margin-top: unset;
    background-image: unset;
    background-color: #373737;
  }

  .footer_wrapper {
    padding-top: 20px;
  }

  .footer_list {
    margin-bottom: 12px;
  }

  .trend_cardN1 {
    width: calc(100% - 10px);
  }

  .content_bInfo .fats_info {
    gap: 4px;
  }

  .copyRights__wrap {
    padding-bottom: 80px;
  }

  .ordItem_cardNSM {
    flex-wrap: wrap;
  }

  .banner_container {
    /* padding: 10px 16px; */
  }

  .banner_container::before {
    height: auto;
  }
}

/*** md secreens ***/
@media (min-width: 768px) {
  .alignMD__center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*** mobile secreens ***/
/*** small secreens ***/
@media (max-width: 575.98px) {
  .sidebar-wrapper.wideSide_menu {
    width: 100%;
  }

  .copyFlex_between {
    justify-content: center !important;
  }

  .footer_UList {
    gap: 20px;
  }

  .statusW_table {
    font-size: 10px;
  }

  .statusW_table .eye-icon {
    width: 16px;
    height: 16px;
  }

  .statusW_table th,
  .statusW_table td {
    padding: 10px 8px;
  }

  .prodslide_details .gallery-top {
    width: 90%;
    height: 400px;
  }

  .prodslide_details .gallery-thumbs .swiper-slide {
    width: 70px;
    height: 88px !important;
  }

  .ProSizeTable_wrapper {
    width: unset;
    overflow-x: auto;
  }

  .productSize_table th,
  .productSize_table td {
    padding: 10px 16px;
  }

  .proDet_tabs .nav-link {
    padding: 16px;
  }

  .trendCont_box {
    padding: 60% 18px 18px 18px;
    min-height: 270px;
  }

  .productOne_itemN {
    padding-inline-end: 8px;
  }

  .products_slider .product_cardN1 {
    min-height: 350px;
  }

  .healthy_slider .trend_cardN1 {
    min-height: 230px;
  }

  .trending_slider .trend_cardN1 {
    min-height: 330px;
  }

  .content_bInfo {
    flex: 1;
    justify-content: space-between;
  }

  .products_slider {
    margin-inline: -8px;
  }

}


/*new doba css*/
.navbar-brand {
  height: 60px;
}

.navbar-brand img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

#boxProductTab {
  width: 100%;
}

#boxProductTab li {
  font-size: 12px
}

#boxProductTab li button {
  color: #f6d814
}

#boxProductTab li button.active {
  background: #f6d814;
  color: #ffffff
}

.product_cardN1 .content_box {
  padding: 10px;
}


.slick-track {
  display: flex;
  align-items: stretch;
}

.slick-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

/*.slick-slide > * {*/
/*  height: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/

/* Make all slider items have equal height */
/*.slick-slide:not(.slick-cloned) {*/
/*  display: flex;*/
/*  align-items: stretch;*/
/*}*/

/* Ensure card containers stretch to fill height */
.trendOne_slide,
.productOne_itemN,
.offerOne_slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.trend_cardN1,
.offer_cardN1,
.box_cardN1,
.categ_cardN1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* Make content boxes flexible to push buttons to bottom */
.trendCont_box,
.product_cardN1 .content_box,
.offerCont_box,
.contBX_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Push buttons to bottom */
.trendCont_box .buttons_wrapper,
.product_cardN1 .content_box .buttons_wrapper,
.offerCont_box .buttons_wrapper,
.contBX_box .buttons_wrapper {
  margin-top: auto;
}

.trendThumb_link {
  position: relative;
}

.cart_items_slider textarea.login_input {
  width: 50%;
}

.modal-footer {
  justify-content: space-between;
}

/* Remove border-radius from all buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.main_bttn,
.main_bttn.mid_bttn,
.main_bttn.wide_bttn,
.main_bttn.white_bttn,
.main_bttn.login_bttn,
.main_bttn.half_bttn,
.main_bttn.LG_bttn,
.main_bttn.pay_bttn,
.main_bttn.apply_bttn,
.main_bttn.check_bttn,
.transbrder_bttn,
.langMD_bttn,
.edit_bttn,
.delete_bttn,
.fav_bttn,
.accordion-button,
.slick-dots li button,
.menu-tabs .tabs_arrow,
.menu-tabs .inner_tabs .tab_one,
.downSM_bttn,
.absAdd_fav,
.number__spinner .ns-btn a {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}


.alert {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

/* =========================================
   Profile Sidebar Redesign (tabs.blade.php)
   ========================================= */

.profile-body {
  background-color: #f8f9fa;
}

@media (min-width: 992px) {
  .tabs-wrapper {
    background: #111;
    border-radius: 24px;
    padding: 30px 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 100px;
  }

  .tabs-header {
    padding-bottom: 25px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 25px;
    text-align: center;
  }

  .tabs-title {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 6px;
    color: #fff;
    letter-spacing: -0.5px;
  }

  .tabs-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    font-weight: 500;
  }

  .tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .tabs-nav .nav-item {
    margin: 0;
  }

  .tabs-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
    gap: 15px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .tabs-nav .nav-link .icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
  }

  .tabs-nav .nav-link .tab-icon {
    width: 22px;
    height: 22px;
    filter: invert(1) brightness(2);
    opacity: 0.8;
    transition: all 0.4s ease;
  }

  /* Hover State */
  .tabs-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);
  }

  .tabs-nav .nav-link:hover .icon-box {
    background: #f6d814;
    box-shadow: 0 4px 12px rgba(246, 216, 20, 0.2);
  }

  .tabs-nav .nav-link:hover .tab-icon {
    filter: none;
    opacity: 1;
  }

  /* Active State */
  .tabs-nav .nav-link.active {
    background: #f6d814;
    color: #000;
    border-color: #f6d814;
    box-shadow: 0 8px 20px rgba(246, 216, 20, 0.25);
  }

  .tabs-nav .nav-link.active .icon-box {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .tabs-nav .nav-link.active .tab-icon {
    filter: none;
    opacity: 1;
  }

  /* Logout Special Style */
  .tabs-nav .nav-link.logout-link:hover {
    background: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.3);
    color: #ff4d5e;
  }

  .tabs-nav .nav-link.logout-link:hover .icon-box {
    background: #dc3545;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
  }

  /* RTL Support for Desktop */
  [dir="rtl"] .tabs-nav .nav-link {
    font-family: 'Cairo', sans-serif;
  }
}



/* =========================================
   Profile Content Overhaul Styles
   ========================================= */

/* Global Content Containers */
.proCont_wrapper {
  padding-bottom: 50px;
}

.profile-section-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile-content-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

/* VIP Points Card */
.vip-points-card {
  background: linear-gradient(135deg, #000 0%, #000 100%);
  border-radius: 28px;
  padding: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.vip-points-card img {
  filter: brightness(0) invert(1);
}

.vip-points-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: rgba(246, 216, 20, 0.1);
  filter: blur(80px);
  border-radius: 50%;
}

.vip-points-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.vip-points-value {
  font-size: 48px;
  font-weight: 900;
  color: #f6d814;
  line-height: 1;
}

.vip-points-value small {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 10px;
}

.vip-target-info {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vip-progress-container {
  margin-top: 20px;
}

.vip-progress-bar {
  height: 12px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  overflow: hidden;
}

.vip-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #f6d814, #ffd700);
  box-shadow: 0 0 15px rgba(246, 216, 20, 0.4);
  border-radius: 10px;
  transition: width 1s ease-out;
}

.vip-rule-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}

/* Premium Tickets (Vouchers) */
.premium-ticket {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f1f1;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.premium-ticket::before,
.premium-ticket::after {
  content: \\;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #f8f9fa;
  /* Matches page background */
  border-radius: 50%;
  z-index: 1;
}

.premium-ticket::before {
  left: -10px;
  border: 1px solid #f1f1f1;
}

.premium-ticket::after {
  right: -10px;
  border: 1px solid #f1f1f1;
}

.ticket-divider {
  border-left: 2px dashed #f1f1f1;
  height: 80px;
  margin: 0 10px;
}

.ticket-discount {
  font-size: 32px;
  font-weight: 900;
  color: #f6d814;
  line-height: 1;
}

.ticket-discount small {
  font-size: 14px;
  display: block;
  color: #999;
}

/* Info Item Card */
.info-item-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.info-item-card:hover {
  border-color: rgba(246, 216, 20, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.info-label {
  font-size: 13px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.info-value {
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

/* Wallet Styles */
.wallet-premium-card {
  background: linear-gradient(135deg, #f6d814 0%, #ffd700 100%);
  border-radius: 30px;
  padding: 40px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 20px 40px rgba(246, 216, 20, 0.2);
  position: relative;
  overflow: hidden;
}

/* Modal Premium Redesign */
.modal-content {
  border: none;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.1);
}

.modal-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 30px 40px;
}

.modal-title {
  font-weight: 800;
  font-size: 22px;
  color: #111;
}

.modal-body {
  padding: 40px;
}

.modal-footer {
  padding: 30px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  background: #fcfcfd;
}

.premium-input {
  background-color: #f8f9fa !important;
  border: 2px solid #f1f1f1 !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
  transition: all 0.3s ease !important;
  font-weight: 600 !important;
  color: #333 !important;
}

.premium-input:focus {
  border-color: #f6d814 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(246, 216, 20, 0.15) !important;
}

.form-label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  color: #555;
}

.premium-modal-btn {
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

#profile-address-map-container {
  height: 400px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.wallet-premium-card .label {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 10px;
}

.wallet-premium-card .balance {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 25px;
}

/* RTL Adjustments */
[dir="rtl"] .premium-ticket::before {
  right: -10px;
  left: auto;
}

[dir="rtl"] .premium-ticket::after {
  left: -10px;
  right: auto;
}

[dir="rtl"] .info-item-card {
  text-align: right;
}

/* Order Premium Card Styles */
.order-premium-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.order-premium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.order-top-bar {
  background: #fcfcfd;
  padding: 20px 30px;
  border-bottom: 1px solid #f8f9fa;
}

.small-label {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.order-id {
  font-weight: 800;
  font-size: 18px;
  color: #111;
}

.order-meta {
  font-weight: 600;
  font-size: 14px;
  color: #555;
}

.sep-line {
  width: 1px;
  height: 30px;
  background: #eee;
}

.status-badge {
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}

.status-delivered,
.status-completed {
  background: #f6d814;
  color: #000;
}

.status-pending {
  background: #fff5f5;
  color: #dc3545;
}

.status-processing {
  background: #f0f4ff;
  color: #3b82f6;
}

.order-items-preview {
  padding: 25px 30px;
}

.item-mini-card {
  background: #f9f9fb;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  gap: 15px;
  align-items: center;
  height: 100%;
}

.item-thumb {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
}

.item-name {
  font-weight: 700;
  font-size: 14px;
  color: #111;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-qty,
.item-price {
  font-size: 12px;
  font-weight: 600;
  color: #777;
}

.item-price {
  color: #f6d814;
  font-weight: 800;
}

.more-items {
  justify-content: center;
  font-weight: 800;
  color: #999;
  background: #f1f1f3;
}

.order-bottom-bar {
  padding: 20px 30px;
  border-top: 1px solid #f8f9fa;
  background: #fcfcfd;
}

.payment-info {
  font-size: 14px;
  font-weight: 600;
  color: #777;
}

.payment-status-badge {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 5px;
  margin-left: 8px;
}

.payment-status-badge.paid {
  background: #ecfdf5;
  color: #10b981;
}

.payment-status-badge.unpaid {
  background: #fff1f2;
  color: #f43f5e;
}

.order-total .label {
  font-size: 13px;
  font-weight: 700;
  color: #999;
  margin-right: 10px;
}

.order-total .amount {
  font-weight: 900;
  font-size: 22px;
  color: #000;
}

[dir="rtl"] .order-total .label {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .payment-status-badge {
  margin-left: 0;
  margin-right: 8px;
}

/* Profile Orders Tracking Styles */
.bg-light-soft {
  background-color: #fcfcfd;
}

.fw-800 {
  font-weight: 800;
}

.order-tracking-collapse {
  overflow: hidden;
  transition: all 0.4s ease;
}

.btn-track-toggle {
  min-width: 140px;
}

/* Progress Steps Styling (Adapted for Horizontal) */
.progress-steps-premium.horizontal-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 10px;
  margin-top: 20px;
}

.progress-steps-premium.horizontal-steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  height: 3px;
  background: #eee;
  z-index: 1;
}

.step-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.step-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 3px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ccc;
  transition: all 0.4s ease;
  margin-bottom: 8px;
}

.step-label {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  text-align: center;
}

.step-item.active .step-icon {
  border-color: #f6d814;
  color: #000;
  box-shadow: 0 0 10px rgba(246, 216, 20, 0.3);
}

.step-item.active .step-label {
  color: #000;
}

.step-item.completed .step-icon {
  background: #f6d814;
  border-color: #f6d814;
  color: #000;
}

.fa-spin-slow {
  animation: fa-spin 3s infinite linear;
}

@media (max-width: 768px) {
  .progress-steps-premium.horizontal-steps {
    flex-direction: column;
    gap: 20px;
    padding-left: 10px;
  }

  .progress-steps-premium.horizontal-steps::before {
    display: none;
  }

  .step-item {
    flex-direction: row;
    width: auto;
    gap: 15px;
    align-items: center;
  }

  .step-icon {
    margin-bottom: 0;
  }

  .step-label {
    text-align: left;
  }
}

/* Profile Account Info Styles */
.account-info-grid {
  display: grid;
  gap: 20px;
}

.info-actions {
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.edit-controls {
  display: none;
  align-items: center;
}

.edit-circle-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.edit-circle-btn:hover {
  background: #f6d814;
  color: #000;
  border-color: #f6d814;
  transform: scale(1.1);
}

.btn-light-danger {
  background: #fff5f5;
  color: #dc3545;
  border: none;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-content {
  flex: 1;
}

.country-pill {
  background: #f1f1f1;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 13px;
  color: #666;
  margin-right: 5px;
  font-weight: 700;
}

.select-country-inline {
  width: 90px !important;
  border-radius: 12px 0 0 12px !important;
  border-right: none !important;
}

#phone {
  border-radius: 0 12px 12px 0 !important;
}

.input-group {
  display: flex;
  width: 100%;
}

/* Vouchers Styling */
.premium-ticket {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  display: flex;
  min-height: 140px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.premium-ticket::before,
.premium-ticket::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f8f9fa;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  left: 35%;
  margin-left: -11px;
  z-index: 2;
}

.premium-ticket::before {
  top: -11px;
}

.premium-ticket::after {
  bottom: -11px;
}

.ticket-left {
  width: 35%;
  padding: 25px;
  background: #fcfcfd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 2px dashed #f1f1f1;
}

.ticket-right {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ticket-discount {
  font-size: 30px;
  font-weight: 900;
  color: #f6d814;
  line-height: 1;
}

.ticket-discount small {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}

.code-label {
  font-size: 11px;
  color: #999;
  font-weight: 700;
  display: block;
}

.code-value {
  font-size: 14px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}

.meta-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #555;
}

.meta-item i {
  color: #f6d814;
}

@media (max-width: 576px) {
  .premium-ticket {
    flex-direction: column;
  }

  .ticket-left {
    width: 100%;
    border-right: none;
    border-bottom: 2px dashed #f1f1f1;
    padding: 20px;
  }

  .premium-ticket::before,
  .premium-ticket::after {
    left: auto;
    top: 35%;
    margin-top: -11px;
  }

  .premium-ticket::before {
    left: -11px;
  }

  .premium-ticket::after {
    right: -11px;
  }

  .info-item-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-actions {
    width: 100%;
    margin-top: 15px;
    justify-content: flex-start;
  }
}

/* Profile Tabs Mobile Styles */
@media (max-width: 991px) {
  .profile-tabs-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    background-color: #111;
    border: 2px solid rgba(246, 216, 20, 0.5);
    border-radius: 12px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  .profile-tabs-toggle .toggle-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  .profile-tabs-toggle .toggle-icon {
    font-size: 14px;
    color: #f6d814;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .profile-tabs-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
  }

  #profileTabsList {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    list-style: none;
    padding: 0;
    background: #111;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
  }

  #profileTabsList.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .tabs-nav {
    list-style: none;
    padding: 10px;
    margin: 0;
  }

  .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .nav-link.active {
    background-color: #f6d814;
    border-color: #f6d814;
    color: #000;
    font-weight: 700;
  }

  .nav-link.active .tab-icon {
    filter: none;
    opacity: 1;
  }

  .tab-icon {
    width: 20px;
    height: 20px;
    filter: invert(1) brightness(2);
    opacity: 0.7;
  }

  .nav-link.logout-link {
    color: #ff4d5e;
    background-color: rgba(220, 53, 69, 0.05);
  }
}



.custom_dropdown.active .dropdown_options {
   overflow-y: scroll!important;
}
