#subcategories .subcate_grid_view li .s_title_block, 
.s_title_block {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
}
#subcategories .subcate_grid_view li .subcategory-name, 
#subcategories .subcate_grid_view li .s_title_block a, 
.s_title_block a {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow: visible !important;
    display: block !important;
    height: auto !important;
    line-height: 1.3em !important;
}
/* Kategória leírás konténerének és a benne lévő szövegek globális formázása */
.category-description,
.category-description p,
#category_description,
#category_description p,
.block-category p {
    font-size: 1.25rem !important;
    font-weight: bold !important;
    line-height: 1.5em !important;
}
