.onfw-order-now-button{
    display:inline-block;
    padding:10px 18px;
    border-radius:6px;
    background:#000;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:0.15s;
}
.onfw-order-now-button:hover{
    background:#D7AF75;
    color:#000;
}
