/* ! General Style */

body {
  /*font-family: 'Cairo', sans-serif;*/
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

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

body.no-scroll {
  overflow: hidden;
}

/* *============================================================ */

/* !Main Nav */
.sidemenu-toggle {
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #000;
}
.sidemenu-toggle:hover {
  color: #000;
}

.sidemenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  /*height: 100vh;*/
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transform: translateY(-100%);
  overflow: hidden;
  transition: 0.3s ease;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* padding-top: 50px; */
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

/* .sidemenu .navbar {
  width: 1400px;
    margin: auto;
} */

.sidemenu .main-links {
  display: block;
  padding: 0 5vw;
  width: 100%;
  /* margin-top: -150px; */
  position: relative;
  bottom: 27%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  height: 100vh !important;
}

.sidemenu .clss {
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.sidemenu .dropdown {
  margin-bottom: 20px;
  position: relative;
  width: 100%; /* Adjust the width to fit the content */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidemenu .dropdown-menu {
  display: none; /* Hidden by default */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px 0;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sidemenu .dropdown-menu.show {
  display: block; /* Show the dropdown menu */
}

.sidemenu .dropdown:hover .dropdown-menu {
  display: block;
}

.sidemenu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s;
}

.sidemenu .dropdown-item:hover {
  background-color: #f0f0f0;
}

.sidemenu .country-flag {
  width: 20px;
  height: 15px;
  vertical-align: middle;
}

.sidemenu .selected-country {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sidemenu .caret {
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000; /* Adjust the color to match your design */
  transition: transform 0.3s ease;
}
.sidemenu .dropdown:hover .caret {
  transform: rotate(180deg); /* Flips the caret when the dropdown is open */
}
.sidemenu .sidemenu-brand-icon {
  text-align: center;
  width: 100%;
  display: block;
  /*padding-block: 60px;*/
  /*margin-bottom: 150px;*/
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}
.sidemenu .sidemenu-brand-icon img {
  max-height: 100%;
  max-width: 63%;
}

.navbar .globe-icon-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.navbar .dropdown-container {
  position: absolute;
  top: 40px;
  left: -30px;
  width: 250px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.navbar .dropdown-container.hidden {
  display: none;
}

.navbar .tabs {
  display: flex;
  justify-content: space-around;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.navbar .tab-btn {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.navbar .tab-btn.active {
  font-weight: bold;
  background: #ddd;
}

.navbar .tab-content {
  padding: 10px;
}

.navbar .tab-panel {
  display: none;
}

.navbar .tab-panel.active {
  display: block;
}

.navbar .tab-panel ul {
  list-style: none;
  padding: 0;
}

.navbar .tab-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  cursor: pointer;
}

.navbar .tab-panel li:hover {
  background: #f5f5f5;
}

/* ! Responsive form Search-bar */

.Navbar-Responsive .search-bar {
  display: none;
}

.Navbar-Responsive .search-bar.hidden {
  display: none;
}

.Navbar-Responsive .search-bar {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.Navbar-Responsive .form-control {
  flex-grow: 1;
}

.Navbar-Responsive .btn-search-resp {
  position: absolute;
  left: 0;
  top: 0;
}

/* *============================================================ */

.Navbar-Responsive .search-input::placeholder {
  color: #aaa;
}
.Navbar-Responsive .search-icon {
  cursor: pointer;
}
.navbar .country-flag {
  width: 20px;
  height: auto;
}

#country-tab li .currency {
  font-size: 11px;
  opacity: 0.7;
}

.navbar {
  background-color: #fff;
  padding: 10px 0;
}

.navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.container-xxl {
  max-width: 1500px !important;
}

.left-content {
  display: flex;
  align-items: center;
  gap: 15px; /* للتحكم في المسافات */
}

.category-buttons {
  display: flex;
  gap: 45px; /* مسافة بين الأزرار */
}

.category-button {
  background-color: transparent;
  border: none;
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 30px;
  position: relative;
  z-index: 1;
}

.category-button.active {
  color: #fff;
  background-color: black;
  padding-inline: 50px;
  padding-block: 20px;
}

.category-button.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: -1;
  height: 500px;
  background-color: black;
}

.search-box {
  width: 400px;
  /* max-width: 300px; */
  margin-left: 15px;
  margin-right: 100px !important;
}

.search-box input {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  /* margin-right: 59px; */
  padding-block: 10px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ddd !important;
  box-shadow: none;
}

.search-box button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.icon-btn {
  margin-left: 10px;
  color: #000;
  font-size: 1.2rem;
}

/* @media (min-width: 991px) {
 .navbar {
  display: block !important;
 }
} */

/* !Submenu Styles */

.submenu {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
}

.submenu a {
  color: #fff;
  margin: 0 15px;
  font-size: 1rem;
  text-decoration: none;
}

.submenu a:hover {
  text-decoration: underline;
}

.submenu .container-lg {
  width: 100% !important;
  height:44px;
}
.submenu {
  background-color: transparent;
  padding: 0;
  position: relative;
}

.submenu-links {
  background-color: black;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  position: relative;
  display: flex;
  z-index: 99;
}

/*.submenu-links::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 110px;*/
/*  height: 100%;*/
/*  right: 0;*/
/*  background-color: #ffff;*/
/*}*/

.submenu-link-makeup::before {
  content: '';
  position: absolute;
  width: 234px;
  height: 100%;
  right: 0;
  background-color: #ffff;
}

.submenu .submenu-start {
  flex: 1;
  background-color: black;
  height: 100%;
  margin-right: calc(-120px + 5%);
}
.submenu .submenu-end {
  flex: 1;
  background-color: black;
  height: 100%;
  margin-left: calc(90px + gap of icon-spacing);
}

.submenu-center {
  flex: auto;
  justify-content: center;
}

@media (min-width: 991px) {
  /* .submenu {
  display: block !important;
} */
}

/* *============================================================ */

/* ! Hero Section */

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

.hero-section {
  position: relative;
  overflow: hidden;
}

.swiper-pagination {
  position: absolute;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  justify-content: center;
  gap: 8px !important;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px !important;
  border-radius: 20px !important;
  width: 200px !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}

.swiper-pagination-bullet {
  width: 50px !important;
  height: 14px !important;
  border-radius: 8px !important;
  background-color: #572805 !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  height: 14px !important;
  background-color: #1a1a1a !important;
}

/* ! hero content Responsive  */

@media only screen and (max-width: 991px) {
  .img-cover {
    object-fit: contain !important;
    height: 100% !important;
  }

  .swiper-pagination {
    /* width: 100px !important;
    padding: 5px 10px !important;
    gap: 5px !important;
    bottom: 5px !important; */
    bottom: 10px !important;
    /* width: ; */
    padding-block: 5px !important;
    padding-inline: 5px !important;
    width: 100px !important;
    gap: 0 !important;

    display: flex;
    align-items: center !important;
  }

  .swiper-pagination-bullet {
    width: 20px !important;
    height: 5px !important;
    border-radius: 5px !important;
  }

  .swiper-pagination-bullet-active {
    width: 7px !important;
    height: 5px !important;
    border-radius: 50% !important ;
    -webkit-border-radius: 50% !important ;
    -moz-border-radius: 50% !important ;
    -ms-border-radius: 50% !important ;
    -o-border-radius: 50% !important ;
  }
}

/* *============================================================ */

/* ! shop section */

/* right-side */

.shop-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.shop-section .row {
  row-gap: 40px;
}

.shop-section .right-s-img {
  overflow: hidden;
}

.shop-section .right-s-img img {
  display: block;
  width: 100%;
}

.shop-section .square-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #222222;
  width: 100%;
  padding-block: 10px;
}

.shop-section .square-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}

.shop-section .shop-text {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
}

.shop-section .shop-text p {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}

/* left-side */

.shop-section .left-s .circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  /* margin-inline: 30px; */
  color: black;
  /* margin: auto; */
  overflow: hidden;
  box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.175) !important;
}

.shop-section .left-s .d-flex {
  row-gap: 30px !important;
  justify-content: space-around;
  align-items: center;
}

.shop-section .left-s-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-inline: 10px;
}

.shop-section .left-s .left-s-text h3 a {
  color: #fc7a32;
  font-weight: 800;
  font-size: 25px;
}

.shop-section .left-s .left-s-text p a {
  color: #999999;
  font-size: 16px;
}

.shop-section .left-s .circle i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 40px;
}

/* .shop-collection .swiper-slide {
  margin-bottom: 30px !important;
} */
/* shop section responsive */

@media (max-width: 991px) {
  .shop-section .left-s .d-flex {
    row-gap: 40px;
  }

  .shop-section .left-s .circle {
    width: 65px;
    height: 65px;
    /* margin-inline: 10px;
    margin: auto; */
  }

  .shop-section .row {
    row-gap: 0;
  }

  .shop-collection .swiper-container {
    overflow: hidden !important;
  }

  .shop-section .left-s .circle i {
    font-size: 22px;
  }

  .shop-section .right-s-img {
    display: none;
  }

  .shop-section .left-s-text {
    display: flex !important;
  }

  .shop-section .left-s .left-s-text h3 a {
    font-size: 20px !important;
  }

  .shop-collection .section-header-resp h3 a {
    font-size: 18px !important;
  }
  .shop-collection .section-header-resp p a {
    font-size: 13px !important;
  }

  .shop-section .left-s .left-s-text p a {
    font-size: 13px !important;
  }

  .shop-collection .swiper-slide {
    margin-block: 10px !important ;
  }
}

/* ! shop collection-Category  */

.section-header {
  color: #333;
  text-align: center;
}

.section-header h2 {
  font-weight: 700;
  font-size:22px;
}

.categories-container {
  /* column-gap: 50px !important; */
  margin-top: 12px !important;
}

.shop-collection .section-header-resp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-inline: 10px !important;*/
}
.shop-collection .section-header-resp h3 a {
  color: #fc7a32;
  font-weight: 800;
  font-size: 22px;
}

.shop-collection .section-header-resp p a {
  color: #999999;
  font-size: 16px;
}

/* .shop-collection .categories-container .box {
  background-color: #ddd !important;
  width: 120px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
} */

.shop-collection .categories-container img {
  width: 100%;
  object-fit: contain !important;
  height: 100%;
  padding-block: 5px;
}

.shop-collection .category-box {
  width: 150px;
  height: 150px;
  /* padding-block: 5px; */
  /* padding: 20px; */
  background-color: #fff;
  /* background-color: red; */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* position: relative;
  width: 100%; */
}

.shop-collection .categories-container p {
  color: black;
  font-size: 16px !important;
}

@media (max-width: 991px) {
  .categories-container {
    column-gap: 20px !important;
    width: 100%;
    justify-content: center !important;
  }

  .shop-collection a {
    width: 20%;
  }

  .shop-collection .categories-container p {
    font-size: 9px !important;
  }

  .shop-collection .categories-container img {
    width: 100% !important;
    display: block;
    height: 100% !important;
    object-fit: contain !important;
    /* padding-block: 10px; */
    /* margin-top: 30px; */
    /* margin: auto !important; */
  }
  .shop-collection .category-box {
    width: 100% !important;
    margin: auto;
    height: 81.2px;
  }

  .shop-collection .section-header-resp {
    display: flex !important;
  }

  .shop-collection .section-header {
    display: none !important;
  }
}

/* *============================================================ */

/* ! cards */

.discount-section,
.ads-section,
.for-you-section {
  text-align: center;
  margin-block: 80px;
  overflow: hidden;
}

.discount-section .section-header,
.ads-section .section-header,
.for-you-section .section-header {
  margin-bottom: 20px !important;
}

.discount-section .section-header h2,
.ads-section .section-header h2,
.for-you-section .section-header h2 {
  font-size: 2rem;
}

.discount-section .swiper-container,
.ads-section .swiper-container,
.for-you-section .swiper-container {
  position: relative;
}

.card {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  position: relative;
  overflow: hidden;
}

.discount-section .discount-percent,
.ads-section .discount-percent,
.for-you-section .discount-percent {
  position: absolute;
  right: 0;
  z-index: 999 !important;
}

.discount-section .discount-info-1,
.discount-section .discount-info-2,
.ads-section .discount-info-1,
.ads-section .discount-info-2,
.for-you-section .discount-info-1,
.for-you-section .discount-info-2 {
  position: absolute;
  left: 0;
  z-index: 999 !important;
}

.discount-section .card p,
.ads-section .card p,
.for-you-section .card p {
  /*margin-top: 10px;*/
  font-weight: bold;
}
.discount-section .section-header a,
.ads-section .section-header a,
.for-you-section .section-header a {
  color: #787676 !important;
}

.discount-section .card img,
.ads-section .card img,
.for-you-section .card img {
  max-width: 100%;
}

.discount-section .swiper-button-next,
.discount-section .swiper-button-prev,
.ads-section .swiper-button-next,
.ads-section .swiper-button-prev,
.for-you-section .swiper-button-next,
.for-you-section .swiper-button-prev {
  color: #666666 !important;
  background: #fcf1ed!important;
  padding: 30px !important;
  border: 1px solid black !important;
  height:10px;
  border-radius:50%;
}

.discount-section .swiper-button-next,
.ads-section .swiper-button-next {
  right: -60px !important;
}

.discount-section .swiper-button-prev,
.ads-section .swiper-button-prev {
  left: -60px !important;
}

.discount-section .best-button-next,
.discount-section .best-button-prev {
  color: #666666 !important;
  background: #ffffff !important;
  padding: 30px !important;
  border: 1px solid black !important;
}

.discount-section .best-button-next,
.ads-section .best-button-next,
.for-you-section .best-button-next {
  right: -60px !important;
}

.discount-section .best-button-prev,
.ads-section .best-button-prev,
.for-you-section .best-button-prev {
  left: -60px !important;
}

.discount-section .aws span,
.ads-section .aws span,
.for-you-section .aws span {
  font-size: 12px;
}

.discount-section .old-price,
.ads-section .old-price,
.for-you-section .old-price {
  font-size: 12px;
}

.discount-section .card-price-and-icon-box .new-price,
.ads-section .card-price-and-icon-box .new-price,
.for-you-section .card-price-and-icon-box .new-price {
  color: red;
  font-weight: 600;
}
/*@media only screen and (max-width: 430px) and (max-height: 932px) {*/
/*    .all_brand_circle*/
/*    {*/
/*        width:100%!important;*/
/*        height:119.33px!important;*/
/*    }*/
     
/*}*/
/* Small Laptops (13-inch, MacBook Air, etc.) */
@media only screen and (max-width: 1280px) {
    .all_brand_circle
    {
        width:100%;
        height:165.99px;
    }
}

/* Medium Laptops (15-inch, MacBook Pro, etc.) */
@media only screen and (max-width: 1440px) {
    .all_brand_circle
    {
        width:100%;
        height:165.99px;
    }
}

/* Large Laptops (17-inch, gaming laptops, etc.) */
@media only screen and (max-width: 1920px) {
    .all_brand_circle
    {
        width:100%;
        height:165.99px;
    }
}

@media (max-width: 768px) {
    .discount-badge {
        font-size: 10px!important;
    }
    .most-sold-badge
    {
        font-size: 10px!important;
    }
    .new-item-badge
    {
        font-size: 10px!important;
    }
    .no-qty-badge
    {
        font-size: 10px!important;
    }
    .green-tick { 
      left: 82px!important; 
    }
    .col-md-8s
    {
        width:65.33%!important;
    }
    .col-md-4s
    {
        width:34.67%!important;
    }
    .top_detail_slider
    {
        height:500px!important;
    }
    .bottom_detail_slider
    {
        height:136px!important;
    }
    .left_text
    {
        text-align:left!important;
    }
    #sort_btn{
        width:100%;
    }
    #filter_btn{
        width:100%;
    }
    .d_cat_menu
    {
        display:none!important
    }
    #customer_contact
    {
        width: 370.84px!important;
        text-align: right; 
    }
    .margin_desc_empty
    {
        margin:12px!important;
    }
    .margin_desc_noempty
    {
        margin:4px!important;
    }
    .brand_all
    {
        font-size:13px!important;
    }
    .navbar-brand img{
        left: 50px!important; 
        max-width: 115px; 
        position: relative;
    }
    .product-right .product-description .qty-box .input-group
    {
        justify-content: center!important;
    }
    .all_brand_circle
    {
        width:119.33px;
        height:119.33px
    }
    .card_item
    {
        height:308px!important;
    }
    .swiper-brands
    {
        margin-left:-15px!important;
    }
    .section-header h2 {
      font-size:18px;
    }
    .navbar-brand img {
       
        max-width: 230px!important; 
    }
    .pro-bra-title 
    {
        font-size:8px!important;
    }
    
    .brand-title {
        font-weight: 13px!important; 
    }
    /*.discount-badge*/
    /*{*/
    /*    padding: 0px 10px!important;*/
    /*}*/
    .product-image
    {
        width: 134px;
        height: 228px!important;
    }
    .main-img
    {
        width: 134px;
        height: 228px!important;
    }
  /* !Swiper-container-resp-full */
  .discount-section .swiper-container {
    overflow: visible !important;
  }
  .ads-section .swiper-container {
    overflow: hidden !important;
  }
}

/* hover images */

.discount-section .card .main-img,
.ads-section .card .main-img,
.for-you-section .card .main-img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}

.discount-section .card .hover-images img.product-image,
.ads-section .card .hover-images img.product-image,
.for-you-section .card .hover-images img.product-image {
  position: absolute;
  /*width: 100%;*/
  /*height: 100%;*/
  top: 0;
  right: 0;
  width:100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}

.discount-section .card-imgs-box:hover .main-img,
.ads-section .card-imgs-box:hover .main-img,
.for-you-section .card-imgs-box:hover .main-img {
  opacity: 0;
}

.discount-section .card-imgs-box:hover .hover-images img.product-image,
.ads-section .card-imgs-box:hover .hover-images img.product-image,
.for-you-section .card-imgs-box:hover .hover-images img.product-image {
  animation: imageFade 6s infinite;
}

@keyframes imageFade {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.discount-section
  .card-imgs-box:hover
  .hover-images
  img.product-image:nth-child(2),
.ads-section .card-imgs-box:hover .hover-images img.product-image:nth-child(2),
.for-you-section
  .card-imgs-box:hover
  .hover-images
  img.product-image:nth-child(2) {
  animation-delay: 2s;
}

.discount-section
  .card-imgs-box:hover
  .hover-images
  img.product-image:nth-child(3),
.ads-section .card-imgs-box:hover .hover-images img.product-image:nth-child(3),
.for-you-section
  .card-imgs-box:hover
  .hover-images
  img.product-image:nth-child(3) {
  animation-delay: 4s;
}

@media screen and (max-width: 768px) {
  .discount-section .section-header h2,
  .ads-section .section-header h2,
  .for-you-section .section-header h2 {
    font-size: 18px;
  }

  .discount-section .section-header a,
  .ads-section .section-header a,
  .for-you-section .section-header a {
    font-size: 13px;
  }

  .discount-section .card-price-info .old-price,
  .ads-section .card-price-info .old-price,
  .for-you-section .card-price-info .old-price {
    font-size: 10px;
  }
  .discount-section .card-price-info .new-price,
  .ads-section .card-price-info .new-price,
  .for-you-section .card-price-info .new-price {
    font-size: 11px;
    width: 100%;
  }
    
  .discount-section .cart-icon,
  .ads-section .cart-icon,
  .for-you-section .cart-icon {
    width: 10%;
  }

  .discount-section .card-name,
  .ads-section .card-name,
  .for-you-section .card-name {
    font-size: 10px;
  }

  .discount-section .aws span,
  .ads-section .aws span,
  .for-you-section .aws span {
    font-size: 9px;
  }

  .discount-section .aws i,
  .ads-section .aws i,
  .for-you-section .aws i {
    font-size: 10px;
  }

  .discount-section .discount-percent,
  .ads-section .discount-percent,
  .for-you-section .discount-percent {
    width: 25px;
  }

  .discount-section .discount-info-1,
  .discount-section .discount-info-2,
  .ads-section .discount-info-1,
  .ads-section .discount-info-2,
  .for-you-section .discount-info-1,
  .for-you-section .discount-info-2 {
    width: 60px;
  }

  .discount-section .swiper-button-next,
  .discount-section .swiper-button-prev {
    display: none;
  }
}

/* ! Ads Section */

.ads-section .view-more {
  background-color: #fceae0;
}

.ads-section .col-lg-6 {
  max-width: calc(50% - 50px);
  flex: 1;
}

@media (max-width: 991px) {
  .ads-section .col-lg-6 {
    max-width: 100%;
    flex: none;
  }

  .ads-section .view-more {
    background-color: #000 !important;
    color: #fff !important;
  }

  .ads-section .swiper-button-next {
    right: -20px !important;
    padding: 20px !important;
  }

  .ads-section .swiper-button-prev {
    left: -20px !important;
    padding: 20px !important;
  }

  .ads-section .swiper-button-next:after,
  .ads-section .swiper-button-prev:after {
    font-size: 20px;
  }
}

/* *============================================================ */

/* ! for-you-section */

.for-you-section .card {
  margin-bottom: 10px;
}

.for-you-section .pagination-container {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;

  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

  /* left: 50%; */
}

.for-you-section .pagination-container .swiper-button-next,
.for-you-section .pagination-container .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  padding: 17px !important;
  align-items: center;
}

.for-you-section .pagination-container .swiper-button-next::after,
.for-you-section .pagination-container .swiper-button-prev::after {
  font-size: 25px;
}

.for-you-section .pagination-container .swiper-pagination-for-you {
  position: unset;
  padding: 0 !important;
  width: max-content !important;
  margin: 0 50px;
  margin-bottom: 20px;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
}

.for-you-section .swiper-pagination-current {
  margin-left: 20px;
}

/* For you Swiper Pagination numbers */

.for-you-section .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-family: Arial, sans-serif;
}

.for-you-section .swiper-pagination-number {
  margin: 0 5px;
  cursor: pointer;
  color: #666;
}

.for-you-section .swiper-pagination-number.active {
  font-weight: bold;
  color: #000;
}

.for-you-section .swiper-pagination-prev,
.for-you-section .swiper-pagination-next {
  font-size: 18px;
  cursor: pointer;
  margin: 0 10px;
  color: #000;
}

.for-you-section .swiper-pagination-prev:hover,
.for-you-section .swiper-pagination-next:hover,
.for-you-section .swiper-pagination-number:hover {
  color: #007bff;
}

.for-you-section .swiper-pagination-for-you {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

/* *============================================================ */

/* ! new-products-section */

/* !  Footer */

.footer {
  background: #fae9e29e;
  margin-top: 80px;
  padding-top: 50px;
  color: #333;
  /* text-align: center; */
}
.footer h5 {
  font-weight: bold;
}
.footer a {
  color: #000;
  text-decoration: none;
  /*font-weight: 600;*/
}
.footer a:hover {
  text-decoration: underline;
}
.footer .social-icons a {
  margin: 0 10px;
  font-size: 24px;
  color: #333;
}
.footer .copyright {
    background: #fcf1ed;
    color: #333;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}
.subscribe-input {
  display: flex;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.subscribe-input input {
  width: 100%;
  border: none;
  padding: 10px;
  outline: none;
  direction: rtl;
}
.subscribe-input button {
  background: #000;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 250px;
}

.subscribe-container {
  margin-right: 100px;
}

.social-icons a {
  text-decoration: none !important;
}

.footer .customer-service ul li a,
.footer .fast-links ul li a {
  display: inline-block;
  margin-bottom: 15px !important;
}

.footer .customer-service h5,
.footer .fast-links h5 {
  margin-bottom: 25px !important;
}

.footer .locations {
  margin-right: 20px;
}

.footer .locations i {
  color: #fc7a32 !important;
  font-size: 20px;
}

.footer .locations a {
  color: #fc7a32;
  font-size: 20px;
}

.footer .locations span:hover {
  text-decoration: underline !important;
}

/* footer-responsive */

@media (max-width: 991px) {
  .subscribe-container {
    margin-right: 0;
  }

  .footer .locations i {
    color: #fc7a32 !important;
    font-size: 15px;
  }

  .footer .locations a {
    color: #000;
    font-size: 15px;
  }

  .footer .locations {
    margin-right: 10px;
  }
}

.brand_image
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 40px;
}


.discount-badge {
    position: absolute;
    left: 0;
    background-color: #ff3b30;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;  
    z-index:999;
}
.most-sold-badge
{
    position: absolute;
    left: 0;
    background-color: #f0ad4e;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;  
    z-index:999;
}
.new-item-badge
{
    position: absolute;
    left: 0;
    background-color: #22bb33;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;  
    z-index:999;
}
.product-image
{
    width: 203px;
    height: 344px;
}

.main-img
{
    width: 203px;
    height: 344px;
}



    /* Scrollable dropdown */
#categoriesDropdown + .dropdown-menu {
  max-height: 400px; /* Set max height */
  overflow-y: auto; /* Enable vertical scrolling */
}

/* Optional: Style the scrollbar for better UI */
#categoriesDropdown + .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

#categoriesDropdown + .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

#categoriesDropdown + .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* *============================================================ */


/*items page where wew have filter*/
    .collapse_btn
    {
        padding: 10px;
        background-color: #545454;
        color: #fff;
    }
    .size_picker_btns label {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    .size_picker_btns label input:checked + span {
      border-color: #b82d2d !important;
      color: #b82d2d;
    }
    .size_picker_btns label span {
      display: block;
      font-weight: bold;
      width: 75px;
      font-size: 13px;
      border-color: rgb(134, 134, 134) !important;
      cursor: pointer;
    }
    .grid_item .size_picker_btns label span {
        width: 34px;
    }

  
	&-wrapper {
		display: flex;
		align-items: center;
		width: 100%;
		column-gap: 20px;
	}

	 
	#skip-value-upper {
		font-size: 13px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: right;
	}
	#skip-value-lower
	{
	    font-size: 13px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: left;
	}

	.noUi-target {
    flex: 1;
    position: relative;
    background: #000000;
    border-radius: 50px;
}

.noUi-target.noUi-horizontal {
    height: 10px;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    border-radius: 3px;
    overflow: hidden;
    z-index: 0;
}

.noUi-connects .noUi-connect {
    height: 100%;
    width: 100%;
    transform-style: flat; /* Only one transform-style declaration */
    background-color: #000000;
}

.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 0;
    width: 100%;
}

.noUi-origin .noUi-handle {
    border-radius: 50px;
    background: #fff;
    cursor: default;
    background-color: #000000;
    backface-visibility: hidden;
    position: absolute;
    width: 21px;
    height: 21px;
    right: -10px;
    top: -6px;
}

.noUi-origin .noUi-handle .noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-draggable {
    cursor: ew-resize;
}

.slider-area-wrapper {
    padding: 20px !important;
}


.brand-title {
    min-height: 40px; /* Adjust this value based on your font size */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pro-bra-title 
{
    font-size:12px;
}
 
 
.justify-content-space
{
    justify-content:space-between;
}

.swiper-brands
{
    margin-left:-20px;
}

.navbar-brand img{
    left: 40px; 
    max-width: 115px; 
    position: relative;
}
.navbar-brand
{
    margin-left:-0.35rem;
}
.brand_slider_home
{
    row-gap:10px;
}
.card_item
{
    height:430px;
}
.category-divider {
    width: 25%;
    float: left;
    margin: 5px 0px 15px;
    border: 1px solid #ddd;
}
.all_brand_circle
{
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    /* margin-inline: 30px; */
    color: black;
    /* margin: auto; */
    overflow: hidden;
    box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.175) !important;
}
.bg-white
{
    background:"white";
}

.badge_count {
  padding: 3px; 
  width: 17px;
  height: 17px;
  border-radius: 50rem;
  color: #fff;
  background-color: #333 !important;
}

.margin_desc_empty
{
    margin:14px;
}
.margin_desc_noempty
{
    margin:2px;
}

   .dropdown-menu {
  display: none; /* Hide menu by default */ 
}

.dropdown-menu.show {
  display: block; /* Show menu when "show" class is added */
}

.dropdown-toggle {
  cursor: pointer;
}
.caret {
  margin-right: auto; /* Pushes the arrow to the left */
}
.dropdown-toggle::after {
    margin-left: 5px; /* Add spacing between flag and arrow */
  }

  .country-flag {
    width: 25px; /* Adjust flag size */
    height: auto;
  }
  .cart-icon img
  {
      max-width:20px!important;
  }
  .hide
    {
        display:none;
    }
.btn-outline-default {
    color: #333;
    border-color: #333;
}
.btn-outline-default:hover {
    color: #fff;
    background-color: #545454;
    border-color: #ccc;
}
.filter_divs
{
    display:none;
}
.sort_divs
{
    display:none;
}
.d_cat_menu
{
    display:block;
}
.diagonal-line::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px; /* Line thickness */
    background-color: gray; /* Line color */
    /*transform: rotate(-45deg);*/
    transform-origin: center;
}

.card-price-info
{
    direction:ltr;
}

.share_icon
{
    position: absolute; bottom: 18px;margin-left:20px;   font-size: 24px; color: #fff; cursor: pointer; z-index: 10;
}
.share_icon img
{
    max-width:30px;
}
.brand_search_val
{
    font-size: 13px;
}
.category_search_val
{
    font-size: 13px;
}
.coll_body
{
    background:#f6f6f6;
}
.slider-area
{
    background:#f6f6f6;   
}
.left_text
{
    text-align:right;
}
.bottom_detail_slider
{
    height:212px;
}
.top_detail_slider
{
    height:650px;
    width:100%;
}

.slick-slide div {
    border:0px;
    margin-top: 0 !important;
    padding: 0 !important;
}

.slick-list div {
    border:0px;
    padding: 0 !important;
    margin-bottom: 2px !important;
}
p
{
    margin-bottom:0px!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    margin-bottom:0px!important;
}
.slick-dots
{
    bottom: 15px!important;
}
.product-slick .slick-prev::before,.product-slick .slick-next::before
{
    background-color:transparent!important;
}
.slick-dotted.slick-slider
{
    margin-bottom:0px!important;
}
.no-qty-badge
{
    background-color:black;
    position: absolute;
    left: 0; 
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;  
    z-index:999;
}
/* Dark overlay applied initially */
.overlay_oos_img {
    filter: grayscale(100%);  /* Makes the image black and white */
    transition: filter 0.4s ease-in-out;
}
.checkout_image
{
    width: 111px;
    height: 160px;
}
.col-md-8s
{
    width:66.66%;
}
.col-md-4s
{
    width:33.33%;
}

                        .qty {
    list-style: none;
    padding: 0;
}

.product-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-info {
    flex: 1;
}

.product-details {
    font-weight: bold;
}

.product-size, .product-color {
    margin-top: 5px;
}

.product-image-container {
    max-width: 100px; /* Adjust the size of the image */
    margin-left: 15px;
}

.product-image {
    max-width: 100%;
    height: auto;
}




 


/* Style for the radio button */
.radio-option {
  position: relative;
  display: flex;
  align-items: center;
}

/*input[type="radio"] {*/
/*  appearance: none;*/
  /*border-radius: 50%;*/
/*  border: 2px solid black;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  margin-right: 10px;*/
/*  position: relative;*/
/*  transition: background-color 0.3s ease;*/
/*}*/

/* Style for radio buttons with the name 'shipping_type' */
input[type="radio"][name="shipping_type"] {
  appearance: none;
  border: 2px solid black;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.3s ease;
}

/* Style for the green tick (only visible when radio is checked) */
input[type="radio"][name="shipping_type"]:checked + label + .green-tick {
  display: inline-block;
  opacity: 1;
  transform: scale(1);
}

/*input[type="radio"]:checked {*/
/*  background-color: #007bff;*/
/*  border-color: #007bff;*/
/*}*/

.green-tick {
  display: none;
  position: absolute;
  top: 6px;
  left: 94px;
  font-size: 20px;
  color: green!important; ;
  transform: scale(1.5);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show green tick when radio is checked */
/*input[type="radio"]:checked + label + .green-tick {*/
/*  display: inline-block;*/
/*  opacity: 1;*/
/*  transform: scale(1);*/
/*}*/

/* Style for input fields and text areas */
input, textarea, select {
  background-color: #e9ecef!important;  /* Set background color */
  color: black;  /* Ensures the text is black */
  border: 1px solid #ccc;  /* Optional: add a border to inputs and select boxes */
  padding: 5px;  /* Optional: add padding to make the content more readable */
  border-radius: 4px;  /* Optional: add border radius for rounded corners */
}

/* Optional: Set default text color to black for placeholder text */
input::placeholder, textarea::placeholder {
  color: black;
}

/* Optional: Style text inside the options of the select box */
select option {
  color: black;  /* Ensures options inside the select box appear black */
}
#timer {
    font-size: 24px;
    font-weight: bold;
    color: red;
}


input, textarea, select {
  touch-action: manipulation;
}