.wcdc-buy-now {
    display: inline-block;
    margin-top: 10px;
    background: #ff6600;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.wcdc-buy-now:hover {
    background: #e65c00;
}
