@media only screen and (max-width: 767px) {
    .type-category .subcategories.toggled li, 
    .type-category .subcategories.with-image.toggled li{
        display: unset !important;
    }

    .type-category .subcategories.toggled .show-more, 
    .type-category .subcategories.with-image.toggled .show-more{
        display: none !important;
    }
}