.selling-sell.order-details .head:nth-child(3) {
	width: 150px;
	text-align: center;
}
.selling-sell.order-details .head:nth-child(2) {
	width: 100px;
	text-align: center;
}
.selling-sell.order-details td:nth-child(2),
.selling-sell.order-details td:nth-child(3) {
	text-align: center;
}
.seller-old-price {
	display: flex;
	white-space: nowrap;
	gap: 5px;
	font-size: 12px;
	color: #626262;
	margin-top: 5px;
}
.seller-price {
	text-decoration: line-through;
}
