﻿.vendors-manufactures-carousel .item{
    position:relative;
    border:1px solid #eee;
    overflow:hidden;
    border-radius:10px;
}
.vendors-manufactures-carousel .item .picture{
    height:115px;
}
.vendors-manufactures-carousel .item .picture a{
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.vendors-manufactures-carousel .item .picture img{
    max-height:100%;
    margin:auto;
}
.vendors-manufactures-carousel .item .title{
    position:absolute;
    top:105%;
    right:0;
    width:100%;
    height:100%;
    font-size:15px;
    background-color:#57b568;
    -webkit-transition:.4s;
    transition:.4s;
}
.vendors-manufactures-carousel .item .title a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    height:100%;
    color:#fff;
}
.vendors-manufactures-carousel .item:hover .title{
    top:0;
}
.vendors-manufactures-carousel .owl-nav span{
    display:none;
}
.vendors-manufactures-carousel .owl-nav button{
    position:absolute;
    bottom:calc(100% + 35px);
    margin:0 !important;
    width:40px;
    height:40px;
    background-color:#eee !important;
    border-radius:0 !important;
    color:#888 !important;
    font-size:15px !important;
    -webkit-transition-duration:.4s;
            transition-duration:.4s;
}
.vendors-manufactures-carousel .owl-nav button:hover{
    background-color:#57b568 !important;
    color:#fff !important;
}
.vendors-manufactures-carousel .owl-prev{
    right:0;
}
.vendors-manufactures-carousel .owl-prev:before{
    content:"\f101";
    font-family:Font Awesome\ 5 Pro;
}
.vendors-manufactures-carousel .owl-next{
    left:0;
}
.vendors-manufactures-carousel .owl-next:before{
    content:"\f100";
    font-family:Font Awesome\ 5 Pro;
}
@media (max-width:575px){
    .vendors-manufactures-carousel .item .picture{
        height:85px;
    }
}