
.brands-widget .brand-item {
	text-align: center;
}

.brands-widget .brand-item a {
	display: block;
	padding: 20px;
}

.brands-widget .brand-item img {
	max-height: 60px;
	width: auto;
	height: auto;
}

.brands-carousel .owl-carousel:not(.owl-loaded), .brands-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.brands-list .brand-item {
	margin-bottom: 15px;
	text-align: left;
}

.brands-list .brand-item a {
	padding: 0;
	color: #777;
}

.brands-list .brand-item a:hover {
	color: var(--wd-primary-color);
}

[class*="color-scheme-light"] .brands-list .brand-item a {
	color: rgba(255, 255, 255, .9);
}

[class*="color-scheme-light"] .brands-list .brand-item a:hover {
	color: #fff;
}

.brands-style-bordered .brand-item {
	border-width: 1px;
	border-color: rgba(119, 119, 119, .2);
}

.brands-style-bordered.brands-grid {
	overflow: hidden;
}

.brands-style-bordered.brands-grid .row {
	margin-right: -2px;
	margin-bottom: -2px;
}

.brands-style-bordered.brands-grid .brand-item {
	border-right-style: solid;
	border-bottom-style: solid;
}

.brands-style-bordered.brands-carousel .brand-item {
	border-right-style: solid;
}

.brands-style-bordered.brands-carousel .owl-stage-outer, .brands-style-bordered.brands-carousel .owl-carousel:not(.owl-loaded) {
	border: 1px solid rgba(119, 119, 119, .2);
}

.brands-style-bordered.brands-carousel .owl-stage-outer {
	margin-right: 1px;
	margin-left: 1px;
}

.brands-style-bordered.brands-carousel .owl-item:last-child .brand-item {
	border-right-style: none;
}

.brands-style-bordered.brands-list .row {
	margin-right: -10px;
	margin-left: -10px;
}

.brands-style-bordered.brands-list .brand-item {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.brands-style-bordered.brands-list .brand-item>a {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.brands-style-bordered[data-hide_pagination_control="no"] .owl-carousel:not(.owl-loaded) {
	padding-bottom: 0 !important;
}

[class*="color-scheme-light"] .brands-style-bordered .brand-item {
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] .brands-style-bordered.brands-carousel .owl-stage-outer, [class*="color-scheme-light"] .brands-style-bordered.brands-carousel .owl-carousel:not(.owl-loaded) {
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] .brands-style-bordered.brands-list .brand-item>a {
	border-color: rgba(255, 255, 255, .15);
}

.brands-hover-simple .brand-item img {
	filter: grayscale(100%);
	transition: filter .3s ease;
}

.brands-hover-simple .brand-item:hover img {
	filter: grayscale(0);
}

.brands-hover-alt .brand-item img {
	opacity: .5;
	filter: grayscale(100%);
	transition: filter .3s ease, opacity .3s ease;
}

.brands-hover-alt .brand-item:hover img {
	opacity: 1;
	filter: grayscale(0);
}
