
.jshop_manufacturers{    
	width: 100%;
    background: #fff;
    border-radius: 10px;
    margin: 30px 0;
    border: solid 1px #eee;
	padding: 10px;
}
.jshop_manufacturers .manufacturer_info{
	padding: 25px;
    border-radius: 10px;
	border: solid 1px #fff;
} 
.jshop_manufacturers .manufacturer_info:hover{
	border: solid 1px #eee;
}

.jshop_manufacturers .owl-carousel .owl-nav .owl-prev{
	padding: 0;
    margin: 0;
    position: absolute;
    right: -29px;
    top: 19px;
    background: #fff;
    color: #000;
    border: solid 1px #eee !important;
    width: 40px;
    height: 100px;
    border-radius: 5px;
    line-height: 100px;
	opacity: 1;
}
.jshop_manufacturers .owl-carousel .owl-nav .owl-next{
	padding: 0;
    margin: 0;
    position: absolute;
    left: -29px;
    top: 19px;
    background: #fff;
    color: #000;
    border: solid 1px #eee !important;
    width: 40px;
    height: 100px;
    border-radius: 5px;
    line-height: 100px;
	opacity: 1;
}