.cart{
	position:fixed;
	right:5px;
	top:5px;
	width:45%;
	z-index:1000;
	
}

.cart .item-carrello{
	color: red;
	font-weight:bold;
	margin-right:10px;
}

.cart .alert-custom{
	
	color: #111;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0;
	border: 1px solid black;
	
}

/* Small grid */
@media (min-width: 768px) {
  .cart{
  	width: 20%;
  }
}

/* Medium grid */
@media (min-width: 992px) {
  .cart{
  	width: 20%;
  }
}

/* Large grid */
@media (min-width: 1200px) {
  .cart{
  	width: 20%;
  }
}