#auth-popup-hidden,
#auth-hidden-menu {
    display: none;
}

.auth-hidden {
    background: #FFF;
    font-size: 15px;
    min-height: 250px;
    width: 335px;
    text-align: center;
    z-index: 1010;
}

#auth-popup .popup-window .popup-content {
    padding: 20px 40px;
}

.auth-hidden input[type=text],
.auth-hidden input[type=password] {
    width: 100%;
}

.auth-hidden input[type=password] {
    margin-bottom: 0px;
}

.auth-hidden .remember {
    color: #7E7F80;
    margin: 10px 0 20px;
    text-align: left;
}

.auth-hidden .dono-button {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

.auth-hidden a {
    padding: 0 10px;
}

.auth-hidden-menu {
    background: #FFF;
    font-size: 15px;
    margin-top: 10px;
    width: 400px;
}

.auth-hidden-menu .auth-message {
    margin-left: 20px;
    margin-bottom: 20px;
}

.auth-hidden-menu button,
.auth-icon button {
    background: none;
    border: none;
    cursor: hand;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    outline: none;
    padding: 0;
}

.auth-hidden-menu .icon,
.auth-icon {
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    height: 72px;
    width: 72px;
    overflow: hidden;
    position: relative;
}

.auth-hidden-menu .icon {
    margin-bottom: 10px;
}

.auth-hidden-menu .icon img,
.auth-icon img {
    width: 72px;
    height: 72px;
}

.auth-hidden-menu .icon svg,
.auth-icon svg {
    height: 48px;
    width: 48px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.auth-icon svg {
    height: 100%;
    width: 100%;
}

/* Basket icon */
.auth-hidden-menu .mini-basket {
    padding: 0;
    margin-bottom: 10px;
}

.auth-hidden-menu .mini-basket .icon {
    border: none;
}

.auth-hidden-menu .basket .icon svg {
    fill: #FFF;
}

/* Favorites icon */
.auth-hidden-menu .favorites .icon {
    background: #DF2461;
    border-color: #DF2461;
}

.auth-hidden-menu .favorites .icon svg {
    fill: #FFF;
}

/* Personal icon */
.auth-hidden-menu .personal .icon {
    border-color: #00A1E4;
}

.auth-hidden-menu .personal .icon svg {
    fill: #00A1E4;
    height: 100%;
    width: 100%;
}

/* Logout icon */
.auth-hidden-menu .logout .icon {
    border-color: #393939;
}

.auth-hidden-menu .logout .icon svg {
    fill: #393939;
}

.auth-hidden-menu .name {
    color: #517287;
    line-height: 16px;
    margin-bottom: 25px;
    text-align: center;
    text-decoration: underline;
}

.auth-hidden-menu .name:hover {
    text-decoration: none;
}

.auth-hidden-menu .icon:hover + .name {
    text-decoration: none;
}

@media (max-width: 767px) {
    .auth-hidden-menu .icon {
        display: inline-block;
        margin: 10px 10px 0 0;
        vertical-align: middle;
    }

    .auth-hidden-menu .name {
        display: inline-block;
    }
}

#login-popup {
    height: 100%;
    width: 100%;
}

#auth-login-popup .popup-window {
    width: 330px;
}

#auth-login-popup .popup-content {
    padding: 30px;
}

.auth-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    opacity: 0.7;
    z-index: 1000;
}

.auth-success {
    color: #49a133;
    font-weight: bold;
}

.auth-error {
    color: red;
    font-weight: bold;
}
