.wc-donation-platform{
    background: #F4F4F4;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 15px !important;
    font-size: 15px;
}

.wc-donation-platform label{
    font-size: 15px;
}

.wc-donation-platform input{
    font-size: 14px !important;
}
.select2-container--default .select2-selection--single{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    border-bottom: 2px solid #707070;
    padding: 8px 4px;
    height: 36px;
    opacity: 0.7
}


.wc-donation-platform .wcdp-header{
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.wc-donation-platform .wcdp-progress-bar-background{
    height: 2px;
    top: 0.8em;
}

.wc-donation-platform .wcdp-header .wcdp-step::before{
    font-size: 14px;
    line-height: 1.7;
}
.wc-donation-platform .wcdp-row .wcdp-variation-heading{
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center !important;
    margin-bottom: 22px;
    display: block;
    margin-top: 5px;
}

.wcdp_variation abbr[title]{
    display:none;
}

.wc-donation-platform ul.wcdp_amount{
        display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 10px;
    grid-gap:0;
}
.wc-donation-platform ul.wcdp_amount li{
        width: 33.3%;
    padding: 8px 5px;
}

.wc-donation-platform ul.wcdp_amount li:last-child{
        width: 66.6%;
}
.wc-donation-platform ul.wcdp_amount li .wcdp-button-label,
.wc-donation-platform ul.wcdp_amount li .wcdp_label_custom_amount{
    background: #ffffff;
    padding: 19px 10px 14px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    margin: 0 !important;
}


.wcdp_options li input:checked+label:after{
    display: none;
}

.wc-donation-platform ul.wcdp_amount li input:hover:not(:disabled):not(:checked)+label{
    background: #e6a513;
    color: #ffffff;
}

.wc-donation-platform ul.wcdp_amount li input:checked+label{
    background:#0069AA;
    color: #ffffff;
}

.wc-donation-platform ul.wcdp_amount li .wcdp_label_custom_amount .wcdp-donation-amount{
    background:#0069AA;
    color: #ffffff;
    font-size: 22px !important;
    font-weight: 600;
    margin-top: -5px;
    border:0;
    padding: 0;
}

.wc-donation-platform ul.wcdp_su{
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
}

.wc-donation-platform ul.wcdp_su li .wcdp-button-label{
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .8px;
    border: 2px solid #ffffff;
    padding: 15px 10px 12px;
    font-weight: 400;
    display: block;
    text-align: center;
    cursor: pointer;
    border:0;
}
.wc-donation-platform ul.wcdp_su li:first-child .wcdp-button-label{
        border-radius: 15px 0 0 15px;
}

.wc-donation-platform ul.wcdp_su li:last-child .wcdp-button-label{
        border-radius: 0px 15px 15px 0;
}

.wc-donation-platform ul.wcdp_su li input:hover:not(:disabled):not(:checked)+label{
    background: #ffffff;
}

.wc-donation-platform ul.wcdp_su li input:checked+label{
    background:#e6a513;
    color: #ffffff;
    font-weight: 600;
}


.wc-donation-platform button.wcdp-button{
    font-size: 16px !important;
    border-radius: 10px !important;
    padding: 16px 20px 11px !important;
    background: #e6a513 !important;
     color:#ffffff !important;
     min-width: 40%;
}

.wc-donation-platform button.wcdp-button:hover{
   opacity: 0.8;
}


.wc-donation-platform button.wcdp-button.wcdp-left{
    background: #0069AA !important;
}


.wc-donation-platform .form-row{
    margin-bottom: 15px !important;
}

.wc-donation-platform .woocommerce-billing-fields h3{
    font-size: 22px;
}

.wc-donation-platform .wc-stripe-card-icons-container{
    float: none;
    display: block;
    margin-top: 10px;
}

.wc-donation-platform ul.payment_methods li[class*=payment_method] input[name=payment_method]{
    position: relative;
    top: -6px;
}

.wc-donation-platform ul.payment_methods li[class*=payment_method] label{
    vertical-align: top;
}

.wc-donation-platform li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon{
    max-width: 30px;
}


.wc-donation-platform li.payment_method_stripe_googlepay label:first-of-type img[src*=googlepay_round_outline],.wc-donation-platform li.payment_method_stripe_payment_request label:first-of-type img[src*=googlepay_round_outline] {
    width: 46px;
    max-height: 25px;
    position: relative;
    top: -3px;
}


.wc-donation-platform li.payment_method_stripe_ach label:first-of-type img, .wc-donation-platform  li.payment_method_stripe_plaid label:first-of-type img {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    position: relative;
    top: -8px;
}

.wc-donation-platform #place_order{
        width: 100%;
    padding: 15px 15px 12px;
    letter-spacing: 1px;
    border-radius: 8px;
    background:#e6a513;
    color: #ffffff;
}
.wc-donation-platform #place_order:hover{
    opacity: 0.7;
    background:#e6a513;
}

.wc-donation-platform .woocommerce-info p.wcdp-button{
    background: transparent;
    color: #000000;
    padding: 0;
    font-size: 14px;
        text-align: left;
}

.wc-donation-platform .woocommerce-info p.wcdp-button .button{
    font-size: 13px;
    padding-top: 12px;
    margin-top: 12px;
}

.wc-donation-platform .woocommerce-info p.wcdp-button .button:hover{
    color: #ffffff !important;
}

.woocommerce table.shop_table .cart_item{
    display: none;
}

#wcdp-step-1 .wcdp-button.wcdp-right {
    float: none !important;
    display: table !important;
    margin: auto !important;
}

.wcdp-form .woocommerce-form-login-toggle .woocommerce-info{
        border-top: 0;
}
#wcdp_step1_email{
        font-size: 18px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
    padding: 5px 8px 2px !important;
    text-align: center;
    background: transparent;
    height: 42px;
    font-weight: 500 !important;
}

#wcdp-step-1 .agree-communication-wrapper{
    margin-top: 15px;
}

#wcdp-step-1 .agree-communication-wrapper label{
    padding-left: 6px;
    text-indent: -15px;
    font-size: 17px !important;
    line-height: 1.2;
}

.agree-communication-wrapper input{
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 10px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
}
#wcdp_step1_email_error{
    color:red;
}

.woocommerce-billing-fields label{
    text-transform:capitalize;
}

#billing_donation_type_field{
    display: none;
}

/* Impact line block (injected above the step button) */
.wcdp-impact-wrapper{
  margin: 10px 0 14px;
  text-align: center;
  font-size: 16px;
}
.wcdp-impact-wrapper .wcdp-impact-message strong{
  font-weight: 700;
}
