.elementor-55 .elementor-element.elementor-element-1e880b1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-55 .elementor-element.elementor-element-d40a614{--display:flex;}.elementor-55 .elementor-element.elementor-element-7770700{--tabs-alignment:start;--tabs-normal-color:#000000;--tabs-spacing:0px;--tabs-divider-weight:0px;--general-text-color:#000000;--links-normal-color:#000000;--links-hover-color:#000000;}.elementor-55 .elementor-element.elementor-element-7770700 .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{font-family:"Inter", Sans-serif;font-size:25px;font-weight:500;border-width:0px 0px 0px 0px;}.elementor-55 .elementor-element.elementor-element-7770700 .woocommerce-MyAccount-content > div > p, .elementor-55 .elementor-element.elementor-element-7770700 address, .elementor-55 .elementor-element.elementor-element-7770700 .woocommerce-EditAccountForm fieldset legend, .elementor-55 .elementor-element.elementor-element-7770700 .woocommerce-ResetPassword p:nth-child(1), .elementor-55 .elementor-element.elementor-element-7770700 .woocommerce-OrderUpdate{font-family:"Lato", Sans-serif;font-weight:600;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-7770700 */.woocommerce-MyAccount-navigation-link a {
    display: grid !important; 
    grid-template-columns: 20px 1fr !important; 
    align-items: center !important;
    gap: 10px !important; 
    height: auto !important; 
    line-height: normal !important;
    text-align: left !important;
    padding: 10px 15px !important;
}
.woocommerce-MyAccount-navigation-link a::before {
    content: ''; 
    width: 20px;
    height: 20px;

    background-size: contain;   
    background-repeat: no-repeat;
    background-position: center; 
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    min-width: 20px !important;
    font-size: 0 !important; 
    line-height: 0 !important; 
    display: block !important; 
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
    background-image: url('https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/fa-solid_address-card.png');
}
.woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url('https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/maki_shop-1.png');
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url('https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/bxs_book-heart.png');
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url('https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/Group-1000009848.png');
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    background-image: url('https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/fluent_door-arrow-left-24-filled.png');
}

/* Estilo base del título */
.titulo-myaccount-con-icono {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Copiamos iconos EXACTOS del menú lateral */

.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--dashboard::before,
.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--orders::before,
.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--edit-address::before,
.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--edit-account::before,
.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--customer-logout::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--dashboard::before {
    background-image: url("https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/fa-solid_address-card.png");
}

.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--orders::before {
    background-image: url("https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/maki_shop-1.png");
}

.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--edit-address::before {
    background-image: url("https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/bxs_book-heart.png");
}

.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--edit-account::before {
    background-image: url("https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/Group-1000009848.png");
}

.titulo-myaccount-con-icono.woocommerce-MyAccount-navigation-link--customer-logout::before {
    background-image: url("https://redoffice.dev.radar.cl/wp-content/uploads/2025/11/fluent_door-arrow-left-24-filled.png");
}/* End custom CSS */