/* ------- FONTS ------- */
/* ------- BORDERS ------- */
/* ------- BACKGROUNDS ------- */
/* ------- COLORS ------- */
/* ------- Indents ------- */
/* ------- Product Elements ------- */
/* ------- Buttons ------- */
/* ------- Buttons +/- ------ */
/* ------- Button Small ------- */
/* ------- Button exclusive-medium ------- */
/* ------- My Account List bg ------- */
/* ------- Product Listing ------- */
/* ------- Grid/List vars ------- */
/* ------- Pagination vars ------- */
/* ------- Product Info ------- */
/* ------- Cart Steps ------- */
/* ------- sub heading (h2,h3) define ------- */
/* ------- Image vars ------- */
.header_user_info {
  float: right;
  margin: 0 0px 0 0px; }
  @media (max-width: 479px) {
    .header_user_info {
      clear: left;
      margin-left: 15px; } }
  .header_user_info a {
    font-weight: bold;
    padding: 7px 18px 9px 18px;
    position: relative;
    color: black;
    background: white;
    font-size: 14px;
    line-height: 18px;
    display: block;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header_user_info a i {
      font-size: 19px;
      line-height: 19px;
      color: #fee402;
      position: absolute;
      top: 8px;
      left: 20px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .header_user_info a:hover, .header_user_info a.active {
      background: #fee402;
      color: black; }
      .header_user_info a:hover i, .header_user_info a.active i {
        color: black; }
  .header_user_info + .header_user_info {
    border-right: none; }

.user_info {
  text-align: right;
  margin: 20px 0 0 0; }
  .user_info li {
    display: inline-block;
    padding-right: 15px; }
    .user_info li a {
      text-decoration: none; }
      .user_info li a:hover {
        text-decoration: underline; }
