.cat-banner-carousel {
    display:flex;
}
.banner-category-tile {
    justify-content: space-around;
    flex-wrap: nowrap !important;
    padding-left: 12px;
    margin: 1.25rem 0;
}
.banner-category-tile-component-figure {
    margin: 0 0 0 0;
}
.banner-category-tile .carousel-slider .slick-arrow {
    opacity: 1;
}
.banner-category-tile .carousel-slider .slick-next {
    right: -1rem;
}
.banner-category-tile .carousel-slider .slick-prev {
    left: -2rem;
}
@media only screen and (max-width: 768px) {
    .banner-category-tile {
        margin: 0.5rem 0;
    }
    .banner-category-tile .top-mobile-banner {
        margin: 15px 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-category-tile .banner-category-tile-region {
        padding-bottom: 2%;
        padding: 5px 10px 5px 10px;
        width: 42%;
        flex-shrink: 0;
        flex-basis: inherit;
    }
    .banner-category-tile-component-figure {
        margin: 0 0 0 0;
        padding-right: 0%;
    }

    .banner-category-tile-component-figure img {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
}
.banner-category-tile .carousel-slider .slick-next:lang(ar) {
    right: auto;
}
.banner-category-tile .carousel-slider .slick-prev:lang(ar) {
    left: auto;
}
.banner-category-tile .slick-arrow {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .banner-category-tile-region:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .banner-category-tile-region:not(:first-child):lang(ar) {
        margin: 0 20px 0 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .banner-category-tile .carousel-slider {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x:auto;
        display:flex;
        margin-right:15px;
    }
    .banner-category-tile .carousel-slider::-webkit-scrollbar {
        display: none;
    }
}