.remove_button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove_from_wishlist_button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.wishlist_container {
  margin-top: 1.25em;
}