$(document).ready(function() {
  $('.product-list').masonry({
    singleMode: true, 
    itemSelector: '.box' 
  });
  
});
