Buy me a coffee

#17623

@media screen and (max-width:767px) {
.filter ul {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}
.filter ul li {
    word-break: initial !important;
    display: block !important;
}}