﻿#singleCarouselProduct {
    padding-bottom: 70px;
}
.show-neighbors {
    overflow: hidden;
}

    .show-neighbors .item__third:first-child,
    .show-neighbors .item__third:last-child {
        display: none;
    }
.product-single-carousel .carousel-item img{
    width: 91%;
    max-width: 91%;
}
#singleCarouselProduct .carousel-indicators li {
    width: 70px;
    height: 6px;
    background: #bbb8b8 !important;
    transform: skewX(-40deg);
    cursor: pointer;
    border: none !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
}
    #singleCarouselProduct .carousel-indicators li.active,
    #singleCarouselProduct .carousel-indicators li:hover {
        background: #9bc83c !important;
    }
#singleCarouselProduct .carousel-caption{
    bottom: 5px;
    text-align: left;
    left: 50px;
    right: auto;
}
.show-neighbors .carousel-control-prev img,
.show-neighbors .carousel-control-next img {
    width: 50px;
    margin-bottom: 50px;
}
.show-neighbors .carousel-indicators {
    margin-right: 25%;
    margin-left: 25%;
}

.show-neighbors .carousel-control-prev,
.show-neighbors .carousel-control-next {
    background: rgba(255, 255, 255, 0.3);
    width: 25%;
    z-index: 11;
}
.show-neighbors .carousel-item-next:not(.carousel-item-left),
.show-neighbors .carousel-item-right.active {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}

.show-neighbors .carousel-item-prev:not(.carousel-item-right),
.show-neighbors .carousel-item-left.active {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}

.show-neighbors .item__third {
    display: block !important;
    float: left;
    position: relative;
    width: 33.33333333%;
}

/*Responsive*/
@media (min-width: 1920px) {
    #singleCarouselProduct .carousel-caption{
        bottom: 22px;
    }
}
@media (min-width: 768px) {

    .show-neighbors .carousel-inner {
        width: 150%;
        left: -25%;
    }
}

/*@media (min-width: 280px) {
    .show-neighbors .carousel-indicators {
        margin-right: 25%;
        margin-left: 25%;
    }

    .show-neighbors .carousel-control-prev,
    .show-neighbors .carousel-control-next {
        background: rgba(255, 255, 255, 0.3);
        width: 25%;
        z-index: 11;
    }

    .show-neighbors .carousel-inner {
        width: 230%;
        left: -63%;
    }

    .show-neighbors .carousel-item-next:not(.carousel-item-left),
    .show-neighbors .carousel-item-right.active {
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }

    .show-neighbors .carousel-item-prev:not(.carousel-item-right),
    .show-neighbors .carousel-item-left.active {
        -webkit-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
    }

    .show-neighbors .item__third {
        display: block !important;
        float: left;
        position: relative;
        width: 33.33333333%;
    }
    
}*/
@media (max-width: 767.99px) {
    #singleCarouselProduct .carousel-caption h5 {
        font: 26px 'Gotham-Condensed-Medium', sans-serif;
        margin-bottom: 3px;
    }

    #singleCarouselProduct .carousel-caption p {
        font: 10px 'Gotham-Medium', sans-serif;
        margin-bottom: 0;
    }

    #singleCarouselProduct .carousel-caption {
        background: rgba(0,0,0, 0.5);
        width: 94%;
        padding: 10px 10px 10px 20px;
        left: 0px;
        bottom: -2px;
    }

    #singleCarouselProduct {
        padding-bottom: 40px;
    }

        #singleCarouselProduct .carousel-indicators li {
            width: 50px !important;
            height: 4px !important;
            margin-left: 4px !important;
            margin-right: 4px !important;
        }

    /*Carousel Alignment*/
    .product-single-carousel .carousel-item img {
        width: 94%;
        max-width: 94%;
    }
    .show-neighbors .carousel-inner {
        width: 230%;
        left: -63%;
    }
    .show-neighbors .carousel-control-prev,
    .show-neighbors .carousel-control-next {
        width: 10%;
    }
        .show-neighbors .carousel-control-prev img,
        .show-neighbors .carousel-control-next img {
            width: 30px;
        }
        .show-neighbors .carousel-control-prev img{
            margin-right: 5px;
        }
        .show-neighbors .carousel-control-next img {
            margin-left: 5px;
        }

}
@media (max-width: 400px) {
    #singleCarouselProduct .carousel-caption h5 {
        font: 16px 'Gotham-Condensed-Medium', sans-serif;
    }

    #singleCarouselProduct .carousel-caption p {
        font: 8px 'Gotham-Medium', sans-serif;
    }

    #singleCarouselProduct .carousel-caption {
        padding: 7px 7px 7px 10px;
        left: 0px;
        bottom: -2px;
    }

    #singleCarouselProduct {
        padding-bottom: 40px;
    }

        #singleCarouselProduct .carousel-indicators li {
            width: 50px !important;
            height: 4px !important;
            margin-left: 4px !important;
            margin-right: 4px !important;
        }
}