@media (max-width: 1800px) {
    .layout-all_products .latest-products > *:nth-last-child(-n+2) {
        display: none;
    } 
}
@media (max-width: 1200px) {
    .layout-all_products .latest-products > *:nth-last-child(-n+4) {
        display: none;
    } 
}
@media (min-width: 1800px) {
    .yith-wcqv-button, .woocommerce a.yith-wcqv-button {
        min-width: 310px;
        padding: 15px 0;
        border-radius: 10px;
    }
}