.elementor-73 .elementor-element.elementor-element-17831f82{--display:flex;overflow:visible;}.elementor-widget-spacer .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-spacer .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-73 .elementor-element.elementor-element-99955b2{--spacer-size:20px;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-31c825a5 *//* Account Navigation Menu */
.woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
    max-width: 220px;
    background-color: white;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

/* Default Menu Link Styling */
.woocommerce-MyAccount-navigation-link {
    display: block;
    padding: 12px;
    color: black;
    font-size: 14px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

/* Hover Effect - White Background with Red Text */
.woocommerce-MyAccount-navigation-link:hover {
    background-color: white;
    color: #c31b1b;
}

/* Active Menu Item - White Background with Red Text */
.woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-MyAccount-navigation-link.current,
.woocommerce-MyAccount-navigation-link:active {
    background-color: white;
    color: #c31b1b;
    font-weight: bold;
}

/* Optional: Add a red left border for active item for better visibility */
.woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-MyAccount-navigation-link.current {
    border-left: 4px solid #c31b1b;
    padding-left: 10px; /* Adjust padding to align text properly */
}

/* Default Button Styling */
.woocommerce-Button,
.button {
    background-color: #c31b1b;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

/* Hover Effect - White Background with Red Border & Text */
.woocommerce-Button:hover,
.button:hover {
    background-color: white;
    color: #c31b1b;
    border: 2px solid #c31b1b;
}

/* Active/Clicked State - Black Background */
.woocommerce-Button:active,
.button:active {
    background-color: black;
    color: white;
    border: 2px solid black;
}

/* Disabled Button */
.woocommerce-Button:disabled,
.button:disabled {
    background-color: #999;
    color: white;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Full-Width Button Option */
.button.full-width,
.woocommerce-Button.full-width {
    width: 100%;
    text-align: center;
}/* End custom CSS */