#footer {
    /* background-color: #0a0a0a; */
}

/* footer .blue-bar {
    padding: 20px 0;
    text-align: center;
    height: auto;
} */

.footer-title {
    font-weight: 800;
    color:#fff;
    position: relative;
    cursor: default;
    /* text-transform: uppercase; */
}

.icon-show-more {
    fill: #fff;
    overflow: hidden;
    float: right;
    margin-top: 4px;
    width: 14px;
    height: 14px;
    transform: rotate(0deg);
    /*transition: transform 0.2s ease-out;*/
    font-weight: 800;
    color:#fff;
    transition: all 0.75s 0.25s;
}

.footer-links ul {
    padding-left: 0px;
}

.footer-links ul li a {
    color: rgba(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.icon-foot {
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

.links a:last-child {
    border-right: none;
}

.legal {
    padding-top: 15px;
    font-size: 12px;
}

.links {
    /* padding: 14px 0!important; */
    background-color: #0a0a0a;
    margin-bottom: 48px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.links h4 {
    margin-top: 0px;
}

/* .links .row {
    margin-bottom: 9px;
} */

.logo-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.logo-parent a {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 100;
}

.foot-bottom ul li {
    display: inline;
}

.foot-bottom ul li:not(:last-child):after {
    background-color: #d8d8d8;
    content: '';
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    width: 1px;
    position: relative;
    top: 7px;
}

/* .links .show-for-small-only {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
} */

.stores-link {
    float: left!important;
}

.stores-link a {
    text-align: center;
}

.footer-links:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transition: all .3s ease-out;
}

.footer-links:hover {
    opacity: 1;
}

.links .menu {
    margin: 18px 0;
}

.links .menu a {
    font-weight: 100;
    position: relative;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    /* margin-right: 10px; */
    margin-top: 1px;
}

.links .menu a:nth-child(2) {
    margin-left: 10px;
}

.links .menu .selected {
    text-decoration: underline;
}

.links .menu a:first-child:after {
    position: absolute;
    content: ' ';
    width: 1px;
    top: 1px;
    bottom: 0;
    background: white;
    right: -7px;
}

.footer-nav-lang::after {
    top: 11.4px!important;
}

/* .socials {
    text-align: center;
} */

.socials h3 {
    font-size: 16px;
}

.socials-list {
    list-style-type: none;
    padding-left: 0px;
}

.socials-list li {
    /* display: inline-flex;
    justify-content: center; */
    display: inline-block;
}

.socials-list li {
    width: 5%;
}

.icon-footer_social {
    width: 25px;
    height: 25px;
}

#square .st0:hover {
    fill: #3C5A99;
}

.social-hov:hover {
    fill: #C5222D;
}

.icon-akzonobel {
    width: 100px;
    height: 15px;
    fill: #02226a;
    margin-left: 15px;
}

.copyright {
    font-size: 14px;
}

/* .social-container {
    display: flex;
    justify-content: center;
} */

@media only screen and (max-width: 768px) {
    /* #footer {
        text-align: center;
    } */

    .copyright span {
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-title {
        cursor: pointer!important;
        margin: 15px 0;
    }

    .footer-links-small {
        display: none;
    }

    .links {
        padding-bottom: 10px!important;
    }

    .foot-bottom-list {
        display: block;
    }

    .foot-bottom-list ul {
        padding-left: 0px;
    }

    .foot-bottom-list ul li {
        display: block;
        margin-bottom: 10px;
    }

    .foot-bottom-list ul li::after {
        content: none!important;
    }

    .socials-list li {
        width: 10%;
    }
}