.owl-carousel .owl-nav button.owl-next.owl-next,
.owl-carousel .owl-nav button.owl-prev.owl-prev {
    color: #000 !important;
    color: #fff !important;
    background: #981a17 !important;
    font-size: 14px !important;
    padding: 4px 7px !important;
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 30%;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -25px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -21px;
}
#owl-item {
    width: auto !important;
    float: none !important;
    text-align: center;
}
.product-categories .title h1 {
    color: #981a17 !important;
}
.product-categories .title p {
    color: #000 !important;
}
.product-category-owlCarousel .owl-stage{
    padding-bottom: 10px;
}
.product-category-owlCarousel .item a {
    color: #ccc;
    font-size: 20px !important;
}
.product-category-owlCarousel .item .client-slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.7s ease;
    background-color: #981a17;
}
.product-category-owlCarousel .item .client-slider-text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
}
.product-category-owlCarousel .item {
    background-color: #fff;
}
.product-category-owlCarousel .item:hover a .client-slider-overlay {
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-next.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev.owl-prev:hover {
    color: #fff !important;
    background: #000 !important;
    transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -50px !important;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px !important;
}
.product-category-owlCarousel .item .client-slider-text {
    line-height: 20px;
}
