jQuery(document).ready(function($) {
  
  $('.modalClose').click(function() {
    $('.PHPurchaseUnavailable').fadeOut(800);
  });
  
});