/* محاذاة عناوين أقسام المتجر إلى اليمين */
.home-block-title {
    text-align: right !important;
    direction: rtl;
    margin-right: 0 !important;
    margin-left: auto !important;
}

/* العنوان الرئيسي */
.home-block-title h2 {
    text-align: right !important;
}

/* الوصف أسفل العنوان */
.home-block-title p {
    text-align: right !important;
}

/* الخط الزخرفي أسفل العنوان */
.home-block-title .home-block-line {
    margin-right: 0 !important;
    margin-left: auto !important;
}/* =========================================
   توسيع عرض المتجر بالكامل - Lavania
   ========================================= */

@media (min-width: 1280px) {

    /* الحاويات الرئيسية */
    .container {
        width: 94% !important;
        max-width: 1600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* الحاوية الخاصة بأقسام الصفحة */
    .s-block {
        width: 94% !important;
        max-width: 1600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* السلايدرات والبنرات */
    .s-slider-container,
    .s-block--fixed-banner {
        width: 100% !important;
        max-width: 1600px !important;
    }

    /* الصور والبنرات */
    .s-block img {
        max-width: 100%;
    }
}


/* شاشات الكمبيوتر المتوسطة */
@media (min-width: 1024px) and (max-width: 1279px) {

    .container,
    .s-block {
        width: 92% !important;
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}