/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

.block-center {
  float: none !important;
  display: block;
  margin: 0 auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#header_user_info_nav {
  float: right;
  border-left: 1px solid #808080; }
  #header_user_info_nav a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 5px 8px;
    line-height: 18px; }
    #header_user_info_nav a:hover, #header_user_info_nav a.active {
      color: #da4800; }

#header_user_info {
  float: right;
  margin-right: 18px;
  padding-top: 18px; }
  #header_user_info .link-wrapper {
    position: relative;
    display: block; }
    #header_user_info .link-wrapper:hover > #sub_user {
      visibility: visible;
      top: 100%;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    #header_user_info .link-wrapper a {
      text-align: center; }
      #header_user_info .link-wrapper a.login {
        font: 600 13px/13px "Barlow", sans-serif;
        line-height: 1;
        cursor: pointer;
        /*vertical-align: top;
        min-height: 40px;
        padding-left: 55px;
        padding-top: 5px;
        padding-bottom: 5px;*/
        display: block;
        position: relative;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #header_user_info .link-wrapper a.login span:after {
          content: "\f107";
          font-family: "FontAwesome";
          display: inline-block;
          float: right;
          font-size: 13px;
          font-weight: 400;
          color: #000;
          margin: 0 0 0 3px;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
        #header_user_info .link-wrapper a.login small {
          display: block;
          font-size: 12px;
          font-weight: normal;
          line-height: 1.45em; }
        #header_user_info .link-wrapper a.login:before {
          content: '';
          display: block;
          margin: 0 auto 2px;
          width: 26px;
          height: 34px;
          background: #fff url("../../../img/design/user.svg") center center no-repeat;
          background-size: 26px 34px; }
        #header_user_info .link-wrapper a.login:hover:before, #header_user_info .link-wrapper a.login.active:before {
          color: #da4800; }
    #header_user_info .link-wrapper #sub_user {
      position: absolute;
      top: 105%;
      right: 0;
      z-index: 99;
      height: auto;
      background: #fff;
      color: #808080;
      width: 280px;
      padding: 10px;
      text-align: left;
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #header_user_info .link-wrapper #sub_user.active {
        visibility: visible;
        top: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
      #header_user_info .link-wrapper #sub_user li a {
        font-size: 12px;
        line-height: 15px;
        color: #000;
        padding: 4px 5px;
        display: inline-block; }
        #header_user_info .link-wrapper #sub_user li a:hover i {
          color: #da4800; }
        #header_user_info .link-wrapper #sub_user li a i {
          width: 20px;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
  @media (max-width: 991px) {
    #header_user_info .link-wrapper a.login span:after {
      display: none; } }
  @media (max-width: 767px) {
    #header_user_info a span {
      display: none; } }
