.suggestions-nowrap {
  white-space: nowrap;
}
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
.suggestions-wrapper .suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="spinner"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="clear"] {
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1;
}
.suggestions-wrapper .suggestions-suggestions {
  background: #ffffff;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  top: 1px !important;
  padding-top: 28px;
  min-height: 200px;
}
.suggestions-wrapper .suggestions-suggestions strong {
  font-weight: normal;
  color: var(--main-color);
}
.suggestions-wrapper .suggestions-suggestions.suggestions-mobile {
  border-style: none;
  padding-left: 0;
  margin-left: -28px;
}

.suggestions-wrapper .suggestions-suggestion {
  padding-bottom: 4px;
  padding-top: 4px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 124%;
  color: var(--main-color-seventh);
  cursor: pointer;
  display: block;
  text-align: left;
}

.suggestions-wrapper .suggestions-suggestion:hover {
  color: var(--main-color);
}
.suggestions-wrapper .suggestions-selected {
  color: var(--main-color);
}
.suggestions-wrapper .suggestions-selected:hover {
  color: var(--main-color);
}
.suggestions-wrapper .suggestions-hint {
  padding-bottom: 4px;
  padding-top: 4px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 124%;
  color: var(--main-color-seventh);
  cursor: pointer;
  display: block;
}
.suggestions-wrapper .suggestions-constraints {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}
.suggestions-wrapper .suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
}
.suggestions-wrapper .suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-wrapper .suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}
.suggestions-wrapper .suggestions-constraints li span {
  vertical-align: middle;
}
.suggestions-wrapper .suggestions-subtext {
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestions-wrapper .suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
}
.suggestions-wrapper .suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
.suggestions-wrapper .suggestions-subtext_label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}

#cart_content .suggestions-wrapper .suggestions-suggestions {
  border: 1px solid #5568FF;
  border-radius: 0 0 8px 8px;
  top: -6px !important;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 332px !important;
}

@media (max-width: 980px) {
  #cart_content .suggestions-wrapper .suggestions-suggestions {
    left: 28px !important;
  }

  #cart_content .suggestions-wrapper .suggestions-suggestion {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .suggestions-wrapper .suggestions-suggestions {
    padding-top: 0;
  }

  #cart_content .suggestions-wrapper .suggestions-suggestions {
    width: calc(100vw - 32px) !important;
  }
}
