/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.header_user_info .header_info {
  position: absolute;
  left: 15px;
  line-height: 42px;
}
.rtl .header_user_info .header_info {
  right: 15px;
  left: auto;
}

#topbar .header_user_info .popup-title a {
  color: white;
}
#topbar .header_user_info .popup-title a:hover {
  color: #292733;
}
#topbar .header_user_info .header_info a {
  color: white;
}
#topbar .header_user_info .header_info a:hover {
  color: #292733;
}
