div#customer_details {
    display: none;
}
form.checkout.woocommerce-checkout {
    margin: 50px 0px;
}
.sd-tabs .sd-tab-btn {
    font-size: 16px !important;
    font-weight: 600 !important;
    border: 1px solid #ededed;
    padding: 10px 30px;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #000;
}
button.sd-amount-btn {
    color: #fff;
    border: 1px solid #ededed;
    padding: 10px 30px;
    border-radius: 4px;
    margin: 0px 2px;
    font-weight: 700;
}
button#sd_donate_submit {
    border: 1px solid #ededed;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
button.sd-tab-btn.active {
    color: #fff;
    font-weight: 700;
}