.elementor-11 .elementor-element.elementor-element-7d5a8add{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-11 .elementor-element.elementor-element-6c091bc1 a{color:var( --e-global-color-86ef286 );}.elementor-11 .elementor-element.elementor-element-6c091bc1 a:hover, .elementor-11 .elementor-element.elementor-element-6c091bc1 a:focus{color:var( --e-global-color-ccd0a78 );}/* Start custom CSS for text-editor, class: .elementor-element-6c091bc1 *//* 1. Complete override for standard WooCommerce Account buttons on hover */
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
    background: #5D639E !important;
    background-color: #5D639E !important;
    border-color: #5D639E !important;
}

/* Force internal element icons or links to match the core text color */
.button *, 
button * {
    color: inherit !important;
    fill: currentColor !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7d5a8add *//* ==========================================================================
   WOOCOMMERCE MY ACCOUNT NAVIGATION COLOR DEFINITIONS
   ========================================================================== */

/* 1. DEFAULT LINKS STATE (How the links look normally) */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #5D639E !important;             /* Text color */
    background-color: #C4E0F3 !important;    /* Sidebar item background color */
    border-color: #E2E8F0 !important;        /* Border accent line color */
}

/* 2. HOVER STATE (When a user points their mouse at a link) */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #C4E0F3 !important;             /* Hover text color */
    background-color: #5D639E !important;    /* Hover background color */
    border-color: #5D639E !important;        /* Hover border color */
}

/* 3. ACTIVE STATE (The link for the page the user is currently viewing) */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #C4E0F3 !important;             /* Active text color */
    background-color: #5D639E !important;    /* Active background color */
    border-color: #5D639E !important;        /* Active border color */
}

/* 4. MAIN SIDEBAR CONTAINER (The box surrounding the entire menu) */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: transparent !important; /* Outer container background */
    border: none !important;                  /* Outer container border control */
}

button.show-password-input {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
}/* End custom CSS */