@media only screen and (max-width: 931px) {
	

		.PaymentMethod img{width: 100%;}
		

		.PaymentMethod ul, .TicketMenu ul{
			text-align: center;
		}

		.TicketMenu ul{display: none;}
		
		.TicketMenu span{
			text-align: center;
			display: block;
			width: 100%;
			margin-bottom: 10px;
			color: #e6e65b;
			font-size: 22px;
			font-weight: bold;
			background-image: url('../images/menu-alt.png');
			background-repeat: no-repeat;
			background-position: right center;
			background-size: 26px;
			cursor: pointer;
		}
		
		.PaymentMethod ul li, .TicketMenu ul li{
			margin-left: 0px;
		}

		.TicketMenu ul li{
			display: block;
			font-size: 22px;
			margin-bottom: 10px;
			border-bottom: 1px dotted #eaeaea;
		}
		
		
		.giorno{
			height: 65px;
			width: 65px;
			text-align: center;
		}
		
		
		.CartRiepilogo span{
			height: 60px;
			font-size: 12px;
			font-weight: bold;
		}


.calendarsubmit{
	background-color: rgba(154, 190, 71, 0.2);
	display: block;
	width: 100%;
	height: 100%;
}

.calendarsubmit span{
	font-size: 12px;
	text-align: left;
	position: relative;
	margin-left: -5px;
}

}

@media only screen and (max-width: 500px) {

.BoxProdotto span{
	height: 25px;
	font-size: 10px;
}

	
}