.cart-summary{
	position:absolute;
	width:70px;
	height:40px;	
	padding:0px 10px;
	right:5%;
	top:1%;
	z-index:1000;

}

.cart-summary .icon{
	font-size:37px;
	color: #1656b0; /*blu*/
}

.cart-summary .item-carrello{
	color: #e8a84e;  /*arancione*/
    font-weight: bold;
    left: -3px;
    position: absolute;
    text-align: center;
    top: 27%;
    width: 100%;
	
}

.cart-summary .cart{
	position:absolute;
	right:0;
	top:100%;
	width:300px;
	height:385px;
	z-index:1000;
	
	border:1px solid #ddd;
	background: #fff;
	
	display:none;
	
}

.cart-summary .cart .title{
	font-weight: bold;
	background: #1656b0; /*blu*/
	padding:3px;
	color:#fff;
	height:7%;
}

.cart-summary .cart .items{
	padding:5px 10px;
	overflow:auto;
	height:93%;
}

.cart-summary .cart .items table{
	width:100%;
	text-align:left;
}

.cart-summary .cart .items table tr{
	border-bottom: 1px solid #ddd;
}

.cart-summary .cart .items table tr:last-child{
	border-bottom: 0px;
}

.cart-summary .cart .items table tr:first-child td{
	padding-top: 0px;
}

.cart-summary .cart .items table tr td{
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart-summary .cart .items table td{
	white-space:normal;
}

.cart-summary .cart .items table tr td:nth-child(1){
	width:80%;
}

.cart-summary .cart .items table tr td:nth-child(1) span{
	font-size:12px;
}

.cart-summary .cart .items table tr td:nth-child(2){
	width:20%;
	text-align:center;
}


.cart-quantity-component{
	text-align:center;
}

.cart-quantity-component > div{
	font-size: 18px;
    line-height: 18px;
    padding: 5px 10px;
    display:inline;
}

.qty-text, .qty-text input{
	width:40px;
	text-align:center;
}

.qty-text input{
	border: 0px;	
}
