/* Add custom CSS styles below */

/*زر واتساب*/
#wa-widget-send-button {

bottom: 129px;

}


/*تكبير البنرات*/
 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  
/*توسيط الفوتر*/
.store-footer__inner,
.store-footer {

}

footer *{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


/*تحريك البار العلوي*/

.s-advertisement{

position: fixed;

z-index: 99;

width: 100%;

}

.container{
    padding-top: 60px; /* زيادة الحشوة لتجنب التداخل */
}

/*لون الحقوق*/
.copyright-text p {
    color: rgb(174 174 174);
}

.s-button-primary {
    border-color: #d11e22;
    background-color: #d11e2200; /* الخلفية شفافة */
    color: #d11e22;
    transition: background-color 0.3s ease, color 0.3s ease; /* تأثير الانتقال */
}

/*الاضافة للسلة*/
.s-button-primary:hover {
    background-color: #770c0c; /* تغيير لون الخلفية إلى الأحمر عند التمرير */
    color: white; /* تغيير لون النص إلى الأبيض عند التمرير */
}

/*اشتري الان*/
.s-add-product-button-mini-checkout {
    background-color: #d11e22;
    border: 1px solid white; /* إضافة حواف بيضاء */
    border-radius: 12px; /* إضافة حواف مستديرة */
    transition: background-color 0.3s ease, color 0.3s ease; /* تأثير الانتقال */
}
salla-mini-checkout-widget .s-add-product-button-mini-checkout-content {
    color: white !important; /* لون النص الأبيض */
    font-size: 14px; /* حجم الخط */
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;;
}
.s-add-product-button-mini-checkout:hover {
    background-color: #770c0c; /* تغيير لون الخلفية عند التمرير */
    color: white; /* الحفاظ على لون النص الأبيض */
}