#header_user {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#header_nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin:0;
}
    #header_nav li:not(:last-child){
        margin-right: 10px;
    }

    #header_nav li#shopping_cart .atc {
        display: block;
        color: #919191;
    }
        #header_nav li#shopping_cart i,
        #header_nav li#home_btn i{
            font-size: 1.1em;
            font-weight: normal;
            line-height: 1.7em;
            color: var(--red-sc);
        }

    #header_nav li#shopping_cart.qties a {
        color: var(--red-sc);
    }

    #header_nav li#header_user_info .atc {
        display: block;
        border: 1px solid #ccc;
        color: var(--red-sc);
        padding: 4px 8px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
@media screen and (min-width: 992px) {
  #header_nav li#home_btn{
      display: none;
  }
}
@media screen and (max-width: 992px) {
    #header_user {
        margin-right: 0;
    }
}

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