.main-sitemap {
    background: #f5f5f5;
    padding-bottom: 20px;
}

.bg-sitemap {
    background: #fff;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
    /* box-shadow: 2px 2px 15px 1px rgb(0 0 0 / 3%); */

    @media(max-width: 1500px) {
        max-width: 1100px;
    }

    @media(max-width: 1199.98px) {
        padding: 0 15px;
    }
}

.product_section_sitemap {
    padding: 30px 0 0 0;
}

.title_h2_sitemap {
    font-family: var(--font-regular);
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 10px 0;
}

.detail_sitemap,
.brand_section_sitemap {
    padding: 30px 0;
}

.detail_sitemap ul li {
    font-family: var(--font-regular);
    font-size: 14px;
    padding: 10px 0;
}

.title_content_sitemap {
    font-family: var(--font-regular);
    font-size: 18px;
    text-transform: uppercase;
}

.line_sitemap {
    content: "";
    width: 100%;
    height: 8px;
    background: #f5f5f5;
}

.line_bottom {
    border-bottom: 1px solid #e2e2e2;
}

.line_bottom:last-child {
    border-bottom: 0;
}

.title_sitemap {
    font-family: var(--font-regular);
    font-size: 25px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.detail_sitemap img {
    padding-bottom: 20px;
}