.owl-carousel-index {
    margin: 36px auto;
}
.owl-carousel .owl-stage-outer{
    height: 195px;
}
.owl-carousel .owl-item .item {
    background: #ffffff;
    position: relative;
    width: 157px;
}

.owl-carousel .owl-item .item .img {
    border: 1px solid #ddd;
    margin: 5px;
    height: 150px;
    line-height: 130px;
    text-align: center;
}

.owl-carousel .owl-item .item .img img {
    display: inline;
    width: initial;
    max-width: 100%;
    max-height: 140px;
    margin: auto;
}

.owl-carousel .owl-item .item p {
    margin-top: 5px;
    text-align: center;
}

.owl-carousel .owl-item .item p a {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.owl-carousel .owl-nav div {
    position: absolute;
    z-index: 999;
    top: 65px;
    background: #1D85C8;
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
}

.owl-carousel .owl-nav div:hover {
    background: #fcb823;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav div span {
    font-size: 24px;
    color: #ffffff;
}

.owl-carousel-product {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin: 30px auto;
}

.owl-carousel.owl-carousel-product .owl-nav div {
    background: #ddd url(../images/slide-button.png) no-repeat 4px 3px;
    width: 24px;
    height: 24px;
    text-indent: -9000px;
    top: 78px;
}

.owl-carousel.owl-carousel-product .owl-nav .owl-next {
    right: 10px;
    left: auto;
    background-position: 4px -17px;
}

.owl-carousel.owl-carousel-product .owl-nav .owl-prev {
    left: 10px;
}
@media screen and (max-width: 599px) {
    .owl-carousel .owl-item .item{
        width: 100%;
    }
}