.lSPager.lSGallery li a{
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
}
.lSPager.lSGallery li.active a {
    border-color: #8f347e;
}
@media(max-width: 991px){
    .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager{
        margin-bottom: 0;
    }
}
@media(max-width: 480px){
    .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager{
        margin-bottom: 0;
    }
}
.lSNext,
.lSPrev {
    font-size: 25px;
    opacity: 1 !important;
    color: #8f347e !important;
}
.lSNext:hover,
.lSPrev:hover {
    opacity: 0.5 !important;
}
.lSAction>a{
    background-image: none!important;
}
.lSAction>.lSPrev{
    left: 0px!important;
}
.lSAction>.lSNext{
    right: 0px!important;
}
.lightSlider{
    height: auto !important;
}
.lSSlideOuter .lSPager.lSGallery li,.lSSlideWrapper {
    border: 2px solid #efefef;
    border-radius: 15px
}
.lSSlideOuter .lSPager.lSGallery li.active {
    border-color:#8f347e;
    border-radius: 15px!important;
}
.lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 15px!important;
}
.lSSlideOuter .lSPager.lSGallery img {
    width: 100%
}
