@charset "UTF-8";
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }

/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #ff9500; }
        .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
          color: #fff; }
  .lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px; }
    .lib-list-item-product2 .caption-dev .rating-dev {
      margin: 5px 0; }
      .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
        font-size: 11px; }
    .lib-list-item-product2 .caption-dev .title-dev {
      color: #444;
      font-size: 13px; }
      .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
        font-size: 16px; }
      .lib-list-item-product2 .caption-dev .price-dev .price-new {
        font-size: 16px; }
      .lib-list-item-product2 .caption-dev .price-dev .price-old {
        font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }

/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block; }
  .lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%); }

.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }

/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 ==============================================*/
.wrapper-fluid .typeheader-16 .container {
  max-width: 1600px; 
  padding-left:15px;
}

.typeheader-16 {
  background-color: #fff; }
  .typeheader-16 #sosearchpro .chosen-container-single .chosen-single div b {
    background-position: 5px 12px; }
  .typeheader-16 .header-top {
    font-size: 13px;
    min-height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5; }
    .typeheader-16 .header-top .module {
      display: table-cell;
      margin-bottom: 0; }
      .typeheader-16 .header-top .dropdown-menu li {
        line-height: 22px; }
  .typeheader-16 .telephone {
    float: right;
    line-height: 40px; }
  .typeheader-16 .header-middle {
    padding: 22px 0; }
  .typeheader-16 .lang-curr {
    float: right; }
    .typeheader-16 .lang-curr > li {
      position: relative;
      padding-left: 20px;
      margin-left: 20px; }
      .typeheader-16 .lang-curr > li:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        background-color: #dcdcdc;
        top: 10px;
        left: 0; }
  .typeheader-16 .welcome-msg {
    line-height: 40px; }
    .typeheader-16 .welcome-msg span {
      border-bottom: 1px dashed; }
  .typeheader-16 .signin-w {
    /*margin-top:-4px;*/
    float: left; 
  }
    .layout-16 ul li.log.logout a i.logout {
      padding-right:3px;
    }
  .typeheader-16 .signin-link li.logout {
    margin-right:80px
  }  

  .typeheader-16 .signin-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    /*flex-direction: column;*/
    line-height: 1.2em;
  }
  
  .typeheader-16 .signin-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    /*gap: 10px;*/ /* расстояние между "Войти" и "Регистрация" */
    flex-direction: column;
  }
  .typeheader-16 .signin-list li.regis {
    font-size: 14px;
    color: #222;
    font-weight: 600; }
  
  .typeheader-16 .signin-link {
    min-height: 34px;
    padding-left: 40px;
    position: relative;
    line-height: 1.3; }
    .typeheader-16 .signin-link:before {
      content: '';
      display: block;
      width: 28px;
      height: 34px;
      background: url(../../images/icon/id16-icon-image.png) no-repeat -18px -16px;
      position: absolute;
      left: 0;
      top: 0; }
    .typeheader-16 .signin-link li {
      display: inline-block;
      width: 100%;
      font-size: 12px; }
      .typeheader-16 .signin-link li.regis {
        font-size: 14px;
        color: #222;
        font-weight: 600; }
  .typeheader-16 .wishlist-comp {
    float: right;
    margin-right: 20px; }
    .typeheader-16 .wishlist-comp li {
      width: 40px;
      height: 40px;
      list-style: none;
      float: left;
      padding-top: 8px;
      margin-left: 15px; }
      .typeheader-16 .wishlist-comp li a i {
        font-size: 26px;
        color: #232f3e; }
      .typeheader-16 .wishlist-comp li a span {
        display: none; }
      .typeheader-16 .wishlist-comp li a.top-link-wishlist {
        width: 40px;
        height: 32px;
        display: block;
        overflow: hidden;
        text-indent: -999em; }
        .typeheader-16 .wishlist-comp li a.top-link-wishlist:before {
          font-family: 'FontAwesome';
          content: "\f004";
          font-size: 26px;
          color: #232f3e;
          display: block;
          text-indent: 0; }
  .typeheader-16 ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top;
    display: inline-flex; }
    .typeheader-16 ul.top-link > li {
      display: inline-block;
      position: relative;
      list-style: outside none none;
      line-height: 40px; }
      .typeheader-16 ul.top-link > li .btn-group {
        display: inline;
        line-height: 40px;
        padding: 12px 0; }
        .typeheader-16 ul.top-link > li .btn-group .btn-link {
          padding: 0;
          border: none; }
      .typeheader-16 ul.top-link > li .fa-caret-down {
        font-size: 12px; }
        .typeheader-16 ul.top-link > li.account .dropdown-menu {
          right: auto;
          left: 0; }
.layout-16 .center-wrapper {
  /*width: 80%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-16 .logo {
  display: flex;
    align-items: center;
    justify-content: center;
}   
.layout-16 .logo img {
    /*width: 111px;
    top: -8px;
    position: absolute;
    left: 72px;*/
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    max-width:105px;
  } 
  .layout-16 .logo-text  {  
    /*position: relative;
    left: 50%;
    transform: translate(-50%, -0%);
    max-width: 100%;
    max-height: 100%;
    margin-top: 11px;
    height: 35px;
    top: -10px;
    max-height: 38px;
    margin-top: 10px;
    margin-bottom: 5px;*/
  }    
  .typeheader-16 .header-bottom {
    padding: 3px 0;
    background-color: #fed363 /*#0b79bf*/; }
  @media (min-width: 992px) {
    .typeheader-16 .header-bottom .bottom1 {
      padding-right: 5px; } }
@media (min-width: 1200px) and (max-width: 1649px) {
  .typeheader-16 .header-bottom .bottom1 {
    width: 20%; } }
@media (min-width: 992px) {
  .typeheader-16 .header-bottom .bottom2 {
    padding-right: 10px; }
    .typeheader-16 .header-bottom .bottom2 .inner {
      margin-right: 10px; 
    } 
}
@media (min-width: 1200px) and (max-width: 1649px) {
  .typeheader-16 .header-bottom .bottom2 {
    width: 63.333337%; } }
@media (min-width: 992px) {
  .typeheader-16 .header-bottom .bottom3 {
    padding-left: 5px; } }
.typeheader-16 .sublinks-block {
  background: #fff;
  margin-top: 10px;
  border-radius: 4px; }
  .typeheader-16 .sublinks-block ul {
    display: table;
    width: 100%;
    text-align: center; }
    .typeheader-16 .sublinks-block ul li {
      display: table-cell; }
      .typeheader-16 .sublinks-block ul li:not(:last-child) {
        border-right: 1px solid #e5e5e5; }
      .typeheader-16 .sublinks-block ul li a {
        color: #444;
        display: block;
        padding: 0px 10px;
        line-height: 30px;
        /*=====SEARCH ======*/ 
}
.typeheader-16 .header-bottom .bottom2 .inner {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.typeheader-16 #sosearchpro .search {
  /*position: relative;
  width: 100%;*/
  margin: 0;
   
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:3px;

}

  .typeheader-16 {
    --input-height: 32px;
    --input-font-size: 15px;
    --category-filter-width:13%;
    --search-width:78%;
  } 
  .typeheader-16 #sosearchpro.so-search {
    /*width: var(--search-width);*/
  }
  .typeheader-16 div.search-header-w {
    margin-top:-8px;
    width: 45%;
  }
  .typeheader-16 #sosearchpro .search .chosen-container-single .chosen-single {
    height: var(--input-height);
    line-height: var(--input-height);
    padding-left: 15px; 
    min-width: 0px;
  }
    .typeheader-16 #sosearchpro .search .chosen-container-single .chosen-single div {
      width: var(--input-height);
      height: var(--input-height);
      background-color: #ededed;
      line-height: var(--input-height);
      text-align: center;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
      .typeheader-16 #sosearchpro .search .chosen-container-single .chosen-single div b {
        width: 20px;
        /*margin: 0 auto;*/
        margin-left:5px;
        margin-top:-3px; 
    }
  .typeheader-16 .search-input-wrapper {
    flex:3;
    display: flex;
  }  
  .typeheader-16 input {
    flex: 1; 
    width: 100%;
  }
  .typeheader-16 button {
     /*position: absolute;*/
     right: 0; 
     top: 0; 
     /*height: 100%; */
     border-top-left-radius: 0; 
     border-bottom-left-radius: 0;
  }

  .typeheader-16 #sosearchpro .search .select_category {
    border: none;
    background-color: #fff;
    border-radius: 4px !important;
    width: var(--category-filter-width); 
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .typeheader-16 a.chosen-single span {
    font-size: var(--input-font-size);
    
  }
  .typeheader-16 #sosearchpro .search .input-group-btn {
    width: 0; }
  .typeheader-16 #sosearchpro .search button {
    position: absolute;
    top: 0px;
    /*right: 0px;*/
    height: var(--input-height);
    text-align: center;
    line-height: var(--input-height);
    padding: 0 15px;
    color: #fff;
    border-radius: 0;
    text-transform: upper-case;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
    .typeheader-16 #sosearchpro .search button i {
      font-size: 16px;
      color: #fff; }
  .typeheader-16 #sosearchpro .search input {
    margin-left: 10px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    z-index: 0;
    height: var(--input-height);
    padding-left: 20px;
    font-size: var(--input-font-size);
    /*width: 78%;*/
    background-color: #fff;
    color: #999; }
    .typeheader-16 #sosearchpro .search input::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .typeheader-16 #sosearchpro .search input:-ms-input-placeholder {
      color: #999; }
    .typeheader-16 #sosearchpro .search input::-webkit-input-placeholder {
      color: #999; }
    .typeheader-16 #sosearchpro .search input:focus {
      z-index: 0;


      /*BLOCK CART*/ }
.typeheader-16 .shopping_cart {
  /*left:-5px;
  top:12px;
  float: left;
  position: relative; */
}
.shopping_cart #cart {
  /*display: flex;
  gap:8px;*/
}
  .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart {
    /*position: relative;
    padding-bottom: 8px; */
  }
    .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
      margin-right:-3px;
      float: left;
      display: block;
      width: 35px;
      height: 34px;
      background: url(../../images/icon/id16-icon-image.png) no-repeat -124px -16px; }
      .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
        display: none; }
    .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
      /*float: left;
      position: relative;
      min-height: 35px;
      margin-left: 12px;*/ 
    }
    .typeheader-16 .shopping_cart .shopcart {
      display: flex;
      gap:8px;
      align-items: center;
      line-height: 1.2em;
    }

    .typeheader-16 .shopping_cart .shopcart .text-shopping-cart{
      display: flex;
      flex-direction: column;
    }

    .typeheader-16 .inner .fa-solid.fa-comment.fa-2xl {
      padding-right:2px;
    }

    .typeheader-16 .inner .fa-solid {
      color:#165238;
    }

.typeheader-16 .inner #header_icons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size:14px;
}
.typeheader-16 .inner #header_icons a {
  color:#165238;
}
      .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
        font-size: 12px;
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 0;
        line-height: 20px;
        text-transform: capitalize;
        float: left;
        padding-right: 5px;
       }
       .typeheader-16 ul.total-shopping-cart.cart-total-full {
        display: flex;
        flex-direction: column;
        line-height: 1.2em;
       }

       .typeheader-16 ul.total-shopping-cart.cart-total-full li{
        flex-shrink: 0;
        text-wrap: nowrap;
       }


        .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart:after {
          content: "-"; 
        }
      .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
        font-size: 12px;
        float: left;
        line-height: 20px;
        font-weight: 400; 
      }
        .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
          position: absolute;
          bottom: -3px;
          left: 0;
          font-weight: 600;
          font-size: 14px;
          display: block;
          overflow: hidden;
          text-indent: -8px; 
        }
  .typeheader-16 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto;
    color: #666; }
  .typeheader-16 .shopping_cart .shoppingcart-box:before {
    right: 50px;
    /*MENU MEGA*/ }
.typeheader-16 .megamenu-style-dev .navbar-default {
  background: transparent; }
.typeheader-16 .container-megamenu.horizontal ul.megamenu > li > a strong img {
  display: none; }
.typeheader-16 .container-megamenu.horizontal ul.megamenu > li {
  margin-right: 30px; }
  .typeheader-16 .container-megamenu.horizontal ul.megamenu > li > a {
    line-height: 100%;
    color: #222;
    font-size: 15px; }
    .typeheader-16 .container-megamenu.horizontal ul.megamenu > li > a strong {
      font-weight: 500;
      /*-- MEGA MENU VERTICAL --*/ }
.typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu {
  box-shadow: none;
  border: 1px solid #ccc;
  border-top: none; }
  .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.id16-item, .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.id6-item {
    display: block; }
  .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
    border-top: 1px solid #ccc; }
.typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .more-view, .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
  color: #666; }
.typeheader-16 .container-megamenu.vertical {
  position: relative; }
  .typeheader-16 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
    background-color: transparent; }
    .typeheader-16 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
      color: #fff;
      font-size: 14px;
      text-shadow: none;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      .typeheader-16 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div {
        padding-top: 13px; }
        .typeheader-16 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div span {
          background-color: #fff;
          height: 2px; }
          
@media (min-width: 992px) {
  .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu {
    padding-top: 6px; }
    .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
      top: 14px; }
  .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 8px 0;
    line-height: 21px; }
  .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover {
    box-shadow: none; }
  .typeheader-16 .container-megamenu.vertical .vertical-wrapper {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    position: absolute;
    width: 100%;
    top: 60px; }
    .typeheader-16 .container-megamenu.vertical:hover .vertical-wrapper {
      visibility: visible;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      top: 40px; } }
  @media (min-width: 992px) and (min-width: 1200px) and (max-width: 1649px) {
    .typeheader-16 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
      padding: 5px 0; } }

@media (min-width: 1200px) {
  .common-home .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper ul.megamenu, .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper ul.megamenu {
    padding-top: 6px; }
    .common-home .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i, .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
      top: 14px; }
  .common-home .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a, .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 8px 0;
    line-height: 21px; }
  .common-home .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover, .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover {
    box-shadow: none; }
  .common-home .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper, .typeheader-16.navbar-compact .container-megamenu.vertical .vertical-wrapper {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    position: absolute;
    width: 100%;
    top: 60px; }
    .common-home .typeheader-16.navbar-compact .container-megamenu.vertical:hover .vertical-wrapper, .typeheader-16.navbar-compact .container-megamenu.vertical:hover .vertical-wrapper {
      visibility: visible;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      top: 40px; }
  .common-home .typeheader-16 .container-megamenu.vertical .vertical-wrapper {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    top: 40px; }
    .common-home .typeheader-16 .container-megamenu.vertical:hover .vertical-wrapper {
      visibility: visible;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      top: 40px; } }


body.layout-16 div#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Занимает минимум всю высоту экрана */
  margin: 0;
}
        
main {
    flex: 1; /* Занимает всё доступное пространство, выталкивая footer вниз */
}



@media (min-width: 992px) {

  .wrapper-fluid .typeheader-16 .container {
    padding-left:15px;
    padding-right:15px;
  }

  div.menu-vertical.col-xs-8{
    width: auto;
  }

  div.header-bottom div.bottom2 {
    /*width:80%;*/
    padding-left:0;
    padding-right:10px;
  }
}

/* Новые стили для Flexbox-вёрстки */
.typeheader-16 .header-flex-container {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: flex-start;
  width: 100%;
  /*padding: 10px 0;*/
}

.typeheader-16 .header-logo-section {
  display: flex;
  flex-direction: column;
  /*width: 20%;*/
  /*min-width: 150px;*/
  margin-right:20px;
}

.typeheader-16 .header-content-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap:3px;
  /*padding: 0 15px;*/
}

/* Новый контейнер для логотипа и поиска */
.typeheader-16 .center-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap:8px;
  /*width: 100%;*/
  /*margin-bottom: 10px;*/
}

.typeheader-16 .text-logo-wrapper {
  text-align: left;
  margin-bottom: 3px;
}

.typeheader-16 .search-section {
  /*width: 100%;*/
}

.typeheader-16 .search-wrapper {
  width: 100%;
  max-width: 400px;
}

.typeheader-16 .header-actions {
  display: flex;
  justify-content: center;
  /*align-items: flex-end;*/
  gap: 9px;
  /*margin-top: 10px;*/
  
}

.typeheader-16 .header-actions a {
  color:#165238;
  font-size:14px;
  /*font-weight: bold;*/
}

.typeheader-16 .header-block,
.typeheader-16 .header-block2 {
  margin-top: 10px;
}

/* Стили для поиска */
.typeheader-16 #sosearchpro .search {
  display: flex;
  align-items: center;
  width: 100%;
}

.typeheader-16 .search-input-wrapper {
  display: flex;
  flex: 1;
  position: relative;
}

.typeheader-16 #sosearchpro .search .select_category {
  width: 160px;
  min-width: 120px;
  border-radius: 4px 0 0 4px !important;
  flex-grow: 0;
}

.typeheader-16 #sosearchpro .search input {
  flex: 1;
  margin: 0;
  border-radius: 0;
  border-left: 1px solid #ddd;
}

.typeheader-16 #search0 .chosen-container.chosen-container-single {
  width: 160px;
  flex-grow: 0;
}

.typeheader-16 #sosearchpro .search button {
  position: relative;
  right: auto;
  border-radius: 0 4px 4px 0;
}

/* Стили для иконок и действий */
.typeheader-16 .user-account,
.typeheader-16 .forum,
.typeheader-16 .shopping_cart {
  display: flex;
  align-items: center;
  gap: 8px;
}

.typeheader-16 .signin-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.typeheader-16 .signin-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  min-width: 150px;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.typeheader-16 .signin-wrapper:hover .signin-dropdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.typeheader-16 .signin-dropdown a {
  padding: 5px;
  white-space: nowrap;
}

.typeheader-16 .signin-dropdown a:hover {
  background: #f5f5f5;
}

.typeheader-16 .logo {
  display: flex;
  justify-content: left;
  align-items: center;
  /*margin-bottom: 10px;*/
}

.typeheader-16 .logo img {
  max-width: 105px;
  height: auto;
}

.typeheader-16 .logo-text {
  max-height: 38px;
  width: auto;
}

.typeheader-16 .shopping_cart .shopcart {
  display: flex;
  align-items: center;
  gap: 8px;
}

.typeheader-16 .shopping_cart .shopcart .text-shopping-cart {
  display: flex;
  flex-direction: column;
}

.typeheader-16 .inner .fa-solid {
  color: #165238;
}

.typeheader-16 .inner a {
  color: #165238;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Цвет фона шапки */
.typeheader-16 .header-bottom {
  background-color: #fed363;
}


.typeheader-16 #sosearchpro .select_category select {
  height: var(--input-height);
}

/*----- LARGE -----*/
@media (min-width: 991px) {
  .typeheader-16 .hidden-large {
    display: none;
  }
}
@media (min-width: 1199px) {
  .typeheader-16 .hidden-lg {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  
  .typeheader-16 .header-logo-section {
    width: 25%;
  }
  
  .typeheader-16 .header-content-section {
    width: 75%;
  }

}


/*----- MEDIUM -----*/
@media (max-width: 991px) {
  .wrapper-fluid .typeheader-16 .container {
    padding-left:5px;
    padding-right:5px;
  }
}

@media (min-width: 511px) and (max-width: 991px) {

  .typeheader-16 .hidden-medium {
    display: none;
  }
    .typeheader-16 .header-flex-container {
    flex-direction: row;
    gap:5px;
  }
  
  .typeheader-16 .header-logo-section {
    /*width: 100%;*/
    /*margin-bottom: 15px;*/
    /*width:110px;*/
    margin-right:0px;
  }
  
  .typeheader-16 .logo img {
  max-width: 90px;
  }
  .typeheader-16 .header-actions {
    /*margin-top: 15px;*/
  }
}



/*----- SMALL -----*/
@media (max-width: 510px) {
  .typeheader-16 .hidden-small {
    display: none;
  }
}


@media (max-width: 510px) {
  .typeheader-16 .hidden-small {
    display: none;
  }

  .typeheader-16 .logo img {
    max-width: 70px;
  }

  .layout-16 .wrapper-fluid .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .typeheader-16 .header-logo-section {
    margin-right:10px;
  }

  .typeheader-16 .logo-text {
    max-height: 26px;
  }

  .typeheader-16 .center-content-wrapper {
    flex-direction:column;
    gap:5px;
  }

  .typeheader-16 .header-flex-container {
    flex-wrap:wrap;
    gap:5px;
  }

  .typeheader-16 .text-logo-wrapper {
    /*text-align: center;*/
    /*margin-bottom: 3px;*/
    width: 100%;
    margin-top: 5px;
  }


}

.common-home .so-categories .cat-wrap .content-box .cat-title {
  border: none;
}

.common-home .so-categories .cat-wrap .content-box  {
  border: 1px solid #ccc;
}
