.autocompleter-sub {
  position: absolute;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  min-width: 100%;
  margin-top: 0.3125rem;
  z-index: 5; }

.autocompleter-list {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 0;
  max-height: 15.625rem;
  overflow: auto; }

.autocompleter-list-item {
  padding: 0.9375rem;
  margin: 0;
  border-top: 0.0625rem #ededee solid; }
  .autocompleter-list-item:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
  .autocompleter-list-item:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem; }

.autocompleter-product-image-block {
  text-align: center;
  padding-right: 0.9375rem; }

.autocompleter-product-name {
  font-size: 0.875rem; }

.autocompleter-product-additional-block {
  font-size: 0.6875rem; }

.autocompleter-product-price-text,
.autocompleter-product-price-value {
  vertical-align: middle;
  padding-top: 0.3125rem;
  display: inline-block; }

.autocompleter-product-amount-text,
.autocompleter-product-price-text {
  padding-right: 0.625rem; }

.autocompleter-product-image-link {
  position: relative; }

.autocompleter-cross {
  position: absolute;
  text-decoration: none;
  top: 0.3125rem;
  right: 0.9375rem;
  display: block;
  text-align: center;
  font-size: 1.5625rem; }
  .autocompleter-cross:hover {
    text-decoration: none; }

.autocompleter-cross:after {
  display: table-cell;
  content: '\00d7';
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  width: 1.5625rem;
  height: 1.5625rem; }

.autocompleter-list-item-footer {
  text-align: center; }

.autocompleter-sub-inner {
  position: relative;
  /*padding-top: rem-calc(5px);
    padding-bottom: rem-calc(5px);*/ }

.site-head-search-block .autocompleter-cross {
  right: 1.25rem; }

.autocompleter-scrollable + .autocompleter-cross {
  right: 1.25rem; }

.autocompleter-block {
  position: relative;
  display: block; }

.autocompleter-list-item-category {
  padding: 0.1875rem 0.9375rem 0.375rem;
  line-height: 1;
  margin-left: 0;
  margin-right: 0; }

.search-item-title {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-top: 0.3125rem;
  padding: 0.3125rem 0.9375rem 0.625rem;
  font-weight: bold;
  border-bottom: 1px solid; }

.autocompleter-list-item-product {
  padding: 0.625rem 0.9375rem;
  line-height: 1;
  margin-left: 0;
  margin-right: 0; }

.autocompleter-list-item-product + .autocompleter-list-item-product {
  border-bottom: 1px solid; }

.autocompleter-link {
  display: block; }
