
.cart-table-wrap{overflow:auto;margin-top:10px}
.cart-table{width:100%;border-collapse:collapse}
.cart-table th,.cart-table td{border-bottom:1px solid #e5e7eb;padding:10px 8px}
.cart-table th{text-align:left;background:#f9fafb}
.cart-table td.c,.cart-table th.c{text-align:center}
.link{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:700;padding:0}
.link.danger{color:#b33a33}
.totals{display:grid;gap:6px;justify-content:end;margin-top:12px}
.totals div{display:flex;gap:20px;align-items:center}
.totals .grand{font-size:18px}
.badge{background:#111;color:#fff;border-radius:999px;padding:2px 7px;font-size:12px;line-height:1;display:inline-block;min-width:22px;text-align:center}
