.header_user_info {
    float: right;
}
.header_user_info a {
    color: #716E6E;
    border-right: 1px solid #D6D9D7;
    display: block;
    text-decoration: none;
    line-height: 14px;
    padding: 0px 17px;
    margin-top: 17px;
}

@media (max-width: 479px) {
    .header_user_info a {
        font-size: 11px;
    }
}
.header_user_info a:hover, .header_user_info a.active {
    /*background: #2b2b2b;*/
}


.header_checkout_info{
    display: inline-block;
    float: right;
}
.header_checkout_info a{
    color: #716E6E;
    border-right: 1px solid #D6D9D7;
    display: block;
    float: left;
    text-decoration: none;
    line-height: 14px;
    padding: 0px 17px;
    margin-top: 17px;
}


