.dipl_woo_product_category{
	position: relative;
}
.dipl_woo_product_category a {
	display: block;
}
.dipl_woo_products_category_item,
.dipl_woo_product_category_thumbnail{
	border: 0 solid #000;
}
.dipl_woo_product_category_thumbnail img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.dipl_woo_product_category_content{
	background: #fff;
	width: 100%;
	padding: 10px;
	text-align: center;
	border: 0 solid #000;
}
.dipl_woo_product_category_name{
	padding: 0;
	word-break: break-word;
	text-align: center;
}
.dipl_woo_product_category_count{
	margin-top: 7px;
}
.dipl_abs_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

/* Layout 2. */
.dipl_woo_products_categories_carousel .layout2 .dipl_woo_product_category_content_wrapper{
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
}
.dipl_woo_products_categories_carousel .layout2 .dipl-no-thumb .dipl_woo_product_category_content_wrapper{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
