/* 
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
*/

/* Add your custom styles here */
.donate-form label,.donate-form select{
    font:Inter;
    font-weight: 500;
}
.donate-form .elementor-field-group {
    padding-right: calc( 10px/2 );
    padding-left: calc( 10px/2 );
    margin-bottom: 1.5rem;
}
.donate-form .elementor-labels-above .elementor-field-group > label {
    padding-bottom: 6px;
}
.donate-form .elementor-field {
    background-color: #fff;
    border-color: #352d2729;
    border-radius: 0;
}
.donate-form select{
    border-radius: 0;
    border-color: #9F9F9F;
}
.donate-form .elementor-field-group.elementor-field-type-submit{
    justify-content: end;
}
button[type="submit"].elementor-button{
    background-color: #3F1B25;
    padding: 14px 16px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0;
}
button[type="submit"].elementor-button:hover{
    background-color: #FF523A;
    color: #3F1B25;
}
.flex-prices{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px;
    color:#0e0e0e;
}
.btn-product-variant{
    color:#0e0e0e;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    padding: 14px 16px;
    min-width: 110px;
}
.btn-product-variant.active{
    background-color: #3F1B25;
    color:#fff;
}