.list-sitemap-html li {
    list-style: none!important;
}
.list-sitemap-html li a {
    text-decoration: none!important;
}
.list-sitemap-html ol, ul {
    margin: 0!important;
}
.name-category {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}
.cfy-sitemap,
.cfy-sitemap a {
    font-size: 0.9em;
    text-decoration: none;
    color: #bdbdbd;
}

@media screen and (min-width:768px) {
    .cfy-sitemap {
        display: none;
    }
}