.xsitemap h3 { font-weight: normal; }
.xsitemap-stores { margin-bottom: 10px; }
.xsitemap ul {list-style-type:none;padding-left: 15px;}
.xsitemap li li { padding-left: 15px; }
.xsitemap ul.categories { }
.xsitemap ul.products { margin-bottom: 5px; }
.xsitemap li.level-0 { font-weight: bold; }
.xsitemap li.level-1 { font-weight: normal; }
.xsitemap {
    padding-bottom: 50px;
    float: left;
    width: 100%;
}
.xsitemap ul.pages {
    float: left;
    width: 100%;
}

.xsitemap .xsitemap-products,
.xsitemap .xsitemap-pages,
.xsitemap .xsitemap-categories {
    float: left;
    width: 100%;
}

@media only screen and (min-width: 769px) {
.xsitemap li.product {
    float: left;
    width: 33.33%;
}
.xsitemap li.page-url {
    float: left;
    width: 33.33%;
}
}