.totals {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}
.cart-subdued {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}