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 .web-logo img {
  width: 65px !important;
}
.select2-dropdown{
  z-index: 1000000 !important;
}
.st_selcto{
  width:100% !important;
}
.select2-container{
  width:100% !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 10pc !important;
}

.containerg {
  width: 80%;
  margin: auto;
}
.image-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.image-preview img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 2px solid #007BFF;
  border-radius: 8px;
}
.remove-btn {
  display: block;
  text-align: center;
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 5px;
}
.remove-btn:hover {
  background-color: #c82333;
}

.imagePreview {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


