.elementor-1708 .elementor-element.elementor-element-ab8f7d8 > .elementor-container{max-width:1400px;}.elementor-1708 .elementor-element.elementor-element-ab8f7d8{padding:50px 0px 100px 0px;overflow:visible;}.elementor-1708 .elementor-element.elementor-element-83f8664 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-1708:not(.elementor-motion-effects-element-type-background), body.elementor-page-1708 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFDFA;}body.elementor-page-1708{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-83f8664 */.woocommerce-MyAccount-content {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    margin: 0;
    padding: 30px;
    border: solid 1px #e9e9e9;
    border-radius: 10px;
    background: #ffffff;
}

p{
  margin: 0;
}

.ct-acount-nav {
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    margin-inline-end: 20px !important;
box-shadow: 0px 10px 20px -4px rgb(0 0 0 / 15%);
}

.woocommerce-MyAccount-navigation ul li a {
    transition: 0.4s all;
}

.woocommerce-info {
    display: none;
}

.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--account-nav-text-active-color, var(--theme-palette-color-8));
    background: #bf2f2f !important;
}


/* ===== FOTO DE PERFIL=====*/

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
    font-size: 18px;
    margin: 0 !important;
}

form#profile-picture-form {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

/*MODIFICA EL ICONO IMAGEN*/
img#profile-picture-preview {
    width: 100px;
    height: 100px;
    padding: 0 !important;
    margin: 0 !important;
    border: solid 5px #ffffff;
    border-radius: 100px !important;
    box-shadow: 0px 10px 20px -3px rgb(26 57 94 / 20%);
}

p.subirfot {
display: flex;
flex-direction: column;
align-items: flex-start;
row-gap: 15px;
}

.subirfot label {
font-size: 14px !important;
line-height: 0;
cursor: none;
margin: 8px 0 0 0!important;
}

@media (max-width: 500px) {
    .ct-acount-nav {
        margin-bottom: 20px;
        margin-inline-end: 0px !important;
    }
}/* End custom CSS */