#cart_prodotti{
	list-style: none;
	float: right;

}
.badge{
	display: inline-block;
min-width: 10px;
padding: 5px 10px;
font-size: 18px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px;
}
ul li span span.link_add:hover{
	color: green!important;
	text-decoration: underline!important;
	cursor: pointer;
}
