@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.mainFlex, .loader-container, .dropdown-toggle, .buttons_wrapper, .main_bttn, .topLinks_flex, .absCrt_num, .intOne_cardN1, .swiper-button-next,
.swiper-button-prev, .product_card, .sale_span, .offerS_section, .submit_bttn, .contact_label, .cont_bttn, .have_account, .logSocial_flex, .logSocial_link, .absinput_icon, .favCard_bttn, .colors_flexN, .new_abSpan, .filterSM_button, .number__spinner, .number__spinner .ns-btn, .number__spinner .ns-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.start_Flex, .contact_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.end_Flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.column_flex, .contactOne_cardN, .success_FlexN {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.EndCol_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.between_Flex, .inProdcut_between, .filterSM_cardN, .filter_buttons, .innaccord_title, .top_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.background_cover, .dropdown-toggle::before, .mainlink_icon, .intOne_cardN1, .product_card, .offerS_section, .contact_title::before {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.wide_padding {
  padding: 100px 0;
}

.secPadding {
  padding: 60px 0;
}

.midPadding {
  padding: 40px 0;
}

.mbttom_60 {
  margin-bottom: 60px;
}

.mbttom_100 {
  margin-bottom: 100px;
}

/* --- 1. Normal (Regular) Weight --- */
@font-face {
  font-family: 'Rondal';
  src: url("../fonts/Rondal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* --- 2. Semibold Weight --- */
@font-face {
  font-family: 'Rondal';
  src: url("../fonts/Rondal-Semibold.woff") format("woff");
  font-weight: 600;
  /* Maps to 'semibold' */
  font-style: normal;
  font-display: swap;
}

/* --- 3. Bold Weight --- */
@font-face {
  font-family: 'Rondal';
  src: url("../fonts/Rondal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'vanity';
  src: url("../fonts/vanity.bold.ttf") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Rondal', sans-serif;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  background-color: #E6D7C4;
  direction: ltr !important;
  text-align: left;
}

[dir="rtl"] body {
  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: 10px;
}

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

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

::-webkit-scrollbar-thumb {
  background: #F0E1CE;
  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: #F0E1CE;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'vanity', sans-serif;
  color: #032B23;
  line-height: 100%;
  font-weight: 700;
  text-transform: capitalize;
}

p {
  color: #032B23;
}

.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background: #032B23;
  z-index: 10000;
}

.loader {
  width: 120px;
  height: 120px;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #032B23 #032B23 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 #032B23 #032B23;
  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;
  width: 120px;
  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%);
}

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

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

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

p {
  color: #032B23;
  font-size: 16px;
  margin-bottom: 12px;
}

button, button:focus {
  outline: none;
  box-shadow: none;
}

input:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.dropdown-toggle {
  gap: 8px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding-inline-end: 30px;
}

.dropdown-toggle:hover, .dropdown-toggle.show {
  background-color: transparent;
}


.dropdown-toggle::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  right: 0;
  background-image: url(../images/lang.svg);
  background-size: 24px 24px;
}

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

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

/*start header navbar */
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff !important;
  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.5;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.sidebar-wrapper {
  display: none;
}

/*page*/
.main__header {
  background-color: #032B23;
  padding: 17px 40px;
  position: relative;
}

.contctop_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

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

.dropdown-item:hover {
  background-color: #032B23;
  color: #fff;
}

.navbar_toggler {
  background-color: transparent;
  border: none;
  font-size: 26px;
  color: #fff;
  padding: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.my__navbar {
  gap: 30px;
  justify-content: center;
}

.my__navbar .nav-item.active .nav-link {
  color: #F7AC40;
}

.my__navbar .nav-link {
  color: #F0E1CE;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  padding: 0;
}

.my__navbar .nav-link:hover,
.my__navbar .nav-link:focus {
  color: #F7AC40;
}

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

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

@keyframes moveAfter {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
}

.nav-btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex: 0;
  padding: 5px;
}

.nav-btn .btn-bar {
  position: relative;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  margin: 3px 0;
}

.btn-bar.menu {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transition: all 0.3s ease-in-out 0.5s;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -moz-transition: all 0.3s ease-in-out 0.5s;
  -ms-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
}

.btn-bar.menu:nth-child(1) {
  transform-origin: top right;
  width: 20px;
}

.btn-bar.menu:nth-child(3) {
  width: 20px;
}

.btn-bar.close {
  transform-origin: center center;
  position: absolute;
  margin-top: -1.5px;
  opacity: 0;
  top: 50%;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
}

.close:not(:last-child) {
  transform: rotate(60deg) translateX(-250%);
  -webkit-transform: rotate(60deg) translateX(-250%);
  -moz-transform: rotate(60deg) translateX(-250%);
  -ms-transform: rotate(60deg) translateX(-250%);
  -o-transform: rotate(60deg) translateX(-250%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar.close:not(:last-child) {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

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

.openMobile_menu .nav-btn .btn-bar {
  background: #000;
}

.nav-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.nav-content::after {
  background: #032B23;
  content: "";
  left: 50%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 51%;
  top: 0;
  bottom: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  z-index: 99999;
}

.sidebar-show .nav-content::after {
  left: 0;
  right: 0;
}

.buttons_wrapper {
  flex-wrap: wrap;
  gap: 30px;
}

.main_bttn {
  font-family: "Rondal", sans-serif !important;
  gap: 8px;
  min-height: 40px;
  width: fit-content;
  padding: 9px 40px;
  font-size: 18px;
  color: #fff;
  background-color: #032B23;
  border: 1px solid #032B23;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: capitalize;
}

.main_bttn:hover {
  color: #032B23;
}

.main_bttn.lG_bttn {
  min-height: 57px;
  padding: 9px 60px;
  font-size: 30px;
}

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

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

/*** start header ***/
.topLinks_flex {
  gap: 16px;
}

.mainlink_bttn {
  width: 24px;
  height: 24px;
  position: relative;
}

.mainlink_bttn .absCrt_num {
  position: absolute;
  top: -10px;
  right: -10px;
}

[dir="rtl"] .mainlink_bttn .absCrt_num {
  right: auto;
  left: -10px;
}

.absCrt_num {
  font-family: 'Inter', sans-serif;
  min-width: 18px;
  height: 18px;
  background-color: #f00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.mainlink_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100% !important;
}

.mainlink_icon.cart-icon {
  background-image: url(../images/cart.svg);
}

.mainlink_icon.cart-icon2 {
  background-image: url(../images/cart2.svg);
}

.mainlink_icon.fav-icon {
  background-image: url(../images/fav.svg);
}

.mainlink_icon.user-icon {
  background-image: url(../images/user.svg);
}

.mainlink_icon.user-icon2 {
  background-image: url(../images/user2.svg);
}

.mainlink_icon.search-icon {
  background-image: url(../images/search.svg);
}

.mainlink_icon.search-icon2 {
  background-image: url(../images/Search2.svg);
}

/* Start intro*/
.intro__section {
  margin-bottom: 40px;
}

.intOne_cardN1 {
  padding: 315px 0;
}

.intOne_cardN1 h2 {
  color: #032B23;
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
}

.intOne_cardN1 p {
  color: #F0E1CE;
  font-size: 40px;
  margin-bottom: 30px;
}

.intOne_cardN1 .main_bttn {
  font-size: 30px;
  border: 1px solid #FFF8F4;
  background-color: #032B23;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  background-color: transparent;
  border: 4px solid #fff;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: 800;
}

.swiper-button-prev {
  left: 40px;
}

.swiper-rtl .swiper-button-next {
  left: 40px;
}

/*** start products section ***/
.red_bttns .main_bttn {
  background-color: #620405;
  border-color: #620405;
}

.product_card {
  position: relative;
  width: 100%;
  aspect-ratio: 372/247;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product_card::before {
  position: absolute;
  content: '';
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 43, 35, 0.7);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product_card .product_ctitle {
  font-family: 'vanity', sans-serif;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  position: relative;
  z-index: 2;
}

.product_card:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.product_card:hover::before {
  background-color: rgba(3, 43, 35, 0.2);
}

.product_row .product_col {
  overflow: hidden;
}

.center_titlWrap {
  margin-bottom: 60px;
}

.center_titlWrap h2 {
  font-size: 64px;
  margin-bottom: 0;
}

.center_titlWrap p {
  font-size: 22px;
  margin-top: 8px;
}

.figIMg_cont {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 371/554;
  overflow: hidden;
}

.figIMg_cont img {
  width: 100%;
  aspect-ratio: 371/554;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  object-fit: cover;
}

.figIMg_cont:hover 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);
  opacity: 0.9;
}

.bestC_body {
  padding-top: 12px;
}

.bestC_title {
  font-family: 'Rondal', sans-serif;
  max-width: 222px;
  font-size: 26px;
  color: #032B23;
  font-weight: 400;
  margin-bottom: 12px;
}

.bestC_title a {
  color: inherit;
}

.bestC_number {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #F7AC40;
  margin-bottom: 12px;
}

.bestC_carrdN {
  margin: 0;
  position: relative;
}

.sale_span {
  font-family: 'vanity', sans-serif;
  position: absolute;
  top: 7px;
  right: 11px;
  padding: 3px 12px;
  background-color: #EB001B;
  color: #fff;
  font-size: 24px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: 9;
  font-weight: 600;
  border: 1px solid #F0E1CE;
}

[dir="rtl"] .sale_span {
  right: auto;
  left: 11px;
}

.rateS_flex {
  color: #F7AC40;
  font-size: 20px;
  margin-bottom: 12px;
}

/*** shop section ***/
.offerS_section {
  position: relative;
  width: 100%;
  aspect-ratio: 1408 / 612;
  margin: 70px 0;
}

.offerS_section::before {
  position: absolute;
  content: '';
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 43, 35, 0.5);
  z-index: 1;
}

.shopNow_bflex {
  width: fit-content;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

.shopNow_bflex h2 {
  font-size: 200px;
  color: #F0E1CE;
  margin-bottom: 0;
}

/*** best seller section ***/
.bestSIMG_cont {
  display: block;
  width: 100%;
  aspect-ratio: 328/326;
  overflow: hidden;
}

.bestSIMG_cont img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.BestSellers_swiper {
  padding-bottom: 300px;
}

.BestSellers_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 25px;
  bottom: 140px;
}

.BestSellers_swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #032B23;
  opacity: 1;
}

.text_slider {
  margin-top: -280px;
  margin-bottom: 160px;
}

.text_slider .caption-text {
  color: #032B23;
  max-width: 612px;
  margin: auto;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
}

/*** contact section ***/
.yellowBK_Color {
  background-color: #F0E1CE;
}

.lineSerch_input {
  display: block;
  width: 80%;
  margin: auto;
  border: none;
  border-bottom: 1px solid #032B23;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #F7AC40;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding: 4px;
}

.lineSerch_input::placeholder {
  color: #F7AC40;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

/*** start footer ***/
.footer {
  background-color: #032B23;
  padding: 47px 0;
  border-block: 1px solid #515151;
}

.footer_logo {
  display: block;
  width: 69px;
  margin-bottom: 30px;
}

.footer_logo img {
  width: 69px;
}

.footer_title {
  color: #F0E1CE;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.footer_Link {
  color: #F0E1CE;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.footer_Link:hover {
  color: #fff;
}

.social_link {
  color: #F0E1CE;
}

.form_control {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #F0E1CE;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  padding-inline-start: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #F0E1CE;
  background-color: transparent;
  margin-bottom: 28px;
}

.form_control::placeholder {
  font-size: 17px;
  font-weight: 400;
  color: #F0E1CE;
  text-transform: capitalize;
}

.submit_bttn {
  background-color: #F0E1CE;
  border: 1px solid #F0E1CE;
  color: #032B23;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  min-width: 103px;
  height: 46px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  overflow: hidden;
}

.submit_bttn:hover {
  color: #032B23;
}

.go-top {
  position: fixed;
  right: 10px;
  display: none;
  width: 50px;
  height: 50px;
  background: #F0E1CE;
  color: #032B23;
  border: 1px solid #F0E1CE;
  text-align: center;
  bottom: 10px;
  z-index: 99;
  line-height: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

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

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

/*** contact page ***/
.innerContact_section {
  padding: 9px 0 90px 0;
}

.breadcrumb {
  font-family: "Montserrat", sans-serif;
  color: #748C70;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.breadcrumb a {
  color: #748C70;
}

.breadcrumb-item.active {
  color: #032B23;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #606060;
  padding-right: 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 1rem;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0;
  padding-left: 1rem;
}

.form_cont {
  padding: 30px 0;
}

.asideTitle_wrap {
  margin-bottom: 24px;
}

.asideTitle_wrap h3 {
  font-family: "Rondal", sans-serif !important;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
}

.text_cont {
  margin-bottom: 30px;
}

.text_cont p {
  font-family: "Montserrat", sans-serif;
}

.text_cont p:not(:last-child) {
  margin-bottom: 24px;
}

.contact_title {
  align-items: flex-end;
  gap: 10px;
  font-family: "Rondal", sans-serif !important;
  color: #032B23;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}

.contact_title::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/mail.svg);
  background-size: 24px 24px;
  max-width: 30px;
}

.form_title {
  font-family: "Rondal", sans-serif !important;
  color: #032B23;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.form_cont * {
  font-family: "Montserrat", sans-serif;
}

.contact_input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #606060;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #606060;
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  padding: 9px;
  padding-inline-start: 16px;
  margin-bottom: 16px;
}

.contact_input::placeholder {
  color: #606060;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

.contact_input.grey_inputN {
  font-size: 20px;
  padding-inline-start: 50px;
  /*color: #0C0C0C;
  border-bottom-color: #ADADAD;
  color: #ADADAD;*/
  color: #1F1F1F;
  border-bottom-color: #1F1F1F;
}

.contact_input.grey_inputN::placeholder {
  font-size: 20px;
  color: #ADADAD;
}

textarea {
  resize: none;
}

textarea.contact_input {
  min-height: 40px;
}

.contact_label {
  justify-content: flex-start;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-transform: capitalize;
  color: #0C0C0C;
  margin-bottom: 16px;
}

.contact_check {
  width: 16px;
  height: 16px;
  border-color: #A2B39F !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.contact_check:checked {
  background-color: #032B23 !important;
}

.contact_check.contact_radio {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.search_form .main_bttn {
  padding: 8px 100px;
}

.width_90 {
  width: 90%;
}

.cards_cont {
  padding: 30px 0;
}

.contactOne_cardN {
  gap: 12px;
}

.contactOne_cardN h3 {
  font-family: 'Rondal', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 0;
}

.contactOne_cardN p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 0;
}

.contIcon_cont {
  width: 20px;
  aspect-ratio: 1;
}

.contIcon_cont .contIcon_img {
  width: 100%;
  height: 100%;
}

.cont_bttn {
  padding: 8px 30px;
  color: #032B23;
  font-size: 20px;
  text-transform: capitalize;
  border: 1px solid #032B23;
}

.cont_bttn:hover {
  color: #032B23;
}

/*** login page ***/
.img_cont img {
  width: 100%;
  aspect-ratio: 665/929;
}

.login_cont * {
  font-family: "Montserrat", sans-serif;
}

.login_cont .main_bttn {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 8px;
}

.login_title {
  font-family: "Rondal", sans-serif !important;
  color: #032B23;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.login_input {
  display: block;
  width: 100%;
  border: 1px solid #606060;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #032B23;
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  padding: 9px;
  padding-inline-start: 16px;
}

.login_input::placeholder {
  color: #606060;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

.have_account {
  gap: 20px;
  text-align: center;
  color: #0C0C0C;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-transform: capitalize;
  padding: 10px;
}

.have_account a {
  /* color: #748C70; */
  color: #4D5D4A;
  font-size:15px;
}

.logSocial_flex {
  gap: 17px;
  margin-bottom: 30px;
}

.logSocial_link {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.logSocial_link img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.privacy_links {
  color: #0C0C0C;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  text-transform: capitalize;
}

.privacy_links a {
  color: inherit;
  text-decoration: underline !important;
}

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

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

.absinput_icon {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 16px;
  height: 16px;
  z-index: 9;
  color: #606060;
}

.absinput_icon svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

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

/*** filter page ***/
.items_title {
  margin-bottom: 30px;
  text-align: center;
}

.items_title h3 {
  font-family: 'Rondal', sans-serif;
  color: #0C0C0C;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
}

.items_title.bold_title h3 {
  font-weight: 700;
}

.inProdcut_cardN1 {
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.inProdcut_cardN1:hover .inProdcut_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);
}

.inProdcut_cardN1 .favCard_bttn {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  cursor: pointer;
  color: #fff;
}

.inProdcut_cardN1 .new_abSpan {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
}

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

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

.favCard_bttn {
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.favCard_bttn img {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.inProdcut_thumb {
  display: block;
  width: 100%;
  aspect-ratio: 392/438;
  overflow: hidden;
}

.inProdcut_thumb .inProdcut_img {
  display: block;
  width: 100%;
  aspect-ratio: 392/438;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.inProdcut_content {
  padding: 8px;
}

.inProdcut_title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}

.inProdcut_title a {
  color: inherit;
}

.inProdcut_desc {
  color: #032B23;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.inProdcut_price {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}

.colors_flexN {
  justify-content: flex-start;
  gap: 8px;
}

.colorN_span {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.colorN_span.color_N1 {
  background-color: #7DC3EB;
}

.colorN_span.color_N2 {
  background-color: #748C70;
}

.colorN_span.color_N3 {
  background-color: #fff;
}

.colorN_span.color_N4 {
  background-color: #032B23;
}

.colorN_span.color_N5 {
  background-color: #CA2929;
}

.colorN_span.color_N6 {
  background-color: #909225;
}

.colorN_span.color_N7 {
  background-color: #D0A5EA;
}

.new_abSpan {
  padding: 8px;
  height: 32px;
  width: 86px;
  background-color: #fff;
  color: #032B23;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  text-transform: capitalize;
}

.asideMid_title {
  margin-bottom: 12px;
}

.asideMid_title h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
}

.filterSM_cardN {
  padding: 8px;
  width: fit-content;
  min-width: 184px;
  background-color: #D1D9CF;
  color: #0C0C0C;
  font-size: 18px;
  gap: 10px;
  margin-bottom: 8px;
}

.filter_buttons {
  flex-wrap: wrap;
  gap: 24px;
}

.filterSM_button {
  padding: 8px 30px;
  background-color: #032B23;
  color: #fff;
  font-size: 14px;
}

.filterSM_button.outlined_bttn {
  color: #5A6D57;
  border-color: transparent;
  background-color: transparent;
}

.filterAside_cont * {
  font-family: 'Montserrat', sans-serif !important;
}

.accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  padding: 0;
  margin-bottom: 12px;
}

.accordion-button {
  background-color: #032B23 !important;
  color: #F0E1CE !important;
  padding: 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 12px;
}

.accordion-button::after {
  width: 14px;
  height: 14px;
  background-image: url(../images/plus.svg) !important;
  background-size: 14px 14px;
  background-position: center;
}

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

.accordion-collapse {
  border: 1px solid #032B23;
  padding: 0;
  background-color: #fff;
}

.accordion-body {
  padding: 12px 16px;
}

.innaccord_title {
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  cursor: pointer;
}

.minus_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url(../images/minimize.svg);
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
}

.filter_check {
  border-color: #A2B39F !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.filter_check:checked {
  background-color: #032B23 !important;
}

/*** cart page ***/
.checkout_section * {
  font-family: 'Montserrat', sans-serif;
}

.back_link {
  display: block;
  padding: 8px 20px;
  color: #032B23;
  font-size: 14px;
  text-transform: capitalize;
}

.cart_title {
  font-family: 'Rondal', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
}

.asideSmall_title {
  margin-bottom: 60px;
}

.asideSmall_title h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.edit-address{
  color: #938d86;
  text-decoration: underline !important;
}
.checkout-addresses{
  border: 1px solid #6d6b69;
  padding: 1px 10px 0px 10px;
  font-size: 12px;
}

.orderOneSM_row {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 560px;
  overflow-y: scroll;
  /* scrollbar-width: none; */
  scrollbar-width: auto;
  scrollbar-color: #032b23 #f1f1f1;
}

/* .orderOneSM_row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
} */
.orderOneSM_row::-webkit-scrollbar {
    width: 16px;   /* أكثر سماكة من default */
    height: 16px;
}

.orderOneSM_row::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px;
}

.orderOneSM_row::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 8px;
}

.orderOneSM_cardN {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.orderOneSM_cardN .absORD_price {
  font-family: 'Rondal', sans-serif !important;
  color: #032B23;
  font-weight: 700;
  font-size: 20px;
  padding: 8px;
  min-width: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.orderOneSM_cardN .close_orderOneSM {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  z-index: 5;
}

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

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

.a-full {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.orderOneSM_img {
 /* aspect-ratio: 142/163;
  flex-shrink: 0; */
  min-width: 142px;
  width: 125px;
  aspect-ratio: 142 / 163;
  object-fit: contain;
  flex-shrink: 0;
}

.orderOneSM_cont {
  padding: 8px 9px;
}

.orderOneSM_cont h5 {
  font-size: 18px;
  margin-bottom: 12px;
}

.orderOneSM_det {
  color: #404040;
  font-size: 16px;
  margin-bottom: 8px;
}

.number__spinner {
  flex-wrap: nowrap;
  width: 80px;
  height: 36px;
  background: #D1D9CF;
  position: relative;
  z-index: 9;
}

.number__spinner .pl-ns-value {
  color: #032B23;
  font-size: 16px;
  font-weight: 400;
  width: 24px;
  height: 36px;
  text-align: center !important;
  border: none;
  background-color: transparent;
}

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

.number__spinner .ns-btn a {
  color: #032B23;
  font-size: 13px;
  width: 24px;
  height: 36px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.table.orderSum_table{
    border-bottom:1px solid #032b23;
}
.table.orderSum_table thead{
  border-bottom:1px solid #032b23;
}
.table.orderSum_table thead th {
  padding-bottom: 40px;
}

.table.orderSum_table tbody td {
  padding: 24px 0;
}

.table.orderSum_table > :not(caption) > * > * {
  background-color: transparent;
  font-size: 18px;
  color: #032B23;
  font-weight: 400;
}

.table.orderSum_table .SumTable_row td {
  padding-top: 60px;
  padding-bottom: 8px;
}

.table.orderSum_table .nY_block td {
  padding-top: 0;
  padding-bottom: 8px;
}

.total_amount p {
  /* color: #202020; */
  font-family: 'Montserrat', sans-serif;
  /* font-weight: 600; */
  /* font-size: 12px; */
  line-height: 100%;
  /* margin-bottom: 0; */
  color: #404040;
  font-size: 16px;
  margin-bottom: 10px;
}
.checkout-btn{
    font-family: 'Montserrat', sans-serif !important;
    min-height: 63px;
    width: 40%;
}
.checkout_summary_vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    margin-top: 41px !important;
}

.checkout_summary_vertical > div,
.checkout_summary_vertical > a {
    white-space: nowrap;
}
.total_text{
  font-weight: bold;
  font-size: 24px;
  color: #032B23;
}
.fa-trash-can{
  cursor: pointer;
}
.empty-cart-wrapper {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-cart {
    text-align: center;
    color: #333;
}

.empty-cart-wrapper .cart-icon {
    margin-bottom: 20px;
    color: #032b23;
  font-size: 150px;
}

.empty-cart h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.empty-cart p {
    font-size: 15px;
    color: #777;
    margin-bottom: 30px;
}

.btn-continue {
    display: inline-block;
    padding: 12px 28px;
    background-color: #032b23;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-continue:hover {
    color: #032b23;
}



/*** checkout page ***/
.hasIcon_before .login_input {
  padding-inline-start: 36px;
}

.hasIcon_before .abSefore_input {
  position: absolute;
  left: 16px;
  top: 12px;
}

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

.input16SM_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-size: 16px 16px;
  background-position: center;
}

.input16SM_icon.user_icon3 {
  background-image: url(../images/user3.svg);
}

.input16SM_icon.close_icon {
  background-image: url(../images/close.svg);
}

.input16SM_icon.phone_icon {
  background-image: url(../images/phone2.svg);
}

.input16SM_icon.mail_icon {
  background-image: url(../images/mail2.svg);
}

.input16SM_icon.flag_icon {
  background-image: url(../images/flag.svg);
}

.input16SM_icon.home_icon {
  background-image: url(../images/home.svg);
}

.input16SM_icon.city_icon {
  background-image: url(../images/city.svg);
}

.input16SM_icon.post_icon {
  background-image: url(../images/post.svg);
}

.input16SM_icon.search_icon {
  background-image: url(../images/search3.svg);
}

.asideBold_title {
  margin-bottom: 30px;
}

.asideBold_title h3 {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
}

.visaIN_title {
  margin-bottom: 30px;
}

.visaIN_title h3 {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 0;
}

.payChoose_flexN {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.payChoose_CardN1 {
  position: relative;
}

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

.payChoose_CardN1 .visaRdio_hidden:checked + .visaCard_Thumb {
  border-color: #032B23;
}

.visaCard_Thumb {
  width: 100px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid transparent;
}

.visaCard_img {
  width: 100px;
  height: 40px;
  flex-shrink: 0;
}

.visa_label {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}

.info_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url(../images/info.svg);
  background-size: 24px 24px;
  background-position: center;
}

.whats_link {
  color: #0C0C0C;
  font-size: 12px;
  text-decoration: underline !important;
}

.privacy_desc {
  color: #202020;
  font-size: 12px;
}

.privacy_desc a {
  color: inherit;
  text-decoration: underline !important;
}

.start_text {
  color: #0C0C0C;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}

.end_text {
  color: #032B23;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.grey_text {
  color: #868686;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}

.grey_text2 {
  color: #606060;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  text-transform: capitalize;
}

.bold_text {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}

.semibold_text {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  text-transform: capitalize;
}

.cartAside_cardN {
  padding: 32px 24px;
  background-color: #F0F2EF;
}

.table_text {
  color: #606060;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}

.modal-body {
  padding-bottom: 64px;
}

.modal-content {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.modal-header .my__navbar .nav-link {
  color: #032B23;
}

.modal-header .topLinks_flex {
  gap: 30px;
}

.modal-header .navbar-brand img {
  width: 85px;
}

.success_section * {
  font-family: 'Montserrat', sans-serif !important;
}

.success_FlexN {
  text-align: center;
}

.success_FlexN p {
  color: #0C0C0C;
  font-size: 20px;
  margin-bottom: 40px;
}

.success_icon {
  display: block;
  width: 65px;
  height: 65px;
  min-width: 65px;
}

.success_title {
  color: #00966D;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.sorry_title {
  color: #C30000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.gSM_desc {
  color: #404040;
  font-size: 18px;
  margin-bottom: 12px;
}

.gSM_link {
  display: block;
  color: #404040;
  font-size: 14px;
  margin-bottom: 12px;
}

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

.orSM_text {
  color: #0C0C0C;
  font-size: 20px;
  margin-bottom: 12px;
}

.pagination {
  justify-content: center;
  gap: 20px;
}

.page-link {
  background-color: #032B23;
  color: #fff;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  width: 40px;
  aspect-ratio: 1;
  text-align: center;
}

.page-link:hover {
  color: #032B23 !important;
}
.form-check .form-check-input{
    margin-left: 0.5em !important;
}
.logout-btn{
  background: none;
  border: none;
  color: #e4d8c6;
}
.nav-item .level_tMenu {
    /* position: absolute;
   /* top: 100%;
    left: 0;
    /*z-index: 999;
    right: 0;
    top: 45px !important;
    width: 775px;
    /*padding: 20px 100px; */
    background-color: #e6d7c4;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: absolute !important;
    top: 135% !important;
    left: -195% !important;
    transform: translateX(-50%);
    width: 80vw;               /* عرض مناسب للمينيو */
    max-width: 1200px;         /* أقصى عرض */
    z-index: 9999;
}

.nav-link.dropdown-toggle::before {
    display: none !important;
}
a.nav-link.dropdown-toggle.custom-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 22px;
}

a.nav-link.dropdown-toggle.custom-arrow::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='white'><path d='M7 10l5 5 5-5z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

a.nav-link.dropdown-toggle.custom-arrow {
    padding-right: 0px;
    overflow: visible !important;
}
.dropdown-toggle::after{
  margin-left :0em !important;
  font-size: 20px;
  margin-top: 10px;
  color: #b4a797;
}



.nav-item {
    position: relative;
}
.menu-col {
  display: flex;
  flex-direction: column;
  border-inline-start: 1px solid #ebedee;
}
.menu_titleN {
  color: #032b23;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 24px;
}
.menu_thumbG {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 8px;
}
.menu_tLinkSM {
  color: #202020;
  font-size: 18px;
  margin-bottom: 8px;
}
.menu_thumbG .menu_thIMG {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}
/*     الزفت بتاع الصور يبدأ هنا  */

/* .product__slider__details {
  position: relative;
  display: flex;
}
.vertical__wrap {
  width: 107px;
}
.product__slider__details .swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product__slider__details .gallery-top {
  width: 100%;
  height: 460px;
  background-color: #fff;
}
.product__slider__details .gallery-thumbs {
  height: 460px;
}
.product__slider__details .gallery-thumbs .swiper-slide {
  height: 117px;
  width: 107px;
  cursor: pointer;
}
.rateTiFlex_wrap {
  display: flex;
  align-items: center;
  color: #171717;
  font-size: 20px;
  font-weight: 400;
}
.starsRate_wrap {
  display: flex;
  align-items: center;
  margin-inline-end: 14px;
  color: rgba(245, 190, 11, 1);
}
.starsRate_wrap i{
  margin-inline-end: 6px;
}
.mainSide_price {
  color: #171717;
  font-size: 24px;
  font-weight: 500;
}
.proDetails__content p{
  color: #ABABAB;
  max-width: 460px;
  margin-bottom: 30px;
}
.size_review {
  color: #C49444;
  font-size: 16px;
  font-weight: 500;
}
.greySTc_cardBK {
  background: rgba(244, 244, 248, 0.50);
  padding: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 460px;
}
.shippingFlX_card {
  display: flex;
  align-items: center;
}
.ship1_icon {
  min-width: 57px;
  width: 57px;
  height: 57px;
  margin-inline-end: 12px;
}
.shippFlX_cont h5 {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.shippFlX_cont p {
  color: #ABABAB;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.DressClr_wrapOne {
  position: relative;
  margin-inline-end: 4px;
}
.DRESclr_radio {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.colorDRs_ch1one {
  width: 54px;
  height: 67px;
  background: #FFF;
  padding: 6px 5px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.drsOne_img {
  width: 44px;
  height: 55px;
}
.DRESclr_radio:checked+.colorDRs_ch1one {
  border: 1px solid #171717;
}
.cartBttom_FlxWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product__slider__details {
  position: relative;
  display: flex;
}
.vertical__wrap {
  width: 107px;
}
.product__slider__details .swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product__slider__details .gallery-top {
  width: 100%;
  height: 460px;
  background-color: #fff;
}
.product__slider__details .gallery-thumbs {
  height: 460px;
}
.product__slider__details .gallery-thumbs .swiper-slide {
  height: 117px;
  width: 107px;
  cursor: pointer;
}
.rateTiFlex_wrap {
  display: flex;
  align-items: center;
  color: #171717;
  font-size: 20px;
  font-weight: 400;
}
.starsRate_wrap {
  display: flex;
  align-items: center;
  margin-inline-end: 14px;
  color: rgba(245, 190, 11, 1);
}
.starsRate_wrap i{
  margin-inline-end: 6px;
}
.mainSide_price {
  color: #171717;
  font-size: 24px;
  font-weight: 500;
}
.proDetails__content p{
  color: #ABABAB;
  max-width: 460px;
  margin-bottom: 30px;
}
.size_review {
  color: #C49444;
  font-size: 16px;
  font-weight: 500;
}
.greySTc_cardBK {
  background: rgba(244, 244, 248, 0.50);
  padding: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 460px;
}
.shippingFlX_card {
  display: flex;
  align-items: center;
}
.ship1_icon {
  min-width: 57px;
  width: 57px;
  height: 57px;
  margin-inline-end: 12px;
}
.shippFlX_cont h5 {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.shippFlX_cont p {
  color: #ABABAB;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.DressClr_wrapOne {
  position: relative;
  margin-inline-end: 4px;
}
.DRESclr_radio {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.colorDRs_ch1one {
  width: 54px;
  height: 67px;
  background: #FFF;
  padding: 6px 5px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.drsOne_img {
  width: 44px;
  height: 55px;
}
.DRESclr_radio:checked+.colorDRs_ch1one {
  border: 1px solid #171717;
}
.cartBttom_FlxWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
} */
 .colorDRs_ch1one {
  width: 54px;
  height: 67px;
  background: #FFF;
  padding: 6px 5px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.DressClr_wrapOne {
  position: relative;
  margin-inline-end: 4px;
}
.product__slider__details {
    display: flex;
    gap: 15px;
}

.vertical__wrap {
    width: 126px;
    flex-shrink: 0;
}

.gallery-thumbs {
    height: 556px;
    width: 125px;
    overflow-y: auto;
     scrollbar-width: thin;           /* Firefox */
    scrollbar-color: #888 #f1f1f1;   /* Firefox */
}

/* Chrome, Edge, Safari */
.gallery-thumbs::-webkit-scrollbar {
    width: 12px;                     /* عرض الاسكرول */
}

.gallery-thumbs::-webkit-scrollbar-track {
    background: #f1f1f1;             /* خلفية المسار */
    border-radius: 10px;
}

.gallery-thumbs::-webkit-scrollbar-thumb {
    background: #b5b5b5;             /* لون المقبض */
    border-radius: 10px;
    border: 3px solid #f1f1f1;       /* يخليه أعرض بشكل أنيق */
}

.gallery-thumbs::-webkit-scrollbar-thumb:hover {
    background: #888;                /* لون عند الهوفر */
}

.gallery-top {
    height: 450px;
    width: 100%;
    background: #fff;
     width: 100%;             /* عرض كامل الحاوية */
  max-width: 500px;        /* أقصى عرض (ضبط حسب حجم الصورة في wishlist) */
  height: auto;            /* ارتفاع تلقائي حسب العرض */
  aspect-ratio: 392 / 438; /* نفس نسبة العرض إلى الارتفاع للصورة */
  background: #d6d3c7;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Main slide */
.gallery-top .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;

}

/* Thumbnail slide */
.gallery-thumbs .swiper-slide {
    width: 124px !important;
    height: 145px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    background-color: #d6d3c7;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border-color: #000 !important;
}

/* Make sure anchors act like slides */
.swiper-slide {
    display: block;
}

/* Fix overlap issue */
.proDetails__row .swiper-wrapper {
    display: flex;
    gap: 23px;
    flex-direction: column;
}
/* تأكد من أن الصور في الـSwiper لا تتمدد أو تتقلص */
.proDetails__row .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* هذه الخاصية تحافظ على حجم الصورة الطبيعي */
    object-position: center; /* لضبط الصورة في منتصف العنصر */
}
.selected-color {
    border: 2px solid #032b23;
    transform: scale(1.1);
    transition: 0.2s;
}


.size-circles {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.size-circle-wrap {
    position: relative;
}

.size-radio {
    display: none;
}

.size-circle-label {
  border-radius: 150px;
  border: 1px solid #475e53;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s;
  background: #fff;
  padding: 0.2rem 1rem;
}

.size-radio:checked + .size-circle-label {
  border-color: #475e53;
  background: #475e53;
  color: #fff;
  transform: scale(1.1);
}

/*     الزفت بتاع الصور ينتهي هنا  */

.addresses-btn{
  color: #032b23;
  background-color: #D1D9CF;
  margin-top: 13px !important;
}
.address-form-container{
  background-color: #e6d7c4;
}
.show-add{
  background-color: #e6d7c4;
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.modal-content .form-label{
    color: #032b23d9;
}
.modal-content .main_bttn:focus{
     color: #032b23d9;
}
.custom-alert-success{
  background-color: #d1d9cf;
}
.custom-alert-error{
  background-color: #c300004f;
  color:#000;
 
}
.custom-alert {
    padding: 15px;
    border: 1px solid aliceblue;
    font-size: 18px;
    position: relative;
    border-radius: 5px;
    text-align: center;     
}

.custom-alert .close-alert {
    position: absolute;
    right: 10px;  
    top: 50%;
    transform: translateY(-50%);
    /* background: transparent;
    border: none; */
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}
.prod-price{
  margin-top: 20px;
  font-size: 29px;
  font-weight: bold;
}
.add-to-cart-btn{
    width: -webkit-fill-available;
    font-size: 22px;
}
.proDetails__row .accordion-button::after {
    display: none; 
}
.proDetails__row .accordion-button{
  font-family: "Montserrat", sans-serif;
  cursor:auto;
  margin-bottom: 0px;
  background-color: #f0f2ef !important;
  color: #2e2f2e !important;
  border: 1px solid #c5c6c5 !important;
  border-bottom: none !important;
}
.proDetails__row .accordion-collapse{
    font-family: "Montserrat", sans-serif;
    border: 1px solid #c5c6c5;
    background-color: #f0f2ef;
    border-top: none;
}
.des-line{
  border-bottom: 1px solid #c5c6c5;
  width: 90%;
  margin: 0px auto;
}
.product-extra-bar {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.product-extra-bar .extra-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #032b23;
    font-size: 18px;
}

.product-extra-bar .extra-item i {
    font-size: 16px;
    color: #7a7a7a;
}

.product-extra-bar .wishlist {
    cursor: pointer;
}

.notification-wrapper {
    position: relative;
    z-index: 999999 !important;
}

.notifications-dropdown {
    /* position: absolute;
    top: 100%;
    right: 0; */
    width: 433px;
    position: absolute;
    top: 74px;
    z-index: 999999;
    max-height: 400px;
    background: #e6d7c4;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    overflow-y: auto;
    overflow-x: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    left: -11px;
    color: #032b23 !important;
}
.not-dir-ar{
  left: -11px;
}
.not-dir-en{
  left: -400px;
}
.notifications-dropdown.show-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.prdctMenu__card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 12px;
  box-shadow: 3px 4px 24px 0px #6e683e;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.prdctMenu__Thumb, .prdctMnu__img {
  min-width: 84px;
  width: 84px;
  height: 92px;
  margin-inline-end: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.prdctMenu__cont {
  padding: 0 12px;
}
.darkGr_title {
  color: #032b23;
  font-size: 14px;
  font-weight: 600;
}
.prdctMenu__cont p{
  color: #3e3c39;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}
.notiTime_span {
  display: block;
  color: #686767;
  font-size: 12px;
  font-weight: 400;
}
.openMEnu_notifications:focus{
  color: #F7AC40;
}
.mobile-notifications-nav {
    position: fixed;
    top: 0;
    right: -100%; /* hidden by default */
    width: 80%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    z-index: 2000;
    overflow-y: auto;
    transition: right 0.3s ease;
}

.mobile-notifications-nav.open {
    right: 0;
}

.mobile-notifications-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.close-btn {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-notifications-list .prdctMenu__card {
    display: flex;
    margin-bottom: 1rem;
}

/* .mobile-notifications-list .prdctMenu__Thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 1rem;
} */


/*** media query screens ***/
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
  [dir="rtl"] .checkout_container{
      margin-right: 140px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
  [dir="rtl"] .checkout_container{
      margin-right: 140px !important;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1760px;
  }
}

@media (min-width: 992px) {
  .my__navbar {
    display: flex;
    align-items: center;
  }
  .navbar_toggler {
    display: none;
  }
  .header-icons-mobile{
    display:none;
  }
  .login_col {
    padding-inline-start: 140px;
    padding-top: 135px;
  }
  .profile_cont{
    padding-top: 47px !important;
  }
  .table_col {
    padding-inline-start: 80px;
  }
  .payLEFT_col {
    padding-inline-end: 108px;
    padding-top: 80px;
  }
}

/*** medium secreens ***/
@media (max-width: 991.98px) {.level_tMenu
  h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
  }
  .wide_padding {
    padding: 40px 0;
  }
  .d__mob__none {
    display: none;
  }
  .sidebar-wrapper {
    position: fixed;
    display: block;
    background-color: transparent;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    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: transform 0.7s ease-in-out;
    -webkit-transition: transform 0.7s ease-in-out;
    -moz-transition: transform 0.7s ease-in-out;
    -ms-transition: transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
  }
  .sidebar-wrapper .nav-item {
    padding: 10px 0;
  }
  .sidebar-wrapper .my__navbar {
    width: 100%;
    margin: 30px 0;
  }
  .sidebar-wrapper .my__navbar .nav-link {
    font-size: 20px;
    text-align: center;
  }
  [dir="rtl"] .sidebar-wrapper {
    left: auto;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  .sidebar-wrapper.sidebar-show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .absMenu_inner {
    padding: 50px 0;
    position: relative;
    z-index: 1002;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navbar-brand img {
    width: 70px;
  }
  #burgerBtn {
    border-top: none;
    height: 25px;
    width: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 3000;
    top: 16px;
    right: 20px;
    cursor: pointer;
  }
  #burgerBtn:before, #burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    height: 2px;
    width: 33px;
    background: #fff;
  }
  #burgerBtn:before {
    top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #burgerBtn:after {
    bottom: 11px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  [dir="rtl"] #burgerBtn {
    right: auto;
    left: 20px;
  }
  .main__header {
    padding: 10px;
  }
  .intOne_cardN1 {
    padding: 80px 0;
    background-position: center;
  }
  .intOne_cardN1 h2 {
    font-size: 40px;
  }
  .intOne_cardN1 p {
    font-size: 20px;
  }
  .intOne_cardN1 .main_bttn {
    font-size: 20px;
  }
  .secPadding {
    padding: 30px 0;
  }
  .mbttom_60 {
    margin-bottom: 30px;
  }
  .mbttom_100 {
    margin-bottom: 50px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .offerS_section {
    margin: 30px auto;
    padding: 40px 10px;
  }
  .shopNow_bflex h2 {
    font-size: 40px;
  }
  .BestSellers_swiper {
    padding-bottom: 20px;
  }
  .BestSellers_swiper .swiper-pagination {
    display: none;
  }
  .text_slider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .text_slider .caption-text {
    font-size: 20px;
  }
  .center_titlWrap h2 {
    font-size: 40px;
  }
  .product_card .product_ctitle {
    font-size: 30px;
  }
  .main_bttn.lG_bttn {
    font-size: 20px;
    min-height: 50px;
  }
  .footer {
    padding: 24px 0;
  }
  .cart_title {
    font-size: 20px;
  }
  .order_col {
    padding-bottom: 30px;
  }
  .modal-header .contctop_row {
    flex-direction: column;
    gap: 30px;
  }
  .modal-header .my__navbar {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .modal-header .my__navbar .nav-link {
    font-size: 18px !important;
    text-align: center;
  }
  .orderOneSM_cardN .close_orderOneSM {
    right: -4px;
    top: -7px;
  }
  .orderOneSM_cardN .absORD_price {
    min-width: fit-content;
    padding: 0;
    text-align: end;
  }
  [dir="rtl"] .orderOneSM_cardN .close_orderOneSM {
    right: auto;
    left: -4px;
  }
  .payment_cont {
    padding-top: 30px;
  }
}

/*** md secreens ***/
@media (min-width: 768px) {
  .alignMD__center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*** mobile secreens ***/
@media (max-width: 767.98px) {
  .orderMD_one {
    order: 0;
  }
  .orderMD_two {
    order: 1;
  }
}

/*** small secreens ***/
@media (max-width: 575.98px) {
  .footer_title, .footer_Link {
    margin-bottom: 12px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
  }
}
