/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./includes/block-editor/blocks/advanced-search-form/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.search_product_form ul {
  position: relative;
  list-style: none;
  background: #fff;
  box-shadow: 1px 1px 1px #eee;
  border-radius: 0.5rem;
  padding: 12px 24px;
}
@media (max-width: ) {
  .search_product_form ul {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 10px;
  }
}
.search_product_form ul li {
  padding: 0;
}
@media (max-width: ) {
  .search_product_form ul li {
    margin: 15px 0;
  }
  .search_product_form ul li .select2-container--default .select2-selection--single {
    border-radius: 0.5rem;
    border: 1px solid #d7d7d7;
  }
  .search_product_form ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
  }
}
.search_product_form ul select#product_name, .search_product_form ul input#product_name {
  margin: 0;
  width: calc(100% - 150px);
  background-color: #fff;
  font-size: 16px;
}
@media (max-width: ) {
  .search_product_form ul select#product_name, .search_product_form ul input#product_name {
    border: 1px solid #d7d7d7;
    width: 100%;
  }
}
.search_product_form ul #term {
  background-color: #fff;
}
@media (max-width: ) {
  .search_product_form ul span.select2-container--default .select2-selection--single {
    line-height: 55px;
    height: 35px;
    border: none;
  }
}
.search_product_form ul .product_cat .select2-container {
  min-width: 80px;
}
.search_product_form ul .product-name {
  width: 100%;
}
@media (max-width: ) {
  .search_product_form ul .product-name {
    overflow: hidden;
  }
}
.search_product_form ul .product-name .select2-selection__arrow {
  display: none;
}
@media (max-width: ) {
  .search_product_form ul .btn-search {
    /* position: absolute;
    right: 13px;
    top: 5px; */
  }
}
@media (max-width: ) {
  .search_product_form ul .select2-container {
    width: 100% !important;
  }
}
.search_product_form input.button {
  border-radius: 10px;
  padding: 8px 20px;
  margin-bottom: 0;
}
@media (max-width: ) {
  .search_product_form input.button {
    margin-top: 5px;
    width: 100%;
  }
}

body span.select2-container--default {
  /*.select2-selection--single .select2-selection__arrow {
    display: none;
  }*/
}
body span.select2-container--default [type=search].select2-search__field {
  height: 38px;
  margin-top: -5px;
  margin-bottom: 10px;
  background: transparent;
  border: none;
}
body span.select2-container--default .select2-dropdown--below {
  margin-top: -2px;
}

.item-target span.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.advanced-filters-content {
  display: block;
}

#wd-advanced-search-form input[type=text],
#wd-advanced-search-form select,
#wd-advanced-search-form [type=text] {
  width: 100%;
  background: transparent;
  margin: 0;
}
#wd-advanced-search-form .wd-form-group {
  position: relative;
  border-radius: 0.5rem;
}
#wd-advanced-search-form .wd-form-group .multi-select-label {
  position: absolute;
  pointer-events: none;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 100%;
}
#wd-advanced-search-form .wd-form-group .multi-select-label::after {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--gray-4-color);
  transition: all 0.2s ease-in-out;
}
#wd-advanced-search-form .wd-form-group .multi-select-label--active::after {
  border-bottom: 6px solid var(--headings-color);
  border-top: none;
}
#wd-advanced-search-form .wd-form-group .select2-container {
  min-width: 200px;
}
#wd-advanced-search-form .wd-form-group .select2-selection__rendered li {
  display: none;
}
#wd-advanced-search-form .wd-form-group .select2-selection--multiple {
  height: 47px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#wd-advanced-search-form .wd-form-group .select2-selection__clear {
  display: none;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.35;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
#wd-advanced-search-form .wd-form-group .wd-select__label::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 13px;
  top: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--gray-4-color);
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
#wd-advanced-search-form .wd-form-group .wd-select__label--active::after {
  border-bottom: 6px solid var(--headings-color);
  border-top: none;
  top: 18px;
}
#wd-advanced-search-form .wd-form-group .wd-select-one {
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
}
#wd-advanced-search-form .wd-form-group .wd-multi-select {
  height: 2.96875rem;
}
#wd-advanced-search-form .wd-auto-complete {
  border-radius: 0.5rem;
}
#wd-advanced-search-form .has-selection .select2-selection__clear {
  display: block;
}

.placeholder-item {
  overflow: hidden;
}
.placeholder-item .text {
  width: 80px;
  background: var(--headings-color);
  height: 15px;
  opacity: 0.2;
  border-radius: 3px;
  margin-bottom: 7px;
}
.placeholder-item::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: -90%;
  height: 170%;
  width: 280px;
  background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
  animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 9;
  transform: rotate(45deg);
}

@keyframes load {
  from {
    left: -150px;
    top: -100%;
  }
  to {
    left: 110%;
    top: 100%;
  }
}
.wd-popover, .wd-group-popover {
  position: relative;
}
.wd-popover > label, .wd-group-popover > label {
  width: 100%;
  height: 47px;
  line-height: 1;
  border-radius: 3px;
  padding: 15px 11px;
  position: relative;
  cursor: pointer;
}
.wd-popover > label::after, .wd-group-popover > label::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 13px;
  top: 21px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--gray-4-color);
  transition: all 0.2s ease-in-out;
}
.wd-popover__container, .wd-group-popover__container {
  visibility: hidden;
  background: #fff;
  box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 15px;
  position: absolute;
  border-radius: 0.5rem;
  width: 270px;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
  opacity: 0;
}
.wd-popover__container input, .wd-group-popover__container input {
  margin-block: 0;
}
.wd-popover__container .wd-form-group, .wd-group-popover__container .wd-form-group {
  max-width: 100%;
}
.wd-popover__container .wd-form-multi, .wd-group-popover__container .wd-form-multi {
  border: none !important;
}
.wd-popover__container .wd-form-multi label, .wd-group-popover__container .wd-form-multi label {
  pointer-events: none;
  padding: 10px 0 0 5px;
}
.wd-popover__container .wd-form-multi label::after, .wd-group-popover__container .wd-form-multi label::after {
  content: none;
}
.wd-popover__container .wd-form-multi .wd-popover__container, .wd-group-popover__container .wd-form-multi .wd-popover__container {
  display: flex;
  opacity: 1;
  visibility: visible;
  left: -15px;
  top: 15px;
  box-shadow: none;
}
.wd-popover__container .wd-form-multi .has-selection, .wd-group-popover__container .wd-form-multi .has-selection {
  background-color: var(--primary-color-contrast);
}
.wd-popover__label.has-selection, .wd-group-popover__label.has-selection {
  background-color: var(--gray-3-color);
}
.wd-popover__label.has-selection::after, .wd-group-popover__label.has-selection::after {
  content: "×";
  cursor: pointer;
  top: 5px;
  font-size: 1.6em;
  border: none;
  line-height: 1.35;
  font-weight: 300;
  margin-right: 7px;
}

.wd-popover__container {
  display: flex;
  gap: 0.5rem;
}

.wd-popover__container.group {
  flex-direction: column;
}

.wd-group-popover--active .wd-group-popover__container {
  visibility: visible;
  transform: translateY(15px);
  opacity: 1;
}
.wd-group-popover--active .wd-group-popover__label::after {
  border-bottom: 6px solid var(--headings-color);
  border-top: none;
  top: 18px;
}
.wd-group-popover--active .wd-popover__container.group {
  position: relative;
  visibility: visible;
  transform: translateY(15px);
  opacity: 1;
}
.wd-group-popover--active .wd-form-group > label {
  height: auto;
  border: none;
  cursor: default;
  padding: 0 10px;
}
.wd-group-popover--active .wd-form-group > label::after {
  display: none;
}
.wd-group-popover--active .wd-form-group .multi-select-label::after {
  right: 22px !important;
}

.wd-popover--active .wd-popover__container {
  visibility: visible;
  transform: translateY(15px);
  opacity: 1;
}
.wd-popover--active > label::after {
  border-bottom: 6px solid var(--headings-color);
  border-top: none;
  top: 18px;
}

.wd-form-metagroup .wd-group-popover__container .wd-form-group {
  margin-bottom: 0.5rem;
}
.wd-form-metagroup .wd-group-popover__container .wd-form-group .select2-container, .wd-form-metagroup .wd-group-popover__container .wd-form-group input, .wd-form-metagroup .wd-group-popover__container .wd-form-group label, .wd-form-metagroup .wd-group-popover__container .wd-form-group select {
  width: 100% !important;
  max-width: 100% !important;
}

.wd-form-group {
  max-width: 200px;
  min-width: 200px;
}

#wd-advanced-search-form {
  border-left: none;
  border-right: none;
  padding: 15px 0;
}
#wd-advanced-search-form > div {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

#wd-advanced-search-form .wd-form-group.has-selection .select2-selection--multiple {
  background-color: var(--gray-3-color);
}
#wd-advanced-search-form .wd-form-group.has-selection .close {
  cursor: pointer;
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  right: 10px;
  top: 15px;
  position: absolute;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzIzMUYyMCIgZD0iTTkuMDE2IDQwLjgzN2MuMTk1LjE5NS40NTEuMjkyLjcwNy4yOTIuMjU2IDAgLjUxMi0uMDk4LjcwOC0uMjkzbDE0LjI5Mi0xNC4zMDkgMTQuMjkyIDE0LjMwOWMuMTk1LjE5Ni40NTEuMjkzLjcwOC4yOTMuMjU2IDAgLjUxMi0uMDk4LjcwNy0uMjkyLjM5MS0uMzkuMzkxLTEuMDIzLjAwMS0xLjQxNEwyNi4xNTMgMjUuMTI5IDQwLjQzIDEwLjgzNmMuMzktLjM5MS4zOS0xLjAyNC0uMDAxLTEuNDE0LS4zOTItLjM5MS0xLjAyNC0uMzkxLTEuNDE0LjAwMUwyNC43MjIgMjMuNzMyIDEwLjQzIDkuNDIzYy0uMzkxLS4zOTEtMS4wMjQtLjM5MS0xLjQxNC0uMDAxLS4zOTEuMzktLjM5MSAxLjAyMy0uMDAxIDEuNDE0bDE0LjI3NiAxNC4yOTNMOS4wMTUgMzkuNDIzYy0uMzkuMzktLjM5IDEuMDI0LjAwMSAxLjQxNHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
}

.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  font-size: 0.9em;
  padding-block: 4px;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-inline: 10px;
  vertical-align: middle;
  transition: font-size 0.4s cubic-bezier(0.53, -0.28, 0.3, 1.46) 0.05s, background 0.1s ease;
  padding-left: 3px;
  line-height: 20px;
  content: "✓";
  font-size: 0;
  font-weight: 600;
  text-align: center;
}
.select2-results__option[aria-selected=true]:before {
  border: 0;
  font-size: 17px;
  color: #fff;
  background-color: var(--primary-color);
}

.wd-filter-select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #fff;
}
.wd-filter-select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.wd-filter-select2-dropdown .select2-selection--multiple {
  margin-bottom: 10px;
}
.wd-filter-select2-dropdown.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}
.wd-filter-select2-dropdown.select2-container--focus .select2-selection--multiple {
  border-color: var(--primary-color);
  border-width: 2px;
}
.wd-filter-select2-dropdown .select2-selection--multiple {
  border-width: 2px;
}
.wd-filter-select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
}
.wd-filter-select2-dropdown .select2-results__option:hover {
  background-color: var(--gray-2-color);
}
.wd-filter-select2-dropdown .select2-results > .select2-results__options {
  max-height: 40vh !important;
}

.select2-container--open .wd-filter-select2-dropdown.select2-dropdown--below {
  margin-top: 35px !important;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 2px 4px 19px 0px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  min-width: 270px;
}

.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}

.select-icon .placeholder {
  display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
  display: none !important;
  /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
  display: none;
}

.wd-form-multi .has-selection {
  background-color: var(--gray-3-color);
}
.wd-form-multi .has-selection::after {
  content: "×";
  cursor: pointer;
  top: 5px;
  font-size: 1.6em;
  border: none;
  line-height: 1.35;
  font-weight: 300;
  margin-right: 7px;
}

.wd-advanced-search-form-container.style-1 .wd-srch-frm {
  flex-direction: row;
}

.wd-advanced-search-form-container.style-2 .wd-srch-frm {
  flex-direction: column;
}
.wd-advanced-search-form-container.style-2 .wd-srch-frm .wd-form-group {
  max-width: 100%;
}
.wd-advanced-search-form-container.style-2 .wd-srch-frm__submit {
  justify-content: flex-end !important;
}

.wd-srch-frm {
  display: flex;
  gap: 0.5rem;
}
.wd-srch-frm__fields.style-1 {
  flex-direction: row;
}
.wd-srch-frm__fields.style-2 {
  flex-direction: column;
}
.wd-srch-frm__fields.style-2 > * {
  margin-bottom: 0.5rem;
}
.wd-srch-frm__fields.style-2 .wd-popover > label {
  max-width: 100%;
}
.wd-srch-frm__fields {
  display: flex;
  flex: 1;
}
.wd-srch-frm__fields > * {
  width: 100%;
  min-width: 200px;
  height: 47px;
  background-color: #fff;
  border-radius: 0.5rem;
}
.wd-srch-frm input[type=text] {
  height: 47px;
  margin: 0;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  background: transparent;
}
.wd-srch-frm__submit [type=submit] {
  border: none;
  background-color: var(--accent-color);
  cursor: pointer;
}
.wd-srch-frm__submit [type=submit].style-1 {
  padding: 10px 10px 7px;
  border-radius: 50%;
}
.wd-srch-frm__submit [type=submit].style-1:hover {
  filter: brightness(0.9);
}
.wd-srch-frm__submit [type=submit].style-1 svg {
  width: 28px;
  height: 28px;
}
.wd-srch-frm__submit [type=submit].style-1 path {
  fill: var(--primary-color-contrast);
}
.wd-srch-frm__submit [type=submit].style-2 {
  color: #fff;
  background-color: #696969;
  border-radius: 0.2rem;
  line-height: 1;
  padding: 0.5rem 1.5rem;
}
.wd-srch-frm__submit [type=submit].style-2:hover {
  background-color: #585858;
}
.wd-srch-frm__error-msg {
  justify-content: center !important;
  align-items: center;
  height: 3rem;
  font-size: 1.5rem;
  color: hsl(350deg, 91%, 78%);
}
.wd-srch-frm__error-msg a {
  color: hsl(240deg, 100%, 72%);
}

/*# sourceMappingURL=style-index.css.map*/