

/*------------product.js----------*/

$(function() {
	// setup colorbox popup warning on buy now button
	$('#btn-buy-now').colorbox({
		href:  '#popup-warning',
		inline: true,
		transition: 'none'
	});
});
