/* 
   This file only loads when the site is in Arabic. 
   It fixes the Savoy Banner Slider disappearance.
*/

.nm-banner-slider,
.nm-banner-slider .slick-list {
    direction: ltr !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.nm-banner-slider .slick-slide {
    float: left !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Keeps your customized buttons identical in Arabic */
.nm-banner-button {
    direction: ltr !important;
    text-align: center;
}
