.search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-field input {
  -webkit-box-flex: 11;
      -ms-flex: 11 1 auto;
          flex: 11 1 auto;
}

.search-field button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.search-usage-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
  cursor: pointer;
}

.search-usage-thumbnail:hover {
  background-color: #f1f1f1;
}

.search-usage-thumbnail img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.search-usage-thumbnail p {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 20px;
}

.collection-details-items-section-subtitle-bold {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 80px;
}

.collection-details-items-section-subtitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 20px;
}

.result-subtitle {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: 100px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.result-subtitle:first-child {
  margin-top: 10px;
}

#result-product-tag {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 20px;
}

.search-no-found {
  text-align: center;
  margin: 50px 0 100px 0;
}

.search-field input[type="text"],
.search-field input[type="text"]:focus {
  -webkit-appearance: none;
  border: 1px solid #bdbec0;
  outline: none;
}

.search-field button,
.search-field button:focus,
.search-field button:active {
  border: 1px solid black;
  background: none;
  outline: none;
  padding: 0;
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #bdbec0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 12px;
  background: none;
  cursor: pointer;
}

@media all and (min-width: 992px) {
  .search-field button,
  .search-field button:focus,
  .search-field button:active {
    font-size: 12px;
    line-height: 12px;
  }
}
/*# sourceMappingURL=coltex-search.css.map */