/**
* 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 .popup-title {
  display: none;
}
.header_user_info .popup-content {
  right: 0;
  left: inherit;
}
.rtl .header_user_info .popup-content {
  left: 0;
  right: auto;
}
