.hidden {
	display: none;
}

#melCartAlert {
	position: absolute;
	right: 5%;
	top: 120px;
	width: 25%;
	min-width:350px;
	height: auto;
	background-color: #fff;	
	border: 2px solid #999;
    border-radius: 8px;
	padding: 10px;
	z-index:10;	
    max-height: 75%;
	
}

#melCartAlert p {
	color: #3b3b3b;
}

#melCartAlertMobile {
	position: fixed;
	right: 3%;
	left: 3%;
	top: 120px;
	
	width:94%;
	height: auto;
	background-color: #fff;	
	border: 2px solid #999;
    border-radius: 8px;
	padding: 10px;
	z-index:10;	
    max-height: 85%;
	
}

#melCartAlertMobile p {
	color: #3b3b3b;
}

.confirmbuttonclass{
	width : 250px;
	padding: 0px 0px !important;
	margin-left: 200px !important;
	margin-top: 0px !important
}

.cancelbuttonclass{
	width : 250px;
	padding: 0px 0px !important;
	margin-right: 200px !important;
	margin-top: 0px !important
}

.confirmbuttonclassMobile{
	width : 45%;
	padding: 0px 0px !important;
	margin-left: 5px !important;
	margin-bottom: 10px !important;
	font-size: small !important;
	margin-top: 0px !important;
}

.cancelbuttonclassMobile{
	width : 45%;
	padding: 0px 0px !important;
	margin-right: 0px !important;
	font-size: x-small !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
}



