/* cart */
/* #headerfixed .header-cart .header-cart__name {
  display: none;
} */

#headerfixed .header__main-part {
  height: 79px;
}
#headerfixed .header__inner{
  padding-top: 0;
  padding-bottom: 0;
}

#headerfixed .header-cabinet {
    position: relative;
    width: 45px;
    margin-left: 0;
    background: #E9E4E4;
    height: 45px;
    border-radius: 50%;
    align-content: center;
}


#headerfixed .header-favorite {
    position: relative;
    width: 45px;
    margin-left: 0;
    background: #E9E4E4;
    height: 45px;
    border-radius: 50%;
    align-content: center;
}
#headerfixed .header-favorite  img {
    vertical-align: middle;
}
#headerfixed .header__main-item {
    margin: 0;
}
#headerfixed .header-cart {
    position: relative;
    width: 45px;
    margin-left: 0;
    background: #E9E4E4;
    height: 45px;
    border-radius: 50%;
    align-content: center;
}
#headerfixed .line-block {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 -16px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    gap: 20px;
}
#headerfixed .line-block--40 > .line-block__item {
    padding-left: 0;
    padding-right: 0;
}
#headerfixed .logos {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 210px;
    height: 50px;
    display: flex;
    align-items: center;
}
#headerfixed .logos img {
    width: 100%;
}
#headerfixed .header__main-inner {
    gap: 20px;
    margin: 0;
    width: 100%;
}
#headerfixed input#title-search-input_fixed {
    border: 1px solid #000;
    border-radius: 14px;
    /* width: 932px; */
    height: 45px;
    background: #f5f5f5;
}
@media not print {
  #headerfixed {
    display: none;
    opacity: 0;
    transition: opacity ease 0.01s;
    display: none;
  }
  #headerfixed.fixed {
    opacity: 1;
  }
  .header__inner--shadow-fixed {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  header.fixed,
  #headerfixed.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 998;
    right: 0;
    left: 0;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  #main #headerfixed .header__inner {
    position: static;
  }
}

@media (max-width: 1200px) {
  #headerfixed .header__icon-name{
    display: none;
  }
}

@media (min-width: 992px) {
  #headerfixed.fixed {
    display: block;
  }
  body #headerfixed > .maxwidth-theme > .logo-row {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.fill_bg_y.visible_banner #headerfixed {
    background: none;
    box-shadow: none;
  }
  body.fill_bg_y.visible_banner #headerfixed > .maxwidth-theme {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
  }

  /*backdrop*/
  #headerfixed .header {
    background-color: #fff; /*hsl(var(--dark_light-hue) var(--dark_light-saturation) var(--dark_light-lightness) / 80%);*/
  }
  html:not(.bx-ie) #headerfixed .header__inner {
    background: none;
  }
}
