.sliderimg_product {
    width: 100%;
    max-width: 100%;
}
#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
#lightSlider li {
    display: block;
    float: left;
    cursor:pointer;
}
#lightSlider img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 95%;
    margin: auto;
}
.lSAction > a {
    width: 30px !important;
    height: 30px !important;
    opacity: 1.5 !important;
    background-color: black !important;
    border-radius: 50% !important;
}
.lSAction > .lSNext {
    background-position: -34px -1px !important;
    right: 10px;
}
.lSAction > .lSPrev {
    background-position: 0px -1px !important;
}
.lSSlideOuter .lSPager.lSGallery li {
    opacity: 1;
}

#lightSlider .lSPager.lSGallery li.active {
    opacity: 1;
}

#lightSlider .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
  border-radius: 0;
}

#lightSlider .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%;
}



/* CODE PEN CSS */

