/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
#header_user_info {
  padding: 7px 0;
}

.header_user_info ul li {
  line-height: 25px;
}
.header_user_info ul li i {
  margin-right: 6px;
}
.rtl .header_user_info ul li i {
  margin-left: 6px;
  margin-right: inherit;
}
.header_user_info ul li a:hover {
  font-weight: bold;
}
