div.was {
  padding-left: 12px;
  right: 0px;
  bottom: 42px;
  text-align: right;
  opacity: 1;
  position: fixed;
  z-index: 999999;
  left: 0;
  pointer-events: none;
}

div.was a {
  pointer-events: auto;
}

#product div.was {
  bottom: 120px;
}

div.was img {
  border-radius: 50%;
  width: 69px;
  height: 69px;
}

div.was:hover {
  opacity: 1;
}