jQuery(document).ready(function($){
	$("div.com-chkout-steps ul li:nth-child(2)").css("display", "none");
	$("div.com-chkout-steps ul li:nth-child(3)").css("display", "none");
});
