#someone-liked {
  top: auto!important;
  background: white;
  border: 0;
  border-radius: 0;
  bottom: 20px;
  display: none;
  left: 20px;
  padding: 0;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 99999;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
  margin-right: 20px;

  img {
    float: left;
    min-height: 80px;
    max-height: 85px;
    width: auto;
  }
  p {
    float: left;
    font-size: 0px;
    margin: 0 0 0 13px;
    width: auto;
    padding: 12px 12px 0 0;
    line-height: 20px;
  }
  .price{
    padding-top: 5px;
    display: block;
    font-size: 0px;
    color: ;
    font-weight: ;
  }
}

#someone-liked p{
  max-width: 280px;
}