:root {
    --navbar_bg: #121212;
    --white_color:#fff;
}

footer#adidasoutlet_footer{
    background-color: var(--navbar_bg);
}
#adidasoutlet_footer .links_footer{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 25px;
}
#adidasoutlet_footer .links_footer ul{
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
#adidasoutlet_footer .links_footer ul li{
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
}
#adidasoutlet_footer .links_footer ul li a{
    color: var(--white_color);
    text-decoration: none;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
}
#adidasoutlet_footer .links_footer ul li a:hover{
    text-decoration: underline;
}
#adidasoutlet_footer .legal_site_gov{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
#adidasoutlet_footer .legal_site_gov .cell_legal {
    margin-left: 10px;
    margin-right: 10px;
}
#adidasoutlet_footer .legal_site_gov .cell_legal img{
    width: 230px;
    border-radius: 15px;
}
#adidasoutlet_footer .copyright_section p{
    color: var(--white_color);
    margin-bottom: 0px;
    text-align: center;
}
#adidasoutlet_footer .copyright_section{
    margin-top: 25px;
    padding-bottom: 20px;
}
@media (max-width: 575.98px) {
    #adidasoutlet_footer .links_footer ul,
    #adidasoutlet_footer .legal_site_gov{
        flex-wrap: wrap;
    }
    #adidasoutlet_footer .links_footer ul li{
        margin-bottom: 10px;
    }
    #adidasoutlet_footer .legal_site_gov .cell_legal{
        margin-bottom: 15px;
    }
}