
.brands {
	float: left;
	margin: 0 0 40px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.brands #otbrandlogo-carousel {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}
.brands #otbrandlogo-carousel li {
	padding: 0 15px;
	border-right: 1px solid var(--border-color);
}
#brands_list_slider .owl-item.active li.brand-image:last-child {
	border:none;
}
.brands #otbrandlogo-carousel li.brand-image img {
    max-width: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    width: auto;
    margin: 0 auto;
}
.brands #otbrandlogo-carousel li.brand-image:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.brands #otbrandlogo-carousel .owl-nav button:hover i,
.brands #otbrandlogo-carousel .owl-nav button:active i,
.brands #otbrandlogo-carousel .owl-nav button:focus i {
	color:#111;
}
@media (max-width: 1200px) {
	.brands {
		margin: 0 0 50px;
	}
}
@media (max-width: 767px) {
	.brands {
		margin: 0 0 30px;
	}
}
@media (max-width: 543px) {
	.brands {
		margin: 0 0 20px;
	}
}
