/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
.woocommerce-cart form.checkout .woocommerce-error,
.woocommerce-checkout form.checkout .woocommerce-error{
    background: #ffdede !important;
    text-align: left;
}
.woocommerce-cart form.checkout .woocommerce-error li,
.woocommerce-checkout form.checkout .woocommerce-error li,
p.checkout-inline-error-message{
    color: red !important;
}
.woocommerce form.checkout #customer_details .col-1,
.woocommerce form.checkout #customer_details .col-2{
    width: 100%;
}
.woocommerce form.checkout #customer_details .col-2{
    margin-top: 50px;
}
.woocommerce form.checkout #customer_details .form-row:nth-child(odd) {
    float: left;
    width: 47%;
    overflow: visible;
    clear: left;
}
.woocommerce form.checkout #customer_details .form-row:nth-child(2n) {
    float: right;
    width: 47%;
    overflow: visible;
    clear: right;
}
.woocommerce form.checkout #customer_details .form-row .select2-container--default .select2-selection--single,
.woocommerce form.checkout #customer_details .form-row .input-text {
    border-width: 1px;
    border-color: #ba8a59 !important;
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    padding-top: 9px;
    padding-bottom: 9px;
}
.woocommerce form.checkout #customer_details .form-row.woocommerce-invalid  .select2-container--default .select2-selection--single,
.woocommerce form.checkout #customer_details .form-row.woocommerce-invalid  .input-text {
    border-color: #aa0000 !important;
}
.woocommerce form.checkout #customer_details .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0 0.5em !important;
}
.woocommerce form.checkout #customer_details .form-row .required {
    color: #ba8a59!important;
}
.woocommerce form.checkout #order_review_heading {
    margin-top: 50px;
}
.subheadline{
    text-align: center;
    margin-bottom: 60px;
}
.donation-checkout-message {
    background: #f0f8f4;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
}
.donationContainer .widget_wc-donation-widget .wc-input-text  {
    border-color: #ba8a59 !important;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    padding: 9px;
    margin-bottom: 15px;
}
.donationContainer h3.wc-donation-title{
        text-align: center;
    width: 100%;
    font-size: 22px;
}
.donationContainer .row1 > .row1{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.donationContainer .row2{ 
    margin: 0 auto !important;
}
.donationContainer .wc-donation-f-submit-donation{
    font-size: 14px;
    background-color: #d6b170 !important;
    border-color: #d6b170 !important;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    padding: 15px 30px;
    border: 0;
    cursor: pointer;
}
.donationContainer label.wc-label-radio{
    background: #FFF;
    padding: 10px 10px 10px 35px;
    margin-right: 0;
    position: relative;
}
.donationContainer label.wc-label-radio .checkmark{
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

@media screen and (min-width: 981px){
    #billing_address_2_field, #shipping_address_2_field {
        margin-top: 32px !important;
    }
}
