.processingImg img,
.unshippedImg img,
.awaitingShipImg img,
.customManufactureImg img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.processingImg,
.awaitingShipImg,
.unshippedImg,
.customManufactureImg {
	display: inline-block;
	margin-left: -8px;
}

.processingDiv,
.awaitingShipDiv,
.customManufactureDiv {
	border-radius: 5.5px;
	background-color: #00a4a6;
	display: inline-block;
}

.unshippedDiv,
.awaitingShipDivGrey {
	border-radius: 5.5px;
	background-color: #dedede;
	display: inline-block;
}

.processingDiv {
	width: 130px;
	height: 10px;
}

.awaitingShipDiv,
.unshippedDiv,
.customManufactureDiv,
.awaitingShipDivGrey {
	width: 180px;
	height: 10px;
	margin-left: -6px;
}

.removeBorder {
	border: none;
	box-shadow: none;
}

.orderSummary {
	margin-bottom: 20px;
}

.orderStatusProgressBar {
	margin-bottom: 10px;
}

.marginTop #reorderButton {
	width: 65%;
}
.account-orderdetail .well-content  { padding-top:20px}
.account-orderdetail .order-billing-address ul { margin-bottom:0}
.account-orderdetail .account-orderdetail__footer > div { padding:0}
.account-orderdetail button { width:25%}
.account-orderdetail .orderTotal .totals  { text-transform:capitalize}

.account-orderdetail .order-billing-address .label-order { font-weight:500;font-size:15px;text-transform:capitalize}

.orderDetailProdList .item__price div {
	display: block;
	margin: 0px 0px 10px 0px;
}

@media (max-width:767px) {
	.orderDetailProdList .item__info span,
	.orderDetailProdList .item_Proddetails span,
	.orderDetailProdList .item__price span,
	.orderDetailProdList .item__quantity span,
	.orderDetailProdList .item__price span,
	.orderDetailProdList .item__total span,
	.orderDetailProdList .item__referenceId span,
	.shippingAddress .item__referenceId span {
		width: 30%;
		display: inline-block !important;
		vertical-align: top;
	}
	.orderDetailProdList .item__info a,
	.orderDetailProdList .item__total p,
	.orderDetailProdList .item__quantity p,
	.orderDetailProdList .item__referenceId p,
	.shippingAddress .item__referenceId p,.orderDetailProdList .item__price p {
		width: 45%;
		display: inline-block !important;
	}
	.item__list .item__total { float:none;}
	.fulfilment-states-SHIPPED .item__list .item__list--item { padding:0}
	.account-section .continue__shopping { width:100%;padding:0}
	.account-section .well.well-tertiary .item-value { padding-bottom:0;top: 5px;position: relative;}
	.xs-mt10 { margin-top:10px}
	.orderDetailProdList .item__price span { vertical-align:middle}
}

