.brand-widget .owl-carousel ul,
.brand-widget .owl-carousel li
{
	list-style: none;
}
.brands-main {
        background: #F9F9F9;
    padding: 30px 0;
    margin: 30px 0;
}
.brand-widget .owl-carousel {
	width: auto !important;
	margin-left: -9px;
	margin-bottom: 0!important;
	margin-right: -9px;
}
.brand-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.brand-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.brand-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.brand-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.brand-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.brand-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.brand-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title {
    margin-bottom: 30px;
    
}
.brands-main .owl-left{
background: #0C0C0C;
    border: none;
    height: 6px;

}
.brands-main .owl-right{
background: #0C0C0C;
    border: none;
    height: 6px;

}
.brands-main .brand-image {
    /* width: 148px; */
    height: 80px;
    border-radius: 2px;
    border: 1px solid #EEE;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}
.brands-main .brand-image img {
    width: 110.222px !important;
    height: 62px;
}
.brands-main .owl-dot span {
    background: #0C0C0C;
    border: none;
    height: 6px;
    width: 6px;
}
.brands-main .owl-dot.active span {
    background: #0C0C0C;
    border: none;
    width: 40px !important;
    height: 6px;
   
}
.brand-widget .block-title strong{
	font-size: 25px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ves-brandlist .brandlist .brand-item{
	height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}
.ves-brandlist .toolbar-products .pages{display: block;}
.brand-searchform form.search-form {
    position: relative;
}
.brand-searchform .search-form button {
    display: block;
    height: 38px;
    right: 0px;
    float: right;
    position: absolute;
    top: 30px;
    width: 38px;
}
.ves-brandlist .brandlist .brand-toolbar {
    position: relative;
}
.sidebar .brand-widget .block-title {
    text-align: left;
}
.brand-widget .owl-carousel {
		width: auto !important;
		padding: 0;
	}
@media (min-width: 768px){
	.ves-widget .brandowl-play .owl-carousel {
		margin-bottom: auto;
		
		margin-right: 0;
	}
	
}
