


.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #3BAFDA;
}



.boxCarrello {
/*	
    position: fixed;
    top: 220px;
*/    
    z-index:100;
 }

 @media(max-width:992px) {
 	.boxCarrello {
/* 		
 		position: relative;
 		top : 0px;
*/ 		
 	}
 }
