.btn-buynow {
  background-color: hsl(360, 100%, 28%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad0000", endColorstr="#8e0000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ad0000), to(#8e0000));
  background-image: -moz-linear-gradient(top, #ad0000, #8e0000);
  background-image: -ms-linear-gradient(top, #ad0000, #8e0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad0000), color-stop(100%, #8e0000));
  background-image: -webkit-linear-gradient(top, #ad0000, #8e0000);
  background-image: -o-linear-gradient(top, #ad0000, #8e0000);
  background-image: linear-gradient(#ad0000, #8e0000);
  border-color: #8e0000 #8e0000 hsl(360, 100%, 26.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
  -webkit-font-smoothing: antialiased;
}
