
/* Budgetdruk cart invoice totals build 20260919-3 */
.bd-cart-preview-invoice { display:block !important; padding-top:14px; }
.bd-cart-preview-total-row { display:flex !important; align-items:center; justify-content:space-between; gap:24px; padding:5px 0; font-size:15px; }
.bd-cart-preview-total-row strong { white-space:nowrap; }
.bd-cart-preview-total-row-grand { border-top:1px solid #e8deef; margin-top:7px; padding-top:12px; font-size:20px; font-weight:700; }
.bd-cart-preview-model { display:block; color:#665f70; font-size:13px; line-height:1.35; margin-top:2px; }
.bd-cart-preview-unit-price { display:block; color:#665f70; font-size:13px; margin-top:2px; }
.bd-cart-invoice-totals { margin-left:auto; max-width:460px; width:100%; }
.bd-cart-invoice-row { display:flex; justify-content:space-between; gap:28px; padding:5px 0; }
.bd-cart-invoice-grand { border-top:1px solid #e8deef; margin-top:6px; padding-top:10px; font-size:1.15em; }
