$(document).ready(function() {	
	if ($(document).width() <= 1024) {
		$('a#freeShippingTab').hide();
	}	
});
