.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #3eb740;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.carousel-item .product-name-holder {
    color: #fff;
    background: linear-gradient(to right, #41b73e, #00b97d);
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
}

.carousel-item .product-name-holder h5 {
    color: #fff;
    margin-bottom: 0;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
    position: static;
    justify-content: center;
    margin: 20px 0 0;
}

#custCarousel .carousel-indicators>li {
    width: 150px;
    margin: 20px;
    text-indent: 0px;
    height: auto;
}

#custCarousel .carousel-indicators li img {
    display: block;
    /*opacity: 0.5;
    */
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#custCarousel .carousel-indicators li p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-item img {
    width: 100%;
}

.carousel-indicators .active img {
    border: 2px solid #21a209 !important;
}

.product-info-sec {
    margin-top: 0px;
}

.product-info-sec .product_meta {
    margin: 20px 0 0 0;
}


/*---------------------------------------- product lightbox starts here --------------------------------------------------------------*/

























.lightbox-gallery {
    overflow-x: hidden;
    margin-top: 30px;
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 15px;
    margin: 4%;
}