/* Add custom CSS styles below */ 
/*
.store-adv .flex-center {
  min-width: 200px;
  min-height: 200px;
}
*/
@media (max-width: 768px) {
  .store-adv .flex-center {
    min-width: 50px !important;
    min-height: 50px !important;
  }
  .wish-share {
  margin-left: 7%;
}
}

.categotires-sec img{
  border-radius: 22px;
}

.header-container .flex-col {
  width: 100px;
  height: 100px;
}
.wish-share {
  margin-left: 75%;
}

/* تأكد من أنك قمت بتحميل Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

/* تنسيق أيقونة LinkedIn */
.linkedin-icon {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 24px; /* حجم الأيقونة */
  text-decoration: none;
  color: black; /* لون الأيقونة */
  margin: 0 10px; /* مسافة بين الأيقونات */
}

.linkedin-icon:hover {
  color: #0077b5; /* تغيير لون الأيقونة عند التمرير */
}
.s-slider-block__title {
  display: flex; 
  justify-content: center;
  }
  .s-slider-block__title-left {
    display:none;
  }
  .divider-icon img {
    min-width: 100px !important;
    min-height: 100px;
  }
  
  .blog-single img.h-full.w-full.object-cover ,.blog-index .lazy__bg.lazy.lazy_img.entered.loaded {
    background-size: contain;
object-fit:contain
}

.blog-single  span.text-gray-500.da-ts {display:none}
.blog-index span.text-gray-500.da-ts.text-xs {display:none !important}