.sitemap-section .h5,
.sitemap-section .pcount {
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
}
.sitemap-section .h5 {
    padding-left: 10px;
}
.sitemap-section h5.char-title {
    font-size: 18px;
    color: #7e807e;
    border-bottom: 1px solid #7e807e;
    padding: 0;
    overflow: hidden;
}
.sitemap-section h5.char-title .char {
    float: left;
    height: 36px;
    width: 36px;
    background: #7e807e;
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.sitemap-section h5.char-title .pcount {
    float: left;
    line-height: 36px;
    display: block;
    margin: 0 0 0 15px;
}
.sitemap-section .product-list-by-char:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.sitemap-section ul:after {
    content: '';
    display: table;
    clear: both;
}
.sitemap-section li.cms-item,
/* .sitemap-section li.category-item, */
.sitemap-section li.product-list-item {
    margin: 0;
    padding: 0;
}
.sitemap-section li.cms-item a,
.sitemap-section li.category-item a,
.sitemap-section li.product-list-item a {
    padding: 5px 0 5px 0;
    display: inline-block;
}
.sitemap-section .section-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 0;
    color: #7e807e;
    border-bottom: 1px solid #7e807e;
}

.category-item.level-1 > a {
    font-weight: bold;
}
.category-item {
    margin: 0;
    padding: 0;
}
.category-item.level-1 {
    /* width: 30%; */
    padding-right: 3%;
    /* float: left; */
}
.category-item.level-1 {
    padding-bottom: 20px;
    list-style-type: none;
}
.category-item.level-1 > a {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    font-size: 20px;
}

.sitemap-section.products-container li.product-list-item,
.cmspages-container-inner .cms-page-list .cms-item {
    float: left;
    width: 27%;
    margin-right: 5%;
    box-sizing: border-box;
}

/* .product-list-by-char > ul, */
.categories-container-inner > .cat {
    column-count: 3;
    column-gap: 0;
}

.cmspages-container-inner .category-item.level-1 {
}

@media (max-width: 1199px) {
}

@media (max-width: 1023px) {
    .category-item.level-1 {
        width: 40%;
    }
    .sitemap-section.products-container li.product-list-item,
    .cmspages-container-inner .cms-page-list .cms-item {
        width: 40%;
    }
    /* .product-list-by-char > ul, */
    .categories-container-inner > .cat {
        column-count: 2;
        column-gap: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
}

@media (max-width: 767px) {
    .category-item.level-1 {
        width: 80%;
    }
    .sitemap-section.products-container li.product-list-item,
    .cmspages-container-inner .cms-page-list .cms-item {
        width: 80%;
    }
    /* .product-list-by-char > ul, */
    .categories-container-inner > .cat {
        column-count: 1;
        column-gap: 0;
    }
}

@media (max-width: 479px) {
}

@media (max-width: 359px) {
}
