/**
 * 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 
 */
#topbar #header_user_info a {
  color: #483865;
}

#header_user_info {
  margin-right: 10px;
  padding: 10px 0;
}
.rtl #header_user_info {
  margin-left: 10px;
  margin-right: inherit;
}
#header_user_info a:hover {
  text-decoration: underline;
}

body.layout-boxed-md #header_user_info li.login {
  display: none;
}
