.topline-search-results {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../../img/layout/fancy-bg.png") !important;
  z-index: 10;
  display: none;
  overflow: scroll;
  padding-top: 10px;
}
.topline-search-results__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fdfefc;
  padding: 30px;
}
.topline-search-results__input {
  border-radius: 17px;
  background: #f5f5f5;
  -webkit-appearance: none;
}
.topline-search-results__input:focus {
  border: 1px solid rgba(67, 79, 56, 0.2);
}
.topline-search-results__product {
  display: flex;
  align-items: flex-start;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.topline-search-results__product__img-box {
  min-width: 40px;
  max-width: 40px;
  margin-right: 10px;
  padding-top: 7px;
}
.topline-search-results__product__img-box_iconed {
  color: #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.topline-search-results__product__img {
  max-width: 100%;
  height: auto;
}
.topline-search-results__product__name {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.topline-search-results__product__article {
  font-size: 12px;
  margin-bottom: 4px;
}
.topline-search-results__product__price {
  position: relative;
  display: flex;
  align-items: center;
}
.topline-search-results__product__price__current {
  font-size: 20px !important;
}
.topline-search-results__product__price__badge {
  font-size: 12px;
  color: #585b59;
  font-style: italic;
}
.topline-search-results__product__price div {
  margin-right: 7px;
}
.topline-search-results__product .product__price__old {
  position: static;
}
.topline-search-results__product:hover {
  background: #f4f7f4;
}
.topline-search-results__count-info {
  font-size: 16px;
  padding: 10px 0 10px 0;
}
.topline-search-results__count-info a {
  text-decoration: underline;
}
.topline-search-results__phrase {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.topline-search-results__phrase__icon {
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  font-size: 25px;
  color: #cecece;
  margin-right: 10px;
}
.topline-search-results__phrase__text {
  font-size: 18px;
  line-height: 1.2;
}
.topline-search-results__phrase:hover {
  background: #f4f7f4;
}
.topline-search-results__group {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.topline-search-results__group__icon {
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  font-size: 25px;
  color: #cecece;
  margin-right: 10px;
}
.topline-search-results__group__icon svg {
  max-width: 100%;
  max-height: 40px;
}
.topline-search-results__group__text {
  font-size: 18px;
  line-height: 1.2;
}
.topline-search-results__group__text__parent-group {
  font-size: 12px;
}
.topline-search-results__group:hover {
  background: #f4f7f4;
}
.topline-search-results__input-box {
  display: flex;
}
.topline-search-results__closer {
  min-width: 30px;
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #005630;
  cursor: pointer;
}
.topline-search-results.active {
  display: block;
}

@media (max-width: 640px) {
  .topline-search-results__inner {
    padding: 15px;
  }

  .topline-search-results__phrase__text,
.topline-search-results__group__text,
.topline-search-results__product__name {
    font-size: 16px;
  }

  .topline-search-results__phrase__icon {
    font-size: 20px;
  }
}
.product-pseudo-ornament-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-pseudo-ornament {
  position: relative;
  width: 30px;
  height: 700px;
  background: url("/static/img/layout/sf-ornament.jpg");
}

.product-pseudo-top {
  margin-bottom: 10px;
}

.product-pseudo-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-pseudo-text {
  hyphens: auto;
  margin-bottom: 10px;
}

.product-pseudo-bottom-wrapper {
  overflow: hidden;
  position: relative;
}
.product-pseudo-bottom-wrapper:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
.product-pseudo-bottom-wrapper:after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

.product-pseudo-bottom {
  display: flex;
  overflow: hidden;
  position: relative;
}

.product-pseudo-service {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 2px;
}
.product-pseudo-service svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.pseudo-product-min-width .product_pseudo {
  min-width: 280px;
}

/*# sourceMappingURL=all.css.map */
