#wishlist-add-lists-addlist {
  /*position: absolute;*/
}
li.wishlist-list-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}
.wishlist-notes-btn {
  text-align: center;
}
.wishlist-footer-body {
  max-height: 400px;
  overflow-y: scroll;
}
.wishlist-footer-body::-webkit-scrollbar {
  width: 5px;
}
.wishlist-footer-body::-webkit-scrollbar-track {
  background: #fff;
}
.wishlist-footer-body::-webkit-scrollbar-thumb {
  background: #3600ce;
  border-radius: 1em;
}
.wishlist-footer-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#vic-icon {
  bottom: 1em !important;
}
.wishlist-footer {
  position: relative;
}
.wishlist-footer.regions {
  position: fixed;
  top: calc(50% - 250px);
  left: calc(50% - 250px);
}
#wishlist-add {
  background: #fff;
  padding: 1.5em;
  z-index: 8;
  position: relative;
}
#wishlist-form {
  background: #fff;
  padding: 1.5em;
  z-index: 8;
  position: relative;
}
.wishlist-footer.regions .wishlist-footer-wrap {
  min-width: 500px;
  border-radius: 8px !important;
}
.wishlist-footer-wrap.closed {
  display: none;
}
#wishlist-edit,
#wishlist-form {
  position: absolute;
  z-index: 7;
  background: #fff;
  width: 100%;
  padding: 1.5em;
  border-radius: 0 0 8px 8px;
}
form#wishlist-form,
.wishlist-alert-wrap {
  position: relative;
}
.wishlist-item-meta.hide {
  display: none;
}
.wishlist-footer-head .purple-heading,
.wishlist-alert-head {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1e212d;
}
.wishlist-footer-head {
  margin-bottom: 10px;
}
form#wishlist-form,
.wishlist-alert-wrap {
  z-index: 7;
  background: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 0 0 8px 8px;
}
.wishlist-alert-btn {
  text-align: center;
  margin-top: 10px;
}
.wishlist-footer-body {
  margin-bottom: 10px;
}
.wishlist-alert.open {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wishlist-alert-notes {
  border-radius: 12px;
}
.wishlist-footer.wishlist-trips-page {
  position: fixed;
  top: calc(50% - 100px);
  left: calc(50% - 200px);
  width: 400px;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.wishlist-add-lists-addlist {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wishlist-add-lists-addlist img {
  display: block;
}

.pdp_meta_item {
  position: relative;
}
.pdp_meta_item .wishlist-footer {
  position: absolute !important;
  top: 50px;
  right: 0;
  background: #fff;
  width: 300px;
  padding: 15px;
  box-shadow: 0px 0px 5px #e7e7e7;
  border-radius: 12px;
}
.pdp_meta_item form#wishlist-form {
  padding: 0 !important;
}
