/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** FLEX ***/
/*** 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 {
  position: relative;
  float: right;
  height: 28px;
  margin: 12px 0 0 0;
  padding: 0 10px; }
  #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.login {
      display: block;
      height: 28px;
      position: relative;
      font-family: "Roboto", Helvetica, sans-serif;
      font-size: 12px;
      line-height: 1.1em;
      color: #fff; }
      #header_user_info .link-wrapper a.login:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 28px;
        height: 28px;
        background: url("../../../img/design/user.svg") center center no-repeat;
        background-size: 28px 28px; }
      #header_user_info .link-wrapper a.login:after {
        content: "\f107";
        font-family: "FontAwesome";
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        color: #ac840a;
        margin: 10px 0 0 2px;
        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:hover:before, #header_user_info .link-wrapper a.login.active:before {
        color: #d3b32d; }
    #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: #d3b32d; }
        #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: 1199px) {
    #header_user_info {
      padding: 0 6px; }
      #header_user_info .link-wrapper a.login {
        height: 28px; }
        #header_user_info .link-wrapper a.login:before {
          width: 24px;
          background-size: 24px 24px; }
        #header_user_info .link-wrapper a.login:after {
          display: none; } }
  @media (max-width: 991px) {
    #header_user_info {
      padding: 0 5px; } }
  @media (max-width: 767px) {
    #header_user_info a {
      padding: 3px 10px 0 0; }
      #header_user_info a:before {
        margin-right: 0px; }
      #header_user_info a span {
        display: none; } }
