@keyframes ep-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.element-search-form-wrap {
  width: 100%;
  display: block;
}

.element-search-form {
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
  width: 100%;
}

.element-search-form .element-search-category-select {
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-family: sans-serif;
  line-height: normal;
  text-shadow: none;
  letter-spacing: 0;
  max-width: 27%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  padding: 10px 28px 10px 10px;
  margin: 0;
  box-shadow: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  color: #313131;
  font-size: 16px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #dedede;
  border-right: 0;
}

.element-search-form .element-search-input-wrap {
  height: 100%;
  flex: auto;
  position: relative;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.element-search-form .element-search-input {
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-family: sans-serif;
  line-height: normal;
  text-shadow: none;
  letter-spacing: 0;
  height: 100%;
  width: 100% !important;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #dedede;
  margin: 0;
  padding: 10px;
  box-shadow: none;
}

.element-search-form .element-search-input:hover,
.element-search-form .element-search-input:focus {
  box-shadow: none;
  outline: 0;
  border-width: 1px;
  border-color: inherit;
}

.element-search-form .element-search-spinner {
  border: 3px solid rgba(0, 0, 0, 0.35);
  border-top-color: rgba(0, 0, 0, 0.875);
  border-radius: 100%;
  height: 18px;
  width: 18px;
  animation: ep-rotate 0.8s infinite linear;
  position: absolute;
  right: 10px;
  top: 11px;
  opacity: 0;
}

.element-search-form .element-search-spinner.visible {
  opacity: 0.4;
}

.element-search-form .element-search-results {
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 3px 3px;
  margin: 1px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 125;
  display: none;
  font-family: sans-serif;
}

.element-search-form .element-search-results-item {
  margin: 0;
  font-size: 13px;
}

.element-search-form .element-search-results-item a {
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-family: sans-serif;
  line-height: normal;
  text-shadow: none;
  letter-spacing: 0;
  padding: 15px;
  display: flex;
  color: #313131;
  text-decoration: none !important;
  border: 0;
  box-shadow: none;
}

.element-search-form .element-search-results-item a:hover {
  background-color: #F5F5F5;
  border: 0;
  box-shadow: none;
}

.element-search-form .element-search-results-item .element-search-results-item-thumb {
  margin-right: 15px;
  max-width: 55px;
}

.element-search-form .element-search-results-item .element-search-results-item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}

.element-search-form .element-search-results-item .element-search-results-item-title:last-child {
  margin-bottom: 0;
}

.element-search-form .element-search-results-item .element-search-results-item-excerpt {
  margin: 0;
  opacity: 0.8;
}

.element-search-form .element-search-results-item .element-search-results-item-excerpt:empty {
  display: none;
}

.element-search-form .element-search-results-item.highlighted a {
  background-color: #F5F5F5;
}

.element-search-form .element-search-results-item.error a {
  color: #ff786d;
}

.element-search-form button.element-search-btn {
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-family: sans-serif;
  line-height: normal;
  text-shadow: none;
  letter-spacing: 0;
  height: 100%;
  flex: none;
  font-size: 16px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
  border: 1px solid #dedede;
  border-left: 0;
  background: none;
  box-shadow: none;
  margin: 0;
}

.element-search-form .element-search-all-results {
  text-align: center;
}