#categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#categories .button-select-item{
    width: 48%!important;
    height: 50px;
    font-size: 14px!important;
    margin-bottom: 14px;
    box-sizing: border-box;
    margin-right: 10px!important;
}
.payments li{
    width: 33%!important;
    margin-right: 10px!important;
}
.payments ul{
    justify-content: flex-start!important;
}
#products{
    justify-content: start!important;
}
#products .button-select-item{
    width: 48%!important;
    height: 50px;
    margin-right: 10px!important;
    font-size: 14px!important;
    margin-bottom: 14px;
    box-sizing: border-box;
}
#categories .button-select-item p{
    white-space: nowrap
}
#products .button-select-item p{
    white-space: nowrap
}
@media (max-width:480px){
        #categories .button-select-item {
            width: 100% !important;
        }
        #products .button-select-item {
            width: 100% !important;
        }
        .order-search {
            display: none;
        }
    }