/* E-Mono product search form — shortcode + header */

.emono-product-search,
.emono-header-search .emono-product-search {
  width: 100%;
}

.emono-product-search .emono-searchform,
.emono-header-search .emono-searchform {
  margin: 0;
}

.emono-product-search .emono-searchform__row,
.emono-header-search .emono-searchform .flex-row,
.emono-header-search .emono-searchform__row {
  display: flex;
  align-items: stretch;
  border: 1px solid #f0b8b3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.emono-product-search .search-field,
.emono-header-search .search-field {
  border: 0 !important;
  box-shadow: none !important;
  height: 44px;
  padding: 0 14px;
  font-size: 14px;
  background: transparent;
  width: 100%;
}

.emono-product-search .emono-searchform__cats,
.emono-header-search .search-form-categories,
.emono-header-search .emono-searchform__cats {
  border-left: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 0 8px 0 12px;
  background: #fff;
  flex: 0 0 auto;
}

.emono-product-search .search_categories,
.emono-header-search .search_categories {
  border: 0 !important;
  box-shadow: none !important;
  height: 44px;
  min-width: 150px;
  padding-right: 22px;
  font-size: 13px;
  color: #555;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  cursor: pointer;
}

.emono-product-search .emono-search-submit,
.emono-product-search .ux-search-submit,
.emono-product-search button.submit-button,
.emono-header-search .emono-search-submit,
.emono-header-search .ux-search-submit,
.emono-header-search button.submit-button {
  width: 48px !important;
  min-width: 48px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #e6544a !important;
  background-color: #e6544a !important;
  color: #fff !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.emono-product-search .emono-search-submit i,
.emono-product-search .ux-search-submit i,
.emono-header-search .emono-search-submit i,
.emono-header-search .ux-search-submit i {
  color: #fff !important;
}

.emono-product-search .emono-search-submit:hover,
.emono-product-search .ux-search-submit:hover,
.emono-header-search .emono-search-submit:hover,
.emono-header-search .ux-search-submit:hover,
.emono-header-search button.submit-button:hover {
  background: #d4453b !important;
  background-color: #d4453b !important;
}
