.cart-page h1 {
  padding: 15px !important;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
.cart-page h1 > p {
  font-size: 20px;
}

.cart-page .card {
  padding: 5px !important;
  height: 150px !important;
  margin-bottom: 5px !important;
}
.cart-page .cart-remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page .cart-summary {
  text-align: center;
  /* margin-top: -140px !important; */
}
