
.stickyBuyBtn {
    color: #ffffff;
    background-color: #FF6D02;
    position: fixed;
    right: 10%;
}


.show_buy_btn {
  display: none;
  color: #ffffff;
  background-color: #FF6D02;
  font-family: Montserrat;
  font-weight: 400;
  position: fixed;
  right: 5%;
  top: 20px;
  height: auto;
  font-size: 16px;
  text-align: center;
  border: none;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  vertical-align: top;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  z-index: 990; }
  .show_buy_btn.visible {
    display: block;
  }
