/**
* 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 {
  float: right;
}
.rtl .header_user_info {
  float: left;
}
.header_user_info .popup-title {
  display: none;
}
.header_user_info ul li a {
  padding: 0 15px;
  position: relative;
  margin: 0;
}
.header_user_info ul li a:after {
  content: "";
  background: url("../../../img/default/dot-popover.png") no-repeat 0 0 transparent;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 6px;
}
.rtl .header_user_info ul li a:after {
  left: -5px;
  right: auto;
}
.header_user_info.popup-over ul li a:after {
  display: none;
}
