* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
p {
  color: #6c757d;
}
a {
  text-decoration: none;
}
a {
  text-decoration: none;
}
.book_img img {
  max-height: 150px;
  min-width: auto;
}
h2 h3 {
  font-size: 1.5rem;
}
.main_cart {
  background: #fff;
}
.card {
  border: none;
}
.book_name {
  color: black;
  font-size: 1.1rem;
  text-transform: capitalize;
  font-weight: 500;
}
.card_title p {
  font-size: 0.9rem;
  font-weight: 500;
}
.delete_wish p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.amount h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.set_qty {
  position: relative;
}
.set_qty:after {
  content: "(Note, 1 piece)";
  width: auto;
  height: auto;
  text-align: center;
  position: absolute;
  font-style: 0.7rem;
  bottom: -20px;
  right: 2rem;
}
