[for="address2"] {
    display: none !important;
}

.my-account-buttons.my-account-page {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.my-account-buttons.my-account-sidebar {
    margin-top: 84px;
    display: flex;
    flex-direction: column;
}

.my-account-page .my-account-logout,
.my-account-page .my-account-button {
    flex: 0 0 calc(100% / 3 - 25px);
    margin-bottom: 40px;
}

.my-account-sidebar.order-view { margin-top: 20px; }

.my-account-sidebar p { display: none; }

.my-account-sidebar .my-account-button,
.my-account-sidebar .my-account-logout {
    margin-bottom: 20px;
    box-shadow: none;
    padding: 10px;
}

.my-account-button {
    padding: 30px;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.my-account-button:hover {
    background: #FFE2F3;
    box-shadow: none;
}

.my-account-button span {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #DE058A;
}

.my-account-button span i {
    background: #DE058A;
    margin-right: 20px;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-account-logout {
    color: inherit;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.my-account-page .my-account-logout {
    justify-content: center;
}

.my-account-logout i {
    margin-left: 10px;
}

.my-account-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.welcome-user-name {
    color: #DE058A;
}
