body {
    font-family: 'Noto Sans Arabic', sans-serif !important;
    padding-bottom: unset !important;
  }
  
  div {
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  
  a {
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  
  h1 {
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  
  h3 {
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  
  button {
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  
  h4 {
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  
  h2 {
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  select {
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  span{
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  h6{
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  input{
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  
  h5{
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  th{
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }

.nav_st::before {
display: none !important;
}



.carousel-item img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 250px;
  }
}

.discount-badge {
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #ff4d4f;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-45deg);
  z-index: 10;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}


.semost{
  background: #ff7272;
}

.st_i{
  font-size: 21px !important;
}

.category-section-3 .category-box-list .category-name h4 {
  font-size: 12px !important;
  text-align: center !important;
}
.category-section-3 .category-box-list a img {
  width: 96px !important;
}

#lolo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.search-box {
  position: relative;
}

.search-results-container {
  position: absolute;
  top: 100%; 
  left: 0;
  right: 0;
  width: 100%; /* لضمان أن العرض سيكون مطابقًا تمامًا لمربع البحث */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  display: none; /* بداية، الإخفاء */
  z-index: 1000;
  padding: 10px;
}

.search-box .input-group {
  display: flex;
  align-items: center;
}

.search-box .input-group input {
  flex-grow: 1;
  border-right: 0;
}

.search-box .input-group button {
  border-left: 0;
}

.carousel-item img {
  height: auto; /* لجعل الصورة تتناسب مع عرض الشاشة */
  object-fit: cover; /* تغطية المساحة مع الحفاظ على النسبة */
  max-height: 500px; /* تحديد أقصى ارتفاع للسلايدر */
}

@media (max-width: 768px) {
  .carousel-item img {
      max-height: 300px; /* تقليل ارتفاع السلايدر على الشاشات الصغيرة */
  }
}


@media (max-width: 767px) {
  header .onhover-category-list .onhover-category-box {
      display: none !important;
  }
}


.star {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
}

.star.selected {
  color: #FFD700; /* ذهبية */
}

.product-box-4 .product-detail .price {
  font-weight: bold !important;
  font-size: 17px !important;
}

.product-box-4 h5 {
  font-weight: 600 !important;
}

header .top-nav .navbar-top .middle-box .search-box .input-group button {
  background-color: #d0b495 !important;
}

.footer-section-2.footer-color-2 {
  background-color: #747474 !important;
}


.btn-animation {
  background: linear-gradient(90deg, #FF9800 0%, #4f3b00 100%) !important;
}

header .header-nav .header-nav-left .dropdown-category-2 {
  background: linear-gradient(93.33deg, #ba9857 12.35%, #2f2f2d 99.38%) !important;
}