.mainSlider .lSSlideOuter .lSPager.lSGallery li.active,
.mainSlider .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 40px;
    border-bottom: 4px solid var(--primary);
}


.mainSlider .lSPager.lSGallery {
    margin: 5px auto !important;
    transform: unset !important;
    width: calc(13*65px) !important;
}


.mainSlider .lSPager > li {
    /* width: unset !important; */
    border-radius: 40px;
    transition: border-bottom-color 0.2s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: border-bottom-color 0.2s cubic-bezier(0.4, 0, 1, 1);
    border-bottom: 4px solid transparent;
    max-width: 60px;
}

.mainSlider .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    /* border-radius: 40px; */
}
