.cart-item__old-price {
  color: red !important;
  text-decoration: line-through !important;
  font-weight: normal !important;
  margin-right: 0.5rem;
}

.cart-item__final-price {
  color: #000 !important;
  font-weight: bold !important;
}


