.theme-snaaf .wdpgk_donation_content .wdpgk_display_option select, 
.theme-snaaf input.wdpgk_donation.wdpgk_donation_text{
    text-transform: none;
}

.customer_detail_toggler{
    padding: 10px 20px;
    background-color: #151e40;
    margin-bottom: 10px;
    color:#FFF;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

#customer_details{
    display: none;
}

.customer_detail_toggler:after{
    content:'◀';
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
}

.customer_detail_toggler.opened:after{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.theme-snaaf .wdpgk_donation_content{
    max-width: none;
    padding: 30px;
    background-color: #3b466e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
}

.theme-snaaf .wdpgk_donation_content h2{
    font-size: 28px;
    text-transform: none;
    display: flex;
    align-items: center;
}

.theme-snaaf .wdpgk_donation_content .wdpgk_display_option span{
    background-color: #151e40;
    color: #FFF;
}

.theme-snaaf .button.wdpgk_add_donation{
    color:#FFF;
    background-color: #c72282;
    font-size: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 12px 30px;
    font-weight: 100;
    border: 2px #c72282 solid;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.theme-snaaf .button.wdpgk_add_donation:hover{
    color: #FFF;
    background-color: transparent;
    border: 2px #c72282 solid;
}

.theme-snaaf .wdpgk_donation_content{
    font-size: 16px;
    line-height: 26px;
}

.theme-snaaf .wdpgk_donation_content h2 .wdpgk_donation_content__infos{
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.theme-snaaf .wdpgk_donation_content h2 .wdpgk_donation_content__text{
    opacity: 0;
    font-size: 11px;
    padding: 10px 15px;
    background-color: #151e40;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    width: 230px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 26px;
    z-index: 1;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}


.theme-snaaf .wdpgk_donation_content h2 .wdpgk_donation_content__icon:hover + .wdpgk_donation_content__text{
    opacity: 1;
}

.theme-snaaf .wdpgk_donation_content h2 .wdpgk_donation_content__icon{
    content:'\f05a';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-transform: none;
}

@media screen and (max-width:767px){
    
    .theme-snaaf .wdpgk_donation_content h2{
        flex-wrap:wrap;
    }
    
    .theme-snaaf .wdpgk_donation_content__icon{
        display: none;
    }
    
    .theme-snaaf .wdpgk_donation_content h2 .wdpgk_donation_content__text{
        width: 100%;
        opacity: 1;
        background-color: transparent;
        position: static;
        display: block;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
    
    .theme-snaaf .wdpgk_donation_content h2 .wdpgk_donation_content__infos{
        margin-left: 0;
    }
    
    .customer_detail_toggler,
    .wdpgk_donation_content p{
        font-size: 16px;
    }
    
    .theme-snaaf.woocommerce-checkout h3{
        font-size: 24px;
    }
    
    #customer_details .col-1,
    #customer_details .col-2{
        width: 100% !important;
    }
    
    .theme-snaaf #customer_details{
        padding: 20px;
    }
    
    .theme-snaaf .order_details{
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        gap: 20px;
    }
    
    .theme-snaaf .woocommerce ul.order_details li{
        padding-right: 0;
        padding-left: 0;
        border-right: none;
    }
    
    .woocommerce-order h2,
    .woocommerce-order .wc-bacs-bank-details-account-name{
        font-size: 20px;
    }
}

@media screen and (max-width:400px){
    .theme-snaaf .wdpgk_donation_content .wdpgk_display_option select, 
    .theme-snaaf input.wdpgk_donation.wdpgk_donation_text{
        width: 100%;
    }
}