#cartDiv a {
  text-decoration: none;
}

#cartDiv a:hover {
  text-decoration: underline;
}

#cartBody {
  max-height: 70vh;
  overflow: auto;
  scrollbar-width: none;
}

/*# sourceMappingURL=cart.css.map */
