 #product-category-carousel-section {
    padding-bottom: 50px;
    background: #fff;
}

#product-category-carousel-section > div {
    line-height: 20px;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    padding-top: 20px;
    position: relative;
    margin-top: 30px;
}

div.title.clearfix {
    padding: 0;
    color: #981A17;
}

div.title.clearfix > h1 {
    color: inherit;
    text-rendering: optimizelegibility;
    line-height: 40px;
    font-size: 38.5px;
}

div.title.clearfix > p {
    margin: 0 0 10px;
    color: #000;
}

div.bx-wrapper {
    position: relative;
    padding: 0;
    max-width: 1120px;
    margin: 0px auto;
}

div.product-category-carousel {
    opacity: 1;
    left: -5px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 110px;
}

#owl-stage-outer {
    opacity: 1;
    left: -5px;
    width: 100%;
    overflow: hidden;  
    height: 110px;
}

#owl-stage {
    padding: 0;
    margin: 0;
    width: 1915% !important;
    position: relative;
    transition-duration: 0s !important;
    transform: translate3d(-1125px, 0px, 0px) !important;
}

#owl-item {
    float: left;
    list-style: none;
    position: relative;
    width: 220px;
    margin-right: 5px;
}
#owl-item > a {
    color: #181A1C;
}

#owl-item > a > img{
    max-width: 100%;
    object-fit: cover;
    height: 150px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 1;
    border: 3px solid #000;
}

div.client-slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #981A17;
}

div.client-slider-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#owl-prev {
    font-family: Arial, sans-serif, Helvetica !important;
    font-size: 18px;
    font-weight: lighter;
    color: #981A17;
    list-style: none;
    box-sizing: border-box;
    line-height: 20px;
    float: left;
    display: block;
    margin-left: 10px;
}
/* 15-10-24 */
@media (max-width: 1200px) {
    .product-category-owlCarousel  #owl-item a img { 
        height: 170px;
        width: 100%;
    }
}