.products-block.products .p .name {
  height: inherit !important;
}
.in-kosik .cart-content {
  display: flex;
  flex-direction: column;
}
.in-kosik .cart-content .cart-table {
  order: 1;
}
.in-kosik .cart-content .cart-summary {
  order: 2;
}
.in-kosik
  .cart-content
  .up-cart-offers-slot.up-cart-offers-slot-template-classic {
  order: 3;
}
.in-index h4.homepage-group-title,
.h4.homepage-group-title {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif !important;
  font-size: 32px;
  text-align: left;
}
.in-index .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.in-index .homepage-box.middle-banners-wrapper {
  margin-top: 0 !important;
}
.overall-wrapper {
  overflow: hidden;
}
.search-form::before {
  width: 26px;
  height: 26px;
  left: 5px;
  font-size: 18px;
}
.compact-form .form-control {
  padding: 12px 80px 12px 40px;
}
.compact-form .btn {
  width: auto;
  min-width: 80px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #navigation {
    position: relative;
    overflow: visible;
  }
  #navigation::before,
  #navigation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 62px;
    top: 0;
    background-color: #859f26;
    z-index: -1;
  }
  #navigation::before {
    left: -50%;
  }
  #navigation::after {
    right: -50%;
  }
  .navigation-in.menu {
    background-color: #859f26;
  }
  .menu-helper::after,
  .navigation-in > ul > li > a,
  .submenu-arrow::after {
    color: white;
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  width: max-content;
  flex: 0 0 auto !important;
}

.header__image {
  width: 50px;
  flex-shrink: 0;
}

.header__image img {
  width: 100%;
}

.header__rating {
  margin-bottom: 5px;
}

.header__item,
.header__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__stars {
  display: flex;
  align-items: center;
}
.header__star {
  position: relative;
  width: 14px;
  height: 14px;
}
.header__star::before {
  content: "\e907";
  color: #ecb911;
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "ikony";
  line-height: 13px;
}
.header__percent {
  margin: 0;
  font-size: 17px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  line-height: 1.2;
  color: black;
}
.header__phone {
  margin: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  line-height: 0.5;
  color: black;
}
.header__descr {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 0.5;
  color: #747474;
}
.header__text {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.5;
  color: black;
}
@media (max-width: 1200px) {
  .top-nav-button {
    width: auto;
    padding: 15px 10px 0;
    font-size: 12px;
  }
  #header .cart-count {
    min-width: auto;
    padding: 15px 10px 0;
    font-size: 12px;
  }
  .header__image {
    width: 30px;
  }
  .header__item,
  .header__rating {
    gap: 5px;
  }
  .header__star {
    width: 10px;
    height: 10px;
  }
  .header__star::before {
    font-size: 10px;
    line-height: 10px;
  }
  .header__percent {
    font-size: 14px;
  }
  .header__phone {
    font-size: 12px;
  }
  .header__descr {
    width: max-content;
    font-size: 10px;
  }
  .header__text {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .header-top {
    height: auto;
  }
  .header-top > div.search {
    width: 100% !important;
    padding: 0 0 10px;
    order: 10;
  }
  .top-nav-button,
  #header .cart-count {
    border: 0;
  }
}
@media (min-width: 768px) {
  .header-top {
    gap: 10px;
    justify-content: space-between;
  }
  .site-name {
    padding: 0;
  }
  .header-top > div,
  .header-top > div.search {
    flex: 0 0 auto;
    width: max-content;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    position: absolute;
    top: -44px;
    left: 18%;
    gap: 10px;
  }
  #header .cart-count {
    padding: 0;
  }
}

@media (max-width: 570px) {
  .header__wrapper {
    display: none;
  }
}
