.item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}
.item .itemName{
	width: 50%;
}
.item .itemNum{
	width: 20%;
}
.item .itemPrice{
	width: 30%;
	text-align: right;
}

.totalPrice{
	border-top: 2px solid #ccc;
	padding-top: 10px;
	text-align: right;
}

.clr_alert{
	color:red;
}