/**
* 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;
  background: transparent;
  border: none;
  margin: 0px;
}
.rtl .header_user_info {
  float: left;
}
.header_user_info:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 1px;
  top: 16px;
  right: 0px;
  background: #999999;
}
.rtl .header_user_info:after {
  left: 0px;
  right: auto;
}
.header_user_info .popup-title {
  padding: 0px 35px 0px 0px;
}
.rtl .header_user_info .popup-title {
  padding: 0px 0px 0px 35px;
}
@media (max-width: 991px) {
  .header_user_info .popup-title {
    padding: 0px 18px 0px 18px;
  }
  .rtl .header_user_info .popup-title {
    padding: 0px 18px 0px 18px;
  }
}
.header_user_info .popup-title a {
  color: #999999;
  font-size: 14px;
}
.header_user_info .popup-title a span {
  margin-left: 5px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header_user_info .popup-title a span {
    display: none;
  }
}
.header_user_info .popup-title:before {
  content: "\f107";
  position: absolute;
  top: 0px;
  right: 20px;
  font-family: "FontAwesome";
  color: #999999;
}
.rtl .header_user_info .popup-title:before {
  left: 20px;
  right: auto;
}
@media (max-width: 991px) {
  .header_user_info .popup-title:before {
    display: none;
  }
}
.header_user_info .popup-content {
  line-height: normal;
  top: 50px;
  right: 0px;
  left: inherit;
  min-width: 200px;
}
.rtl .header_user_info .popup-content {
  right: inherit;
  left: 0px;
}
@media (max-width: 360px) {
  .header_user_info .popup-content {
    min-width: 170px;
  }
}
.header_user_info .popup-content li {
  display: block;
  padding: 3px 6px;
}
