.elementor-10 .elementor-element.elementor-element-7ce39c9c{--display:flex;}.elementor-10 .elementor-element.elementor-element-44c4940{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;padding:10px 0px 40px 0px;}body.elementor-page-10:not(.elementor-motion-effects-element-type-background), body.elementor-page-10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F4F4;}:root{--page-title-display:none;}/* Start custom CSS */#customer_login h2{
    display: none;
}
.lost_password a{
    color: #CBF402;
}
.woocommerce-MyAccount-navigation {
    padding: 20px;
    width: 260px;
}
.woocommerce-MyAccount-navigation-link--dashboard a::after {
    background-image: url("/wp-content/uploads/2026/01/Icon.svg");
}
.woocommerce-MyAccount-navigation-link--orders a::after {
    background-image: url("/wp-content/uploads/2026/01/Icon-2.svg");
}
.woocommerce-MyAccount-navigation-link--edit-account a::after {
    background-image: url("/wp-content/uploads/2026/01/edit-contained.svg");
}
.woocommerce-MyAccount-navigation-link--customer-logout a::after {
    background-image: url("/wp-content/uploads/2026/01/logout-02.svg");
}
.woocommerce-MyAccount-navigation-link a{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-MyAccount-navigation-link a::after {
    content: "" !important;
    display: inline-block !important;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 5px;
    position: relative;
    font-size: 14px;
}
/* Último ítem sin borde */
.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}
/* Enlaces */
.woocommerce-MyAccount-navigation ul li a {
    color: #505050;
    display: block;
    font-weight: 400;
}
/* Estado activo */
.woocommerce-MyAccount-navigation ul li.is-active {
    background: white;
}
/* Hover */
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #000;
}
.woocommerce-MyAccount-navigation br{
    display:none;
}
/*LOGEADO*/
#customer_login .u-column1{
    float: right;
    width: 40%;
}
#customer_login .u-column2{
    float: left;
    width: 50%;
}
.u-column1.col-1 form label,
.u-column2.col-2 form label{
    color:#808080;
    font-size:12px;
    font-family: "Space Grotesk", Sans-serif;
}
.u-column1.col-1 form br,
.u-column2.col-2 form br{
    display:none;
}
/* Contenedores tipo card */
.u-column1.col-1 form,
.u-column2.col-2 form {
    background: #fff;
    padding: 35px 40px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.u-column1.col-1 form{
        border: 1px solid #BCBCBC;
}
.u-column2.col-2 form{
        border: 1px solid #222529;
}
/* Inputs */
.woocommerce form .form-row input.input-text {
    border: 1px solid #D9D9D9;
    height: 40px;
    border-radius: 8px;
    padding: 12px;
}
/* Botón REGISTRO (verde) */
.u-column2 .woocommerce-Button {
    background: #CBF402 !important;
    color: #222529 !important;
    font-weight: 600;
    border-radius: 99px!important;
    height: 45px;
    width:100%;
}
/* Botón LOGIN (borde negro) */
.u-column1 .woocommerce-form-login__submit {
    background:white!important;
    border:1px solid #717171 !important;
    color: #222529 !important;
    font-weight: 600;
    border-radius: 99px!important;
    width:100%;
    height: 45px;
}
/* Hover */
.u-column2 .woocommerce-Button:hover {
    filter: brightness(0.9);
}
.u-column1 .woocommerce-form-login__submit:hover {
    background: #000 !important;
    color: #fff !important;
}
/* Ajustes checkbox */
.woocommerce-form__label-for-checkbox {
    font-family: "Inter", Sans-serif;
    font-size: 10px;
    color: #757575;
}
.woocommerce-privacy-policy-text p{
    font-size: 12px;
    margin: 0px;
}
.woocommerce-account .entry-title {
    display: none !important;
}
.titulo-card-reg{
    font-family: "Space Grotesk", Sans-serif;
    font-size:27px;
    font-weight: 600;
}
.titulo-card-log{
    font-family: "Space Grotesk", Sans-serif;
    font-size:23px;
    font-weight: 600;
}
.titulo-dinamico-mi-cuenta{
    font-family: "Space Grotesk", Sans-serif;
    font-size:33px;
    font-weight: 600;
    color: #222529;
}

table td, table th{
    border: none!important;
}
table thead:first-child tr:first-child th{
    border: none;
}

.woocommerce table.shop_table{
    border-radius: 0px;
    border-right: none;
    border-left: none;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background-color: initial;
}
table p{
    margin: 0px!important;
}
table br{
    display: none;
}
.woocommerce-MyAccount-orders th{
    height: 65px;
}
.woocommerce-orders-table__cell-order-actions a{
    background: initial!important;
    font-size: 12px!important ;
    font-family: "Space Grotesk", Sans-serif;
}
/* ===== TABLA "MIS COMPRAS" ===== */

.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse !important;
    font-size: 15px;
}
.woocommerce-orders-table thead th {
    background: #fff;
    font-weight: 600;
    color: #222529;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 14px 9px!important;
    font-family: "Space Grotesk", Sans-serif;
}
/* Filas */
.woocommerce-orders-table tbody tr {
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce-orders-table tbody td {
    color: #808080;
}
.woocommerce-orders-table tbody th a {
    color: #808080;
} 
.edit-account br{
    display: none!important;
}
.edit-account label{
    font-family: "Space Grotesk", Sans-serif;
}
.titulodetallecompra{
        color: #222529;
    background: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #222529;
    border-top: 2px solid #222529;
}
.titulodetallecompra mark{
        margin: 5px;
}
.woocommerce-customer-details .woocommerce-column{
    background: white;
    border-radius: 10px;
        margin-bottom: 10px !important;
}
.woocommerce-customer-details p{
    margin: 0px;
}
.woocommerce-customer-details address{
    padding: 16px 20px!important;
    height: 240px;
    border-radius: 10px;
    font-family: 'Inter';
    color: #717171;
        font-size: 14px;
}
.woocommerce-column--shipping-address{
    min-height: 240px;
}
.woocommerce-order-details{
    background: white;
    border-radius: 10px;
}
.woocommerce-order-details .shop_table{
    border:initial!important;
}
.woocommerce-or.woocommerce table.shop_table tdder-details tfoot th, .woocommerce-order-details tfoot td{
        border: none !important;
    
}
.woocommerce-table__line-item{
    color: #808080;
    font-family: 'Inter';
}
@media (max-width: 768px) {
    .titulodetallecompra{
        display: block;
        text-align: center;
    }
    .butonsaveacount button{
        width: 90%!important;
    }
    .edit-account .form-row-first, .edit-account
.form-row-last{
    width: 100%!important;
}    
table tr{
        margin: 0px;
        background: white;
        border-radius: 5px;
    }
    .woocommerce table.shop_table td{
        border-top: initial;
    }
    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
        padding: 10px 8px;
    }
    #customer_login {
        display: flex;
        flex-direction: column;
    }
    /* Columna 2 primero */
    #customer_login .u-column2 {
        order: 1;
        width:100%;
    }
    /* Columna 1 después */
    #customer_login .u-column1 {
        order: 2;
        width:100%;
    }
    
}


@media (max-width: 768px) {
.woocommerce-customer-details .woocommerce-column{
    margin: 10px;
}
    /* Ocultamos el header */
    .woocommerce-table thead {
        display: none;
    }
    /* Cada producto como tarjeta */
    .woocommerce-table tbody tr.order_item {
        display: block;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        padding: 12px;
        margin-bottom: 16px;
        background: #fff;
    }
    /* Cada celda en fila */
    .woocommerce-table tbody tr.order_item td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 0;
        border: none;
    }
    /* Labels automáticos */
    .woocommerce-table tbody tr.order_item td::before {
        font-weight: 600;
        color: #222;
    }
    .woocommerce-table tbody tr.order_item td.col-producto::before {
        content: "Producto";
    }
    .woocommerce-table tbody tr.order_item td.col-sku::before {
        content: "SKU";
    }
    .woocommerce-table tbody tr.order_item td.col-precio::before {
        content: "Precio";
    }
    .woocommerce-table tbody tr.order_item td.col-cantidad::before {
        content: "Cant.";
    }
    .woocommerce-table tbody tr.order_item td.col-total::before {
        content: "Total";
    }
    /* Alineación valores */
    .woocommerce-table tbody tr.order_item td span,
    .woocommerce-table tbody tr.order_item td {
        text-align: right;
    }
    /* Totales (Subtotal, Envío, etc) */
    .woocommerce-table tfoot tr {
        display: flex;
        justify-content: space-between;
        margin: 4px 0;
    }
    .woocommerce-table tfoot th,
    .woocommerce-table tfoot td {
        border: none!important;
        /*padding: 4px 0;*/
        
    }
}/* End custom CSS */