component-footer-code footer a:hover, component-footer-code footer a:focus {
    color: inherit;
    text-decoration: none;
}

component-footer-code footer ul li a:hover, component-footer-code footer ul li a:active {
    text-decoration: none;
}

component-footer-code footer .row-flex {
    display: flex !important;
    flex-flow: wrap !important;
}

component-footer-code footer .row-flex.fit-center {
    justify-content: center;
}

component-footer-code footer .center {
    text-align: center;
}

component-footer-code footer .right {
    text-align: right;
}

component-footer-code footer .left {
    text-align: left;
}

component-footer-code footer .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

component-footer-code footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

component-footer-code footer .footer-menu ul li a:hover, component-footer-code footer .footer-menu ul li a:active {
    text-decoration: none;
}

component-footer-code footer .footer-menu li {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    component-footer-code .mobile-center {
        text-align: center!important;
    }
}