/******************************************************
 * @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 */
/*
 * LAYOUTS VAIRABLES
 */
#header_user_info {
  padding: 10px 0;
}
@media (max-width: 991px) {
  #header_user_info {
    float: inherit!important;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  #header_user_info > span {
    display: none;
  }
}
#header_user_info a {
  color: #fff;
}
#header_user_info a:hover {
  color: #fdd841;
}
@media (max-width: 480px) {
  #header_user_info a.account {
    display: none;
  }
}
