/* Enter Your Custom CSS Here */
.buy-now-button {
    font-family: HelveticaNeue,Helvetica,sans-serif;
    background: #ff9901;
    background: -webkit-linear-gradient(#ff9901, #ff8401);
    background: -o-linear-gradient(#ff9901, #ff8401);
    background: -moz-linear-gradient(#ff9901, #ff8401);
    background: linear-gradient(#ff9901, #ff8401);
    /* float: right; */
    width: 98%;
    border: 0;
    /* width: 95px; */
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    padding: 12px 0;
    border-radius: 6px;
    font-weight: bold;
}
.buy-now-button:hover {
    background: #ff9901;
    text-decoration: none;
    color: white;
    background: -webkit-linear-gradient(#ffae01, #ff6f01);
    background: -o-linear-gradient(#ffae01, #ff6f01);
    background: -moz-linear-gradient(#ffae01, #ff6f01);
    background: linear-gradient(#ffae01, #ff6f01);
}