#w2rSomeOnePurchase {
  background: #fff;
  position: fixed;
  left: 20px;
  bottom: -200px;
  width: 500px;
  z-index: 9999;
  border-radius: 15px;
  overflow: hidden;
  max-width: 100%;

  -webkit-box-shadow: 0 4px 25px 0 rgba(47,69,103,.35);
  box-shadow: 0 4px 25px 0 rgba(47,69,103,.35);
}

#w2rSomeOnePurchase .wsop-procduct-container {
  position: relative;
}

#w2rSomeOnePurchase .wsop-procduct-container:after {
  content: "";
  display: block;
  clear: both;
}

#w2rSomeOnePurchase .wsop-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

#w2rSomeOnePurchase .wsop-close span {
  display: block;
  width: 30px;
  height: 30px;
  padding: 13px 0;
  background: #ed2d40;
  border-radius: 50%;
  line-height: 0;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 30px;
}

#w2rSomeOnePurchase .wsop-close:hover span {
  background: #ff0000
}

#w2rSomeOnePurchase .wsop-thumb {
  width: 150px;
  display: block;
  float: left;
}

#w2rSomeOnePurchase .wsop-thumb img {
  width: 100%;
}


#w2rSomeOnePurchase .wsop-product-info  {
  width: 350px;
  display: block;
  float: left;
  padding: 20px;
}


#w2rSomeOnePurchase .wsop-buyer {
  font-size: 13px;
  margin-bottom: 5px;
}

#w2rSomeOnePurchase .wsop-buyer span {
  font-weight: 600;
}

#w2rSomeOnePurchase .wsop-product-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}

#w2rSomeOnePurchase .wsop-product-name a {
  color: #ed2d40;
}

#w2rSomeOnePurchase .wsop-purchased-date {
  font-size: 10px;
  margin-bottom: 0;
}

@media (max-width: 535px) {
  #w2rSomeOnePurchase {
    left: 0;
  }

  #w2rSomeOnePurchase .wsop-thumb {
    width: 25%;
  }

  #w2rSomeOnePurchase .wsop-product-info {
    width: 75%;
  }

  #w2rSomeOnePurchase .wsop-product-info {
    padding: 10px;
  }

  #w2rSomeOnePurchase .wsop-buyer {
    font-size: 10px;
    margin-bottom: 0;
  }

  #w2rSomeOnePurchase .wsop-product-name {
    font-size: 14px;
    margin-bottom: 0;
  }
}