.cartMessage{
	margin-bottom:30px;
	border-bottom:1px solid #eee;
}
.cartHolder{
/*	overflow-y: scroll;
	height: calc(100vh - 180px);
	border: 1px solid black;*/
	position: relative;
	top: 0px;
}

.itemnote{
	width:100%;
}

#curbsideDescription{
	width:100%;
}

.ordernote{
	margin-top:10px;
}
.taxline{
	border-top: solid 1px black;
	
}

.totalline{
	font-weight:bold;
	margin-bottom:2em;
}

.curbsideHolder{
	display:inline;
}

.lineItemContainer{
	display:inline;
}

.ticketModifierLine{
	display:flex; 
	flex: 1; 
	flex-direction: 'row'; 
	margin-bottom:5
}

.ticketModifierLineText{
	color:gray;
	font-size:11;
	margin:3px;
	text-align: left;
}

.ticketModifierLineTextRight{
	color:gray;
	font-size:11;
	margin:3px;
	text-align: right;
}

.ticketItemNoteLine{
	font-style:italic;
}

.checkbox-lg_dep{
	width: 30px; height: 30px;
}



.accountCreateHolder{
	display:inline;
}

.PromoHolder{
	display:flex;
	align-items:center;
	margin-bottom:2em;
}





@media only screen and (min-width : 320px) {	

	.curbsideLabel{
		 margin:10px;
		 font-size:.8em;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

	.curbsideLabel{
		 margin:10px;
		 font-size:1em;
	}	
}


@media only screen and (min-width : 768px) {	

	.curbsideLabel{
		 margin:10px;
		 font-size:1em;
	}

}