#header-login {
  z-index: 2;
  position: relative;
  float: right;
  padding-top: 26px;
  margin-left: 12px; }
  @media (max-width: 991px) {
    #header-login {
      margin-right: 15px; } }
  #header-login .header_user_info {
    float: right; }
    #header-login .header_user_info a {
      color: white;
      font-weight: 400;
      display: block;
      font-size: 14px;
      padding: 8px 9px 11px 8px;
      cursor: pointer; }
    #header-login .header_user_info.current a {
      background-image: -moz-linear-gradient(left, #000000 0%, #000000 0.27%, #2f2f2f 50%, #000000 100%);
      background-image: -webkit-linear-gradient(left, #000000 0%, #000000 0.27%, #2f2f2f 50%, #000000 100%);
      background-image: linear-gradient(to right, #000000 0%, #000000 0.27%, #2f2f2f 50%, #000000 100%);
      padding: 28px 28px 29px;
      border: 1px solid #404040;
      border-radius: 5px; }
      #header-login .header_user_info.current a:after {
        content: "\f023";
        font-family: "FontAwesome";
        font-size: 40px;
        line-height: 18px;
        color: #d66012;
        vertical-align: -2px; }
      #header-login .header_user_info.current a > span {
        display: none; }
      #header-login .header_user_info.current a.accountBox:after {
        content: "\f13e"; }
    #header-login .header_user_info.current.active a, #header-login .header_user_info.current:hover a {
      background-image: -moz-linear-gradient(left, #d66013 0%, #ffffff 50.27%, #d66013 100%);
      background-image: -webkit-linear-gradient(left, #d66013 0%, #ffffff 50.27%, #d66013 100%);
      background-image: linear-gradient(to right, #d66013 0%, #ffffff 50.27%, #d66013 100%); }
      #header-login .header_user_info.current.active a:after, #header-login .header_user_info.current:hover a:after {
        color: #000; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }

#header-login-content {
  display: none;
  width: 270px;
  padding: 15px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 115px;
  z-index: 1;
  background: url(../../../../img/cart-shadow.png) repeat-x #222222;
  color: #fff; }
  #header-login-content label {
    color: #fff; }
  #header-login-content li {
    margin: 0;
    padding: 0; }
    #header-login-content li ul {
      margin: 0 0 10px 0; }
      #header-login-content li ul li {
        display: block;
        border-top: 1px solid #515151;
        line-height: 35px; }
        #header-login-content li ul li p {
          width: 100%; }
        #header-login-content li ul li:first-child {
          border: none; }
        #header-login-content li ul li a {
          font-weight: 400;
          color: #fff;
          padding: 0 10px 0 10px;
          display: block; }
          #header-login-content li ul li a:hover {
            color: #d66012; }
          #header-login-content li ul li a i {
            display: none; }
          #header-login-content li ul li a.btn {
            width: 100%; }

#create_header_account_error {
  padding: 8px; }
