/*
 * Canonical Shop WOW total bar shared by basket and checkout.
 * Both flows use one solid-black surface, dimensions and type scale.
 */
body.dptv-shop-wow-checkout-flow .dptv-wow-shop-flow-page .wc-block-components-totals-footer-item,
body.dptv-checkout-v2-mode .dptv-v2-review-table tfoot .order-total{
  width:100%!important;
  min-height:64px!important;
  margin:10px 0 0!important;
  padding:0 17px!important;
  border:0!important;
  border-radius:15px!important;
  background:#0a0a0a!important;
  color:#fff!important;
  box-shadow:0 13px 27px rgba(0,0,0,.17),inset 0 1px 0 rgba(255,255,255,.08)!important;
  box-sizing:border-box!important;
}
body.dptv-shop-wow-checkout-flow .dptv-wow-shop-flow-page .wc-block-components-totals-footer-item{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:950!important;
}
body.dptv-shop-wow-checkout-flow .dptv-wow-shop-flow-page .wc-block-components-totals-footer-item,
body.dptv-shop-wow-checkout-flow .dptv-wow-shop-flow-page .wc-block-components-totals-footer-item *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
}
body.dptv-shop-wow-checkout-flow .dptv-wow-shop-flow-page .wc-block-components-totals-footer-item>.wc-block-components-totals-item__label,
body.dptv-shop-wow-checkout-flow .dptv-wow-shop-flow-page .wc-block-components-totals-footer-item>.wc-block-components-totals-item__value{
  display:flex!important;
  min-height:64px!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
body.dptv-shop-wow-checkout-flow .dptv-wow-shop-flow-page .wc-block-components-totals-footer-item>.wc-block-components-totals-item__value{
  justify-content:flex-end!important;
  text-align:right!important;
}
body.dptv-checkout-v2-mode .dptv-v2-review-table tfoot .order-total{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
}
body.dptv-checkout-v2-mode .dptv-v2-review-table tfoot .order-total th,
body.dptv-checkout-v2-mode .dptv-v2-review-table tfoot .order-total td,
body.dptv-checkout-v2-mode .dptv-v2-review-table tfoot .order-total strong,
body.dptv-checkout-v2-mode .dptv-v2-review-table tfoot .order-total .woocommerce-Price-amount{
  color:#fff!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:950!important;
}
