.cartTextHeading {
  font-family: raleway-extra-bold;
}
.cartTextParagraph {
  font-family: Open-Sans;
}

.checkoutButton {
  background-color: #385dff !important;
  border-color: #385dff !important;
  border-radius: 100px;
  max-width: fit-content;
  padding: 7px 20px;
}

.removeButton {
  color: #b31e3b !important;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card {
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  width: 100%;
  /* max-width: 900px; */
}

.text {
  margin: 0;
  font-size: 15px;
  color: #4a4a4a;
}

.icon {
  margin-right: 5px;
}

.text a {
  color: #3b82f6; /* Same light blue link color */
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}

.tableThTitle {
  color: #a3a5a9 !important;
  font-size: 14px;
  padding-block: 1.5em !important;
  text-transform: uppercase;
}

.checkoutBtn {
  background-color: #385dff !important;
  border-color: #385dff !important;
  border-radius: 100px;
  max-width: fit-content;
  padding: 3px 18px;
}
