.uc-categories .t-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.uc-categories .t-col {
    margin-bottom: 90px;
}
.uc-categories .t-clear { display: none; }

@media screen and (max-width:960px) {
    .uc-categories .t-col {
        margin-bottom: 0px;
    }
}

@media screen and (min-width:640px) {
    .uc-popup-open .t-popup__container {
        display: flex;
        flex-direction: row;
        max-width: 960px;
    }
}