/*** 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 ***/
@media (max-width: 767px) {
  .header-container .nav,
  .header-container .header-top-inner,
  .header-container #header_menu {
    display: none; } }

#header_mobile {
  position: relative;
  height: 60px;
  background: #000; }
  #header_mobile #header_mobile_inner {
    position: relative;
    height: 60px;
    z-index: 0; }
  @media (min-width: 480px) {
    #header_mobile {
      display: none; } }
  @media (max-width: 767px) {
    #header_mobile {
      display: block; }
      #header_mobile #header_logo_mobile {
        position: absolute;
        width: 120px;
        left: 80px;
        top: 50%;
        z-index: 1;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        #header_mobile #header_logo_mobile.no-menu {
          position: initial;
          float: left;
          left: auto;
          padding: 0 0 0 15px;
          padding-top: 20px; } }
  @media (max-width: 479px) {
    #header_mobile #header_logo_mobile {
      left: 60px;
      width: 100px; } }

@media (max-width: 767px) {
  #menu_mobile_header {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 15px 0 15px;
    text-align: right;
    font-size: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #menu_mobile_header #bt_menu_mobile {
      padding: 5px 0; }
      #menu_mobile_header #bt_menu_mobile #bt_menu_link_iqit,
      #menu_mobile_header #bt_menu_mobile #bt_menu_link,
      #menu_mobile_header #bt_menu_mobile #mobilemenu-opener {
        cursor: pointer;
        display: block;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #menu_mobile_header #bt_menu_mobile #bt_menu_link_iqit:hover,
        #menu_mobile_header #bt_menu_mobile #bt_menu_link:hover,
        #menu_mobile_header #bt_menu_mobile #mobilemenu-opener:hover {
          background: #dddddd; }
        #menu_mobile_header #bt_menu_mobile #bt_menu_link_iqit:before,
        #menu_mobile_header #bt_menu_mobile #bt_menu_link:before,
        #menu_mobile_header #bt_menu_mobile #mobilemenu-opener:before {
          content: '';
          display: block;
          font-family: "FontAwesome";
          width: 30px;
          height: 28px;
          background-size: 100% auto;
          background: url("../../../../../img/design/bt_menu.svg") center center no-repeat; } }

#mobile_header {
  padding: 0 15px 0 0;
  text-align: right;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  #mobile_header .mobile-header-link {
    margin: 5px 2px;
    display: inline-block;
    line-height: initial;
    vertical-align: middle; }
    #mobile_header .mobile-header-link a, #mobile_header .mobile-header-link span {
      display: inline-block;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #mobile_header .mobile-header-link a:hover, #mobile_header .mobile-header-link span:hover {
        color: #a30000; }
  #mobile_header #search_mobile #search_link {
    cursor: pointer; }
    #mobile_header #search_mobile #search_link:before {
      content: '';
      display: block;
      width: 36px;
      height: 36px;
      background: url(../../../../../img/design/icon-search.svg) no-repeat center center;
      background-size: 19px 19px; }
  #mobile_header #user_mobile #user_link:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url("../../../../../img/design/icon-user.svg") center center no-repeat;
    background-size: 25px 32px; }
  #mobile_header #cart_mobile #cart_link {
    position: relative;
    text-align: center; }
    #mobile_header #cart_mobile #cart_link:before {
      content: '';
      display: block;
      width: 36px;
      height: 36px;
      background: url("../../../../../img/design/icon-cart.svg") center center no-repeat;
      background-size: 25px 33px; }
    #mobile_header #cart_mobile #cart_link #cart_pop {
      font-family: "Raleway", "Arial", sans-serif;
      position: absolute;
      top: 16px;
      left: 0;
      right: 0;
      font-size: 12px; }

.search_block_top.mobile {
  visibility: hidden;
  height: 0;
  padding: 0 15px;
  z-index: 9;
  background: #000 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .search_block_top.mobile .searchbox {
    display: none;
    margin: 0 0 10px;
    padding: 0;
    float: none;
    width: auto;
    max-width: inherit; }
  .search_block_top.mobile .search_query_top {
    height: 30px; }
  .search_block_top.mobile .btn.button-search {
    width: 30px; }
    .search_block_top.mobile .btn.button-search:before {
      height: 30px;
      width: 30px;
      line-height: 30px;
      font-size: 18px; }
  .search_block_top.mobile.active {
    visibility: visible;
    height: auto;
    border-top: 1px solid #847c7c;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
