var cart_content =
{
	total    : 0,
	products : 0,
	shipping : 0,
	quantity : 0,
	currency : "RON",
	items    : [
	]
};

