.ss-cart-savings small {
  display: block;
  margin-bottom: 1rem;
  text-transform: capitalize;
  background: #000;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: normal;
}
.ss-cart-savings h2 {
  color: #c21818;
}
.ss-cart-savings .totals__total-value {
  color: #c21818;
  text-decoration: line-through;
}
