.WooAjaxSearch_widget {
  position: relative; }
  .WooAjaxSearch_widget .WooAjaxSearch_ajax-wrapper {
    position: relative; }
    .WooAjaxSearch_widget .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_search-btn {
      color: #fff; }
  .WooAjaxSearch_widget input[type=text] {
    width: 100%;
    margin-bottom: 5px; }

.WooAjaxSearch_shortcode {
  position: relative; }
  .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper {
    display: grid;
    grid-template-columns: 200px 1fr; }
    .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_input-wrapper {
      position: relative; }
      .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_input-wrapper img {
        position: absolute;
        top: 13px;
        right: 15px;
        z-index: 99; }
    .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_categs {
      margin: 0;
      margin-right: 20px; }
      .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_categs select {
        padding: 15px;
        padding-right: 5px;
        color: #393f49;
        border-radius: 2px;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 1px 8px;
        border: none; }
    .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_search-wrapper {
      display: grid;
      grid-template-columns: 1fr 200px;
      grid-gap: 20px; }
      .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_search-wrapper input {
        display: block;
        padding: 15px;
        color: #393f49;
        border-radius: 2px;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 1px 8px;
        border: none;
        width: 100%; }

.WooAjaxSearch_search-btn {
  display: block;
  font-size: 16px;
  text-align: center;
  background-color: #cd2a3e;
  text-decoration: none !important;
  color: #fff;
  border-radius: 2px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif !important;
  transition: all .15s ease;
  letter-spacing: .025em;
  will-change: transform;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 1px 8px;
  padding: 13px; }
  .WooAjaxSearch_search-btn:hover {
    color: #fff;
    border-color: #a31123;
    background-color: #a31123;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

.WooAjaxSearch_ajax-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999; }
  .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_badge {
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    padding: 2px 5px;
    text-transform: uppercase; }
  .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_categs {
    margin-bottom: 5px; }
    .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_categs select {
      display: block;
      width: 100%;
      padding: 6px 15px;
      background-color: #E0E0E0; }
  .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 1px 8px; }
    .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list li {
      margin-bottom: 10px;
      padding: 10px; }
      .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list li:hover {
        background-color: #F5F5F5; }
      .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list li:last-child {
        margin-bottom: 0; }
      .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list li .WooAjaxSearch_meta a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        text-decoration: none; }
      .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list li .WooAjaxSearch_thumbnail {
        display: none; }
        .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list li .WooAjaxSearch_thumbnail img {
          display: block;
          max-width: 100%;
          max-height: 100%; }


/*# sourceMappingURL=woo-ajaxsearch-styles-frontend.css.map*/