.hero-my-account{
    background-color: #272727;
    height: 30vh !important;
}

.my-account-section {
    flex-direction: row;
    width: 100%;
    min-height: 400px;
}

.my-account-sidebar, .my-account-content {
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.my-account-sidebar {
    width: 20%;
    display: flex;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
}

.my-account-content {
    width: 100%;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
}

.my-account-sidebar ul {
    margin: 0;
}

.woocommerce-Address-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.woocommerce-Address-title h2 {
    margin-bottom: 1.4rem;
}

.woocommerce-Address-title a {
    margin-bottom: .6rem;
}

.login-form-wrapper {
    padding: 0 !important;
}

/* IDIOMA */
.gtranslate_wrapper, .gt_float_switcher {
    margin-top: 1rem !important;
}

@media screen and (max-width: 750px) {
    .my-account-section {
        flex-direction: column;
    }
    .my-account-sidebar {
        width: 100%;
        margin-bottom: 2rem;
    }
    .my-account-content {
        width: 100%;
    }
}