/*------------ Start WD -Brandlogo ---------------*/
.brands {
	display: inline-block;
	float: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	vertical-align: top;
	margin: 10px 0 15px;
}
.brands .container {
	position: relative;
}
.brands .products .owl-stage-outer {
    padding: 0;
}
.brands .brand-image {
    text-align: center;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.brands #wdbrandlogo-carousel li .brand-title-desc .offer-img img {
	transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	overflow: hidden;
}
.brands #wdbrandlogo-carousel li .brand-title {
    font: 500 14px/18px var(--primary-font);
    margin: 2px 0 15px;
    float: left;
    width: 100%;
}
.brands #wdbrandlogo-carousel li .brand-inner {
	float: left;
	width: 100%;
	padding: 12px;
	background: #f1f4fa;
}
.brands #wdbrandlogo-carousel li .brand-title a{
	color: #df1612;
}
.brands #wdbrandlogo-carousel li .brand-desc .offer-btn .btn:hover {
	text-decoration: underline;
}
.brands #wdbrandlogo-carousel li .brand-desc .offer-btn .btn::before {
	content: '+';
	margin: 0 3px 0 0;
}
.brands #wdbrandlogo-carousel li .brand-desc .offer-btn .btn {
	padding: 0;
	background: none;
	font: 500 14px/18px var(--primary-font);
	color: #111111;
}
.brands #wdbrandlogo-carousel li .brand-desc .offer-text {
    font: 600 20px/28px var(--primary-font);
    color: #111111;
    margin: 0 0 12px;
}
.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 15px;
    text-align: center;
    width: 100% !important;
}
.brands #wdbrandlogo-carousel li .brand-image img {
    max-width: 100%;
    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-title-desc .offer-img img {
	transform: scale(1.04);
    -webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
}
.brands #wdbrandlogo-carousel li .brand-title a:hover {
	text-decoration: underline;
}
.brands #wdbrandlogo-carousel li .brand-inner .brand-title-desc .offer-img {
	padding: 0 0 25px;
}
.brands #wdbrandlogo-carousel li .brand-inner .brand-title-desc .offer-img a {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	border: 3px solid #ffffff;
	border-radius: 5px;
}
.brands #wdbrandlogo-carousel li .brand-inner .brand-title-desc {
	float: left;
	width: 100%;
	padding:15px 0 13px;
}
@media (max-width: 1199px) {
.brands #wdbrandlogo-carousel li .brand-desc .offer-text{
    font-size: 20px;
    line-height: 24px;
}
}
@media (max-width:991px) {
.brands {
	margin: 10px 0;
}
}
@media (max-width:630px) {
.brands #wdbrandlogo-carousel li .brand-title{
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
}
.brands #wdbrandlogo-carousel li .brand-desc .offer-text {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}
.brands #wdbrandlogo-carousel li .brand-desc .offer-btn .btn{
    font-size: 12px;
    line-height: 16px;
}
.brands #wdbrandlogo-carousel li .brand-inner {
	padding: 8px;
}
.brands #wdbrandlogo-carousel li .brand-inner .brand-title-desc {
	padding:8px 0 7px;
}
.brands #wdbrandlogo-carousel li .brand-inner .brand-title-desc .offer-img {
	padding: 0 0 15px;
}
}
@media (max-width:543px) {
.brands #wdbrandlogo-carousel li {
	padding: 0 5px;
}
.brands .row {
	margin: 0 -5px;
}
.brands #wdbrandlogo-carousel li .brand-desc .offer-text {
	font-size: 14px;
	line-height: 18px;
}
}
/*------------ End WD -Brandlogo ---------------*/
