/**
* 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 {
  font-family: 'brandon_grotesquebold';
}
@media (min-width: 1006px) {
  .header_user_info {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
  }
  .rtl .header_user_info {
    float: left;
  }
}
.header_user_info a {
  color: white;
  margin: 0;
}
.header_user_info ul li {
  padding: 7px 6px;
}
.header_user_info ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header_user_info .popup-title {
  display: none;
}
