/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**grayscale-filter**/
/**parallax**/
/**absolute**/
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
/*primary*/
/*success*/
/*info*/
/*warning*/
/*danger*/
/*highlighted*/
/**/
#header_user_info {
  background: url("../../../img/icon/bg-login.png") no-repeat left center;
  margin-left: 30px;
  padding-left: 30px;
  padding-top: 3px;
  display: table;
  height: 40px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400; }
  .rtl #header_user_info {
    margin-right: 30px;
    margin-left: inherit; }
  .rtl #header_user_info {
    padding-right: 30px;
    padding-left: inherit; }
  @media (max-width: 767px) {
    #header_user_info {
      margin-left: 50px; }
      .rtl #header_user_info {
        margin-right: 50px;
        margin-left: inherit; } }
  #header_user_info .signin, #header_user_info .account {
    display: table-row;
    color: #e14646; }
    #header_user_info .signin:hover, #header_user_info .account:hover {
      color: #2b8cdb; }
  #header_user_info a {
    color: #474747; }
  #header_user_info i {
    display: table-cell; }

.header_user_info ul li i {
  margin-right: 6px;
  min-width: 15px; }
  .rtl .header_user_info ul li i {
    margin-left: 6px;
    margin-right: inherit; }
