.order-product-table { min-width: 1120px; }
.order-product-table th { background: #f5f8f7; }
.order-product-table td { vertical-align: middle; transition: background .15s ease; }
.order-product-table tr.has-quantity td { background: #eef8f6; }
.order-product-table .customer-price { color: var(--brand); }
.order-product-table .qty { width: 92px; text-align: center; }
.order-product-table td small { display: block; margin-top: 4px; color: var(--muted); }
.table-product-note { min-width: 240px; min-height: 58px; padding: 8px 10px; }
.item-note { margin-top: 7px; padding: 7px 9px; border-radius: 8px; background: #f1f7f6; color: #48615e; white-space: normal; max-width: 360px; }

@media (max-width: 900px) { .order-product-table { min-width: 980px; } }
