.dipl_woo_brands_carousel .dipl_woo_products_brand_item{
	height: auto;
	background-color: #f7f7f7;
	border: 0 solid #000;
}
.dipl_woo_product_brand{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.dipl_woo_product_brand a{
	display: block;
}
.dipl_abs_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

.dipl_woo_product_brand_thumbnail{
	width: 100%;
	flex: 1;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 15px;
	border: 0 solid #000;
}
.dipl_woo_product_brand_thumbnail img{
	max-width: 100%;
}
.dipl_woo_product_brand_content{
	padding: 15px;
	border: 0 solid #000;
}
.dipl_woo_product_brand_name{
	padding: 0;
	text-align: center;
}
.dipl_woo_product_brand_count{
	text-align: center;
}
.dipl_woo_product_brand_name + .dipl_woo_product_brand_count{
	margin-top: 5px;
}
