.fixed-badges {
  bottom: 200px;
  right: 5px;
  z-index: 1000;
  position: fixed;
}
.fixed-badge {
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 48px;
  width: 48px;
  border: 0px solid #565656;
  color: #FFF;
  cursor: pointer;
  margin-top: 10px;
  line-height: 19px;
  box-sizing: border-box;
}

.fixed-badge img {
  margin: auto;
}
#fixed-buy, #fixed-to-top {
  font-size: 14px;
  background: #F00;
  padding: 10px 0px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#fixed-line, #fixed-fb {
  display: block;
  text-decoration: none;
}