.header_user_info {
    /* border-left: 1px solid #515151;
     border-right: 1px solid #515151; */
}

.header_user_info a {
    color: #fff;
    /*font-weight: bold;*/
    display: block;
    padding: 8px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;    cursor: pointer;
    line-height: 18px;
    background: #e40139;
    border-radius: 5px;
    height:35px;
}

@media (max-width: 990px) {
    .header_user_info {
        text-align:center;
        padding: 1%;
        margin: 5px;
        position: relative;
    }
    .cartt {
        width: 100%;
        margin: 0;
        padding: 1%;
        text-align: center;
    }
}

.header_user_info a:hover, .header_user_info a.active {
    background: #cb0828;
    border-radius: 5px;

}


.header_user_info a.login::before{
    content: url("/img/account.png");
    vertical-align: sub;
}

.header_user_info{
    order: 3;
}


/*# sourceMappingURL=blockuserinfo.css.map */
