a {
	color: #333;
}

a:hover {
	color: #455f93;
}

.delete_iconBox {
	text-align: right;
}

.delete_icon {
	font-size: 22px;
	cursor: pointer;
}

.delete_icon:hover {
	color: #5a73a4;
}
.pendingPayment_listBox {
    padding: 0 15px;
}
.orderList_pendingPayment {
    padding: 0;
    border-left: none;
    border-right: none;
}
.price_PV {
    color: #fff;
    /* background: #a2bdf5; */
    font-size: 12px;
    padding: 3px;
	background-image: url(../images/label.png);
	background-repeat: no-repeat;
	background-size: contain;
}