.wishlist-note{
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-right: 50px;
  margin-top: 8px;
  position: absolute;
  transition:all 0.3s;
  width: 100%;
  bottom: 0;
  transform: translateY(0);
}
.wishlist-note > .wl-msg{
	padding: 15px;
	display: inline-block;
	color: #fff;
}
.cloas-wl-msg {
  position: absolute;
  right: 0;
  z-index: 9;
  cursor: pointer;
  top: 0;
  bottom: 0;
  padding: 10px;
  line-height: 26px;
}
.additional-info .wishlist-note{
  bottom: 30px;
  right: 0;
  left: 0;
  width: 50%;
}
.additional-info .wishlist-forms svg {
  opacity: 1;
}
.other-product.wishlist-note{
  bottom: 30px;
}
.carousel-container .other-product.wishlist-note {
  bottom: -35px;
  width: 90%;
  right: 15px;
  margin: auto;
}
.wishlist-msg-box {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 99;
  width: 90%;
  max-width: 350px;
}
.wishlist-button {
  border: none;
  padding: 0;
  width: 28px;
  height: 28px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;
  box-shadow: none !important;
}
.wishlist-button:hover {
  border: none;
  background: #fff;
  opacity: 1;
}
.wish-label {
  vertical-align: middle;
  opacity: 0;
}
.wishlist-button:hover .wish-label{
  opacity: 1;
}
.additional-info .wishlist-button {
  width: auto;
}

@media (min-width: 769px){
  .carousel-container .other-product.wishlist-note {
    bottom: 35px;
  }


} 