.donate .banner-image img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.donate .heading-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    padding-top: 41px;
    padding-bottom: 15px;
}

.donate ul.share-list {
    display: none;
    position: absolute;
    top: 37px;
    right: 0;
    padding: 20px 26px;
    list-style: none;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.donate h1.title.h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 47.36px;
    font-family: var(--font-body);
}

.donate h1.title.h1.mobile{
    display: none;
}

.donate .title-list {
    position: relative;
    cursor: pointer;
    display: flex;
    column-gap: 5px;
}

.donate .title-list.active {
    text-decoration: underline;
}

.donate .custom-share-buttons {
    position: relative;
}

.donate ul.share-list li {
    text-align: center;
    margin-bottom: 20px;
}

.donate ul.share-list li button.btn-share.copy-link-button {
    border: 0;
    background: transparent;
    padding: 0;
    height: auto;
    flex-wrap: wrap;
    outline: none;
}

.donate ul.share-list li:last-child {
    margin-bottom: 0;
}

.donate .title-list span {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.06px;
}

.donate .title-list svg {
    margin-top: 3px;
}

.donate .content-page {
    padding-top: 40px;
    padding-bottom: 200px;
    display: flex;
    justify-content: space-between;
}

.donate .content-left {
    width: 51.9%;
    max-width: 100%;
}

.donate .content-right {
    width: 35.7%;
}

.donate .content-right .donate-form{
    box-shadow: 0px 0px 10px 0px #0000001A;
    padding: 40px;
    border-radius: 10px;
    display: block;
    position: sticky;
    right: 0;
    top: 150px;
    overflow: hidden;
}

.donate-form .wcdp_options.wcdp_su {
    display: flex;
}

.donate-form .wcdp_options.wcdp_su li {
    width: 50%;
}

.donate button.btn.show-popup{
    display: none;
}

.donate button.close-popup{
    display: none;
}

.donate .content-right .donate-form h3.donate-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.donate-form .wcdp-row{
    margin-bottom: 15px;
}

.donate-form abbr.required {
    display: none;
}

.donate-form input[type="radio"] + label:before{
    display: none;
}

.donate-form .wcdp_options>li>input:checked+label:after {
    display: none;
}

.donate .content-right .donate-form .wcdp-row>label, 
.donate .content-right .donate-form .wcdp-variation-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    margin-bottom: 10px;
}

.donate-form .wcdp_options>li>label {
    border-radius: 44px;
    border: 1px solid #5F7935;
    background: #fff;
    padding: 10px 9px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.17px;
    color: #000;
}

.donate-form #wcdp-donation-amount {
    border: 1px solid #6A6A6A;
    padding: 15px 11px;
    border-radius: 10px;
    text-align: left;
    color: #000000;
    width: 100%;
}
.donate-form .invisible {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.donate-form .wcdp-donation-custom-amount {
    margin-bottom: 30px;
}

.donate-form #wcdp .wcdp-right, 
.donate-form .wcdp-right {
    float: none;
    width: 100%;
    background: #5F7935;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    line-height: 23.17px;
    margin-bottom: 10px;
}

.donate-form .donate-shortcode p.wcdp-description{
    text-align: center;
    color: #6A6A6A;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 21.72px;
    margin-bottom: 0;
}

.donate-form .wcdp-arrow {
    display: none;
}

.donate-form #wcdp_label_custom_amount {
    width: 100%;
}

.donate-form ul.wcdp_options>li>input:hover:not(:disabled):not(:checked)+label {
    background-color: #fff;
}

.donate-form ul.wcdp_options>li>input:checked+label {
    background-color: #5F7935;
    color: #fff;
}

.donate-form .wcdp_options {
    padding-top: 10px;
    grid-gap: 11px;
}

.donate-form .donate-shortcode p{
    margin-bottom: 20px;
}

.donate-form .donate-shortcode .wcdp-divider {
    height: auto;;
}

.donate .content-left h3 {
    margin: 0 0 20px;
}

.donate .donate-content {
    padding-top: 42px;
    margin-top: 39px;
    border-bottom: 1px solid #959595;
    border-top: 1px solid #959595;
}

.donate .donate-content .donate-text {
    margin-bottom: 37px;
}

.donate .donate-content .donate-image {
    margin-bottom: 0;
}

.donate .donate-content .donate-image img {
    width: 100%;
}

.donate .donate-content .donate-text ul {
    margin-top: -15px;
    padding-left: 24px;
    list-style: none;
}

.donate .donate-content .donate-text ul li{
    position: relative;
}

.donate .donate-content .donate-text ul li:before {
    position: absolute;
    display: block;
    content: '';
    background: #222222;
    width: 4px;
    height: 4px;
    left: -14px;
    top: 11px;
    border-radius: 50%;
}

.donate .content-page .video{
    padding-top: 50px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.donate .content-page .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.donate .content-page .donate-item {
    margin-bottom: 40px;
}

.donate .content-page .wc-donation-platform #wcdp_value_other:not(:checked)~#wcdp_label_custom_amount>.wcdp_cu_field ,
.donate .content-page .wcdp_cu_field {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    pointer-events: none;
    column-gap: 10px;
}

#wcdp_product>li>input[type=radio],
.wcdp-row>.wcdp_options>li>input[type=radio]{
    display: block;
}

.donate .copy-success span {
    font-size: 14px;
    line-height: 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 99px;
    padding: 6px 10px;
    margin-top: 20px;
    right: -10px;
}

.page-template-donate #main #wcdp, 
.page-template-donate #wcdp {
    animation-duration: 0s !important;
}

@media screen and (max-width:991px) {
    .donate .content-page {
        padding-bottom: 80px;
    }

    .donate .content-right {
        width: 41.7%;
    }

    .donate .content-right .donate-form {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .donate .content-left {
        width: 100%;
    }

    .fixed-form.screen-mobile {
        position: fixed;
        border-top: 1px solid #D9D9D9;
        left: 0;
        bottom: 0;
        z-index: 9999991;
        background: #fff;
        padding: 20px;
        width: 100%;
        transition: all .3s;
        transform: translateY(0);
    }

    body.show-donate .fixed-form.screen-mobile{
        display: none;
    }

    .donate .content-right {
        width: 100%;
    }

    .donate button.btn.show-popup{
        display: block;
        width: 100%;
    }

    .donate .button-close {
        position: sticky;
        padding-bottom: 21px;
        padding-left: 4px;
        top: 0;
        left: 0;
        z-index: 3;
        background: #fff;
    }

    .donate .content-right .donate-form h3.donate-title {
        padding-top: 20px;
    }
    
    .donate .button-close:before {
        position: absolute;
        content: '';
        background: #D9D9D9;
        height: 1px;
        width: calc(100% + 40px);
        bottom: 0;
        left: -20px;
    }
    
    .donate button.close-popup{
        display: block;
        background-color: transparent;
        padding: 0;
        height: auto;
    }

    .donate .content-right .donate-form {
        display: none;
        position: fixed;
        height: auto;
        bottom: 0;
        top: auto;
        transform: translateY(100%);
        background: #fff;
        z-index: 100000000;
        left: 0;
        transition: all .4s;
    }

    body.show-donate .donate .content-right .donate-form {
        transform: translateY(0);
        border-radius: 10px 10px 0 0;
        width: 100%;
        max-height: 610px;
        overflow-y: auto;
    }

    body.show-donate{
        position: fixed;
    }

    body.show-donate::before{
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999;
    }

    .donate .content-page {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .donate .content-page {
        padding-bottom: 52px;
        padding-top: 21px;
    }

    .donate h1.title.h1.mobile{
        display: block;
        font-size: 24px;
        line-height: 34.75px;
        padding-bottom: 40px;
    }

    .donate h1.title.h1{
        display: none;
    }

    .donate .banner-image .container{
        padding: 0;
        position: relative;
    }

    .donate .banner-image .container:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .donate .banner-image img{
        border-radius: 0;
    }

    .donate .title-list span {
        display: none;
    }

    .donate .banner-image {
        position: relative;
        padding-top: 19px;
    }

    .donate .title-list {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        justify-content: center;
        align-items: center;
    }
    
    .donate .section-heading {
        position: absolute;
        z-index: 2;
        right: 3px;
    }

    .donate .heading-content {
        padding-top: 39px;
    }

    .donate .title-list svg {
        margin-top: 0px;
        margin-left: -2px;
    }

    .donate .donate-content .donate-image img {
        object-fit: cover;
    }

    .donate .content-page .video {
        padding-bottom: 94.65%;
    }

    .donate-form .donate-shortcode p.wcdp-description {
        font-size: 14px;
    }

    .donate-form #wcdp .wcdp-right, 
    .donate-form .wcdp-right{
        height: 51px;
    }
}

@media screen and (max-width:500px) {
    .donate .donate-content .donate-image img {
        height: 230px;
    }
}

