.tvcmsnew-product .tvnew-product-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}

.tvcmsnew-product .tvnew-product-wrapper .tvall-product-wrapper-info-box {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
}

.tvnew-product-wrapper-box .tv-pagination-wrapper {
    display: none;
}

@media (min-width: 501px) and (max-width: 900px) {
    .tvcmsnew-product .tvnew-product-wrapper .tvall-product-wrapper-info-box {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .tvcmsnew-product .tvnew-product-wrapper > .tvall-product-wrapper-info-box:nth-of-type(n+9) {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .tvcmsnew-product .tvnew-product-wrapper .tvall-product-wrapper-info-box {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}
