.header_user_info {
  float: right;
  }
  .header_user_info a {
    background: #5071b6;
	  color: #fff;
    font-weight: bold;
    display: block;
    padding: 9px;
    line-height: 1; 
    cursor: pointer;
	  transition:background 0.2s linear;
	}
  .header_user_info a:hover, .header_user_info a:active {
    background: #F1A60E;
  }

  .header_user_info .change_shop a {
    border-radius: 10px;
  }

  .header_user_info .change_shop a:hover .stary_info {
    display: block;
  }

  .header_user_info .change_shop a span {
    color: #777;
  }

  .stary_info {
    width: 180px;
    display: none;
    position: absolute;
    left: 20%;
    bottom: -30%;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #777;
  }

.login_button:hover .login_button{
  color: #000;}

@media (max-width: 479px) {
  .header_user_info a {
    font-size: 16px; 
		float:left;} 
  .change_shop {
    right: 0;
    top: 55px;
  }
}
