/*
* CSS TEMPLATE FORM overide default cherry framework
*/
#pdwp-form-donate input[type="number"] {
    width: 100%;
}

.pdwp_cart_shop_main_cont .cherry-radio-item {
    float: left;
}

.cherry-checkbox-input[checked] + .cherry-checkbox-item {
    background-color: #f2c54f;
}

.cherry-radio-item span i {
    background-color: #f2c54f !important;
}

.cherry-radio-img .cherry-radio-input:checked + label img {
    box-shadow: 0 0 0 2px #fffeff, 0 0 0 5px #f2c54f;
}

/*
* Amount Level
*/
.pdwp-dt2-amount-level label[for="pdwp_amount"] {
    display: none;
}

.pdwp-dt2-amount-level label[for="pdwp_custom_amount"] {
    display: none;
}

.pdwp-dt2-amount-level {
    padding-left: 0px;
}

.pdwp-dt2-amount-level .pdwp_amount_levels {
    margin: 10px 0 10px 0;
}

.pdwp-dt2-amount-level input[type="radio"] + label {
    color: #56555a !important;
    font-weight: 600 !important;
    padding: 15px !important;
    background-color: #ffffff;
    border: solid 1px #6d696d42;
    border-radius: 3px;
    width: 90px !important;
    text-align: center !important;
}

.pdwp-dt2-amount-level input[type="radio"]:checked + label {
    color: #56555a !important;
    font-weight: 600 !important;
    padding: 15px !important;
    background-color: #f2c54f;
    border: solid 1px #f2c54f;
    border-radius: 3px !important;
    width: 90px !important;
    text-align: center !important;
}

.pdwp-dt2-amount-level span {
    /* display: none !important; */
}

.pdwp-dt2-amount-level::first-letter label {
    font-size: 12px !important;
    margin-right: 3px !important;
}

.pdwp-dt2-amount-level,
.pdwp-dt2-amount-level .cherry-radio-item {
    margin-right: 5px !important;
}

#currency-symbol {
    font-weight: bold;
    position: absolute;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%);
    display: inline-block !important;
}

.amount-other {
    margin: -10px 0 30px 0;
}

.amount-other input:disabled {
    background-color: rgb(235, 235, 228) !important;
}

.amount-other input {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    display: block;
    outline: none !important;
    width: 100% !important;
    border: solid 1px rgb(221, 226, 230) !important;
    background-color: rgb(247, 249, 250);
    font-size: 16px !important;
    border-radius: 4px !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset !important;
    min-width: 100%;
    max-width: 100%;
    text-align: right;
}

.amount-other .cherry-ui-stepper {
    max-width: 100%;
}

/*
* Donation Type
*/

.cherry-radio-item input[disabled] + label,
.cherry-radio-item input[disabled] + label span {
    cursor: not-allowed !important;
}

.pdwp-dt2-donation-type {
    padding-right: 0px;
    padding-left: 0px;
}

.pdwp-dt2-donation-type label[for="pdwp_donation_type"] {
    display: none;
}

.cherry-radio-item label {
    cursor: pointer;
    font-weight: bold;
    color: #889399 !important;
}

.cherry-radio-item input[type=radio]:checked + label {
    color: #333333 !important;
}

.amount-other {
    position: relative;
}

#pdwp_cart_currency_symbol {
    font-weight: bold;
    position: absolute;
    top: 27px;
    left: 10px;
    transform: translateY(-50%);
    display: inline-block !important;
}

@media only screen and (min-width: 601px) {
    .pdwp-dt2-amount-level,
    .pdwp-dt2-amount-level .cherry-radio-item {
        margin-right: 10px !important;
    }

    .pdwp-dt2-amount-level {
        padding-left: 30px !important;
    }

    .pdwp-dt2-donation-type {
        padding-right: 30px;
        padding-left: 30px;
    }

    .cherry-radio-item label {
        cursor: pointer;
        font-weight: bold;
        color: #889399 !important;
    }

    .cherry-radio-item input[type=radio]:checked + label {
        color: #333333 !important;
    }

    .amount-other {
        position: relative;
    }

    #pdwp_cart_currency_symbol {
        font-weight: bold;
        position: absolute;
        top: 27px;
        left: 10px;
        transform: translateY(-50%);
        display: inline-block !important;
    }
}

@media only screen and (min-width: 993px) {
    .pdwp-dt2-amount-level,
    .pdwp-dt2-amount-level .cherry-radio-item {
        margin-right: 10px !important;
    }

    .pdwp-dt2-amount-level {
        padding-left: 30px !important;
    }

    .pdwp-dt2-donation-type {
        padding-right: 30px;
        padding-left: 30px;
    }

    .cherry-radio-item label {
        cursor: pointer;
        font-weight: bold;
        color: #889399 !important;
    }

    .cherry-radio-item input[type=radio]:checked + label {
        color: #333333 !important;
    }

    .amount-other {
        position: relative;
    }

    #pdwp_cart_currency_symbol {
        font-weight: bold;
        position: absolute;
        top: 27px;
        left: 10px;
        transform: translateY(-50%);
        display: inline-block !important;
    }
}

/*---------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    .container-fluid {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

/*---------------------------------------------------------------------------------------*/

.pdwp_cart_shop_banner {
    display: none;
    width: 100%;
    z-index: -1;
    position: relative;
}

.pdwp_cart_shop_main_cont {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: 1240px;
    color: #6d696d;
    padding: 0px 10px 0px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pdwp_cart_shop_head_cont {
    background-color: #ea822c;
    height: 300px;
}

.pdwp_cart_shop_head_title_cont {
    position: relative;
    height: 100%;
    padding: 30px 30px 30px 30px;
}

.pdwp_cart_shop_head_title_cont h2 {
    font-style: normal;
    font-size: 2.5rem;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}

.pdwp_cart_shop_head_title_cont span {
    font-style: normal;
    color: white;
}

.pdwp_cart_shop_head_title_social_cont {
    position: absolute;
    top: 200px;
}

.pdwp_cart_shop_head_title_cont a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #ea822c;
    display: inline-block;
    margin: 15px 15px 0 0;
    text-align: center;
}

.pdwp_cart_shop_head_main_img_cont {
    display: none;
    position: relative;
}

.pdwp_cart_shop_head_main_img_cont img {
    position: absolute;
    top: 20px;
    width: 250px;
    margin-left: 50px;
}

.pdwp_cart_shop_amount_level_type_cont {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pdwp_cart_shop_amount_level_type_desc {
    padding: 0px 15px 0px 15px;
}

.pdwp_cart_shop_amount_level_type_cont h2 {
    font-style: normal;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.pdwp_cart_shop_continue_btn_cont {
    padding-right: 0px;
    padding-left: 0px;
}

.pdwp_cart_shop_continue_btn {
    background-color: #ea822c;
    border: none;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.pdwp_cart_shop_continue_btn:hover {
    color: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25);
}

.pdwp_cart_shop_main_cont ul, ol {
    padding: 15px !important;
    margin: 0 !important;
    top: -2px !important;
    border-top: none !important;
}

.pdwp_cart_shop_main_cont li {
    padding-top: 10px !important;
    padding-right: 30px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    color: black !important;
    border-width: 0 !important;
    font-size: 16px !important;
}

.easy-autocomplete-container {
    left: 5px !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.25) !important;
}

.easy-autocomplete {
    padding-left: 0;
    width: 100% !important;
}

.pdwp_cart_shop_search {
    outline: none !important;
    width: 100% !important;
    border-top: solid 1px rgb(221, 226, 230) !important;
    border-right: solid 1px rgb(221, 226, 230) !important;
    border-bottom: solid 1px rgb(221, 226, 230) !important;
    border-left: solid 5px rgb(234, 130, 44) !important;
    background-color: rgb(247, 249, 250) !important;
    font-size: 16px !important;
    padding-top: 20px !important;
    padding-right: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 45px !important;
    border-radius: 0px !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset !important;
}

.pdwp_cart_shop_search:focus {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25) !important;
    border-top: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
    border-bottom: solid 1px transparent !important;
}

.pdwp_cart_shop_search_arr_cont {
    width: 290px !important;
    position: absolute;
    top: 0;
}

.pdwp_cart_shop_allproducts_cont {
    margin-right: -15px;
}

.pdwp_cart_shop_product_cont:nth-child(1),
.pdwp_cart_shop_product_cont:nth-child(2),
.pdwp_cart_shop_product_cont:nth-child(3),
.pdwp_cart_shop_product_cont:nth-child(4),
.pdwp_cart_shop_product_cont:nth-child(5),
.pdwp_cart_shop_product_cont:nth-child(6),
.pdwp_cart_shop_product_cont:nth-child(7),
.pdwp_cart_shop_product_cont:nth-child(8),
.pdwp_cart_shop_product_cont:nth-child(9) {
    padding: 0px 0px 0px 0px;
    margin-top: 30px;
}

.pdwp_cart_shop_product_subcont {
    border: 1px solid rgb(221, 226, 230);
}

.pdwp_cart_shop_product_subcont:hover {
    box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25);
    cursor: pointer;
}

.pdwp_cart_shop_product_subcont:hover
.pdwp_cart_shop_product_donate_btn {
    background-color: #ea822c;
    color: #ffffff;
}

.pdwp_cart_shop_product_featimg {
    margin: 0 !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
}

.pdwp_cart_shop_product_img {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 177px !important;
    max-height: 177px !important;
}

.pdwp_cart_shop_product_content {
    padding-top: 15px;
    border-top: solid 1px #e5e9ec;
    display: none;
    max-width: 400px;
    height: 145.2px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdwp_cart_shop_product_donate_btn {
    background-color: #f2c54f;
    color: #56555a;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

@media only screen and (min-width: 601px) {
    .pdwp_cart_shop_banner {
        display: block;
        width: 100%;
        z-index: -1;
        position: relative;
    }

    .pdwp_cart_shop_main_cont {
        margin-top: -150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        max-width: 1240px;
        color: #6d696d;
        padding: 0px 15px 0px 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .pdwp_cart_shop_head_cont {
        background-color: #ea822c;
        height: 300px;
    }

    .pdwp_cart_shop_head_title_cont {
        position: relative;
        height: 100%;
        padding: 30px 30px 30px 30px;
    }

    .pdwp_cart_shop_head_title_cont h2 {
        font-style: normal;
        font-size: 2.5rem;
        color: white;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .pdwp_cart_shop_head_title_cont span {
        font-style: normal;
        color: white;
    }

    .pdwp_cart_shop_head_title_social_cont {
        position: absolute;
        top: 200px;
    }

    .pdwp_cart_shop_head_title_cont a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        background: #fff;
        color: #ea822c;
        display: inline-block;
        margin: 15px 15px 0 0;
        text-align: center;
    }

    .pdwp_cart_shop_head_main_img_cont {
        display: block;
        position: relative;
    }

    .pdwp_cart_shop_head_main_img_cont img {
        position: absolute;
        top: 20px;
        width: 250px;
        margin-left: 50px;
    }

    .pdwp_cart_shop_amount_level_type_cont {
        position: relative;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .pdwp_cart_shop_amount_level_type_desc {
        padding: 0px 30px 0px 0px;
    }

    .pdwp_cart_shop_amount_level_type_cont h2 {
        font-style: normal;
        font-size: 2rem;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .pdwp_cart_shop_continue_btn_cont {
        padding-right: 30px;
        padding-left: 30px;
    }

    .pdwp_cart_shop_continue_btn {
        background-color: #ea822c;
        border: none;
        color: #ffffff;
        width: 100%;
        display: block;
        text-align: center;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 4px;
        cursor: pointer;
    }

    .pdwp_cart_shop_continue_btn:hover {
        color: #ffffff;
        box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25);
    }

    .pdwp_cart_shop_main_cont ul, ol {
        padding: 15px !important;
        margin: 0 !important;
        top: -2px !important;
        border-top: none !important;
    }

    .pdwp_cart_shop_main_cont li {
        padding-top: 10px !important;
        padding-right: 30px !important;
        padding-bottom: 10px !important;
        padding-left: 30px !important;
        color: black !important;
        border-width: 0 !important;
        font-size: 16px !important;
    }

    .easy-autocomplete-container {
        left: 15px !important;
        background-color: rgb(255, 255, 255) !important;
        box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.25) !important;
    }

    .easy-autocomplete {
        padding-left: 0;
        width: 100% !important;
    }

    .pdwp_cart_shop_search {
        outline: none !important;
        width: 500px !important;
        border-top: solid 1px rgb(221, 226, 230) !important;
        border-right: solid 1px rgb(221, 226, 230) !important;
        border-bottom: solid 1px rgb(221, 226, 230) !important;
        border-left: solid 5px rgb(234, 130, 44) !important;
        background-color: rgb(247, 249, 250) !important;
        font-size: 16px !important;
        padding-top: 20px !important;
        padding-right: 15px !important;
        padding-bottom: 20px !important;
        padding-left: 50px !important;
        border-radius: 0px !important;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset !important;
    }

    .pdwp_cart_shop_search:focus {
        background-color: rgb(255, 255, 255) !important;
        box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25) !important;
        border-top: solid 1px transparent !important;
        border-right: solid 1px transparent !important;
        border-bottom: solid 1px transparent !important;
    }

    .pdwp_cart_shop_search_arr_cont {
        width: 500px !important;
        position: absolute;
        top: 0;
    }

    .pdwp_cart_shop_product_cont:nth-child(1),
    .pdwp_cart_shop_product_cont:nth-child(3),
    .pdwp_cart_shop_product_cont:nth-child(5),
    .pdwp_cart_shop_product_cont:nth-child(7),
    .pdwp_cart_shop_product_cont:nth-child(9) {
        padding: 0px 15px 20px 0px;
        margin-top: 30px;
    }

    .pdwp_cart_shop_product_cont:nth-child(2),
    .pdwp_cart_shop_product_cont:nth-child(4),
    .pdwp_cart_shop_product_cont:nth-child(6),
    .pdwp_cart_shop_product_cont:nth-child(8) {
        padding: 0px 0px 20px 15px;
        margin-top: 30px;
    }

    .pdwp_cart_shop_product_subcont {
        border: 1px solid rgb(221, 226, 230);
    }

    .pdwp_cart_shop_product_subcont:hover {
        box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25);
        cursor: pointer;
    }

    .pdwp_cart_shop_product_subcont:hover
    .pdwp_cart_shop_product_donate_btn {
        background-color: #ea822c;
        color: #ffffff;
    }

    .pdwp_cart_shop_product_featimg {
        margin: 0 !important;
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
    }

    .pdwp_cart_shop_product_img {
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 177px !important;
        max-height: 177px !important;
    }

    .pdwp_cart_shop_product_content {
        padding-top: 15px;
        border-top: solid 1px #e5e9ec;
        display: none;
        max-width: 400px;
        height: 145.2px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.4;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pdwp_cart_shop_product_donate_btn {
        background-color: #f2c54f;
        color: #56555a;
        width: 100%;
        display: block;
        text-align: center;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 4px;
    }
}

@media only screen and (min-width: 993px) {
    .pdwp_cart_shop_banner {
        display: block;
        width: 100%;
        z-index: -1;
        position: relative;
    }

    .pdwp_cart_shop_main_cont {
        margin-top: -250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        max-width: 1270px !important;
        color: #6d696d;
        padding: 0px 15px 0px 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .pdwp_cart_shop_head_cont {
        background-color: #ea822c;
        height: 400px;
        position: relative;
    }

    .pdwp_cart_shop_head_title_cont {
        position: relative;
        height: 100%;
        padding: 70px 70px 50px 50px;
    }

    .pdwp_cart_shop_head_title_cont h2 {
        font-style: normal;
        font-size: 2.5rem;
        color: white;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .pdwp_cart_shop_head_title_cont span {
        font-style: normal;
        color: white;
    }

    .pdwp_cart_shop_head_title_social_cont {
        position: absolute;
        top: 280px;
    }

    .pdwp_cart_shop_head_title_cont a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        background: #fff;
        color: #ea822c;
        display: inline-block;
        margin: 15px 15px 0 0;
        text-align: center;
    }

    .pdwp_cart_shop_head_main_img_cont {
        display: block;
        position: relative;
    }

    .pdwp_cart_shop_head_main_img_cont img {
        position: absolute;
        top: 40px;
        width: 320px;
        margin-left: 50px;
    }

    .pdwp_cart_shop_amount_level_type_cont {
        position: relative;
        margin-bottom: 30px;
        margin-top: 70px;
    }

    .pdwp_cart_shop_amount_level_type_desc {
        padding: 0px 30px 0px 0px;
    }

    .pdwp_cart_shop_amount_level_type_cont h2 {
        font-style: normal;
        font-size: 2rem;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .pdwp_cart_shop_continue_btn_cont {
        padding-right: 30px;
        padding-left: 30px;
    }

    .pdwp_cart_shop_continue_btn {
        border: none;
        background-color: #ea822c;
        color: #ffffff;
        width: 100%;
        display: block;
        text-align: center;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 4px;
        cursor: pointer;
    }

    .pdwp_cart_shop_continue_btn:hover {
        color: #ffffff;
        box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25);
    }

    .pdwp_cart_shop_main_cont ul, ol {
        padding: 15px !important;
        margin: 0 !important;
        top: -2px !important;
        border-top: none !important;
    }

    .pdwp_cart_shop_main_cont li {
        padding-top: 10px !important;
        padding-right: 30px !important;
        padding-bottom: 10px !important;
        padding-left: 30px !important;
        color: black !important;
        border-width: 0 !important;
        font-size: 16px !important;
    }

    .easy-autocomplete-container {
        left: 15px !important;
        background-color: rgb(255, 255, 255) !important;
        box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.25) !important;
    }

    .easy-autocomplete {
        padding-left: 0;
        width: 100% !important;
    }

    .pdwp_cart_shop_search {
        outline: none !important;
        width: 100% !important;
        border-top: solid 1px rgb(221, 226, 230) !important;
        border-right: solid 1px rgb(221, 226, 230) !important;
        border-bottom: solid 1px rgb(221, 226, 230) !important;
        border-left: solid 5px rgb(234, 130, 44) !important;
        background-color: rgb(247, 249, 250) !important;
        font-size: 16px !important;
        padding-top: 20px !important;
        padding-right: 15px !important;
        padding-bottom: 20px !important;
        padding-left: 50px !important;
        border-radius: 0px !important;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset !important;
    }

    .pdwp_cart_shop_search:focus {
        background-color: rgb(255, 255, 255) !important;
        box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25) !important;
        border-top: solid 1px transparent !important;
        border-right: solid 1px transparent !important;
        border-bottom: solid 1px transparent !important;
    }

    .pdwp_cart_shop_search_arr_cont {
        width: 100% !important;
        position: absolute;
        top: 0;
    }

    .pdwp_cart_shop_allproducts_cont {
        margin-right: -15px;
    }

    .pdwp_cart_shop_product_cont:nth-child(1),
    .pdwp_cart_shop_product_cont:nth-child(4),
    .pdwp_cart_shop_product_cont:nth-child(7) {
        padding: 0px 15px 20px 0px;
        margin-top: 30px;
    }

    .pdwp_cart_shop_product_cont:nth-child(2),
    .pdwp_cart_shop_product_cont:nth-child(5),
    .pdwp_cart_shop_product_cont:nth-child(8) {
        padding: 0px 10px 20px 10px;
        margin-top: 30px;
    }

    .pdwp_cart_shop_product_cont:nth-child(3),
    .pdwp_cart_shop_product_cont:nth-child(6),
    .pdwp_cart_shop_product_cont:nth-child(9) {
        padding: 0px 0px 20px 15px;
        margin-top: 30px;
    }

    .pdwp_cart_shop_product_subcont {
        border: 1px solid rgb(221, 226, 230);
    }

    .pdwp_cart_shop_product_subcont:hover {
        box-shadow: 0px 3px 15px 0px rgba(54, 54, 54, 0.25);
        cursor: pointer;
    }

    .pdwp_cart_shop_product_subcont:hover
    .pdwp_cart_shop_product_donate_btn {
        background-color: #ea822c;
        color: #ffffff;
    }

    .pdwp_cart_shop_product_featimg {
        margin: 0 !important;
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
    }

    .pdwp_cart_shop_product_img {
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 200px !important;
        max-height: 200px !important;
    }

    .pdwp_cart_shop_product_content {
        padding-top: 15px;
        border-top: solid 1px #e5e9ec;
        display: none;
        max-width: 400px;
        height: 145.2px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.4;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pdwp_cart_shop_product_donate_btn {
        background-color: #f2c54f;
        color: #56555a;
        width: 100%;
        display: block;
        text-align: center;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 4px;
    }

}

/*
* Pagination
*/
.wppu-lc-rsrcs-pages {
    display: none;
}

.pdwp_cart_shop_allow_clicks {
    text-decoration: none;
}

.pdwp_cart_shop_avoid_clicks {
    text-decoration: none;
    pointer-events: none;
}

.pdwp_cart_shop_pagination_cont {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pdwp_cart_shop_pagination_wrap {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #CCC;
    align-items: stretch;
}

.pdwp_cart_shop_pagination_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: stretch;
}

.pdwp_cart_shop_pagination_last_num_btn {
    order: 97;
}

.pdwp_cart_shop_pagination_btn_next {
    order: 98;
}

.pdwp_cart_shop_pagination_btn_last {
    order: 99;
}

.pdwp_cart_shop_pagination_btn_num_cont {
    display: flex;
    align-items: stretch;
}

.pdwp_cart_shop_pagination_last_num_btn,
.pdwp_cart_shop_pagination_dots_btn {
    display: none;
}

.pdwp_cart_shop_pagination_btn a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(221, 226, 230);
}

.pdwp_cart_shop_pagination_btn a img {
    display: inline-block;
}

.pdwp_cart_shop_pagination_btn_num a,
.pdwp_cart_shop_pagination_dots_btn a,
.pdwp_cart_shop_pagination_last_num_btn a {
    color: #6d696d70;
    background-color: #ecf1f5;
}

.pdwp_cart_shop_pagination_btn_num_cur a {
    color: white;
    background-color: #ea822c;
}

@media only screen and (min-width: 601px) {
    .wppu-lc-rsrcs-pages {
        display: none;
    }

    .pdwp_cart_shop_allow_clicks {
        text-decoration: none;
    }

    .pdwp_cart_shop_avoid_clicks {
        text-decoration: none;
        pointer-events: none;
    }

    .pdwp_cart_shop_pagination_last_num_btn,
    .pdwp_cart_shop_pagination_dots_btn {
        display: flex;
    }

}

@media only screen and (min-width: 993px) {
    .wppu-lc-rsrcs-pages {
        display: none;
    }

    .pdwp_cart_shop_allow_clicks {
        text-decoration: none;
    }

    .pdwp_cart_shop_avoid_clicks {
        text-decoration: none;
        pointer-events: none;
    }

}

@media screen and (max-width: 1440px) {
    .amount-other .cherry-ui-stepper {
        padding-right: 100px;
    }
}

@media screen and (max-width: 1140px) {
    .amount-other .cherry-ui-stepper {
        padding-right: 77px;
    }
}

@media screen and (max-width: 768px) {
    .amount-other .cherry-ui-stepper {
        padding-right: 49px;
    }
}

@media screen and (max-width: 425px) {
    .pdwp-dt2-amount-level, .pdwp-dt2-amount-level .cherry-radio-item {
        margin-right: 11px !important;
    }

    .amount-other .cherry-ui-stepper {
        padding-right: 0;
    }

    .pdwp_donation_types div.cherry-radio-item {
        width: 33.33% !important;
    }
}

@media screen and (max-width: 375px) {
    .pdwp_amount_levels div.cherry-radio-item {
        width: 30% !important;
    }
}

@media screen and (max-width: 320px) {
    .pdwp_amount_levels div.cherry-radio-item {
        width: 29% !important;
    }

    .pdwp_donation_types div.cherry-radio-item {
        width: 49.99% !important;
    }
}

/*
 * css for no records found!
*/

.pdwp_cart_shop_main_cont .pdwp-cart-col .pdwp_cart_shop_allproducts_cont .suqld-empty-shop {
    text-align: center;
    margin-top: 70px;
}

.pdwp_cart_shop_main_cont .pdwp-cart-col .pdwp_cart_shop_allproducts_cont .suqld-empty-shop h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1em;
}

/* Ajax search and pagination */
.pdwp_cart_shop_product_subcont {
    position: relative;
}

.pdwp_cart_shop_product_subcont .card-main-content {
    padding: 15px 25px;
    max-height: 250px;
}

.pdwp_cart_shop_product_subcont .card-main-content h5 {
    color: #ff7d12;
    font-style: normal;
    min-height: 40px;
}

.pdwp_cart_shop_product_subcont .card-button-content {
    padding: 15px 25px;
}

input[disabled] + label,
input[disabled] + span {
    display: none;
    cursor: not-allowed !important;
}

/*
*	Custom style for new donation
*/

.amount-disable {
    cursor: not-allowed !important;
}

.wfc_donation-amount-container,
.wfc_donation-frequency-container {
    background: none;
    border: none;
    padding: 0;
}

#pdwp_custom_amount {
    border: solid 1px rgb(221, 226, 230) !important;
}

.wfc_donation-amount-container > div {
    width: 100%;
    max-width: 100%;
}

.wfc_donation-amount-level-container {
    margin-bottom: 20px;
}

.wfc_donation-amount-other-container {
    margin-bottom: 30px;
}

.wfc_donation-frequency-container {
    margin-bottom: 40px;
}

.wfc_donation-frequency-container label {
    width: 33.33%;
    margin: 0 0 20px 0;
}

@media only screen and (min-width: 768px) {
    #pdwp_cart_shop_search_arr {
        padding: 12px 0;
    }
}

@media only screen and (max-width: 768px) {
    #pdwp_cart_shop_search_arr {
        padding: 8px 0;
    }
}

@media only screen and (max-width: 992px) {
    .wfc_donation-frequency-container label {
        width: 49% !important;
    }
}

/* @media only screen and (max-width: 480px) { */
/* .wfc_donation-frequency-container label { */
/* width: 100% !important; */
/* } */
/* } */

.wfc-donation-frequency-radio-checkmark {
    background-color: #f1f1f1;
}

.wfc_donation-amount-container {
    display: block;
}

@media only screen and (max-width: 600px) {

    .wfc_donation-amount-container,
    .wfc_donation-frequency-container,
    .pdwp_cart_shop_continue_btn_cont {
        padding: 0 15px;
    }

    #pdwp_cart_shop_search_arr {
        display: none;
    }

}

.pdwp-donate-container {
    margin-bottom: 60px;
}

#pdwp_custom_amount {
    max-width: 488px;
}

.pdwp-dt2-amount-level input[type="radio"] + label {
    margin-right: 5px;
}

.pdwp-dt2-amount-level > h2 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.wfc-donation-frequency-radio-container input:checked ~ .wfc-donation-frequency-radio-checkmark {
    background-color: #f1f1f1;
}

.wfc-donation-frequency-radio-container input:checked ~ .wfc-donation-frequency-radio-checkmark:after {
    background-color: #f2c54f;
}

@media (min-width: 601px) {
    .pdwp-donate-container {
        float: right;
        margin-bottom: 0;
        padding-right: 20px;
    }

    .pdwp-dt2-amount-level > h2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*
*	Media Queries for responsive amount field
*/
@media only screen and (max-width: 1115px) {
    #pdwp_custom_amount {
        max-width: 388px;
    }
}

@media only screen and (max-width: 991px) {

    .pdwp-donate-container {
        padding-right: 0;
    }
}

@media only screen and (max-width: 876px) {
    #pdwp_custom_amount {
        max-width: 289px;
    }
}

@media only screen and (max-width: 600px) {
    #pdwp_custom_amount {
        max-width: 488px;
    }
}

@media only screen and (max-width: 542px) {
    #pdwp_custom_amount {
        max-width: 388px;
    }
}

@media only screen and (max-width: 480px) {
    .wfc_donation-amount-container > div {
        padding: 0;
    }
}