/* تخصيص الألوان للمتجر */
.main-nav-container {
    background-color: #ffffff; /* خلفية الهيدر */
}

.product-entry .product-entry__image .f_btn-container .btn--add-to-cart button {
    background-color: #768334; /* خلفية زر أضف للسلة */
    color: #ffffff; /* لون النص في زر أضف للسلة */
     opacity: 0.8; /* شفافية 80% */
    transition: opacity 0.3s ease; /* تأثير سلاسة عند تغيير الشفافية */
}

.s-cart-summary-count {
    background-color: #758232; /* إشعار سلة المشتريات */
}

.store-footer__bottom {
    background-color: #ffffff; /* خلفية الفوتر */
}

.store-footer__bottom span p {
    color: #2b352c !important; /* لون نص الحقوق */
}

.thick-header .f_bottom-menu > ul > li {
    height: 5rem;
    background-color: #ffffff; /* خلفية القوائم السفلية */
}

.product-entry .product-entry__image .f_btn-container salla-button.btn--wishlist button {
    background-color: #768334 !important; /* خلفية زر المفضلة */
     opacity: 0.8; /* شفافية 80% */
    transition: opacity 0.3s ease; /* تأثير سلاسة عند تغيير الشفافية */
}

.s-button-light {
    color: #ffffff; /* لون أيقونة القلب (المفضلة) */
}

.f_quick-links > ul > li a,
.f_brands-nav > ul > li a {
    color: #ffffff !important; /* روابط الأقسام والعلامات التجارية */
}

button.s-button-primary {
    color: #ffffff !important; /* لون النص في زر أضف للسلة داخل المنتج */
}

@media (max-width: 639px) {
    .is-sticky-product-bar .sticky-product-bar > .move-product-bar i {
        width: 4rem;
        border-radius: 1rem;
        background-color: var(--color-primary);
        padding: 0.25rem 0;
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* أزرار الدعم الفني */
.mxkpe { 
    background-color: #768334 !important;
     opacity: 0.8; /* شفافية 80% */
    transition: opacity 0.3s ease; /* تأثير سلاسة عند تغيير الشفافية */
}
.HKKWn {
    background-color: #768334 !important;
     opacity: 0.8; /* شفافية 80% */
    transition: opacity 0.3s ease; /* تأثير سلاسة عند تغيير الشفافية */
}
.pdFN {
    background-color: #2b372d !important;
     opacity: 0.8; /* شفافية 80% */
    transition: opacity 0.3s ease; /* تأثير سلاسة عند تغيير الشفافية */
}
/* تغيير لون خلفية أزرار + و - */
.s-quantity-input-button {
    background-color: #ffffff !important; /* خلفية بيضاء */
    border: 1px solid #ddd; /* حدود خفيفة */
    border-radius: 5px; /* زوايا مستديرة */
}

/* تغيير لون الرموز + و - */
.s-quantity-input-button svg {
    fill: #000000 !important; /* لون الرموز - الأسود */
}

/* تحسين الأزرار عند التمرير */
.s-quantity-input-button:hover {
    background-color: #f2f2f2 !important; /* لون خلفية أفتح عند التمرير */
}

.s-quantity-input-button:hover svg {
    fill: #333333 !important; /* لون الرموز أغمق عند التمرير */
}
/* اضافة اطار للتقييمات*/
.testimonials-slider .swiper-slide-active .testimonial__inner{
        border: 1.5px solid #758134;
        border-radius: 15px;
        padding: 20px;
}
/* لون نص المزيد داخل صفحة المنتج*/
.s-button-primary{
color: #ffffff;
}
/*الفوتر*/ /*
.store-footer__inner {
    background-color: #919c5d; /* لون الخلفية */
    background-image: url('path/to/your/image.jpg'); /* مسار صورة الخلفية */
    background-size: cover; /* تغطية كاملة للخلفية */
    background-position: center; /* تمركز الصورة */
    padding: 25px; /* مساحة داخلية حول المحتوى */
    border-top: 5px solid ##2c382e; /* خط علوي بلون أخضر */
    border-radius: 20px 20px 0 0; /* زوايا مستديرة في الأعلى */
    text-align: center; /* توسيط النص */
    color: #333; /* لون النص */
} */
/* نصوص الفوتر */ /*
.store-footer h3 {
    color: #2b372d;
}
.store-footer .footer-list a {
    color: #ffffff;
}*/
/* لون الرقم الضريبي */
.store-footer .f_vat p, .store-footer .f_vat b {
    color: #ffffff;
}
/*تأثيرات عند التمرير*/
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/*تحسين تصميم الأزرار*/
button {
  background-color: #ffffff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

button:hover {
  background-color: #2d392f;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

button:active {
  transform: scale(0.95);
}
/*إضافة تأثيرات على الصور*/
img {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

img:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
/*شريط تنقل مميز*/
.navbar {
  background-color: #333;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 18px;
  transition: color 0.3s ease;
}

.navbar a:hover {
  color: #007BFF;
}
/*زر اغلاق الصفحة الجانبية*/
.mm-ocd .btn--close-sm {
    background-color: #919c5d;
}
/*تعديل صورة المنتج بعرض خاص*/
.-md\:-mt-2 {
        margin-top: -0.5rem;
        width: 120px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /*ايقونة تسجيل الدخول*/
    .sicon-user-circle:before {
    content: "\f078";
}