.falabella-extra {
    background: #f4f7f6;
}
.falabella-extra ul {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    justify-content: flex-end;
    list-style: none;
    height: 40px;
    margin: 0;
    max-width: 1280px;
    margin: auto;
    padding: 0 25px;
}
.falabella-extra ul li {
    display: inline-flex;
}
.falabella-extra ul li a {
    height: 100%;
    font-size: 10px;
    padding: 0 12px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    color: #444;
}
