@font-face {
  font-family: "BoutrosJazirahText";
  src: url("http://localhost/fonts/BoutrosJazirahTextLight.ttf")
    format("truetype");

  font-weight: normal;
  font-style: normal;
}

:root {
  --background-azza: #1e1e1e;
  --background-azza-2: #fffdf7;
  --azza: #b4a361;
  --azza2: #dccd93;
  --azza3: #c5b781;
  --card: #f9f8f1;
  --first-color: hsl(38, 92%, 58%);
  --first-color-light: hsl(38, 100%, 78%);
  --second-color: #b4a361;
  --container-color: hsl(0, 0%, 100%);
  --dark-color: hsl(212, 40%, 12%);
  --gray: #e8e8e8;
  --border: #929292;
}

body {
  color: var(--background-azza);
  background-color: var(--background-azza);
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  direction: rtl;
  text-align: right;
  padding-top: 124px;
}
@media (max-width: 1024px) and (min-width: 700px) {
  body {
    padding-top: 10vh;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 9.8vh;
  }
}
@media (max-width: 600px) {
  .header_section {
    background-color: var(--background-azza);
    padding-top: 1vh;
  }
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  border-color: var(--azza);
}

section {
  padding-top: 20px;
  padding-bottom: 40px;
}
/* h2 {
  color: var(--azza);
}
p {
  color: var(--azza2);
} */
.text-white {
  color: var(--card);
}
.text-black {
  color: var(--background-azza);
}
.shadow-2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  background: none;
  background: none;
  border: none;
  cursor: pointer;
}
.click {
  cursor: pointer;
}
@media (max-width: 480px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 14px;
  }

  h4 {
    font-size: 12px;
  }

  h5 {
    font-size: 10px;
  }

  h6 {
    font-size: 8px;
  }

  p {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 10px;
  }

  p {
    font-size: 12px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    font-size: 13px;
  }
}

.button-with-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

hr {
  border: none;
  border-top: 1px solid var(--border);
}

.line {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: var(--background-azza);
  margin-inline: 20px;
}
.layout_padding {
  padding-top: 40px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .layout_padding {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--azza);
}

.heading_container h2 span {
  color: var(--azza2);
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/*header section*/
.hero_area {
  padding: 0 0px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*################## Nav bar Azza list menu ################### */
#navbarSupportedContent {
  width: 100%;
  background-color: #b4a361;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}

#navbarSupportedContent.innerpage_navbar {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

#navbarSupportedContent.innerpage_navbar .nav-item.active .nav-link {
  background-color: #f4f5f6;
}

#navbarSupportedContent .navbar-nav .nav-link {
  padding: 5px 25px;
  color: var(--background-azza);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}
#navbarSupportedContent .navbar-nav .nav-link:hover,
#navbarSupportedContent .navbar-nav .nav-link:focus {
  color: var(--card);
}

#navbarSupportedContent .nav-item.active .nav-link {
  color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*################## Nav bar Azza Text ################### */
.navbar-brand span {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.custom_nav-container .nav_search-btn {
  padding: 0 25px;
  border: none;
}

/*################## Nav bar Azza ################### */
/* تنسيق الشريط */
/*################## Navbar ################### */
.navbar {
  background-color: var(--background-azza);
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-logo {
  height: 50px;
}

@media (max-width: 767px) {
  .navbar-logo {
    height: 40px;
  }

  .navbar-icons-left .icon-link,
  .navbar-icons-right .icon-link {
    font-size: 18px;
  }

  .navbar {
    padding: 5px 15px;
  }

  .navbar-toggler {
    width: 35px;
    height: 35px;
  }

  .navbar-nav .nav-item {
    font-size: 14px;
  }

  .navbar-nav .nav-link {
    padding: 8px 10px;
  }

  .navbar-icons-left,
  .navbar-icons-right {
    gap: 10px;
  }

  .container-fluid {
    max-height: 230px;
    width: 100%;
    object-fit: cover;
  }
}

.navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-left: 70px; */
  /* padding-bottom: 3px; */
}

.navbar-logo {
  height: 60px;
}

/* تنسيق الأيقونات */
.navbar-icons-left,
.navbar-icons-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-link {
  color: var(--azza);
  font-size: 20px;
  transition: color 0.3s ease;
}

.icon-link i {
  display: inline-block;
  transform: scaleX(-1);
}

.icon-link:hover {
  color: var(--azza2);
}
.icon-link:active {
  color: var(--azza2);
}
.custom_nav-container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1e1e;
}

.container-fluid {
  padding: 0 60px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ####### search ##### */

.search-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 60px;
}

.search-container input {
  background-color: #b4a36124;
  color: var(--azza2);
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 40px;
  border: none;
  width: 0;
  transition: width 0.3s ease;
  visibility: hidden;
}

.search-container #searchIcon {
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.search-container input.active {
  visibility: visible;
  width: 200px;
}

.search-container input.active:focus {
  width: 250px;
}

.navbar-logo {
}
/* ###### crad number ###### */

.icon-link {
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff9e3;
  color: black;
  font-size: 12px;
  width: 16px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}

/*################## Nav bar Azza ارسمة المنيو################### */
.navbar-nav{
  padding-right: 0 !important;
}
.custom_nav-container .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler:focus,
.custom_nav-container .navbar-toggler:active {
  border: none;
  outline: none;
  box-shadow: none;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #b4a361;
  margin: 7px 0;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
  aspect-ratio: 35 / 4;
}

@media (max-width: 768px) {
  .custom_nav-container .navbar-toggler span {
    width: 25px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .custom_nav-container .navbar-toggler span {
    width: 25px;
    height: 2.5px;
  }
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #b4a361;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  outline: none;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/* ################# اسهمnav header */
.slider_section {
  padding: 0;
}

.slider_section .carousel_btn-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 95%;
  left: 20px;
  transform: translateY(-50%);
  gap: 10px;
  background-color: transparent;
  padding-left: 30px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: relative;
  height: 40px;
  width: 40px;
  color: var(--card);
  font-size: 30px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  transform: scale(1.2);
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.9);
}

.slider_section .carousel_btn-box .carousel-control-prev i,
.slider_section .carousel_btn-box .carousel-control-next i {
  color: var(--card);
}
@media (max-width: 767px) {
  .slider_section .carousel_btn-box .carousel-control-prev,
  .slider_section .carousel_btn-box .carousel-control-next {
    display: none;
  }
}

.slider_section .container-fluid {
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
}

.user_option a {
  margin-right: 25px;
  color: #000000;
}

.user_option a span {
  margin-left: 5px;
}

/*end header section*/
.slider_img {
  height: 80vh;
  background-image: url("img/home-page.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .slider_img {
    background-size: contain;
    width: 100%;
    height: 100vh;
  }
}

/* ################## product section ############### */

.product-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  padding-bottom: 75px;
  justify-content: center;
  background-color: var(--background-azza-2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .product-section {
    padding: 20px 15px;
    gap: 25px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .product-section {
    padding: 15px;
    gap: 20px;
    padding-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .product-section {
    padding: 10px;
    gap: 15px;
    padding-bottom: 40px;
  }
}

.section-header {
  width: 100%;
  text-align: right;
  color: var(--azza);
  padding-top: 2.9rem;
  padding-bottom: 0.2rem;
}

@media (max-width: 768px) {
  .section-header {
    padding-top: 2rem;
  }
}

.section-header h3 {
  font-size: 24px;
  font-weight: bold;
  text-indent: 120px;
}

@media (max-width: 768px) {
  .section-header h3 {
    font-size: 20px;
    text-indent: 10px;
  }
}

.section-header p {
  font-size: 16px;
  line-height: 1.6;
  text-indent: 120px;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 14px;
    text-indent: 10px;
  }
}

@media (max-width: 768px) {
  .section-header h3 {
    font-size: 20px;
    text-indent: 10px;
  }

  .section-header p {
    font-size: 14px;
    text-indent: 10px;
  }
}

.card__container{
  padding: 7px;
}

.primary {
  background-color: transparent; /* لون الزر */
  color: #b4a361; /* لون النص */
  padding: 7px 20px; /* حجم الزر */
  margin: 20px;
  margin-top: 0;
  border: 1.7px solid #b4a361; /* حواف الزر */
  border-radius: 0.8rem;
  cursor: pointer; /* تغيير المؤشر عند التمرير */
  font-size: 16px; /* حجم النص */
  display: flex; /* ترتيب المحتوى داخليًا */
  align-items: center; /* محاذاة رأسية */
  justify-content: center; /* محاذاة أفقية */
  gap: 10px; /* المسافة بين الأيقونة والنص */
  transition: background-color 0.3s ease; /* تأثير الانتقال */
}

.primary i {
  font-size: 1rem;
}

.primary:hover {
  background-color: #b4a361;
  color: white;
}

.primary:active {
  background-color: #9d8e52;
}

@media (max-width: 768px) {
  .primary {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }

  .primary i {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {

  .primary {
    font-size: 0.8rem;
    padding: 0.3rem 0rem;
    gap: 0.4rem;
    margin:  15px;
    margin-top:  0px;
    border-radius: 0.7rem;

  }

  .primary i {
    font-size: 0.8rem;
  }
}

.product-card {
  /* width: 100%; */
  width: 300px;
  height: 537px;
  /* background-color: #d8cfac; */
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  margin-bottom: 7px;

}

.product-card .image-container {
  flex: 1;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  background-position: top;
  top: 0;
  object-fit: contain;
}
.product-card h3 {
  /* margin: 15px 0 10px; */
  font-size: 16px;
  color: #333;
  text-align: right;
  margin-right: 15px;
  padding-top: 12px;
}

.product-card .price-section {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;

}

.product-card .price {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-right: 5px;
}
.price-section {
  display: flex;
  align-items: center;
  gap: 0px;
}

.price-section .discounted {
  text-decoration: line-through;
  color: #888;
  font-size: 0.9em;
}

.price-section .final {
  color: #c00e0e; /* Discounted price in red */
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .product-card {
    width: 250px;
    height: 470px;
  }
}

@media (max-width: 768px) {
  .product-card {
    width: 200px;
    height: 405px;
  }

  .product-card h3 {
    font-size: 16px;
  }

  .product-card .price {
    font-size: 14px;
  }

}

@media (max-width: 576px) {
  .product-card {
    width: 180px;
    height: 390px;
  }
}

@media (max-width: 480px) {
  .product-card {
    width: 180px;
    height: 360px;
    font-size: 14px;
  }

  .product-card h3 {
    font-size: 14px;
}
}

.product-card h3,
.product-card .price-section {
  /* margin: 10px; */
}

.favorite-icon i {
  transition: color 0.3s ease;
}

.favorite-icon i.red {
  color: rgb(224, 1, 1);
}

.favorite-icon-container {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: var(--azza);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.favorite-icon-container.active .favorite-icon {
  color: #ff0000;
}
.favorite-icon {
  font-size: 18px;
  color: #fff;
  transition: color 0.3s ease;
}
.favorite-icon {
  font-size: 20px;
  color: #fff;
  transition: color 0.3s ease;
}

.favorite-icon-2 i {
  transition: color 0.3s ease;
}

.favorite-icon-2 i.red {
  color: rgb(224, 1, 1);
}

.favorite-icon-2-container {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--azza);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.favorite-icon-2-container.active .favorite-icon-2 {
  color: #ff0000;
}
.favorite-icon-2 {
  font-size: 18px;
  color: #fff;
  transition: color 0.3s ease;
}
.favorite-icon-2 {
  font-size: 20px;
  color: var(--background-azza);
  transition: color 0.3s ease;
}


@media (max-width: 768px) {

  .favorite-icon-container {
    width: 35px;
    height: 35px;
  }

  .favorite-icon {
    font-size: 16px;
  }
}

/*
@media (min-width: 1200px) {
  .product-card {
      max-width: 350px;
  }

  .product-card h3 {
      font-size: 20px;
  }

  .product-card .price {
      font-size: 18px;
  }

  .favorite-icon-container {
      width: 45px;
      height: 45px;
  }

  .favorite-icon {
      font-size: 20px;
  }
} */
/* Ensure pagination stays centered and wrapped properly */
.pagination-container {
    display: flex;
    justify-content: center;
    overflow-x: auto; /* Enables horizontal scrolling if needed */
    flex-wrap: wrap;
    padding: 10px;
    max-width: 100%;
}

/* Pagination General Styling */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 0;
    list-style: none;
}

/* Pagination Links */
.pagination .page-item {
    flex: 1;
    min-width: 40px;
    text-align: center;
}

.pagination .page-link {
    color: #444;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

/* Active Page */
.pagination .page-item.active .page-link {
    background-color: #B4A361;
    color: #fff;
    border-color: #B4A361;
}

/* Hover Effect */
.pagination .page-link:hover {
    background-color: #f8f8f8;
    color: #B4A361;
}

/* Disabled Links */
.pagination .page-item.disabled .page-link {
    color: #ccc;
    background-color: #f8f8f8;
    pointer-events: none;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .pagination-container {
        justify-content: center;
        flex-wrap: wrap;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: hidden;
        white-space: nowrap;
        padding-bottom: 5px;
    }

    .pagination .page-link {
        padding: 6px 10px;
        font-size: 14px;
    }

    .pagination .page-item {
        min-width: 30px;
    }
}

/* أيقونة السلة */
.cart-icon {
  font-size: 24px;
  color: var(--azza);
  background-position: left;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 12px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 90%;
  transform: translateY(-50%);
  margin-left: 20px;
}

.cart-icon:hover {
  color: #fff;
  background-color: var(--azza);
  border-color: var(--azza);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .cart-icon {
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    border-radius: 10px;
    transform: translateY(-20%);
  }
}

@media (max-width: 480px) {
  .cart-icon {
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
}


/* home */

.swiper-1 .swiper-wrapper {
  display: flex;
}

.swiper-1 .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.swiper-2 .swiper-wrapper {
  display: flex;
}

.swiper-2 .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.swiper-3 .swiper-wrapper {
  display: flex;
}

.swiper-3 .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

/* ############## datils prodct */
.all__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

.all__article {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  box-sizing: border-box;
  padding-bottom: 20px;
  cursor: pointer;
}

@media (max-width: 1520px) {
  .all__container {
    max-width: 100%;
  }
}

@media (max-width: 968px) {
  .all__article {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 400px) {
  .all__container {
    max-width: 100%;
    padding: 5px;
    margin: 0;
  }
  /* .swiper-slide{
    max-width: 50%;
  } */

  .all__article {
    flex: 1 1 100%;
    max-width: 45%;
  }
}

.breadcrumb-2 {
  font-size: 18px;
  color: #333;
  padding-inline: 5%;
  padding-top: 40px;
  padding-bottom: 0;
  background-color: var(--background-azza-2);
  width: 100%;
}

.breadcrumb-2 .breadcrumb__link {
  text-decoration: none;
  color: var(--azza);
  font-weight: bold;
  transition: color 0.3s;
}

.breadcrumb-2 .breadcrumb__link:hover {
  color: var(--azza2);
}

.breadcrumb-2 .breadcrumb__current {
  color: var(--background-azza);
}

@media (max-width: 768px) {
  .breadcrumb-2 {
    display: none;
    flex: 1 1 100%;
    max-width: 100%;
    padding-inline: 5%;
  }
}
/* ############### المقترحات  */

.sort-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.sort-section-header .section-header h2 {
  font-size: 24px;
  color: #333;
}

.sort-section-header .sort-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sort-section-header .sort-menu label {
  font-size: 16px;
  color: #555;
}

.sort-section-header .sort-menu select {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}

.sort-section-header .sort-menu select:focus {
  border-color: var(--azza);
}

/* ############## why ############# */
.why_section {
  position: relative;
  /* padding: 100px 0; */
  overflow: hidden;
  padding-inline: 80px;
  padding-top: 50px;
  padding-bottom: 130px;
  /* gap: 130px; */

}



.why_section::before,
.why_section::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 900px;
  height: 900px;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  transform: translateY(-21%);
}

.why_section::before {
  left: -200px;
}

.why_section::after {
  right: -200px;
}

.why_section .box {
  display: flex;
  flex-direction: column;
  align-items: top;
  justify-content: top;
  text-align: center;
  margin-top: 20px;
  background-color: #b4a36123;
  height: 100%;
  max-height: 300px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .why_section {
    display: flex;
    flex-direction: column;
    padding-inline: 10px;
    padding-bottom: 100px;

  }
  .why_section .row{
    gap: 25px;
    padding-inline: 20px;
    padding-bottom: 0px;


  }
  /* .review-section .box .customer-info-wrapper {
    padding: 100px;
  } */
}

.why_section .box-2 {
  transition: transform 0.3s ease !important;
}
.why_section .box-2:hover {
  transform: scale(1.05) !important;
}
.why_section .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(45deg, #1e1e1e 0%, #ffffff 50%, #1e1e1e 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: var(--azza2);
}

.why_section .box .detail-box h5 {
  color: var(--azza2);
  overflow: hidden;
  padding-bottom: 8px;
}
.why_section .box .detail-box p {
  color: var(--azza);
  overflow: hidden;
}

.why_section .box .detail-box h5,
.why_section .box .detail-box p {
  margin: 0;
  padding-bottom: 8px;
  padding-inline: 10px;
  text-overflow: ellipsis;
  white-space: normal;
}

.why_section .container {
  padding-bottom: 100px;
}

/* ######### الاراء ########## */

.review-section .box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: #b4a36123; /* Semi-transparent gold */
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    overflow: hidden; /* Ensures content stays within the box */
  }

.customer-info-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
  width: 100%;
}

.customer-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.customer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.customer-details h3 {
  font-size: 1.2rem;
  margin: 0;
  color: var(--azza);
}

.customer-details p {
  font-size: 0.9rem;
  color: var(--azza);
  margin: 5px 0 10px;
}

.star-rating {
  color: #f4c430;
  font-size: 1rem;
}

.review-text {
    margin-top: 15px;
    font-size: 1rem;
    color: var(--azza2);
    line-height: 1.5;
    text-align: right;
    direction: rtl;
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis to overflowing text */
    white-space: nowrap; /* Prevent line breaks */
  }

/* info section */
.info_section {
  position: relative;
  background-color: var(--background-azza);
  color: #ffffff;
  text-align: right;
  box-shadow: 0 -10px 20px rgba(180, 163, 97, 0.3);
  padding-bottom: 0;
  padding-top: 20px;
}

.info_section .info-container {
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .info_section .info-container {
    width: 95%;
  }
}

.info_section .social_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}

.info_section .social_container .social_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.info_section .social_container .social_box a {
  margin: 0 10px;
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f89cab;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .row > div {
  margin-top: 25px;
}

.info_section a {
  text-transform: none;
}

.info_section h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
}

.info_section p {
  color: #cbc9c9;
}

.info_section .info_link-box a {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a:hover {
  color: #ffffff;
}

.info_section .info_link-box a i {
  color: #ffffff;
  margin-left: 10px;
  font-size: 18px;
}

.info_section .info_link-box a span {
  color: #cbc9c9;
}

.info_section .info_link-box a:hover span {
  color: #ffffff;
}

.info_section .logo-and-text {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  height: 200px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .info_section .logo-and-text {
    padding-left: 0px;
  }
}

.info_section .logo-img {
  width: 70px;
  height: auto;
  flex-shrink: 0;
}

.info_section .logo-and-text p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .info_section .logo-and-text {
    flex-direction: column;
    height: auto;
  }

  .info_section .logo-img {
    width: 60px;
  }

  .info_section .logo-and-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .info_section .logo-img {
    width: 50px;
  }

  .info_section .logo-and-text p {
    font-size: 12px;
  }
}

.info_section .logo-and-text p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.info_section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}

.info_section .col-md-4,
.info_section .col-lg-3 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .col-md-6 {
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 23%;
  }
}

/* end info section */

/* footer section*/
.footer_section {
  margin-top: 45px;
  font-weight: 500;
}

.footer_section p {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1.5px solid #eeeeee;
  width: 80%;
}

.footer_section a {
  color: #cbc9c9;
}

/* end footer section*/

/* ############ styles ############ */
.card__content {
  margin-inline: 0.75rem;
  /* border-radius: 1.25rem; */
  overflow: hidden;
}

.card__article {
  width: 300px;
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__image {
  position: relative;
  background-color: var(--first-color-light);
  padding-top: 1.5rem;
  margin-bottom: -0.75rem;
}

.card__data {
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.card__img {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.card__shadow {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}

.card__name {
  color: var(--second-color);
  margin-bottom: 0.75rem;
}

.card__description {
  font-weight: 500;
  margin-bottom: 1.75rem;
}

.card__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  color: var(--dark-color);
  font-weight: 600;
}

/* Swiper class */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  color: var(--second-color);
  display: none;
  padding-inline: 5px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet {
  background-color: hsl(212, 32%, 40%);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--second-color);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
  .card__data {
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

.card__container {
  min-width: 100%;
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    max-width: 100%;
  }

  .swiper-button-prev {
    left: -1rem;
  }
  .swiper-button-next {
    right: -1rem;
  }
}

/* ########### datiles page ############ */
.product-details {
  background-color: var(--background-azza-2);
  text-align: right;
}

.product-details .product-images {
  text-align: center;
}

.product-details .main-product-image {
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
}

.product-details .product-thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.product-details .product-thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-details .product-thumbnail.active-thumbnail {
  border-color: var(--azza);
}
.product-details .product-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-details .product-price .discounted {
  text-decoration: line-through;
  color: #888;
  font-size: 0.9em;
}

.product-details .product-price .final {
  color: #c00e0e;
  font-weight: bold;
  font-size: 1.1em;
}

/* ضبط التصميم للشاشات الصغيرة */
@media (max-width: 768px) {
  .product-details .product-price {
    gap: 5px;
    font-size: 16px;
  }
  .product-details .product-price .discounted {
    font-size: 14px;
  }
  .product-details .product-price .final {
    font-size: 16px;
  }
}

/* ضبط التصميم للهواتف الصغيرة جدًا */
@media (max-width: 480px) {
  .product-details .product-price {
    gap: 4px;
  }

  .product-details .product-price .discounted {
    font-size: 14px;
  }
  .product-details .product-price .final {
    font-size: 16px;
  }
}


.product-details .product-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}


.product-details .favorite-icon-2 i {
  font-size: 1.5em;
  cursor: pointer;
}

.product-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.product-images {
  flex: 1 1 40%;
  text-align: center;
  margin-top: 5px;
}

.product-images .main-image {
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .product-images .main-image {
    max-width: 400px;
    margin-left: 0px;
  }
}

@media (max-width: 576px) {
  .product-images .main-image {
    max-width: 300px;
    margin-left: 0px;
  }
}

@media (max-width: 400px) {
  .product-images .main-image {
    max-width: 100%;
    margin-left: 0px;
  }
}

.thumbnail-images {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.thumbnail-images img {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.thumbnail-images img:hover {
  border-color: #000;
}

.product-info {
  flex: 1 1 50%;
  padding: 10px;
}

.product-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-price {
  font-size: 22px;
  margin-bottom: 5px;
}

.product-tax {
  font-size: 14px;
  color: #838383;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.product-description {
  margin-bottom: 30px;
  color: #333;
}

.product-specs,
.size-guide,
.product-features {
  margin-bottom: 15px;
}

.product-specs h4,
.size-guide h4,
.product-features h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--azza);
}

.size-guide {
  color: var(--azza);
  text-decoration: underline;
}
.size-guide i {
  margin-left: 3px;
}
.size-guide a {
  color: var(--azza);
}

/* ######### size guide  #########*/

.size-guide-image {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* ######### end size guide  #########*/

.product-info .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.product-info .popup-content {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

}

.product-info .popup-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 60vh;
  object-fit: contain;
  cursor: pointer;
}

.product-options {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-options label {
  font-size: 16px;
  margin-bottom: 5px;
}

.quantity,
.product-size {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-btn,
.product-size {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.quantity-btn {
  background: #ddd;
  cursor: pointer;
}

.quantity input {
  width: 50px;
  text-align: center;
}

.product-size {
  width: 100%;
}

.product-notes {
  margin-bottom: 15px;
}

.product-notes textarea {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  border-radius: 5px;
  resize: none;
  background-color: #f5f5f5;
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-notes textarea:focus {
  outline: none;
  border-color: var(--azza);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.product-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.add-to-cart {
  flex: 1;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.add-to-favorites {
  background: #ddd;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.thumbnail {
  border: 2px solid transparent;
  cursor: pointer;
  transition: border 0.3s ease;
}

.thumbnail.active {
  border: 2px solid #0056b3;
}

.thumbnail:hover {
  border: 2px solid #888;
}

.product-options-container {
  background-color: #fff;
  padding: 20px;
  padding-inline: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 10px v;
  margin-top: 20px;
  border: 1px solid #ccc;
}

.product-options {
  margin-bottom: 15px;
}

.product-options label {
  font-weight: bold;
}

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

.quantity-btn {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 18px;
}

input[type="number"] {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 10px;
}

.product-size {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-to-cart,
.add-to-favorites {
  background-color: var(--azza);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.add-to-cart:hover,
.add-to-favorites:hover {
  background-color: var(--azza3);
}
.product-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quantity-option,
.size-option {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.quantity-option label,
.size-option label {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.quantity-option i,
.size-option i {
  margin-right: 5px;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-btn {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.product-size {
  width: auto;
  max-width: 100px;
  min-width: 100px;
  height: auto;
  max-height: 35px;
  padding: 2px 20px;
  font-size: 14px;
  width: 90px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-align: center;
}

/* ############### Policy ############## */

.shipping_policy_section {
  background-color: var(--background-azza-2);
}

.shipping_policy_section .heading_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shipping_policy_section .heading_container h2 {
  font-size: 2.2rem;
  color: var(--azza);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.shipping_policy_section .heading_container h2 span {
  color: var(--azza);
}

.shipping_policy_section .container p {
  color: var(--background-azza);
}

.policy-list {
  list-style: none;
  padding-right: 2rem;
  font-size: 1.1rem;
  color: #34495e;
  line-height: 1.8;
}

.policy-list li {
  margin-bottom: 1.5rem;
}

.policy-list strong {
  font-weight: bold;
  color: var(--azza);
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.3rem;
}

.policy-list span {
  font-size: 1rem;
  color: #34495e;
  display: block;
  margin-bottom: 0.5rem;
}

.sub-policy-list {
  list-style: circle;
  padding-right: 2.5rem;
  font-size: 1rem;
  color: #34495e;
  line-height: 1.6;
}

.sub-policy-list li {
  margin-bottom: 0.5rem;
}
.shipping_policy_section p {
  font-size: 1.1rem;
  color: #7f8c8d;
  text-align: justify;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .shipping_policy_section {
    padding-top: 40px;
  }
  .heading_container h2 {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }

  .policy-list {
    font-size: 1rem;
  }

  .sub-policy-list {
    font-size: 0.95rem;
  }

  p {
    font-size: 1rem;
  }
}

/* ############ orders ############# */
.orders_section {
  background-color: var(--background-azza-2);
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* .orders_section .heading_container h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #5d6c7e;
  text-align: center;
  padding-bottom: 30px;
} */

.orders_section .order-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: var(--background-azza);
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  background-color: var(--background-azza-2);
  text-align: center;
}

.orders_section .order-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: var(--background-azza);
  padding: 10px 15px;
  font-weight: bold;
  background-color: var(--background-azza-2);
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #100909;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  cursor: pointer;
}

.orders_section .separator {
  margin: 0 10px;
  font-weight: bold;
  color: var(--background-azza);
}

.orders_section .order-id,
.order-date,
.order-total,
.order-status {
  font-weight: bold;
}

.orders_section .order-status {
  padding: 0.4rem 0;
  margin: 0 2rem;
  border-radius: 5px;
  background-color: var(--azza);
  color: white;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1200px) {
  .orders_section .order-status {
    margin: 0 1.5rem;
    padding: 0.3rem 0;
  }
}

@media (max-width: 768px) {
  .orders_section .order-status {
    margin: 0 1rem;
    padding: 0.2rem 0;
  }
}

@media (max-width: 480px) {
  .orders_section .order-status {
    margin: 0 0.5rem;
    padding: 0.2rem 0;
  }
}

.orders_section .status-received {
  background-color: var(--azza);
}

.orders_section .status-pending {
  background-color: var(--azza2);
}

/* ############ card ############# */
.card-section {
  background-color: var(--background-azza-2);
}

.checkout-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: right;
}

.step-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 150px;
  padding-bottom: 20px;
}

.step {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.step-line {
  position: absolute;
  top: 25%;
  left: 190px;
  right: 190px;
  height: 2px;
  background-color: #333;
  z-index: 0;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c4c4c4;
  color: white;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
}

.step.active .icon {
  background-color: var(--azza);
  color: white;
}

.step span {
  margin-top: 5px;
  font-size: 14px;
}

/* التصميم للجوال */
@media (max-width: 768px) {
  .step-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px 10px;
  }

  .step-line {
    position: absolute;
    top: 38%;
    left: 100px;
    right: 100px;
    height: 2px;
    background-color: #333;
    z-index: 0;
  }

  .step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .step span {
    font-size: 12px;
    margin-top: 5px;
  }
}

.card-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid var(--border);
  height: 100%;
  max-height: 200px;
}

.card-item img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .card-item img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .card-item img {
    width: 100%;
    max-width: 100px;
  }
}

.card-item p {
  color: var(--background-azza);
}

.card-item span {
  color: var(--border);
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.card-info {
  flex: 1;
  margin-right: 10px;
}

/* #################### card box ########################## */
.card-info {
  flex: 1 1 50%;
  padding: 10px;
}
.card-info h5 {
  margin-bottom: 15px;
}

.card-info p {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.card-info-all {
  display: flex;
  flex-direction: row;
}

/* التصميم الأساسي */
.input-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 250px;
  margin: 10px 10px;
  padding: 10px;
  box-sizing: border-box;
}

.quantity-box,
.size-box,
.note-box {
  display: block;
  width: 100%;
}

.quantity-box label,
.size-box label,
.note-box label {
  margin-bottom: 5px;
}

.quantity-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.quantity-box label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 110px;
  height: 100%;
  max-height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

.quantity-wrapper input {
  width: 27px;
  text-align: center;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

.quantity-wrapper input::-webkit-outer-spin-button,
.quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity-btn {
  background-color: #fff;
  color: var(--background-azza);
  font-size: 18px;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn:hover {
  color: var(--azza);
}

.quantity-btn:active {
  color: var(--azza3);
}

.size-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  width: 100%;
  max-width: 300px;
  justify-content: space-between;
}

.size-box label {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.size-box select {
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 35px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.size-box select:hover {
  border-color: #bbb;
  background-color: #ececec;
}

.note-box input {
  background-color: #f5f5f5;
  border: none;
  text-align: center;
  font-size: 14px;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  box-sizing: border-box;
}

/* التصميم للجوال */
@media (max-width: 768px) {
  .card-info-all {
  }

  .card-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 400px;
    margin-bottom: 20px;
    padding: 13px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid var(--border);
    justify-content: center;
  }

  .card-info h5 {
    font-size: 16px;
  }

  .input-section {
    gap: 15px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    padding-top: 10px;
  }

  .quantity-box {
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
  }

  .quantity-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }

  .quantity-wrapper {
    width: 90px;
    height: 45px;
    font-size: 8px;
  }
  .quantity-wrapper input {
    font-size: 14px;
  }

  .product-size {
    min-width: auto;
  }

  .size-box {
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
    max-width: 100%;
  }

  .size-box select {
    width: 100%;
    max-width: 100%;
  }

  .note-box input {
    font-size: 12px;
    padding: 6px;
  }
}
@media (max-width: 768px) {
  .size-box label {
  }

  .size-box select {
    max-width: 90px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .checkout-container {
    padding: 15px;
  }

  .step {
    margin: 0 2px;
    margin-bottom: 10px;
  }
}

.checkout-box {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.checkout-container-2 {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border);
}
.discount-bottom {
  margin-bottom: 20px;
  box-shadow: none;
}

.discount-code {
  display: flex;
}

.discount-code input {
  flex: 1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 16px;
  border: none;
  padding-right: 2%;
}

.discount-code button {
  background-color: var(--border);
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  width: 90px;
}

.discount-code button:hover {
  background-color: #747474;
}

.total-container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 3px;
  background-color: #ffffff;
}

.final-total {
  font-weight: bold;
  font-size: 18px;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background-color: var(--azza);
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 3px;
  transition: transform 0.2s ease, background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.submit-btn:hover {
  background-color: var(--azza2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.submit-btn:active {
  background-color: var(--azza3);
  transform: translateY(1px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

/* ########## checkout ######## */
.checkout-item {
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid var(--border);
}
.checkout-item-2 {
  display: flex;
  justify-content: space-between;
}
.checkout-gold {
  border: 1px solid var(--azza);
}

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

.checkout-btn {
  display: flex;
}

.checkout-btn input {
  flex: 1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 16px;
  border: none;
  padding-right: 2%;
}
.checkout-btn button {
  background-color: var(--azza);
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  width: 90px;
}

/* ############ Thnak you ######## */
.thank-you-section {
  text-align: center;
  background-color: var(--background-azza-2);
  width: 100%;
  margin: 0 auto;
  padding-block: 180px;
}

.thank-you-message h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.thank-you-message h5 {
  margin-bottom: 50px;
}

.icon-check {
  font-size: 3rem;
  color: #28a745;
  margin-bottom: 20px;
}

.thank-you-message p {
  font-size: 1rem;
  color: #666;
  margin: 10px 0;
  margin-bottom: 50px;
}

.continue-shopping-btn {
  background-color: var(--azza);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 30px;
}

.continue-shopping-btn:hover {
  background-color: var(--azza3);
}

/* ############## profile ############ */
.profile-add .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.profile-add .addresses-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}



.profile-container {
  padding: 20px;
  background-color: #fcfbf5;
}

.profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background-color: var(--background-azza);
  border-radius: 10px;
  color: var(--background-azza);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.profile-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.profile-info {
  text-align: center;
  margin-top: 15px;
}

.user-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--azza);
}

.user-email {
  font-size: 1rem;
  color: var(--azza2);
}

.profile-add {
  margin-top: 2rem;
}

.addresses-title {
  font-size: 2rem;
  font-weight: bold;
  /* margin-bottom: 1.5rem; */
  color: var(--dark-color);
  /* text-align: right; */
}

@media (max-width: 768px) {
  .addresses-title {
    font-size: 1.6rem;
    /* margin-bottom: 1.2rem; */
  }

  .profile-add {
    margin-top: 1.5rem;
  }
}

@media (max-width: 480px) {
  .addresses-title {
    font-size: 1.4rem;
    /* margin-bottom: 1rem; */
  }

  .profile-add {
    margin-top: 1rem;
  }
}

.address-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--background-azza-2);
  border-radius: 10px;
}

.address-card {
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.profile-add {
  padding-top: 0px;
  margin-top: 0px;
}

.profile-add .address-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .profile-add .address-card-header {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .profile-add .address-card-header {
    flex-direction: row;
    justify-content: space-between;
  }
}



.profile-add .address-card-header i {
  color: var(--border);
  font-size: 20px;
  transition: color 0.3s ease;
}

.profile-add .address-card-header i:hover {
  color: var(--azza);
}

@media (max-width: 768px) {
  .profile-add .address-card-header i {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .profile-add .address-card-header i {
    font-size: 16px;
  }
}

.profile-add .popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.profile-add .popup-content {
  background-color: #fff;
  padding: 35px;
  border-radius: 10px;
  width: 500px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.profile-add .popup-content h3 {
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.profile-add .close-popup-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 25px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s ease;
  padding: 5px;
  padding-top: 5px;
}

.profile-add .close-popup-btn:hover {
  color: red;
}

.profile-add form {
  width: 100%;
}

.profile-add form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #555;
}

.profile-add form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
}

.profile-add form button {
  background-color: var(--azza);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  float: left;
}

.profile-add form button:hover {
  background-color: var(--azza3);
}

.profile-add .address-card-body {
  padding: 10px;
  padding-bottom: 0;
  border-radius: 5px;
}

.profile-add .address-card-body p {
  margin: 5px 0;
  font-size: 16px;
  color: #444;
}

@media (max-width: 768px) {
  .profile-add .address-card-body {
    padding: 8px;
  }

  .profile-add .address-card-body p {
    font-size: 14px;
    margin: 4px 0;
  }
}

@media (max-width: 480px) {
  .profile-add .address-card-body {
    padding: 0px;
  }

  .profile-add .address-card-body p {
    font-size: 12px;
    margin: 3px 0;
  }
}

/* icon profile */
.profile-header {
  position: relative;
}

.edit-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.edit-icon i {
  font-size: 20px;
  color: var(--azza);
  cursor: pointer;
  transition: color 0.3s ease;
}

.edit-icon i:hover {
  color: var(--azza3);
}
.edit-icon i:focus {
  color: var(--azza2);
}


/* ####### add address ###### */
.profile-add .popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.profile-add .popup-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.profile-add .close-popup-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 25px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s ease;
}

.profile-add .close-popup-btn:hover {
  color: red;
}

.profile-add form {
  width: 100%;
}

.profile-add form label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  color: #555;
}

.profile-add form input,
.select-gender,
.custom-select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  text-align: right;
  box-sizing: border-box;
  height: 40px;
  line-height: 1.5;
  display: block;
}

.custom-select {
  appearance: none;
  background-color: #fff;
  padding-right:20px;
}

.select-gender{
  appearance: none;
}



.profile-add form button {
  background-color: var(--azza);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  float: left;
  margin-top: 10px;
}

.profile-add form button:hover {
  background-color: var(--azza3);
}

@media (max-width: 768px) {
  .profile-add .popup-content {
    max-width: 400px;
    padding: 20px;
  }

  .profile-add .close-popup-btn {
    top: 15px;
    left: 15px;
    font-size: 22px;
  }

  .profile-add form label {
    font-size: 14px;
  }

  .profile-add form input,
  .select-gender,
  .custom-select {
    padding: 8px;
    font-size: 14px;
  }

  .profile-add form button {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .profile-add .popup-content {
    max-width: 290px;
    padding: 15px;
  }

  .profile-add .close-popup-btn {
    top: 10px;
    left: 10px;
    font-size: 20px;
  }

  .profile-add form label {
    font-size: 12px;
  }

  .profile-add form input,
  .select-gender,
  .custom-select {
    padding: 4px;
    font-size: 12px;
  }

  .profile-add form button {
    padding: 8px 10px;
    font-size: 12px;
  }
}


/*  */

.address-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* .address-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.address-card-name {
  font-size: 1.4rem;
  font-weight: bold;
}

.address-card-actions {
  display: flex;
  gap: 10px;
}

.address-card-actions button {
  background-color: var(--first-color);
  color: white;
  padding: 8px 16px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.address-card-actions button:hover {
  background-color: var(--second-color);
}

.btn-add-address {
  background-color: transparent;
  color: var(--azza);
  padding: 8px 12px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  outline: none;
}

.btn-add-address:hover {
  color: var(--azza2);
  transform: translateY(-3px);
}

.btn-add-address:active {
  transform: translateY(1px);
  border: none;
}

@media (max-width: 768px) {
  .btn-add-address {
    font-size: 0.9rem;
    padding: 6px 10px;
  }
}

@media (max-width: 480px) {
  .btn-add-address {
    font-size: 0.8rem;
    padding: 5px 8px;
  }
}


/* ############## address select ##############*/

.address-select {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #555;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.address-select:focus {
  border-color: var(--azza3);
  box-shadow: 0 0 5px var(--azza);
}

.address-select option {
  font-size: 16px;
  padding: 10px;
}

.address-select:hover {
  border-color: var(--azza);
}

.address-select option:first-child {
  color: #999;
}

/* ############## address details ##############*/

.address-details {
  border-radius: 8px;
  padding: 20px;
}

.address-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  gap: 7px;
}

.address-item:last-child {
  border-bottom: none;
}

.address-item strong {
  color: #333;
  font-weight: 600;
}

.address-item span {
  color: #555;
  font-weight: 400;
}

.address-details p {
  margin: 0;
}

.btn-profile-container {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

button:focus {
  outline: none;
}

.profile-options {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-block: 10px;
}

.options-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.options-list li {
  background-color: var(--background-azza-2);
  color: var(--background-azza);
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
  gap: 8px;
}

.options-list li a {
  text-decoration: none;
  color: var(--background-azza);
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.options-list li:hover {
  color: var(--azza);
  transform: translateY(-5px);
}
.options-list a:hover {
  color: var(--azza);
}

.options-list li i {
  font-size: 1.5rem;
  color: var(--azza);
}

@media (max-width: 480px) {
  .profile-header {
    padding: 15px 0;
  }

  .profile-image img {
    width: 90px;
    height: 90px;
  }

  .user-name {
    font-size: 1.4rem;
  }

  .user-email {
    font-size: 0.9rem;
  }

  .address-card {
    padding: 15px;
  }

  /* .address-card-header {
    flex-direction: column;
    align-items: flex-start;
  } */

  .address-card-name {
    font-size: 1.0rem;
  }

  .address-card-actions {
    margin-top: 10px;
  }

  .address-card-actions button {
    padding: 6px 12px;
  }

  .options-list li {
    padding: 8px 15px;
  }

  .options-list li a {
    font-size: 0.9rem;
  }

  .options-list li i {
    font-size: 1.2rem;
  }
}

/* ######## checkout ############ */
.checkout-section {
  background-color: var(--background-azza-2);
}

.checkout-section .checkout-item {
  margin-bottom: 20px;
}

.checkout-section .toggle-btn {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.checkout-section .toggle-btn:hover {
  color: var(--background-azza);
}

.checkout-section .dropdown-content {
  display: none;
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}

.checkout-section .dropdown-content select,
.checkout-section .dropdown-content input {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.checkout-section .dropdown-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout-section .dropdown-content ul li {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.checkout-section .new-address-form {
  padding: 20px;
  border-radius: 8px;
}

.checkout-section .form-group {
  margin-bottom: 20px;
}

.checkout-section .form-group label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  font-weight: bold;
}

.checkout-section .form-group input {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  text-align: right;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.checkout-section .form-group input:focus {
  border-color: var(--azza);
  background-color: #fff;
}

.checkout-section .submit-btn {
  width: 100%;
  margin: 0px;
  padding: 15px;
  background-color: var(--azza);
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.checkout-section .submit-btn:hover {
  background-color: var(--azza3);
}

.checkout-section .circle-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--azza);
  border-radius: 50%;
  position: relative;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkout-section .circle-icon.active {
  border-color: var(--azza);
}

.checkout-section .circle-icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease;
}

.checkout-section .circle-icon.active::after {
  background-color: var(--azza);
}

.checkout-section .icon-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.checkout-section .shipping-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout-section .shipping-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.checkout-section .shipping-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkout-section .shipping-radio {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.checkout-section .shipping-logo {
  width: 30px;
  height: auto;
  margin-right: 30px;
}

.checkout-section .shipping-name {
  font-size: 1rem;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  padding-left: 5px;
}

.checkout-section .credit-card-fields p {
  font-size: 1.1rem;
  color: var(--dark-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.checkout-section .credit-card-field {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.checkout-section .input-container {
  flex: 1;
}

.checkout-section .credit-input {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.checkout-section .credit-input:focus {
  background-color: #fff;
  outline: none;
  border-color: var(--azza);
}

.checkout-section .credit-input::placeholder {
  color: #aaa;
  font-size: 0.95rem;
}

.checkout-section .credit-input:focus::placeholder {
  color: #888;
}

.checkout-section .credit-card-field input {
  font-size: 1rem;
  text-transform: uppercase;
}

.checkout-section .card-logos {
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.checkout-section .card-logo {
  width: 200px;
  height: auto;
}

@media (max-width: 768px) {
  .checkout-section .credit-card-field {
    flex-direction: column;
  }

  .checkout-section .credit-input {
    padding: 12px 15px;
    font-size: 0.95rem;
  }
}

/* ######### Login ########## */
.login_section {
  background-color: var(--background-azza);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.login_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(212, 175, 55, 0.2) 0%,
    rgba(212, 175, 55, 0) 40%
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  transform: translateX(50%);
}

.login_section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25vw;
  height: 100%;
  background-image: url("/img/logo-azza.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: lighten;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
  transform: translateX(50%);
}

.login_section .login-image {
  width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .login_section .login-image {
    display: none;
  }
}

.login_section .login-box {
  padding: 40px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 50px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .login_section .login-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .login_section .login-button{
    padding-top: 100px;
  }
}

.login_section .login-logo {
  display: block;
  margin: 0 auto 20px;
  max-width: 180px;
}

.login_section .login-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--azza);
  font-size: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}

.form-group label {
  font-size: 16px;
  color: var(--azza2);
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}

.login_section .form-control::placeholder {
  color: #b4a3619b;
  font-size: 14px;
}

.login_section .form-control {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--azza);
  font-size: 16px;
  background-color: #b4a3613f;
  display: block;
  text-align: right;
  color: var(--background-azza-2);
}

.login_section .form-control:focus {
  border-color: var(--azza2);
  outline: none;
}

.login_section .forgot-password {
  font-size: 14px;
  text-decoration: none;
  color: var(--background-azza-2);
  text-align: center;
  display: block;
}

.login_section .forgot-password:hover {
  text-decoration: underline;
}

.login_section .login-button {
  padding: 12px;
  font-size: 16px;
  background-color: var(--azza);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.login_section .login-button:hover {
  background-color: var(--azza2);
}

.login_section .login-button:focus {
  background-color: var(--azza3) !important;
  box-shadow: none !important;
}

.login_section .register-link {
  text-align: center;
  margin-top: 15px;
}

.login_section .register-link span {
  font-size: 14px;
  color: #fff;
}

.login_section .register-link a {
  text-decoration: none;
  color: var(--azza);
}

.login_section .register-link a:hover {
  text-decoration: underline;
}

/* ############ verification code ############ */

.login_section .auth-box label{
  text-align: center;
  padding-bottom: 10px;
}

.login_section  .auth-box input{
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

/* ############ orders ############# */
.order-details {
  background-color: var(--background-azza-2);
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 40px;
}

.heading_container h2 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--azza);
  text-align: center;
}
.heading_container p {
  font-size: 1.3rem;
  color: var(--azza);
  text-align: center;
  padding-bottom: 30px;
}
.order-details .order-header {
  display: flex;
  color: var(--background-azza-2);
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background-color: var(--azza);
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .order-details .order-header {
    flex-direction: row;
    padding: 15px 10px;
    text-align: right;
  }
  .order-details .display-22{
    display: none;
  }
}
.info-header {
  padding-left: 35px;
}

.order-status-3 {
  background-color: #a89754;
  padding-inline: 20px;
  border-radius: 5px;
}
.order-details .order-box {
  color: var(--background-azza);
  padding: 30px;
  font-weight: bold;
  background-color: var(--background-azza-2);
  justify-content: center;
  align-items: center;
  text-align: right;
  color: #100909;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.order-details .separator {
  margin: 0 10px;
  font-weight: bold;
  color: var(--background-azza);
}

.order-details .order-id,
.order-date,
.order-total,
.order-status {
  font-weight: bold;
}

.order-details .order-status {
  padding: 0.4rem 0;
  margin: 0 2rem;
  border-radius: 5px;
  background-color: var(--azza);
  color: white;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1200px) {
  .order-details .order-status {
    margin: 0 1.5rem;
    padding: 0.3rem 0;
  }
}

@media (max-width: 768px) {
  .order-details .order-status {
    margin: 0 1rem;
    padding: 0.2rem 0;
  }
}

@media (max-width: 480px) {
  .order-details .order-status {
    margin: 0 0.5rem;
    padding: 0.2rem 0;
  }
}

/* ############ orders details ############# */

.order-details .status-received {
  background-color: var(--azza);
}

.order-details .status-pending {
  background-color: var(--azza2);
}

.order-details .order-box img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .order-details .order-box img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .order-details .order-box img {
    width: 100%;
    max-width: 100px;
  }
}
.order-details .orders-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-details .order-box p {
  color: var(--background-azza);
}

.order-details .order-box span {
  color: var(--border);
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.order-details .order-box label {
  font-size: 12px;
}

.order-details .line {
  border-right: 1px solid #ddd;
}

.order-details .orders-price {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-top: 10px;
}

.order-details .info-price {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-details .orders-info h5 {
  font-weight: bold;
}

/* ############ orders details star ############# */

.order-details .star-box {
  color: var(--background-azza);
  padding: 30px;
  font-weight: bold;
  background-color: var(--background-azza-2);
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #100909;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.order-details .star-rating {
  font-size: 30px;
  direction: rtl;
  cursor: pointer;
}

.order-details .star {
  color: #ccc;
  transition: color 0.3s, transform 0.3s;
}

.order-details .star:hover {
  color: var(--azza);
  transform: scale(1.5);
}

.order-details .star.selected {
  color: var(--azza);
}

.order-details .comment-box {
  margin-top: 10px;
  align-items: center;
}

.order-details .comment-input {
  width: 70%;
  padding: 10px;
  border: 1px solid var(--azza);
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
}

.order-details .submit-btn {
  background-color: var(--azza);
  width: 30%;

  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.order-details .submit-btn:hover {
  background-color: var(--azza3);
}

@media (max-width: 768px) {
  .order-details .star-box {
    padding: 1.5rem;
  }

  .order-details .star-rating {
    font-size: 1.5rem;
  }

  .order-details .comment-input {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .order-details .star-rating {
    font-size: 1.2rem;
  }

  .order-details .comment-input {
    font-size: 0.9rem;
  }

  .order-details .submit-btn {
    font-size: 0.9rem;
  }
}

/* ########### favorites ################# */
.favorites_section {
  background-color: var(--background-azza-2);
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* .favorites_section .heading_container h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #5d6c7e;
  text-align: center;
  padding-bottom: 30px;
} */

.favorites_section .card-item {
  display: grid;
  grid-template-columns: 1fr;
  background-color: var(--background-azza-2);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position: relative;
}

.favorites_section .card-info-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.favorites_section .card-info h5 {
  font-weight: bold;
  color: #100909;
}

.favorites_section .card-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}

.favorites_section .add-to-cart,
.favorites_section .remove-item {
  background-color: var(--azza);
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.favorites_section .add-to-cart:hover,
.favorites_section .remove-item:hover {
  background-color: var(--azzadark);
}

.favorites_section .add-to-cart i,
.favorites_section .remove-item i {
  font-size: 18px;
}

.favorite-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid var(--azza);
  height: auto;
  max-height: 100px;
  position: relative;
}

.favorite-item img {
  width: auto;
  max-width: 80px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  margin-left: 20px;
}

.favorite-info {
  flex: 1;
  text-align: right;
}
.favorite-info p {
  margin: 0;
}
.favorite-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  margin-left: 20px;
  padding: 0;
  transition: all 0.3s ease;
}

.favorite-actions .remove-item,
.favorite-actions .add-to-cart {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.favorite-actions .remove-item {
  color: #ad0000;
}

.favorite-actions .add-to-cart {
  color: var(--azza);
  font-weight: bold;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  gap: 5px;
}

.favorite-actions .add-to-cart i {
  font-size: 16px;
  margin-right: 5px;
}

.favorite-actions .add-to-cart:hover {
  background-color: var(--azzadark);
}

.favorite-item .remove-item {
  font-size: 24px;
  color: #e10000;
}

@media (max-width: 768px) {
  .favorite-item {
    flex-direction: row;
  }

  .favorite-info {
    text-align: right;
    width: 100%;
  }

  .favorite-actions {
    flex-direction: row;
    align-items: center;
  }

  .favorite-actions .remove-item .text,
  .favorite-actions .add-to-cart .text {
    display: none;
  }

  .favorite-actions {
    gap: 20px;
    margin-left: 15px;
  }

  .favorite-actions .remove-item,
  .favorite-actions .add-to-cart {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .favorite-actions .remove-item .text,
  .favorite-actions .add-to-cart .text {
    display: none;
  }

  .favorite-actions {
    gap: 15px;
    margin-left: 10px;
    align-items: center;
  }

  .favorite-actions .remove-item,
  .favorite-actions .add-to-cart {
    font-size: 14px;
  }
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.popup-content {
    background: #fff;
    width: 90%;
    max-width: 500px;
    max-height: 80%;
    overflow-y: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.popup-content::-webkit-scrollbar {
    width: 8px;
}

.popup-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.popup-content::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}





    /* .product-card h3 {
        font-size: 1.1em;
    } */

