/* RIGHT TO LEFT */
/******************************************************
 * @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
*******************************************************/
/************************************************************/
.header_user_info {
  padding: 10px 0 0;
  font-size: 11px;
  text-align: center;
  position: relative;
  height: 39px;
}
@media (min-width: 992px) {
  .header_user_info {
    border-bottom: 1px solid #F1F1F1;
    padding: 15px 5px 0;
  }
}
@media (max-width: 480px) {
  .header_user_info {
    border-bottom: 1px solid #F1F1F1;
  }
}

.header_user_toplink {
  position: absolute;
  right: 0;
  top: 0;
  width: 66px !important;
}
.rtl .header_user_toplink {
  left: 0;
  right: auto;
}
.header_user_toplink.slide-down ul {
  left: 0;
}
.rtl .header_user_toplink.slide-down ul {
  right: 0;
  left: auto;
}
