/*** 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; } }
/*** HIDE SLIDE IF NOT LOADED ***/
.slick-slider:not(.slick-initialized) {
  display: none; }

/*** END HIDE SLIDE IF NOT LOADED ***/
#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: #a30000; }

#header_user_info {
  margin-right: 18px;
  padding-top: 15px;
  float: right; }
  #header_user_info .link-wrapper {
    display: block;
    position: relative;
    padding-right: 15px;
    border-right: 1px solid #847c7c; }
    #header_user_info .link-wrapper.logged a.login span:after {
      content: "\f107";
      font-family: "FontAwesome";
      display: inline-block;
      float: right;
      font-size: 16px;
      color: #fff;
      margin: 0 0 0 5px;
      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:hover > #sub_user {
      visibility: visible;
      top: 100%;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    #header_user_info .link-wrapper a.login {
      font: 400 12px/12px "Raleway", "Arial", sans-serif;
      color: #fff;
      cursor: pointer;
      vertical-align: top;
      /*min-height: 40px;
      padding-left: 55px;
      padding-top: 5px;
      padding-bottom: 5px;*/
      display: block;
      position: relative;
      text-transform: uppercase;
      letter-spacing: .05em; }
      #header_user_info .link-wrapper a.login small {
        display: block;
        font-size: 12px;
        font-weight: normal; }
      #header_user_info .link-wrapper a.login:before {
        content: '';
        display: block;
        /*position: absolute;
        top: 0;
        left: 0;*/
        margin: 0 auto 8px;
        width: 25px;
        height: 32px;
        background: url("../../../img/design/icon-user.svg") center center no-repeat;
        background-size: 25px 32px; }
      #header_user_info .link-wrapper a.login:hover:before, #header_user_info .link-wrapper a.login.active:before {
        color: #a30000; }
    #header_user_info .link-wrapper #sub_user {
      position: absolute;
      top: 105%;
      right: 0;
      z-index: 9998;
      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: 13px;
        line-height: 15px;
        color: #000;
        letter-spacing: .05em;
        padding: 4px 5px;
        display: inline-block; }
        #header_user_info .link-wrapper #sub_user li a:hover i {
          color: #a30000; }
        #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 {
      padding-top: 8px; }
      #header_user_info .link-wrapper a.login {
        font: 400 10px/10px "Raleway", "Arial", sans-serif; } }
