$(document).ready(function(){
  $(".payment").colorbox({innerWidth:"400px"});
  $(".shipment").colorbox({innerWidth:"600px"});
});

