/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .tf-grid-layout.tf-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .tf-shop-control {
        justify-content: space-between !important;
    }





}