.page-navigation .inner {
    position: relative;
}

.page-navigation a.my-account-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 719px) {
    img.profile-black-bg {
        max-height: 20px;
        width: 33%;
    }

    .my-account-copy {
        display: none;
    }
}

.navigation-wrapper-mobile {
    padding-left: 0px;
    padding-right: 15px;
}

@media only screen and (max-width: 719px) {
    .icon.trigger-menu {
        width: 33%;
        text-align: left;
    }

    .logo {
        width: 33%;
    }

    .my-account-nav {
        width: 33%;
        justify-content: flex-end;
    }

    .my-account-subnav {
        top: 50px;
    }

    .arrow-down {
        display: none;
    }
}

.my-account-copy {
    white-space: nowrap;
}

.my-account-nav .arrow-down {
    margin-left: 10px;
}

.my-account-subnav {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 0;
    background-color: white;
    position: absolute;
    right: 0;
    z-index: 999;

    overflow: hidden;
    transition: height 0.2s ease-out;
    height: 0;
}

.my-account-subnav.expanded {
    height: 168px;
    padding: 20px;
}

.my-account-subnav img {
    width: 32px;
    height: 32px;
}

.my-account-subnav ul li {
    list-style: none;
    border-top: 1px solid #E6E6E6;
    height: 64px;

    display: flex;
    align-items: center;
}

.my-account-subnav ul li:last-child {
    border-bottom: 1px solid #E6E6E6;
}

.my-account-subnav ul li a {
    margin-left: 6px;
    display: flex;
    align-items: center;
}

.my-account-subnav ul li a span {
    margin-bottom: 0;
    margin-left: 10px;

    font-family: "Univers-Bold", sans-serif;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.oauth_sth_popup_wrapper,
.oauth_sth_renew_popup_wrapper {
    display: none !important;
}