/*------------ Start WD -Brandlogo ---------------*/
.brands {
	display: inline-block;
	float: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	vertical-align: top;
	margin: 50px 0 0;
}
.brands .products .owl-stage-outer {
    padding: 0;
}
.brands .products {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.brands #wdbrandlogo-carousel li.brandli {
	border-right: 1px solid var(--border-color);
}
.brands #wdbrandlogo-carousel li .img-title {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid var(--border-color);
}
.brands #wdbrandlogo-carousel li .img-title:nth-child(2) {
	border-bottom: none;
}
.brands .brand-image {
	text-align: center;
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.brands #wdbrandlogo-carousel li .img-title {
	float: left;
	width: 100%;
}
.brands .products-section-title a {
    color: #111111;
}
.brands #wdbrandlogo-carousel {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}
.brands #wdbrandlogo-carousel li {
    float: left;
    padding:0;
    text-align: center;
    width: 100% !important;
}
.brands #wdbrandlogo-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;
}
.brands #wdbrandlogo-carousel li .img-title:hover .brand-image img{
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
@media (max-width:1199px) {
.brands {
	margin: 30px 0 0;
}
}
@media (max-width: 767px) {

	.brands .customNavigation a{
		opacity:1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
}
@media (max-width: 543px) {
    .brands #wdbrandlogo-carousel .owl-nav div {
        bottom: 40px;
    }
	.brands {
		margin: 15px 0 0;
	}
}
/*------------ End WD -Brandlogo ---------------*/
