/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RIGHT TO LEFT */
/************************************************************/
#header_user .content_top {
  margin-bottom: 0;
}

#header_user_info {
  font: 12px/40px "RockwellRegular", Arial, Helvetica, sans-serif;
}
#header_user_info a {
  color: black;
}
#header_user_info a:hover {
  color: #e43228;
}
#header_user_info .account span {
  color: #e43228;
}

.header_user_toplink ul {
  float: left;
  margin-bottom: 0;
}
.rtl .header_user_toplink ul {
  float: right;
}
.header_user_toplink ul li {
  margin: 0px 2px;
  float: left;
}
.rtl .header_user_toplink ul li {
  float: right;
}
.header_user_toplink ul li a {
  font-size: 12px;
  line-height: 39px;
}
.header_user_toplink ul li a .icon {
  float: left;
  color: #FFF;
  background: #c1c1c1;
  width: 20px;
  height: 19px;
  margin: 10px 5px 0 0;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  line-height: 19px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.rtl .header_user_toplink ul li a .icon {
  float: right;
}
.rtl .header_user_toplink ul li a .icon {
  margin: 10px 0 0 5px;
}
.header_user_toplink ul li a:hover {
  /* color: $link-default-hover; */
}
.header_user_toplink ul li a:hover .icon {
  background: #e43228;
}
.header_user_toplink .btn-group {
  margin: 4px 0;
}
.header_user_toplink .btn-group .btn {
  background: none;
  border: 2px solid #CCC;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font: 12px "Exo 2", sans-serif;
}
.header_user_toplink .btn-group .btn .icon {
  margin-right: 3px;
  color: #c1c1c1;
}
.header_user_toplink .btn-group .dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 5px;
  padding: 10px 15px 15px;
}
.rtl .header_user_toplink .btn-group .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .header_user_toplink .btn-group .dropdown-menu {
  right: auto;
  left: auto;
}

@media (max-width: 991px) {
  .content_top {
    display: none;
  }

  #header_user .current span {
    margin-right: 5px;
  }
  .rtl #header_user .current span {
    margin-left: 5px;
    margin-right: inherit;
  }

  #header_user_info {
    display: block;
    width: 100%;
  }
  #header_user_info span {
    display: none;
  }
  #header_user_info a {
    display: block;
    line-height: 25px;
  }
  #header_user_info a.account {
    display: none;
  }

  .header_user_toplink {
    float: left;
  }
  .rtl .header_user_toplink {
    float: right;
  }
  .header_user_toplink li {
    display: block;
  }
}
