.tt-desktop-header a[href$="track-order"],
.tt-stuck-parent-menu a[href$="track-order"],
.tt-desktop-header a[href$="contactus"],
.tt-stuck-parent-menu a[href$="contactus"] {
    display: none !important;
}
.tt-col-list:not(.brands-dropdown) {
    flex-wrap: wrap;
}
.tt-col-list:not(.brands-dropdown) .col-sm-4 {
    min-width: 33.3% !important;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
@media only screen and (max-width: 490px) {
    .tt-footer-col > .container > .row > div,
    .tt-footer-col .tt-newsletter {
        display: none;
    }
    .tt-footer-col > .container > .row > div:last-child {
        display: block;
    }
}
