/* Add custom CSS styles below */ 

/* تغيير لون الشريط العلوي عند الـ scroll */ 
.main-nav-container.fixed-header .inner {
  background-color: #342454;
}



/* تغيير (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 */
    color: #ffffff;
    background-color:#342454;
}


.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;
}

/* تغيير لون أيقونة الواتساب */
.wa-selia.right{background-color:#342454;}

/* تحريك أيقونة الواتساب */
.sicon-whatsapp2 {
  /* Initial setup */
  display: inline-block;
  /* Apply the animation */
  animation: pulse 1.2s ease-in-out infinite;
}

/* Keyframes for the pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Scale up slightly */
  }
  100% {
    transform: scale(1);
  }
}

/* توسيط عناوين صفحة المنتج */
.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;}

/* محاذاة التقييمات في صفحة المنتج */
.comment .prose {text-align: right;}

/* توسيط نجوم التقييم في صفحة المنتج */    
.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) */ }
    


/* تكبير مساحة النافـ بار */
.main-nav-container.fixed-header .inner{padding-bottom: 10px;}

/* اخفاء ايقونة العرض السريع و المفضلة في الديسكتوب */
.product-card__buttons{display:none;}

.main-nav-container.fixed-header .inner{color:#fc8b10;}

/* 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: #fc8b10 /* Change to your desired color for other pages */
}

/* تغيير لون قائمة خيارات اليوزر بعد تسجيل الدخول*/
.main-nav-container .s-user-menu-dropdown .s-user-menu-dropdown-item .s-user-menu-dropdown-item-title{color:#342454;}