.header_user_info {
  float: right;
  border-left: 1px solid #1D6E89;
  border-right: 1px solid #1D6E89; }
  .header_user_info a {
    color: white;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }

.header_eshop_info {
  float: left;
  border-left: 1px solid #1D6E89;
  border-right: 1px solid #1D6E89; }
.header_eshop_info a {
  color: white;
  font-weight: bold;
  display: block;
  padding: 8px 9px 11px 8px;
  cursor: pointer;
  line-height: 18px; }
@media (max-width: 479px) {
  .header_eshop_info a {
    font-size: 11px; } }
.header_eshop_info a:hover, .header_eshop_info a.active {
  background: #2b2b2b; }

@media (max-width: 991px) {
    .header_eshop_info, .header_user_info {
        border: none;
    }
}
