#wishlist-header {
  border-bottom: 5px dotted olive;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

#wishlist-footer {
  border-top: 5px dotted olive;
  padding-top: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#wishlist-body .wl-prod {
  box-shadow: 0px 0px 4px 2px #c3c3c3;
  margin-bottom: 1rem;
  border-radius: 10px;
  display: flex;  
  align-items: center;
}

#wishlist-body .wl-prod .wl-prod-image {
  margin-bottom: 10px;
}

#wishlist-body .wl-prod .wl-prod-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#wishlist-body .wl-prod .wl-prod-availability {
  /* margin-bottom: 0.8rem; */
}

#wishlist-body .wl-prod .wl-prod-price {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
}

#wishlist-body .wl-prod .wl-prod-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* #wishlist-body .wl-prod .wl-prod-actions > div {
  display: flex;
  justify-content: center;
} */
#wishlist-body .wl-prod .wl-prod-actions .wl-prod-buy > .btn {
  width: 100%;
}

#wishlist-body .wl-prod .wl-prod-info {
  font-size: 0.7rem;
}

/* Remove button */
.btn-remove {
  background: rgb(236, 236, 236);
  /* box-shadow: 0px 0px 5px 2px rgb(230, 230, 230); */
  color: rgb(68, 68, 68);
  border-radius: 49%;
  padding: 4px 9px;
  height: 30px;
  width: 30px;
  margin-left: -23px;
  margin-top: 2px;
  transition: .5s background ease-out;
  font-size: 0.95rem;
}

.hvr-radial-out {
  background: rgb(236, 236, 236) !important;
}

.hvr-radial-out:before {
  background: rgb(199, 199, 199) !important;
  color: black !important;
}

/* .btn-remove:hover,
.btn-remove:focus,
.btn-remove:active {
  background: rgb(199, 199, 199); 
  color: black;  
} */

#wishlist-body .wl-prod .btn-notify {
  background: none;
  color: #545454;
  border: 2px solid orange;
  border-radius: 5px;
  margin-top: 1rem;
  width: 100%;
  font-size: 1.0rem;
  padding: 0.5rem;
  white-space: normal;
  box-shadow: 0px 0px 5px 2px #ebebeb;
}

#wishlist-body .wl-prod .btn-notify:hover,
#wishlist-body .wl-prod .btn-notify:active,
#wishlist-body .wl-prod .btn-notify:focus {
  color: black !important;
  box-shadow: 0px 0px 10px 5px rgb(189, 189, 189);
}