@font-face {
  font-family: 'Searchpro-Roboto';
  src: url(Roboto-Regular.eot);
  src: url(Roboto-Regular.eot?#iefix) format('embedded-opentype'), url(Roboto-Regular.woff2) format('woff2'), url(Roboto-Regular.woff) format('woff'), url(Roboto-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Searchpro-Roboto';
  src: url(Roboto-Medium.eot);
  src: url(Roboto-Medium.eot?#iefix) format('embedded-opentype'), url(Roboto-Medium.woff2) format('woff2'), url(Roboto-Medium.woff) format('woff'), url(Roboto-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
.searchpro__field {
  width: 450px;
  position: relative;
}
.searchpro__field,
.searchpro__field * {
  box-sizing: border-box;
  font-family: 'Searchpro-Roboto', sans-serif;
}
.searchpro__field .searchpro__field-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #e7e7e7;
  transition: border-color 0.3s;
  height: 38px;
  z-index: 1000;
  position: relative;
}
.searchpro__field .searchpro__field-container.js-searchpro__field-container--focus {
  border-color: #f2994a;
}
.searchpro__field .searchpro__field-container.loading {
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.05)), repeating-linear-gradient(-45deg, #eee, #eee 11px, #fff 10px, #fff 20px), linear-gradient(to bottom, #fff, #eee);
  background-size: 28px;
  -webkit-animation: loading .75s linear infinite;
  animation: loading .75s linear infinite;
}
.searchpro__field .searchpro__field-input-container {
  flex-grow: 1;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.searchpro__field .searchpro__field-input-container .searchpro__field-input {
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  padding: 0 50px 0 20px;
  height: 100%;
  width: 100%;
  font-size: 14px;
}
.searchpro__field .searchpro__field-input-container .searchpro__field-input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.searchpro__field .searchpro__field-input-container .searchpro__field-input::-moz-placeholder {
  color: #bdbdbd;
}
.searchpro__field .searchpro__field-input-container .searchpro__field-input::-ms-input-placeholder {
  color: #bdbdbd;
}
.searchpro__field .searchpro__field-input-container .searchpro__field-input::placeholder {
  color: #bdbdbd;
}
.searchpro__field .searchpro__field-input-container .searchpro__field-input::-ms-clear {
  display: none;
}
.searchpro__field-container.js-searchpro__field-container--loading .searchpro__field-input-container:after {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url(field-loading-icon.svg);
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.searchpro__field-container .searchpro__field-clear-button {
  position: absolute;
  background-image: url(clear-button-icon.svg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.searchpro__field-container .searchpro__field-clear-button:hover {
  background-image: url(clear-button-icon-hover.svg);
}
.searchpro__field .searchpro__field-button-container {
  height: 100%;
}
.searchpro__field .searchpro__field-button-container .searchpro__field-button {
  display: flex;
  align-items: center;
  background: #e7e7e7;
  cursor: pointer;
  height: 100%;
  padding: 0 20px;
  transition: 0.3s background-color, 0.3s color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1100;
}
.searchpro__field .searchpro__field-container.js-searchpro__field-container--focus .searchpro__field-button-container .searchpro__field-button {
  background: #f2994a;
  color: #fff;
}
.searchpro__field .searchpro__field-categories-container {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 550px) {
  .searchpro__field .searchpro__field-categories-container {
    display: none;
  }
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label {
  cursor: pointer;
  padding: 0 35px 0 20px;
  position: relative;
  transition: background-color 0.3s;
  max-width: 160px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label span {
  white-space: nowrap;
  max-width: 150px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label:hover {
  background-color: #f7f7f7;
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #e7e7e7;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s background-color, 0.3s height;
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label:hover:before {
  background-color: #f7f7f7;
  height: 100%;
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label:after {
  content: '';
  position: absolute;
  background-image: url(categories-caret-icon.svg);
  background-size: contain;
  width: 8px;
  height: 5px;
  right: 20px;
  transition: -webkit-transform 0.3s;
  transition: transform .3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label.js-searchpro__field-category-selector-active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.searchpro__field .searchpro__field-categories-list {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  z-index: 30;
  right: 0;
  width: 280px;
  max-height: 400px;
  overflow-y: auto;
}
.searchpro__field .searchpro__field-category,
.searchpro__field .searchpro__field-subcategory {
  padding: 7px 20px;
  transition: color .3s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #828282;
}
.searchpro__field .searchpro__field-category-all,
.searchpro__field .searchpro__field-subcategory-all {
  color: #000;
}
.searchpro__field .searchpro__field-category.selected,
.searchpro__field .searchpro__field-subcategory.selected {
  font-weight: 500;
}
.searchpro__field .searchpro__field-category:hover,
.searchpro__field .searchpro__field-subcategory:hover {
  color: #f2994a;
}
.searchpro__field .searchpro__field-category:first-child {
  padding-top: 20px;
}
.searchpro__field .searchpro__field-category:last-child,
.searchpro__field .searchpro__field-subcategories-list:last-child .searchpro__field-subcategory:last-child {
  padding-bottom: 20px;
}
.searchpro__field .searchpro__field-subcategories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategory {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategory span {
  padding-left: 15px;
}
.searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategory:before {
  content: '';
  position: absolute;
  background-image: url(subcategory-list-icon.svg);
  background-size: contain;
  width: 5px;
  height: 5px;
}
.searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategory:hover:before {
  background-image: url(subcategory-list-icon-hover.svg);
}
.searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategory {
  padding-left: 60px;
}
.searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategory {
  padding-left: 50px;
}
.js-searchpro__dropdown,
.js-searchpro__helper {
  z-index: 999;
  position: absolute;
}
.searchpro__dropdown-extend {
  display: flex;
  max-height: 663px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
  margin-top: 5px;
  z-index: 800;
  position: relative;
  width: 100%;
}
.searchpro__dropdown-extend-container {
  display: flex;
  gap: 100px;
  height: 100%;
}
.searchpro__dropdown-extend-groups {
  display: flex;
  flex-flow: column;
  gap: 32px;
  padding: 32px 0 40px;
}
.searchpro__dropdown-extend-groups_left {
  width: 280px;
  margin-left: -380px;
}
.searchpro__dropdown-extend-groups_middle {
  width: 250px;
}
.searchpro__dropdown-extend-group {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.searchpro__dropdown-extend-group-title {
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.searchpro__dropdown-extend-group-entities {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.searchpro__dropdown-extend a.searchpro__dropdown-extend-entity {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.searchpro__dropdown-extend-entity_delete {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  position: relative;
}
.searchpro__dropdown-extend-entity_delete:hover .searchpro__dropdown-extend-entity_delete-button {
  opacity: 1;
}
.searchpro__dropdown-extend-entity_delete-button {
  display: flex;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: #828282;
}
.searchpro__dropdown-extend-entity_delete-button:hover {
  color: #000000;
}
.searchpro__dropdown-extend-entity_subname {
  color: #686868;
  font-size: 14px;
}
.searchpro__dropdown-extend-group-links .searchpro__dropdown-extend-entity_image-container {
  display: flex;
}
.searchpro__dropdown-extend-group-links .searchpro__dropdown-extend-entity_image {
  width: 32px;
  height: 32px;
}
.searchpro__dropdown-extend-group-links .searchpro__dropdown-extend-group-entities {
  gap: 24px;
}
.searchpro__dropdown-extend-group-links .searchpro__dropdown-extend-entity {
  display: flex;
  gap: 12px;
  align-items: center;
}
.searchpro__dropdown-extend-group-links .searchpro__dropdown-extend-entity-header {
  font-size: 16px;
  line-height: 150%;
}
.searchpro__dropdown-extend-group-links .searchpro__dropdown-extend-entity-text {
  color: #686868;
  font-size: 12px;
  line-height: 150%;
  margin-top: 2px;
}
.searchpro__dropdown-extend-group-products {
  gap: 16px;
  width: 350px;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-group-entities {
  gap: 16px;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity {
  display: flex;
  gap: 8px;
  align-items: center;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity_image-container {
  display: flex;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity_image-container {
  min-width: 96px;
  min-height: 96px;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity_image {
  margin: auto;
  max-width: 96px;
  max-height: 96px;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity-content {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity_name {
  font-size: 14px;
  line-height: 150%;
  display: -webkit-box;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity_price-container {
  display: flex;
  gap: 12px;
  font-size: 16px;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity_price-container_compare {
  color: #F32626;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity_compare-price {
  color: #CFCFCF;
  font-size: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-entity_discount {
  font-size: 12px;
}
.searchpro__helper-dropdown-extend .searchpro__dropdown-extend-group-brands {
  gap: 8px;
}
.searchpro__helper-dropdown-extend .searchpro__dropdown-extend-group-brands .searchpro__dropdown-extend-group-entities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.searchpro__helper-dropdown-extend .searchpro__dropdown-extend-group-brands .searchpro__dropdown-extend-entity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  height: 40px;
  width: 100%;
}
.searchpro__helper-dropdown-extend .searchpro__dropdown-extend-group-brands .searchpro__dropdown-extend-entity_image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.searchpro__helper-dropdown-extend .searchpro__dropdown-extend-group-brands .searchpro__dropdown-extend-entity_image {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.searchpro-highlighted {
  font-weight: 500;
}
.searchpro__dropdown-extend-view-all-link {
  color: #2D9CDB;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.searchpro__dropdown-extend-entity_text {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.searchpro__dropdown-extend-entity_text img {
  margin-top: 5px;
}
.searchpro__dropdown-extend-entity-text-img {
  min-width: 16px;
  min-height: 16px;
}
@media screen and (max-width: 1300px) {
  .searchpro__dropdown-extend {
    margin-top: 0;
  }
  .searchpro__dropdown-extend {
    justify-content: center;
  }
  .searchpro__dropdown-extend-container {
    padding: 24px 16px;
    flex-flow: column;
    gap: 32px;
  }
  .searchpro__dropdown-extend-groups_left {
    margin-left: 0;
    width: 100%;
  }
  .searchpro__dropdown-extend-groups {
    padding: 0;
  }
  .searchpro__helper-dropdown-extend .searchpro__dropdown-extend-group-brands {
    width: 100%;
  }
  .searchpro__dropdown-extend-group-products {
    width: 100%;
  }
  .searchpro__dropdown-extend-groups_middle {
    order: 1;
  }
  .searchpro__dropdown-extend-groups_right {
    order: 2;
  }
  .searchpro__dropdown-extend-groups_left {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .searchpro__dropdown-extend-entity_delete-button {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .searchpro__dropdown-extend-group-title,
  .searchpro__dropdown-extend-entity_subname {
    font-size: 12px;
  }
  .searchpro__dropdown-extend-entity {
    font-size: 14px;
  }
  .searchpro__dropdown-extend-group-products .searchpro__dropdown-extend-group-title {
    display: block;
  }
  .searchpro__dropdown-extend-groups_left {
    width: 100%;
  }
}
