div.was {
  position: fixed;
  /*padding-right: 12px;*/
  bottom: 60px;
  /*right: 0;*/
  opacity: 1;
  transition: 0.3s;
  width: fit-content;
    z-index: 9;
}
div.was{
  background-color: #77C368;
  height: 58px;
  width: 58px;
  padding: 0;
  border-radius: 4px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.was i{
  color: #FAFAFA;
  font-size: 28px;
}
@media(max-width:767px){
  div.was{
    right: 10px !important;
    height: 45px;
    width: 45px;
    bottom: 10px !important;
  }
  #product div.was{
    bottom: 70px !important;
  }
}