.header-login{
    background: none;
}

.blockAuth {
    margin-bottom: 0px;
}

.blockAuth .fa-user-circle{
    font-size: 20px;
    width: 32px;
    color: #fff;
}

.user-icon  {
    background: url(/local/templates/flowershop74/img/user-icon.png) no-repeat;
    width: 38px;
    height: 30px;
    background-size: 38px;
    position: absolute;
    z-index: 900;
    left: 37px;
    bottom: -5px;
}

.blockAuth .showFastMenu{
    display: inline-block;
}

.blockAuth a{
    display: inline-block;
    float: none;
    margin-right: 0px;
    text-transform: none;
    font-size: 16px;
    color: #2DA21C;
}
.blockAuth .popupFastLK{
    display: none;
    position: absolute;
    z-index: 10;
    text-align: left;
    width: 191px;
    padding: 10px;
    line-height: 25px;
    margin-left: -35px;
    margin-top: 2px;
    background: #fff;
    border: 1px solid #0B610B;
    border-radius: 0px 0px 5px 5px;  
}
.blockAuth .btnFastLK{
    position: relative;
    z-index: 11;
}

.blockAuth .popupFastLK a{
    display: block;
    color: #333;
}

.blockAuth .showFastMenu:hover .popupFastLK{
    display: block;
}
.blockAuth a:hover{
    color: #ea0056;
    font-weight: bold;
    /*text-shadow:
    -0   -2px 5px #CC69AF,
    0   -2px 5px #CC69AF,
    -0    2px 5px #CC69AF,
    0    2px 5px #CC69AF,
    -2px -0   5px #CC69AF,
    2px -0   5px #CC69AF,
    -2px  0   5px #CC69AF,
    2px  0   5px #CC69AF,
    -1px -2px 5px #CC69AF,
    1px -2px 5px #CC69AF,
    -1px  2px 5px #CC69AF,
    1px  2px 5px #CC69AF,
    -2px -1px 5px #CC69AF,
    2px -1px 5px #CC69AF,
    -2px  1px 5px #CC69AF,
    2px  1px 5px #CC69AF,
    -2px -2px 5px #CC69AF,
    2px -2px 5px #CC69AF,
    -2px  2px 5px #CC69AF,
    2px  2px 5px #CC69AF,
    -2px -2px 5px #CC69AF,
    2px -2px 5px #CC69AF,
    -2px  2px 5px #CC69AF,
    2px  2px 5px #CC69AF;*/
}