@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.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: "Inter", 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: "Baloo Bhaijaan 2", 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: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #B0D237;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  text-transform: capitalize;
  color: #000;
}

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: #B0D237;
}

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: "Open Sans", 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;
}

.loader {
  width: 120px;
  height: 120px;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #B0D237 #B0D237 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #B0D237 #B0D237;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.loader::before {
  width: 70px;
  height: 70px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

.absLoader_logo {
  position: absolute;
  height: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.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 {
  width: 24px;
  height: 24px;
}

.search_input {
  width: 288px;
  height: 44px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #7B7B7B;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  color: #0E0E0E;
  font-size: 14px;
}

.search_input::placeholder {
  color: #0E0E0E;
  font-size: 14px;
}

.search_input.full_Width {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

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

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

.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;
}

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

.navbar_toggler {
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #292D32;
  width: 24px;
  height: 24px;
}

.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: #B0D237;
}

.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: "Open Sans", 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;
}

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

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

.sidebar-wrapper .nav-link {
  color: #B0D237 !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 .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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.main_bttn.white_bttn {
  background-color: transparent;
  border-color: #B0D237;
  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: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 8px;
  padding-inline-start: 23px;
}

.main_bttn.LG_bttn .arrow_icon {
  color: #01693A;
  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: #AACC3B;
}

.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;
}

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

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

.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: #B0D237;
}

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

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

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

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

.mob_link {
  color: #0E0E0E;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
border: 1px solid #AACC3B;
    height: 26px;
    width: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

/*.mob_link.asideMob_link {*/
/*  width: 66px;*/
/*  height: 26px;*/
/*  border: 1px solid #AACC3B;*/
/*  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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  direction: ltr;
}

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

[dir="rtl"] .intro__section .absTop_cover {
  right: 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: #B0D237;
  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_cardN {
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  padding-inline-start: 8%;
  aspect-ratio: 406/140;
  border: 1px solid #AACC3B;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

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

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

.nav-pills.delivery_pills {
  width: 100%;
  gap: 28px;
}

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

.nav-pills.delivery_pills .nav-link.active,
.nav-pills.delivery_pills .show > .nav-link {
  color: #292D32;
  background-color: #E9F2CC;
  border-width: 2px;
}

/*** notification menu ***/
.desktopSide_menu {
  position: relative;
  padding: 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.desktopSide_menu .cartSide_content {
  flex: 1;
}

.desktopSide_menu .fixbttom_bttns {
  border-top: 1px solid #B0D237;
  padding-top: 20px;
  flex-direction: column;
}

.desktopSide_menu .product_cardN1 {
  display: flex;
  flex-direction: row !important;
  padding: 0 5px;
}

.desktopSide_menu .product_cardN1 .prodThumb_link {
  width: 80px;
  flex-shrink: 0;
}

.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: 14px 0 0 0;
  -webkit-border-radius: 14px 0 0 0;
  -moz-border-radius: 14px 0 0 0;
  -ms-border-radius: 14px 0 0 0;
  -o-border-radius: 14px 0 0 0;
}

.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: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  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: #B0D237;
  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: Inter;
  font-weight: 600;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: -26px;
}

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

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

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

.product_cardN1 {
    height: 100%;
    display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.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 #B0D237;*/
/*  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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

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

.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: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

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

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

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

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

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

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

.content_bInfo .pro_price {
  font-size: 24px;
  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: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.absAdd_fav:hover, .absAdd_fav:focus {
  background-color: #B0D237;
}

.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: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 160px 20px 33px 20px;
}

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

.trendThumb_link {
  display: block;
  width: calc(100% - 32px);
  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: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.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;
}

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

.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;
}

.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;
}

.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: #8EA449;
}

.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);
}

.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;
}

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

/*** start banner section ***/
.banner_section {
  margin: 10px 0 0px 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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
} */
.banner_container > .row {
    position: relative;
    z-index: 3;
}
.alignMob_End {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.banner_desCont h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0px;
  margin-bottom: 2px;
}

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

.banner_desCont p {
  font-family: "Jost", 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: #B0D237;
}

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

.banner_slider {
  position: relative;
}

.banner_slider.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}

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

.banner_image_wrapper {
  width: 100%;
  max-height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.banner_full_image {
  width: 100%;
  height: auto;
  max-height: 450px;
  display: block;
  object-fit: cover;
}

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

.banner_link:hover {
  opacity: 0.95;
}

.banner_slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.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: #E4EDC7;
  border-radius: 900px;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  -ms-border-radius: 900px;
  -o-border-radius: 900px;
  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;
}

/*** 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 {
  font-family: "Open Sans", sans-serif;
  background-image: url(../img/ft.png);
  margin-top: -120px;
}

.footer_wrapper {
  padding-top: 150px;
}

.footer_wrapper * {
  color: #F0F0F0;
}

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

.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: #B0D237;
}

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

.social_link {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border: 1px solid #FDFDFD;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #FDFDFD;
  font-size: 26px;
}

.social_link:hover {
  background-color: #B0D237;
}

.copyRights__wrap .run_block {
  display: block;
  margin-inline-start: auto;
  max-width: 50px;
}

.copyRights__wrap .run_block .run_thumbN {
  max-width: 50px;
}

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

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

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

/*** login page ***/
.login_section {
  font-family: "Open Sans", 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: #32794F !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: #B0D237;
  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 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.breadcrumb a {
  color: #B0D237;
}

.breadcrumb-item {
  display: flex;
  padding-inline-end: 8px;
}

.breadcrumb-item.active {
  color: #000;
}

.breadcrumb-item::before {
  float: none;
  padding: 0;
  margin: 0 8px;
  content: url(../img/back.svg);
  width: 20px;
  height: 30px;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  margin: 0 8px;
  content: url(../img/back.svg);
}

.asideCat_column {
  background-color: #fff;
  padding: 66px 27px 66px 80px;
  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;
}

.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: 12px;
}

.asideCat_link.active_catlink, .asideCat_link:hover {
  color: #000;
  font-weight: 500;
  background-color: #E4EDC7;
}

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

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

.proCont_wrapper {
  font-family: "Open Sans", sans-serif;
}

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

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

.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: #fff;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  height: 16px;
  overflow: visible;
  margin-bottom: 30px;
}

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

.progress-bar::before {
  position: absolute;
  top: -20px;
  right: -20px;
  content: url(../img/run.svg);
}

[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;
}

.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 #AACC3B;
  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 #AACC3B;
}

.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 #AACC3B;
  border-bottom: 1px solid #AACC3B;
}

.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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: #299A00;
}

.orderNO_state {
  color: #151313;
}

/*** orders page ***/
.ordWhite_cardN {
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

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

.nutrition_cardN {
  background-color: #E4EDC7;
  padding: 33px 21px 13px 21px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

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

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

.nutrInfo_row .nutrInfo_desc {
  color: #000;
}

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

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

.text_cont {
  margin-bottom: 40px;
}

.text_cont p {
  margin-bottom: 0;
}

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

.accordion-button {
  background-color: #E4EDC7 !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: #B0D237;
}

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

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

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

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

.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: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !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: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.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: "Lato" , 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: #B0D237;
  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: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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 {
  width: 15px;
  height: 15px;
  padding:0 0.7em;
  background: url(../img/trash.svg);
  background-repeat: no-repeat;
}

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

.swal2-styled.swal2-confirm {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #B0D237;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 16px 48px;
  height: 48px !important;
}

.swal2-styled.swal2-cancel {
  display: flex !important;
  align-items: center !important;
  color: #B0D237;
  border: 1px solid #B0D237;
  background-color: #fff !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  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: #B0D237;
}

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

.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: #AACC3B;
  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 #B0D237;
  background-color: #fff;
}

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

.visaOne_cIMG {
  max-width: 113px;
}

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

.ordGreen_cardN1 {
  padding: 37px 49px;
  background-color: #E4EDC7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: #E4EDC7;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

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

[dir="rtl"] .asidebranch_linNkn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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: #AACC3B;
  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 {
  position: fixed;
  bottom: 130px;
  right: 0;
  gap: 7px;
  z-index: 99;
}

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

.aside_SocICON, .aside_SocICON img {
  display: block;
  width: 46px;
  height: 48px;
  flex-shrink: 0;
}

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

.fixBttom_Menu .fixBttom_Mlist {
  gap: 7px;
}

.fixBttom_Mlink {
  gap: 8px;
  font-family: "Open Sans", sans-serif;
  color: #AEAEAE;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
}

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

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

.fixBttom_Mlink.active_Mlink {
  color: #373737;
}

.fixBttom_Mlink.active_Mlink .fixBttom_Micon {
  filter: invert(1);
  -webkit-filter: invert(1);
}

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

.fixBttom_Mlink.home_Mlink.active_Mlink .home2_icon {
  display: inline-block;
  filter: unset;
  -webkit-filter: unset;
}

.fixBttom_Mlink.center_Mlink {
  background-color: #AACC3B;
  box-shadow: 0px 2px 14px 0px rgba(8, 112, 217, 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;
}

/*** 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: #AACC3B;
}

.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;
  }
  .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: 80%;
    margin: auto;
  }
}

@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: #AACC3B;
    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: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .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: #E4EDC7;
    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: #474F2E;
    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 #E4EDC7;
    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 #AACC3B;
  }
  .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;
  }
  .login_wrap {
    padding: 18px 16px;
  }
  .cartSide_content .product_cardN1 .absAdd_fav {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    background-color: #B0D237;
  }
  .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 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .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 0px 0;
    padding: 0 20px;
  }
  .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: 11px;
    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% 4px 18px 4px;
    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:#B0D237
}
#boxProductTab li button.active{
   background:#B0D237;
    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;
}
