/**handles:hello-elementor-child-style**/
/* 
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
*/

.affiliate-form-btn {
    background: var(--e-global-color-accent) !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 1.5em !important;
    border: 0 !important;
    border-radius: 4px !important;
}

.affiliate-form-btn:hover {
    background-color: var(--e-global-color-secondary) !important;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 15px 0;
    background-color: #000;
    text-align: center;
    border-bottom: 1px solid rgb(238 238 238 / 30%);
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li:hover, nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: var(--e-global-color-accent);
}

nav.woocommerce-MyAccount-navigation ul li:hover a, nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000;
}

.woocommerce-MyAccount-content {
    padding: 40px;
    background-color: #eee;
}

body .elementor-widget-text-editor p a {color: var(--e-global-color-accent);}