/*------------ Start WD -Brandlogo ---------------*/
.brands {
	float: left;
	overflow: hidden;
	position: absolute;
	width: 100%;
	margin-bottom: 50px;
	top: auto;
	bottom: 80px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.brands .container {
	position: relative;
}
.brands .customNavigation a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
	opacity:0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    height: 40px;
    width: 40px;
}
.brands .customNavigation .prev::before, .brands .customNavigation .next::before {
	height: 40px;
	width: 40px;
	padding: 0;
	font-size: 18px;
	line-height: 40px;
}
.brands:hover .customNavigation a{
	opacity:1;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.brands .customNavigation a.prev {
	left: -20px;
}
.brands .customNavigation a.next {
    right: -20px;
}
.brands .wd-title {
    display: none;
}
.brands .products .owl-stage-outer {
    padding: 0;
}
.brands .brand-image {
	text-align: center;
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.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:hover .brand-image img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.brands #wdbrandlogo-carousel .owl-nav {
    display: none;
}
.brands #wdbrandlogo-carousel .owl-nav div {
    bottom: 50px;
    position: absolute;
    text-align: center;
}
.brands #wdbrandlogo-carousel .owl-nav div.owl-prev {
    left: 0;
    right: auto;
}
.brands #wdbrandlogo-carousel .owl-nav div.owl-next {
    right: 0;
    left: auto;
}
.brands #wdbrandlogo-carousel li {
	float: left;
	padding: 15px;
	text-align: center;
	width: 100% !important;
}
@media (max-width:1250px) {
    .brands .customNavigation a.prev {
        left: -5px;
    }
    .brands .customNavigation a.next {
        right: -5px;
    }
}
@media (max-width:992px) {
.brands .customNavigation a.prev {
    left: 0;
}
.brands .customNavigation a.next {
    right: 0;
}
}
@media (max-width:991px) {
.brands .customNavigation a{
    height: 35px;
    width: 35px;
}
.brands .customNavigation .prev::before, .brands .customNavigation .next::before {
	height: 35px;
	width: 35px;
	font-size: 16px;
	line-height: 35px;
}
}
@media (max-width: 767px) {
    .brands {
        margin:15px 0 0;
    }
	.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 .brand-image {
        padding: 0 10px;
    }
}
/*------------ End WD -Brandlogo ---------------*/
