@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;
}
.seC_Padding {
    padding: 50px 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: #620405;
  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: #620405;
  line-height: 100%;
  font-weight: 700;
  text-transform: capitalize;
}

p {
  color: #620405;
}

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

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

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

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

p {
  color: #620405;
  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: #000 !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: #e6d7c4;
  padding: 1px 40px;
  position: relative;
  height: 100px;
}

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

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

.dropdown-item:hover {
  background-color: #620405;
  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: #620405;
  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: 75px;
}

@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: #620405;
  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; */
  background: #620405;
}

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

.nav-content::after {
  background: #620405;
  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;
}

.mbttom_8 {
            margin-bottom: 8px !important;
        }

        .mbttom_11 {
            margin-bottom: 11px !important;
        }

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

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

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

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

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

        .mbttom_60 {
            margin-bottom: 60px !important;
        }

        .mbttom_90 {
            margin-bottom: 90px !important;
        }

        .padding_32 {
            padding: 32px;
        }

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

.main_bttn:hover {
  color: #620405;
}

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

/** register model ***/
.register-panel {
    position: absolute;
    top: 100px; /* ارتفاع الـ navbar */
    width: 380px;
    max-width: 95%;
    /* height: calc(100vh - 80px); */
    /* height: calc(100vh - 275px); */
    background: #e9dccb;
    z-index: 9999;
    transition: transform .4s ease;
    /* transform: translateX(0) !important; */
}

html[dir="ltr"] .register-panel {
    right: 0;
    transform: translateX(100%);
}

html[dir="rtl"] .register-panel {
    left: 0;
    transform: translateX(-100%);
}

/* لما يفتح */
.register-panel.active {
    transform: translateX(0) !important;
}
html[dir="rtl"] .register-panel.active {
    margin-left: 40px;
}
html[dir="ltr"] .register-panel.active {
    margin-right: 40px;
}

.register-panel .panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #F2EEFC;
    border-bottom: 1px solid #ddd;
}
.register-logo {
    text-align: center;
    margin-bottom: 44px;
    margin-top: 44px;
}

.register-logo img {
    width: 77px;
    height: auto;
}
.panel-title h5{
    font-family: 'Inter', sans-serif;
}


.close-panel {
    cursor: pointer;
    /* font-size: 22px;
    font-family: 'Inter', sans-serif; */
}
.register-panel .panel-header h4 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}
.register-panel .panel-body {
    padding: 25px 20px;
}

.register-panel .panel-body input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border: 1px solid #707070;
    background: #fff;
    font-size: 14px;
    outline: none;
    font-family: 'Inter', sans-serif;

}

.register-panel .panel-body input:focus {
    border-color: #7b1c1c;
}

.register-panel .password-field {
    position: relative;
}

.register-panel .password-field .toggle-pass {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
}

.register-panel .register-btn {
    width: 100%;
    padding: 12px;
    background-color: #FFE4E5;
    border: 1px solid #7b1c1c;
    color: #7b1c1c;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s;
    font-family: 'Inter', sans-serif;
}

.register-panel .register-btn:hover,
.register-panel .register-btn:focus{
    background: #7b1c1c;
    color: #fff;
}

.register-panel .login-link {
    margin-top: 15px;
    font-size: 13px;
    color: #707070;
}

.register-panel .login-link a {
    color: #7b1c1c;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
}



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

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

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

.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 {
    display: block;
  padding: 315px 0;
  max-height: 571px;
}

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

.intOne_cardN1 p {
  color: #000000;
  font-size: 18px;
  margin-bottom: 15px;
}

.intOne_cardN1 .main_bttn {
  font-size: 16px;
  border: 1px solid #FFF8F4;
  background-color: #620405;
}
.slider-btn{
  top:10px;
}
.slider_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.75) 30%,
        rgba(255, 255, 255, 0.4) 55%,
        rgba(255, 255, 255, 0.1) 65%,
        rgba(255, 255, 255, 0) 70%
    );
}

/* LTR */
[dir="ltr"] .slider_container {
    left: 60px;
    text-align: left;
}

/* RTL */
[dir="rtl"] .slider_container {
    right: 60px;
    left: auto;
    text-align: right;
}

.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;
}
.collections_section {
    background: #efe3d3;
}
/*** start collection section ***/
.collections_section {
    background: #efe3d3;
}

/* SINGLE IMAGE */
.collection_image {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

/* TWO IMAGES (FIRST ROW ONLY) */
.collection_images_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.collection_images_grid .collection_image {
    height: 360px;
}

/* CONTENT */
.collection_content {
    max-width: 420px;
}

.collection_content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #000000;
}

.collection_content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
}
.collection_content .main_bttn {
  font-size: 16px;
  color: #620405;
  background-color: #f1f1f1;
}
/*** 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: 100px;
}

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

.BestSellers_swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #620405;
  opacity: 1;
}
.best_section{
    background: #ffffff;
}
.best_section .center_titlWrap{
    margin-bottom: 30px;
    padding: 0px 10px 0px 10px;
    width: 255px;
}
.BestSellers_swiper .swiper-wrapper {
    height: 580px;
}

/* Default narrow state */
.bestS_slideN {
    flex: 1;
    transition: flex 0.5s ease;
    overflow: hidden;
    border: 1px solid #000000;
}
.bestS_slideN.is-active {
    flex: 3;
}
/* Hovered item expands */
.bestS_slideN:hover {
    flex: 3;
}
.swiper-wrapper:hover .bestS_slideN.is-active:not(:hover) {
    flex: 1;
}
/* Image styling */
.bestS_figure,
.bestSIMG_cont {
    width: 100%;
    height: 100%;
}

.bestSIMG_cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Slight zoom on hover (optional, classy) */
.bestS_slideN:hover img {
    transform: scale(1.05);
}
.bestS_slideN:not(:hover) img {
    filter: brightness(0.85);
}
/* TEXT SLIDER */
.text_slider {
    margin-top: 30px;
    max-width: 450px;
}

/* Each text slide */
.text_slide {
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Only active text visible */
.text_slider .swiper-slide-active {
    opacity: 1;
}

/* Description */
.caption-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

/* Button */
.viewMore_btn {
    font-size: 30px;
    color: #7a1c1c;
    padding: 15px;
    height: 35px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #7a1c1c;
    border-radius: 10px;
}

.viewMore_btn::after {
    content: '›';
    transition: transform 0.3s ease;
}

.viewMore_btn:hover::after {
    transform: translateX(4px);
}
/*** start products section ***/
.red_bttns .main_bttn {
  background-color: #620405;
  border-color: #620405;
}


.product_card {
  position: relative;
  width: 100%;
  aspect-ratio: 392/545;
  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;
  cursor: pointer;

}


.product_card::before {
  position: absolute;
  content: '';
  inset: 0;
  width: 100%;
  height: 100%;
  /* background-color: #620406ba; */
  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 .main_bttn {
  font-family: 'vanity', sans-serif;
  color: #620405;
  background-color: #f1f1f1;
  padding: 0 205px;
  text-align: end;

  font-size: 35px;
  line-height: 100%;
  position: relative;
  z-index: 2;
  margin: auto 0 35px 0;
}

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

.product_row .product_col {
  overflow: hidden;
}
.product-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.6;
}

.product-slide.swiper-slide-active {
  transform: scale(0.95);
  opacity: 1;
  z-index: 2;
}

.product-slide.swiper-slide-prev,
.product-slide.swiper-slide-next {
  transform: scale(0.75);
  opacity: 0.85;
}
.product-slide .main_bttn  {
    background-color: #ffffff;
    color: #620405;
    width: 184px;
    height: 48px;
    border-radius: 0;
    margin: auto !important;
}
.last_products_section .center_titlWrap{
    margin-bottom: 30px;
    padding: 0px 10px 0px 10px;
    width: 410px;
}

.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;
  font-size: 26px;
  color: #620405;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}

.bestC_title a {
  color: inherit;
}

.bestC_number {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #EB001B;
  margin: 5px 0;
}

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

.sale_span {
  /*font-family: 'vanity', sans-serif;*/
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 7px;
  /* right: 11px; */
  right: auto;
  left: 11px;
  padding: 3px 12px;
  background-color: #EB001B;
  color: #fff;
  font-size: 14px;
  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;
}
.sale_span_filter{
  font-size: 10px;
}

[dir="rtl"] .sale_span {
  /* right: auto;
  left: 11px; */
  right: 11px;
  left: auto;
}
.sale_span_pd{
  right: unset;
  left: unset;
  position: unset;
  width: 350px;
  border-radius: 20px;
}

.rateS_flex {
  color: #F7AC40;
  font-size: 20px;
  margin-bottom: 12px;
}
/*** MAY ALSO LIKE Section ***/
.related_section {
    background: #ffffff;
}

/* Title */
.related_title {
    font-size: 42px;
    color: #7a0d0d;
    margin-bottom: 20px;
}

/* Brand */
.related_brand {
    font-size: 22px;
    color: #7a0d0d;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

/* LTR */
html[dir="ltr"] .related_title{
    text-align: left;
}

/* RTL */
html[dir="rtl"] .related_title {
    text-align: right;
}

/* Grid */
.related_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: flex-start; /* important */
}

/* Item */
.related_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related_img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 6px;
    background: #eee;
}

.related_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related_item.is-featured {
    margin-top: 40px;
}
.related_brand {
    transform: translateY(73px);
}

/* Name */
.related_name {
    margin-top: 15px;
    font-size: 15px;
    color: #222;
}

/* Footer */
.related_footer {
    margin-top: 60px;
    font-size: 16px;
    color: #111;
    text-align: center;
}

/*** 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: 100px;
  color: #F0E1CE;
  margin-bottom: 0;
}





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

.lineSerch_input {
  display: block;
  width: 80%;
  margin: auto;
  border: none;
  border-bottom: 1px solid #620405;
  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: #620405;
  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: #620405;
  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: #620405;
}

.go-top {
  position: fixed;
  right: 10px;
  display: none;
  width: 50px;
  height: 50px;
  background: #F0E1CE;
  color: #620405;
  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: #620405;
}

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

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

.contact_title {
  align-items: flex-end;
  gap: 10px;
  font-family: "Rondal", sans-serif !important;
  color: #620405;
  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: #620405;
  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 !important;
  /*color: #0C0C0C;
  border-bottom-color: #ADADAD;
  color: #ADADAD;*/
  color: #1F1F1F;
  /* border-bottom-color: #1F1F1F; */
  border: 2px solid #620306 !important;
  border-radius: 5px !important;
}

.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: #620405 !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;
}
.search_M{
  color: #620405 !important;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
}
.products-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-card {
  border: 1px solid #7b2828;
  padding: 10px;
  display: flex;
  gap: 20px;
  max-width: 450px;
  margin-bottom: -10px;
  border-radius: 5px;
}

.product-card img {
  max-width: 150px;
  object-fit: cover;
  border-radius: 6px;
  height:120px;
}

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

.product-info h5 {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  color: #666666;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}

.new-price {
  color: #a31339;
  font-weight: 700;
}
.panel-footer {
  padding: 10px;
  border-top: 1px solid #E6D7C4;
  background-color: #F5F5F5;
  font-family: 'Inter', sans-serif;
}

.view-all-btn {
  background: none;
  border: none;
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.view-all-btn .arrow {
  font-weight: 700;
  font-size: 1.2rem;
  /* transition: transform 0.3s ease; */
}
[dir="rtl"] .view-all-btn .arrow {
  transform: rotate(180deg);
}


.view-all-btn:hover {
  color: #a31339;
}

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

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

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

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

.cont_bttn:hover {
  color: #620405;
}

/*** 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: #620405;
  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: #620405;
  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;
}
.about-us {
    font-family: 'Montserrat', sans-serif;
    padding: 30px;
    margin: 0 auto;
}
.upper-about{
    margin:20px;
    margin-bottom: 70px;
}

.sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.section {
    padding: 20px;
}

h2 {
    font-size: 1.5rem;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 20px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: unset;
  border: 0;
}

.card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.label {
  margin-top: 10px;
  padding: 6px 20px;
  background-color: #620405;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.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;
  background-color: #620405;
  color: #fff;
  text-align: center;
}

.inProdcut_title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
  max-width: 398px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffff;
}

.inProdcut_title a {
  color: inherit;
}

.inProdcut_desc {
  color: #620405;
  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;
}
.colors_flexN.index{
  justify-content: center !important;
}

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

.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: #620405;
  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: #620405;
  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: #FFFFFF !important;
  color: #000000 !important;
  padding: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  /* text-transform: capitalize; */
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !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 !important;
  margin-right: auto !important;
}

.accordion-collapse {
  border: 1px solid #620405;
  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: #620405 !important;
}

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

.back_link {
  display: block;
  padding: 8px 20px;
  color: #620405;
  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;
}
.prod-cart-det{
  width:40%;
}

.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;
}
.prod-name {
    max-width: 325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-name{
  max-width: 325px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.orderOneSM_row {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 560px;
  overflow-y: auto;
  scrollbar-width: none;
    /* IE & Edge */
  -ms-overflow-style: none;
  /* scrollbar-width: none; */
  /* scrollbar-width: auto;
  scrollbar-color: #620405 #f1f1f1; */
}

/* Chrome, Safari, Edge */
.orderOneSM_row::-webkit-scrollbar {
    display: none;
}


/* .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: #620405;
  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: #620405;
  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: #620405;
  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 #620405;
}
.table.orderSum_table thead{
  border-bottom:1px solid #620405;
}
.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: #620405;
  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: #620405;
}
.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: #620405;
  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: #620405;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-continue:hover {
    color: #620405;
}



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

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

.info-section .top-text {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
    margin-top: 18px;
}

.info-section h2 {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.info-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    padding-right:20px;
}

.info-section li {
    margin-bottom: 8px;
    font-size: 15px;
}
.you-may-like {
    background-color: #F2EEFC;
    padding: 10px 0;
}
.you-may-like h2{
 color: #000;
}
.you-may-like .bestC_body{
  padding : 12px;
  background-color: #ffff;
  text-align: center;
  border: 1px solid #0006;
  height: 85px;
}
.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: #620405;
  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 23px;
  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: #620405;
}

.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: transparent !important;*/
  color: #707070;
  width: 30px;
  font-weight: 700;
  font-style: bold;
  border-width: 0 !important;
  aspect-ratio: 1;
  text-align: center;
  display: ruby-text;
}

.page-link:hover {
  color: #620405 !important;
}
.active>.page-link, .page-link.active{
  color: #620405 !important;
}
.page-item:first-child .page-link {
  color: #707070;
  font-weight: 700;
  font-style: bold;
}
.page-item:last-child .page-link {
  /*color: #707070;*/
  color: #620405;
  font-weight: 700;
  font-style: bold;
}
.disabled .page-link{
  color: #707070 !important;
  background-color: transparent;
}

.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: #620405;
  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;
}
.apply-discount-row {
    display: flex;
    align-items: stretch;
    gap: 2px;              /* ✅ المسافة المطلوبة */
}

.apply-discount-row .form-group {
    flex: 1;               /* الانبوت ياخد أكبر مساحة */
    margin: 0;
}

.apply-discount-row .apply-btn {
    white-space: nowrap;   /* النص ماينزلش */
    padding-inline: 14px;
}
.apply-discount-row input,
.apply-discount-row button {
    height: 48px;
}
.pay1ST_Row{
  margin-top: 100px;
}
.prod-des{
  color:#707070 !important;
}


/*     ا بتاع الصور يبدأ هنا  */
 .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;
    scrollbar-color: #888 #f1f1f1;    */
      /* Firefox */
    scrollbar-width: none;
    /* IE & Edge */
    -ms-overflow-style: none;
}

/* Chrome, Safari, Edge */
.gallery-thumbs::-webkit-scrollbar {
    display: none;
}

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

.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 #620405;
    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: #620405;
  background: #620405ad;
  color: #fff;
  transform: scale(1.1);
}

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

.addresses-btn{
  color: #620405;
  background-color: #FFE4E5;
  margin-top: 13px !important;
}
.address-form-container{
  background-color: #e6d7c4;
  align-items: unset;
}
.show-add{
  background-color: #e6d7c4;
  box-shadow: var(--bs-box-shadow-sm) !important;
  align-items: unset;
}
.modal-content .form-label{
    color: #620405d9;
}
.modal-content .main_bttn:focus{
     color: #620405d9;
}
.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; */
  font-size: 14px;
  height: 45px;
  border: unset !important;
}
.proDetails__row .accordion-collapse{
    font-family: "Montserrat", sans-serif;
    /* border: 1px solid #c5c6c5; */
    border:unset;
    background-color: unset;
    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: #620405;
    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: 65px;
    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: #620405 !important;
    border: 1px solid #620405;
}
.not-dir-ar{
  left: -11px;
}
.not-dir-en{
  left: -400px;
}
.notifications-dropdown.show-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.notification-container-front .ui-pnotify {
  margin: 0 !important;
  transition: opacity 10s linear;
}
.ui-pnotify{
  position: fixed !important;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 405px;
  z-index: 9999;
  animation: fadeInScale 0.4s ease;
}
.notification-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ui-pnotify img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #fff;
}
.notification-text {
  flex: 1;
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.notification-header h4 {
  margin: 0;
  font-size: 17px;
  color: #000;
}

.notification-body {
  font-size: 15px;
  color: #000;
  line-height: 1.4;
}

.close-btn {
  cursor: pointer;
  font-size: 18px;
  color: #000;
  padding-left: 10px;
  transition: color 0.2s;
}
.close-btn:hover {
  color: #fff;
}
/* Modal container */
#notification-permission-modal.modal {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #fff;
  padding: 10px 10px !important;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  color: #000;
  width: 100%;
  max-width: 420px;
  text-align: center;
  height: 180px;
  border: 3px solid #620405;
}

/* Heading */
#notification-permission-modal .notii {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    margin-top : 10px;
}

/* Buttons container */
.modal-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: row-reverse; /* For RTL layout */
    margin-top: 20px;
}

/* Allow button */
#allow-notifications {
    padding: 10px 20px;
    background-color: #620405;
    color: #e6d7c4;
    border: 1px solid #000;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.3s;
}

/* Deny button */
#deny-notifications {
    padding: 10px 20px;
    background-color: #e6d7c4;
    color: #620405;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

/* Backdrop */
#modal-backdrop.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
/* Flex container for text and image */
.modal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.modal-inner img{
  height: 100px;
  width: auto;
  margin-top: -60px;
}

/* Text section */
.modal-text {
  flex: 1;
  text-align: start;
}

.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: #620405;
  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;
}
.validation-errors{
  color:#cb3535;
}

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

 /***orders styles ***/
        .flexbetween_wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .mainSide_title {
            color: #171717;
            font-size: 24px;
            font-weight: 600;
        }

        .mainSide_title small {
            color: #ABABAB;
            font-size: 12px;
            font-weight: 500;
        }

        .innerPRdct_row .onePro_Cardmain {
            margin: 0;
            margin-bottom: 60px;
        }

        .roundeDform_card {
            border: 1px solid #620405;
            background: #d1d9cf;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
        }

        .greyOrderN_number {
            color: #620405;
            font-size: 16px;
            font-weight: 500;
        }
        .mGreyNum_ordert {
            color: #620405;
            font-size: 16px;
            font-weight: 500;
        }
        .mGreyNum_ordert span {
            color: #171717;
        }

        .orderMD_flexWrapper {
            border-bottom: 1px solid #620405;
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            padding-bottom: 16px;
        }

        .orderMD_flexc {
            display: flex;
            align-items: center;
            /* padding-bottom: 16px; */
        }

        .orderMD_fNamet {
            color: #171717;
            font-size: 16px;
            font-weight: 400;
        }

        .Otrackbttom_row {
            /* display: flex; */
            align-items: center;
            justify-content: space-between;
            padding: 20px 0;
            color: #171717;
            font-size: 16px;
            font-weight: 700;
        }

        .roundTH_imgO {
            width: 56px;
            height: 56px;
            border: 2px solid #620405;
            border-radius: 53px;
            -webkit-border-radius: 53px;
            -moz-border-radius: 53px;
            -ms-border-radius: 53px;
            -o-border-radius: 53px;
            margin-inline-end: 11px;
            flex-shrink: 0;
        }
        .orderCol_Overall {
            padding: 32px;
            background: rgba(227, 227, 227, 0.20);
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
        }
        .orderColumn_stepsUl {
            width: 310px;
            border-bottom: 1px solid #E9E9E9;
        }

        .orderOne_stepN1li {
            display: flex;
            align-items: center;
            position: relative;
            color: #000;
            font-size: 16px;
            font-weight: 400;
        }

        .circleO_step1 {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 16px;
            height: 16px;
            background-color: #E9E9E9;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-inline-end: 11px;
        }

        .check1_iconTH {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .orderOne_stepN1li:not(:last-of-type):after {
            position: absolute;
            content: '';
            height: 20px;
            width: 0;
            border: 1px dotted #E9E9E9;
            bottom: -20px;
        }

        .orderOne_stepN1li.done_order1:after {
            border: 1px dotted #620405;
        }

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

        .tOime_iconth {
            min-width: 42px;
            width: 42px;
            height: 42px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin-inline-end: 15px;
        }

        .timeR_remain {
            color: #ABABAB;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 4px;
        }

        .timeR_rdes {
            color: #000;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 4px;
        }

        .payment_rowRndflx {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 56px;
            border: 1px solid #b7d3b0;
            background: #d1d9cf;
            border-radius: 12px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            -ms-border-radius: 12px;
            -o-border-radius: 12px;
            padding: 5px 24px;
        }

        .wallet_thumbFlx {
            color: #620405;
            font-size: 13px;
            font-weight: 500;
        }

        .wallet_thimg {
            min-width: 16px;
            width: 16px;
            height: 16px;
            margin-inline-end: 4px;
        }

        .visaWi_Card {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .visay_imgn {
            max-width: 44px;
        }

        .mxSTartn_auto {
            margin-inline-start: auto;
        }

        .cancelOrder1_btn {
            color: #FF4F4F;
            font-size: 16px;
            font-weight: 500;
            width: 190px;
            height: 64px;
            border: 1px solid #FF4F4F;
        }

        .main__btn {
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

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


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

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
  [dir="rtl"] .checkout_container{
      margin-right: 80px !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;
  }
  .cartRight_col {
      margin-top: -570px;
  }
  .middle-col {
      margin-top: 120px;
  }

}

/*** 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; */
    height: 90vh;
    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;
    color: #fff;
  }
  [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;
    height: 72px;
  }
  .header__Wrapper{
    margin-top: -18px;
  }
  .intOne_cardN1 {
    padding: 80px 0;
    background-position: center;
  }
  .intOne_cardN1 h2 {
    font-size: 40px;
  }
  .intOne_cardN1 p {
    font-size: 20px;
  }
  .slider-btn{
    top: 0px !important;
  }
  .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;
  }

  .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;
  }
  .pay1ST_Row{
    margin-top:unset;
  }
  .prod-name {
    max-width: 133px !important;
  }
  .register-panel{
    display:none;
  }
  .register-panel.active {
    margin-left: unset !important;
    margin-right: unset !important;
    width: 100% !important;
    max-width: unset !important;
    display:block;
    height:650px;
  }
  .last_products_section .center_titlWrap{
    width: 200px;
    margin: 0 0 40px 0;
  }
}

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

/*** mobile secreens ***/
@media (max-height: 700px) {
  .product-card{
    height: 135px;
  }
}

@media (max-width: 767.98px) {
  .orderMD_one {
    order: 0;
  }
  .orderMD_two {
    order: 1;
  }
  .seC_Padding {
    padding: 40px 0;
  }

  .mainSide_title {
    font-size: 20px;
  }
  .last_products_section .center_titlWrap{
    width: 200px;
    margin: 0 0 40px 0;
  }
  .product_card .main_bttn{
    margin: auto 0 0 0;
    padding: 10px 150px;
    white-space: nowrap;
  }
  .product_card {
    height: 270px;
  }
  .related_grid{
    grid-template-columns: 1fr;
    gap: unset;
  }
  .related_item.is-featured {
    margin-top: unset;
  }
  .related_img{
      width: 300px;
      height: 460px;
  }
  .related_brand{
      transform: unset;
      margin-bottom: 10px;
  }
  [dir="rtl"] .slider_container {
      right: 0px;
  }
  [dir="ltr"] .slider_container {
      left: 0px;
  }
  .you-may-like .figIMg_cont{
      height: 400px;
  }
  .sale_span{
    font-size: 10px;
  }
  .sale_span_pd{
    width: 270px;
  }

}

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

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

    .table_cont {
        overflow-x: hidden;
    }

    .orderSum_table {
        width: 100%;
        border: 0;
    }

    .orderSum_table thead {
        display: none;
    }

    .orderSum_table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #620405;
        border-radius: 10px;
        padding: 10px;
        background: #e6d7c4;
    }

    .orderSum_table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 6px 0;
        width: 100%;
    }

    /* label before value */
    .orderSum_table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #666;
        font-size: 13px;
    }
    .orderSum_table tbody td{
      padding:0px !important;
    }
    .total-wrapper {
        display: flex;
        align-items: center;
        gap: 7px; /* مسافة بين السعر والخصم */
    }


    .orderOneSM_cardN {
        flex-direction: row;
        gap: 6px;
        width: 105%;
    }

    .orderOneSM_img {
        width: 70px;
        height: auto;
        flex-shrink: 0;
    }

    .number__spinner {
        transform: scale(0.9);
    }

    .remove-cart-item {
        color: #dc3545;
    }
    .prod-cart-det{
        width:unset;
    }
    .cartAside_cardN{
       background-color: #E6D7C4;
       border: 1px solid #606060;
       height: 595px;
       /*overflow-y: auto;*/
       padding-top: 1px;
    }
    .cartAside_cardN .orderOneSM_row{
        height: 230px;
        gap:0px;
    }
    .checkout-btn{
        width: 100% !important;
    }
    .bestSellers_wrap {
        height: auto;
    }

    .bestS_slideN {
        flex: 1 !important;
    }
    .image-grid {
      grid-template-columns: 1fr;
    }
    .card img {
      object-fit: unset;
    }
    .sections {
        grid-template-columns: 1fr;
    }
    .product_card .main_bttn{
      margin: auto 0 0 0;
      padding: 10px 150px;
      white-space: nowrap;
    }
    .product_card {
      height: 270px;
    }
    .related_grid{
      grid-template-columns: 1fr;
      gap: unset;
    }
    .related_item.is-featured {
      margin-top: unset;
    }
    .related_img{
        width: 300px;
        height: 460pxpx;
    }
    .related_brand{
        transform: unset;
        margin-bottom: 10px;
    }
    [dir="rtl"] .slider_container {
        right: 0px;
    }
    [dir="ltr"] .slider_container {
        left: 0px;
    }
    .you-may-like .figIMg_cont{
      height: 400px;
    }
    .sale_span{
      font-size: 10px;
    }
    .sale_span_pd{
      width: 270px;
    }

}

