/* Start custom CSS */.woocommerce-shipping-totals.shipping [data-title="Shipping"]:before{
    content:"Delivery is estimated between 2 to 7 business days. Some destinations can take up to 14 business days. Please check with customer service if you have not received your order within 7 business days.";
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px
}
#payment ul.wc_payment_methods.payment_methods li label{
    
    align-items: center !important;
}
#payment ul.wc_payment_methods.payment_methods li label img {
    max-width: 100px;
    margin: 5px;
}
.woocommerce-checkout #payment ul.payment_methods > li > .input-radio + label {
    padding: 15px;
    min-height: 85px;
    justify-content: center;
}
.woocommerce-checkout #payment ul.payment_methods > li > .input-radio:checked + label {
    box-shadow: inset 0 0 0 1px #627c2f;
}/* End custom CSS */