/* Add custom CSS styles below */ 
/* زر الاضافة للسلة (للمنتج المميز) */ 

.s-button-element:not(:disabled):not([loading]) {

    background-color:#228ِِA49;

    border: none;

    color:white !important;

    }

/* تغيير (width) زر المنتج المميز و توسيطه */ 

.special-product .s-button-element.s-button-btn {

    width: 70% !important; /* Set button width to 70% */

    margin: 0 auto; /* Center the button horizontally */

    display: block; /* Ensure proper centering */

}

.special-product .s-button-element .s-button-text {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%; /* Ensure the text container spans the full width of the button */

}

       

/*زر الاضافة للسلة (للمنتج المميز) width +  تعديل حدود  */  

.special-product .s-button-element:not(:disabled):not([loading]) {

    width: 70%;

    border-radius: 0px 0px 10px 10px;

}

/* اخفاء عنوان المنتجات الثابتة (بعد المنتج المميز) */

.fixed-products--2 .mb-8{display:none;}

/* تغيير لون عبارة الحقوق في أدنى الفوتر */

.footer-is-custom .store-footer .footer-rights p {color:#323232;}

/* تغيير لون أيقونة الواتساب */

.wa-selia.right{background-color:#287D93;}

.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn{background-color:#228A49;}

/* توسيط عناوين صفحة المنتج */

.space-y-5>:not([hidden])~:not([hidden]), .whitespace-nowrap {justify-content:center;}

.text-store-text-primary,.text-store-text-secondary ,.inventory-content>#variant-inventory {

text-align: center;}

/* الغاء المسافة بين صور المنتج و الوصف في صفحة المنتج */

.product-single__slider {margin-bottom:0;}

/* اخفاء ايقونة العرض السريع و المفضلة في الديسكتوب */

.product-card__buttons{display:none;}

/* محاذاة التقييمات في صفحة المنتج */

.comment .prose {text-align: right;}

/* تكبير خط اسم المنتج في كارد المنتج في الصفحة الرئيسية */    

.product-card__title a {

    font-size: 17px;

    }

/* توسيط نجوم التقييم في صفحة المنتج */    

.product-single .product-single__info salla-rating-stars{

	display: block;

	text-align: center;

}

/* الغاء تفعيل آكشن صورة الضريبة في فوتر المتجر */

.load-img-onclick {

    pointer-events: none; /* Disables clicking */

   cursor: default; /* Changes cursor to default (not a pointer) */ }

    

/* Scrolled state for header icons */

.fixed_promotion:not(.promotion-banner-hidden) .main-nav-container.fixed-header .inner {

    background-color: white;

    color: #228a49;

}

/* Increasing specificity to ensure the color is applied */

.main-nav-container .s-user-menu-dropdown .s-user-menu-dropdown-item .s-user-menu-dropdown-item-title {

color: #287D93;}

/* For all pages except the main page */

body:not(.index) .inner a,

body:not(.index) .inner .sicon-menu,

body:not(.index) .inner .sicon-user,

body:not(.index) .inner .sicon-search,

body:not(.index) .inner .sicon-cart

 {

    color: #228a49; /* Change to your desired color for other pages */

}


.store-footer__inner .text-sm{ text-align: center;}