/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

label.wcdp-button-label {
    /* padding: 20px!important; */
    min-height: 65px;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
label.wcdp-button-label {
    font-size: 26px;
}
input#wcdp-donation-amount, .wcdp-amount>#wcdp-donation-amount {
    background-color: #ee1d22;
    font-size: 26px;
    color: white;
    border: 0;
}
.wcdp_options>li>input:checked+label:after {
    display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f9f1f1;
    border-radius: 0px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    
    background-color: #f3e3e3;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f3e3e3;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #ee1d22;
    color: #fff;
    padding: 20px;
    border-radius: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #F9F1F1;
    border-top: 3px solid #EE1D22;
}

.woocommerce-info::before {
    color: #EE1D22;
}
button#wcdp-ajax-button, #wcdp .wcdp-right, .wcdp-right, button.button.wcdp-button.wcdp-left {
    border-radius: 0;
    padding: 16px;
}

.woocommerce-billing-fields input {
    min-height: 50px;
}
.wcdp-header {
    margin-bottom: 20px!important;
}
.woocommerce button.button.alt:hover {
	background: #b60004;
}

form.checkout.woocommerce-checkout a {
	color: #ee1d22;
}

.wcdp-progress-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.wcdp-progress-row .wcdp-column {
    width: max-content!important;
}

.wcdp-progress-row .percentage-wrapper {
    flex: 1;
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.wcdp-progress-row .percentage-wrapper span {
    word-break: keep-all!important;
    font-size: 1.7em;
    font-weight: bold;
}

.wcdp-progress-row .wcdp-column:nth-child(2) {
    display: none!important;
}

.e-loop-item .percentage-wrapper {
    display: none;
}

.single-campaign .shortcodes-wrapper {
    padding: 40px;
    background-color: var(--e-global-color-e2cdec5);
    border: 1px solid #77777736;
}

.single-campaign .user-wrapper {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.single-campaign .user-wrapper .icon-wrapper {
    background-color: var(--e-global-color-d33b303);
    border-radius: 50%;
    width: 84px;
    height: 84px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.single-campaign .user-wrapper .name-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-campaign .user-wrapper svg {
    width: 24px;
    height: 24px;
}

.single-campaign .shortcodes-wrapper {
    display: flex;
    flex-direction: row;
}

.single-campaign .shortcodes-wrapper .left-inner-col {
    width: 75%;
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-campaign .shortcodes-wrapper .right-inner-col {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}

.single-campaign .shortcodes-wrapper .percentage-wrapper,
.single-campaign .shortcodes-wrapper .end-date-wrapper {
    display: flex;
    flex-direction: column;
}

.shortcodes-wrapper * {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}