/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


a.change-deposit-type {
    color: var(--e-global-color-a96446e );
    display: flex;
    word-break: break-all;
    font-size: 12px;
    margin-bottom: 5px;
}

a.change-deposit-type:before {
    display: inline-block;
    content: ' ';
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 27px;
    border: solid 1px #886964;
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
    margin-right: 5px;
}

a.change-deposit-type.active {
    pointer-events: none;
}

a.change-deposit-type.active:before {
    background: #886964;
}

.jet-woo-builder-woocommerce-cart tr.fee {
    display: none;
}





