/* Hide 'soort', 'gewicht' and 'type' in the product lists */
div.uc_product_information div.prod_weight, 
div.uc_product_information div.free_list
{
    display: none !important;
}

/* Do not hide 'soort' and 'type' on the product detail page */


div.productspecs div.uc_product_information div.free_list
{
    display: block !important;
}


div.uc_product_block div.information-block div.table-block1 span.gender.text-uppercase
{
    text-transform: lowercase;
    text-transform: initial;
    font-style: italic;
}

div.uc_categories_overview div.category-item a.image div.category-name
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 40px !important;
    top: initial;
}