$(document).ready(function() {
	$(".trigger").click(function() {
		$("#shipping-info").toggle();
	});
});
