#productCarousel {
    margin-bottom: 40px;
}

    #productCarousel .title {
        background: #e01f2d;
        padding: 0 20px;
        margin: -15px 0 0;
    }

        #productCarousel .title,
        #productCarousel .title a {
            color: #fff;
            line-height: 32px;
        }

            #productCarousel .title h1 {
                font-size: 18px;
                margin: 0;
                padding: 8px 0 0;
            }

            #productCarousel .title a {
                font-size: 12px;
            }

    #productCarousel .wrapper {
        border-bottom: 1px #90939e solid;
        padding: 15px 0;
    }

    #productCarousel .item {
        text-align: center;
        border-right: 1px #90939e solid;
    }

        #productCarousel .item.noborder {
            border: none;
        }

        #productCarousel .item img {
            display: inline-block;
            margin-bottom: 10px;
        }

        #productCarousel .item p {
            margin: 0;
        }

            #productCarousel .item p a {
                color: #707070;
                font-size: 14px;
            }

    #productCarousel .owl-buttons .owl-prev,
    #productCarousel .owl-buttons .owl-next {
        width: 21px;
        height: 35px;
        position: absolute;
        top: 44%;
        background: url("../images/productCarousel-arrows.jpg") no-repeat;
        text-indent: -999em;
    }

    #productCarousel .owl-buttons .owl-prev {
        left: -25px;
    }

    #productCarousel .owl-buttons .owl-next {
        background-position: -21px 0;
        right: -25px;
    }


@media (max-width: 767px) {

    /*#productCarousel .owl-buttons .owl-prev {
        left: 0;
    }

    #productCarousel .owl-buttons .owl-next {
        right: 0;
    }*/

    #productCarousel {
        text-align: center;
        margin: 0 0 20px;
    }

        #productCarousel .wrapper {
            width: 90%;
            display: inline-block !important;
        }

        #productCarousel .item {
            border: none;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}
