.hgr_cta_btn {
	position: fixed;
	right: 35px;
	bottom: 35px;
	box-shadow: 0 9px 17px 0px rgba(0,0,0,.13);
	background-image: url(buy-button%402x.png);
	background-size:contain;
	background-position: center;
	text-indent: -9999px;
	display: block;
	width: 239px;
	height: 48px;
	z-index: 1000000000;
	 -webkit-transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
  -moz-transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
  -o-transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
  -ms-transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
  transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
  border-radius: 100px;
}
.hgr_cta_btn:hover {
	bottom: 40px;
	box-shadow: 0 14px 17px 0px rgba(0,0,0,.13);
}
@media screen and (max-width: 780px) {
	.hgr_cta_btn {
		display:none;
	}
}

