@media only screen and (min-width: 992px) and (max-width:1350px) { 
    .columns-4 .product {
        flex-basis: 22.6%;
    }
}
/* Tablet & Mobile Layout: 991px. Only for desktop and tablet */
@media only screen and (max-width: 991px) {
    .columns-4 .product {
        flex-basis: 30.6%;
    }
    .data-content {
        width: 80%;
    }
    
    
}
@media only screen and (max-width: 768px) {
    
    .model-range ul {
        grid-template-columns: 100%;
    }
    .btn-enabled input[type="search"]{
       width: 200px
    }
    .columns-4 .product {
        flex-basis: 46.69%;
    }
    .wpfFilterWrapper {
        flex-basis: 25% !important;
        padding: 0 !important;
    }
    
    .wpfMainWrapper {
        justify-content: flex-start !important;
    }
    div#wpfBlock_2, div#wpfBlock_3 {
        flex-basis: 15% !important;
    }
    .wpfFilterWrapper {
        flex-basis: 50% !important;
    }
    .woocommerce-MyAccount-navigation {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .woocommerce-MyAccount-content {
        flex-basis: 100%;
        width: 100%;
    }
    .products.owl-carousel .owl-next {
        right: 0;
        left: auto;
    }
    
    .products.owl-carousel .owl-prev {
        left: 0;
        right: auto;
    }
    p.woocommerce-shipping-destination {
        text-align: left;
        margin-top: 20px;
    }
    td.product-thumbnail {
        text-align: center !important;
    }
    .woocommerce-cart-form__contents tbody tr {
        border-bottom: 1px solid #efefef;
        display: block;
    }
    .woocommerce-cart-form__contents tbody tr td{
        border:none;
    }
    .col-gap-50 {
        column-gap: 15px;
    }
    .woocommerce-orders-table__cell-order-actions a {
        max-width: calc(100% - 120px);
        margin-right: 0;
        margin-left: auto;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 480px) { 
    .page-numbers .page-numbers {
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 14px;
        padding: 0;
    }
    .columns-4 .product {
        flex-basis: 100%;
    }
    .wpfFilterWrapper {
        flex-basis: 100% !important;
    }
    
    div#wpfBlock_2, div#wpfBlock_3 {
        flex-basis: 50% !important;
    }
    .btn-enabled input[type="search"] {
        width: 162px;
    }
    .mc4wp-form-fields {
        flex-wrap: wrap;
        row-gap: 14px;
    }
    .product-slider .owl-nav {
        text-align: center;
        margin-top: 5px;
    }
    button.owl-prev, button.owl-next {
        position: static !important;
        transform: none !important;
        margin: 0 10px;
    }
    .woocommerce-MyAccount-points {
        width: 400px;
    }
}