/* ------
   Footer
   ------ */

.footer-links .footer_list_wrapper .footer_item .footer-heading a {
    font-size: 14px;
    font-weight: 600;
}
.footer-container .footer-brand-selector .brand-logos {
    align-items: flex-end;
    margin-bottom: 20px;
}
.brand-logos img[alt="fullbeauty"] {
    max-width: 110px;
    width: 110px;
    height: auto;
}
.brand-logos img[alt="jessicalondon"] {
    max-width: 177px;
    width: 177px;
    height: auto;
    margin-bottom: 5px;
}

.brand-logos img[alt="roamans"] {
    max-width: 90px;
    width: 90px;
    height: auto;
    margin-bottom: 5px;
}
.brand-logos img[alt="womanwithin"] {
    max-width: 130px;
    width: 130px;
    height: auto;
    margin-bottom: 6px;
}
.brand-logos img[alt="ellos"] {
    max-width: 51px;
    width: 51px;
    height: auto;
    margin-bottom: 7px;
}
.brand-logos img[alt="swimsuits"] {
    max-width: 128px;
    width: 128px;
    height: auto;
    margin-bottom: 7px;
}
.brand-logos img[alt="kingsize"] {
    max-width: 81px;
    width: 81px;
    height: auto;
    margin-bottom: 5px;
}
.brand-logos img[alt="brylanehome"] {
    max-width: 141px;
    width: 141px;
    height: auto;
}

.brand-logos img[alt="bco"] {
    max-width: 68px;
    width: 68px;
    height: auto;
}

.footer-container .footer-links .footer_list_wrapper .footer_item ul li {
    padding-top: 11px;
    padding-right: 10px;
}


@media screen and (max-width: 767px) {
    .footer-container .footer-links .footer_list_wrapper .footer_item a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px) {
    .brand-logos .flex-item {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .brand-logos {
        padding: 0 10px;
    }
    .brand-logos .flex-item:first-child,
    .brand-logos .flex-item:nth-child(2) {
        width: 50%;
    }
    .brand-logos .flex-item {
        width: 33%;
        flex-grow: 1;
    }
    .brand-logos img {
        width: 100% !important;
        margin-top: 5px;
    }
    .brand-logos img[alt="kingsize"] {
        margin-bottom: 3px;
    }
}