/* Keep package pricing consistent in block and classic Cart templates. */
.wc-block-cart .wc-block-components-product-price__regular {
  margin-right: 0.35em;
  opacity: 0.62;
  text-decoration: line-through;
}

.wc-block-cart .wc-block-components-product-price__value.is-discounted,
.wc-block-cart .wc-block-components-product-price__regular + .wc-block-components-product-price__value {
  font-weight: 700;
}

.woocommerce-cart .product-price del,
.woocommerce-cart .product-subtotal del {
  margin-right: 0.35em;
  opacity: 0.62;
}

.woocommerce-cart .product-price ins,
.woocommerce-cart .product-subtotal ins {
  font-weight: 700;
  text-decoration: none;
}
