
.swiper-slider img {
    max-height: 425px;
}

h1,h2,h3,h4,h5,h6,span,li,ul,div{
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.shop-category.selected {
    border: 2px solid #0d6efd; /* Bootstrap primary color */
    /* background-color: #f0f8ff; */
}

            .list-group-item{
                border:none !important;
            }
.card.selected {
    border: 2px solid #2787f5 !important;
}

.pwa-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 9999;
  text-align: center;
}
.pwa-popup .popup button {
  margin: 5px;
}


  .nav {
        display: flex;
        align-items: center;
        flex-wrap: nowrap; /* تأكد من أن العناصر لن تنتقل إلى السطر التالي */
    }

    /* تخصيص زر المفضلة ليظهر بجانب التبويبات */
    .nav .fav {
        margin-left: 20px; /* مسافة بين التبويبات وزر المفضلة */
    }

    /* تخصيص شكل زر المفضلة */
    .nav .favorite-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }

    /* التأكد من أن التبويبات لا تتكسر في الشاشات الصغيرة */
    .nav-pills {
        flex-wrap: nowrap; /* لا تسمح للتبويبات بالتكسر */
    }
.favorite-button.favorited .icon-icon-favorite {
    stroke: #dc3545;
    fill: #dc3545;
}

            .favorited .icon-icon-favorite {
  stroke: #dc3545 !important; /* لون أزرق */
}
.fav svg{
    width: 24px !important;
    height:24px!important;
}
            
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.card-header svg {
    width: 24px !important;
    height: 24px !important;
}

.fav-card svg {
    width: 24px !important;
    height: 24px !important;
}
.placeholder-glow .placeholder {
    animation: placeholder-glow 3s ease-in-out infinite;
}
.like-button.liked .icon-like {
    stroke: #007bff;
    fill: #007bff;
}

            .liked .icon-like {
  stroke: #007bff !important; /* لون أزرق */
}

            .post-btn{
                color: #a7a6a8 !important;
            }
            .post-card svg {
  width: 20px !important;
  height: 20px !important;
}

.post-card i.fa-brands {
  font-size: 20px !important;
}
.detail-btn{
                color: #a7a6a8 !important;
            }
            .detail-card svg {
  width: 20px !important;
  height: 20px !important;
}


.detail-card i.fa-brands {
  font-size: 20px !important;
}

.card-header svg{
    width: 24px !important;
    height: 24px !important;
}
            .post-card{
                border-radius: 0px !important;
            }

#posts {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}


            .social-info {
    display: flex; /* لجعل الأيقونات تظهر في صف واحد */
    justify-content: center; /* محاذاة الأيقونات في الوسط */
    gap: 15px; /* إضافة مسافة بين الأيقونات */
    margin-top: 10px; /* مسافة من النص أو العناصر السابقة */
}

.social-info i {
    font-size: 24px; /* حجم الأيقونات */
    color: #fff; /* لون الأيقونات */
    transition: transform 0.3s ease, color 0.3s ease; /* تأثير عند التمرير */
}

.social-info i:hover {
    transform: scale(1.2); /* تكبير الأيقونة عند التمرير */
    color: #007bff; /* تغيير اللون عند التمرير */
}

.social-info i:active {
    transform: scale(0.9); /* تصغير الأيقونة عند الضغط عليها */
}

        .swiper-category img {
            width: 50px;
            height: 50px;
            object-fit: cover;
          }
          .swiper-slider img {
                width: 100%; /* تأكد من أن الصورة تملأ الحاوية */
                height: auto; /* حافظ على نسبة العرض إلى الارتفاع */
                object-fit: cover; /* تغطي الصورة الحاوية بالكامل */
            }
            
/* حاوية السويبر */
.vendor-container {
    display: block;
    position: relative;
    text-align: center;
}

/* حاوية الصورة الرئيسية */
.vendor-image-container {
    position: relative;
    width: 115px;
    height: 160px;
    margin: 0 auto;
}

/* الصورة الرئيسية */
.vendor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* الصورة الشخصية */
.profile-image {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid white;
}

/* النص داخل الصورة (الشمال فوق) */
.vendor-name {
    position: absolute;
    top: 10px;  /* تحديد المكان العلوي */
    left: 10px; /* تحديد المكان الأيسر */
    font-size: 12px;
    font-weight: bold;
    color: white; /* اللون الأبيض */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* تأثير الظل للنص */
}

/* النص تحت الصورة */
.vendor-container h6 {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 10px
}
