$(document).ready(function() {
$('#shop-content .product:nth-child(5n+8), #tags-content .product:nth-child(5n+8)').css('margin-right', '0');
});
