.et_pb_with_border .dipl_woo_product_category,
.et_pb_with_border .dipl_woo_product_category_content_wrapper {
border-width: 0;
border-style: solid;
border-color: #333;
}
.dipl_woo_products_category_layout {
display: flex;
flex-wrap: wrap;
}
.dipl_woo_products_category_isotope_container{
width: 100%;
}
.dipl_woo_product_category {
position: relative;
overflow: hidden;
}
.dipl_woo_product_category a {
display: block;
}
.dipl_woo_product_category_thumbnail {
line-height: 0;
}
.dipl_woo_product_category_thumbnail img {
width: 100%;
height: auto;
border: 0 solid transparent;
object-fit: cover;
}
.dipl_woo_product_category_name {
padding: 0;
word-break: break-word;
text-align: center;
}
.dipl_woo_product_category_count {
margin-top: 10px;
text-align: center;
}
.dipl_woo_product_category_content {
background: #fff;
width: 100%;
padding: 10px;
}
.dipl_woo_products_categories .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_abs_link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent: -99999px;
}