#wrapper {
    background            : #f1f1f1 url(../../../img/placeholder_bg_cart.jpg) no-repeat;
    background-size       : cover;
    background-attachment : fixed;
}

#main {
    padding : 25px 0;
}

.sitemap {
    display    : flex;
    flex-wrap  : wrap;
    background : white;
}

.sitemap .sitemap-col {
    flex    : 0 0 50%;
    padding : 0 15px;
}

.sitemap h2 {
    color          : #232323;
    text-transform : uppercase;
    font-size      : 1.1rem;
    font-weight    : 600;
    border-bottom  : 1px solid #7a7a7a;
    width          : 100%;
    padding-bottom : 5px;
}

.sitemap ul {
    margin-top : 10px
}

.sitemap ul.nested {
    margin-left : 20px
}

.sitemap ul li {
    font-size     : .9rem;
    margin-bottom : 1rem
}

.sitemap a {
    color           : #232323;
    transition      : all .3s;
    text-decoration : none;
}

.sitemap a:hover {
    color : var(--price-color);
}

@media (max-width : 575px) {
    .sitemap {
        margin-top : 0
    }
}
