
@media screen and (min-width: 1000px) {
    .global_products_may_like .like_products_box .themes_prod:nth-child(n+5) {display: none !important;}
}
@media screen and (max-width: 1000px) {
    .global_products_may_like .like_products_box .themes_prod:nth-child(n+3) {display: none !important;}
}
