.elementor-search {
  display: flex;
  flex-direction: column;
  transition: 0.2s;
}

.elementor-search svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.elementor-search--align-left .elementor-search {
  align-items: flex-start;
}

.elementor-search--align-center .elementor-search {
  align-items: center;
}

.elementor-search--align-right .elementor-search {
  align-items: flex-end;
}

.elementor-search input[type=search] {
  padding: 0 0 0 14px !important;
}

.elementor-search input[type=search]::-webkit-search-cancel-button {
  content: "x";
  -webkit-appearance: none;
}

.elementor-widget-ajax-search {
  position: static;
}

.elementor-search input[type=search]:focus,
.elementor-search button:focus {
  outline: 0;
  color: inherit;
}

.elementor-search button {
  text-align: center;
  min-width: 40px !important;
}

.elementor-search__container {
  display: flex;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}

.elementor-search__container:not(.elementor-search--topbar) {
  width: 100%;
  background: #eceeef;
}

.elementor-search__input {
  flex-basis: 100%;
  color: #55595c;
  transition: color 0.2s;
}

.elementor-search__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 1;
}

.elementor-search__submit {
  color: #fff;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}
@media (max-width: 767px) {
  .elementor-search__submit {
    margin-left: -41px;
    max-height: 41px;
    margin-top: 2px;
  }
}

.elementor-search--button-type-text .elementor-search__submit {
  flex-shrink: 0;
}

.elementor-search__icon:not(.elementor-search__clear) {
  padding-inline-end: 0 !important;
}

.elementor-search__clear {
  padding-inline-start: 0 !important;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
}

.ui-autocomplete-loading ~ .elementor-search__clear i {
  animation: ceicon-spin 2s infinite linear;
}

.ui-autocomplete-loading ~ .elementor-search__clear i:before {
  content: "\e823";
}

.elementor-search__icon {
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #55595c;
}

.elementor-search--skin-topbar .elementor-search {
  display: block;
}

.elementor-search--skin-topbar .elementor-search input[type=search].elementor-search__input {
  font-size: 32px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #eceaea;
  border-radius: 0;
  line-height: 1.5;
}

.elementor-search--skin-topbar .elementor-search__toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 0 solid;
  width: 1em;
  height: 1em;
  color: #494c4f;
  cursor: pointer;
  transition: 0.2s;
}

.elementor-search--skin-topbar .elementor-search__toggle i,
.elementor-search--skin-topbar .elementor-search__toggle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: inherit;
  font-size: var(--ce-search-toggle-icon-size, 0.55em);
}

.elementor-search--skin-topbar .elementor-search__container {
  flex-direction: column;
  transition: transform 0.3s;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  border: 0 solid transparent;
  padding: 20px;
  text-align: start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.elementor-search--skin-topbar .elementor-search__container:not(.elementor-search--topbar) {
  overflow: hidden;
  box-shadow: none;
  transform: translateY(-100%);
}

.elementor-search--skin-topbar .elementor-search__container:not(.elementor-search--topbar) .dialog-lightbox-close-button {
  transition: none;
  opacity: 0;
}

.elementor-search .dialog-lightbox-close-button {
  position: fixed;
  transition: opacity 0.3s 0.3s, color 0.3s;
  top: 10px;
  inset-inline-end: 10px;
}

.elementor-search__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-basis: 100%;
}

.elementor-search__input-wrapper .elementor-search__input {
  width: 100%;
  height: 100%;
}

.elementor-search__input-wrapper .elementor-search__clear {
  position: absolute;
  inset-inline-end: 0;
  height: 100%;
}

.elementor-search__label {
  color: #777777;
}

.elementor-search__products {
  left: auto !important;
  z-index: 9999;
}

.elementor-search__products.ui-widget {
  font-family: revert;
  font-size: revert;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  text-align: center;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-x: hidden;
  width: calc(100% + 105px) !important;
}
@media (max-width: 767px) {
  .elementor-search__products.ui-widget {
    max-height: unset !important;
    width: calc(100% - 23px) !important;
  }
}

.elementor-search__close-results,
.elementor-search__view-all {
  grid-column: 1/-1;
}

.elementor-search--focus .elementor-search__products.ui-widget {
  display: grid !important;
}

.elementor-search:not(.elementor-search--focus) .elementor-search__products.ui-widget,
.elementor-search--focus .elementor-search__products.ui-widget:empty,
.elementor-search__products.ui-widget:empty {
  display: none !important;
}

.elementor-search__close-results {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  height: unset !important;
  text-align: right;
  padding-bottom: 3px;
}
.elementor-search__close-results .search-close-btn {
  background-color: transparent;
  opacity: 0.5;
}
.elementor-search__close-results .search-close-btn:hover {
  opacity: 0.75;
}
.elementor-search__close-results .search-close-btn svg {
  width: 20px;
  height: 20px;
}

.search-view-all-link {
  padding: 14px !important;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
}

.elementor-search__products .elementor-search__product a.elementor-search__product-link {
  border: none;
  border-radius: 0;
  padding: 16px;
  height: 100%;
}
.elementor-search__products .elementor-search__product a.elementor-search__product-link.ui-state-focus {
  margin: 0;
  border-radius: 0;
  background: #eceeef;
}
@media (max-width: 767px) {
  .elementor-search__products .elementor-search__product {
    border-bottom: solid 1px #e3e3e3;
  }
}

.elementor-search__products .elementor-search__product-image {
  margin: 0 auto 16px;
}

.elementor-search__products .elementor-search__product-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8em;
}

.elementor-search__products .elementor-search__product-price del {
  opacity: 0.66;
}

.elementor-search--skin-topbar .elementor-search__products:not(:empty) {
  position: static;
  display: block !important;
  max-width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .elementor-search {
    z-index: 10;
    background: #f0f0f0;
    padding: 12px;
    display: none;
    position: absolute;
    top: 86px;
    width: 100vw;
    left: -15px;
  }
  .elementor-search input[type=search] {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    font-size: 16px !important;
  }
  .elementor-search__input::placeholder {
    color: #c5c5c5;
    font-style: italic;
    font-weight: 400;
  }
}

/*# sourceMappingURL=widget-ajax-search.min.css.map */
