#ajaxsearchpro2_1 .probox {
  width: 100%;
}

#ajaxsearchpro2_1 .probox .proinput input, #ajaxsearchpro2_1 .probox .proinput input::placeholder {
  font-size: 16px !important;
}

.search-box .search-box-wrapp .innericon {
  background-size: 16px 16px !important;
}

.search-box .search-box-wrapp div.asp_loader-inner, div.asp_loader-inner {
  height: 75% !important;
  margin-top: -15% !important;
}

.search-sett, .search-sett fieldset {
  width: 100% !important;
}

.search-sett fieldset {
  display: block;
  margin: 0;
  padding: 0;
}

.search-sett legend {
  display: inline-block;
  width: auto;
  font-size: 16px;
}

.search-sett-item {
  display: inline-block;
}

p.asp-try {
  display: block;
  margin: 0 !important;
  margin-top: 30px !important;
  padding: 0 !important;
  text-align: center;
}

p.asp-try a {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  background: transparent;
  transition: all .2s ease;
}

p.asp-try a:hover {
  text-shadow: none;
  transform: translateY(-3px) scale(1.02);
}

p.asp-try a::after {
  display: none !important;
}

.asp_res_url {
  font-weight: 600;
}

.products-table-cell li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

label.cat-term-polietylen, label.cat-term-polyethylene {
  display: none !important;
}

.products-section .custom-loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.custom-loader-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}

.custom-loader-inner>div {
  background-color: rgb(0, 86, 119) !important;
  width: 5%;
  height: 60%;
  margin-top: 20%;
  border-radius: 2px;
  margin-left: 12%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  float: left;
}

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.custom-loader-inner>div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.custom-loader-inner>div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.custom-loader-inner>div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.custom-loader-inner>div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.custom-loader-inner>div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.custom-loader-inner>div {
  background-color: #fff;
  width: 5%;
  height: 60%;
  margin-top: 20%;
  border-radius: 2px;
  margin-left: 12%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  float: left;
}

/*[line-scale]*/


.wave-menu-wrapp {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.wave-menu {
  border: 2px solid var(--color-white);
  width: 200px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  position: relative;
  background: #fff;
}

.wave-menu li {
  list-style: none;
  height: 30px;
  width: 3px;
  border-radius: 10px;
  background: var(--color-main);
  margin: 0 6px;
  padding: 0;
  -webkit-animation-name: wave1;
  animation-name: wave1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.wave-menu li:nth-child(2) {
  -webkit-animation-name: wave2;
  animation-name: wave2;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.wave-menu li:nth-child(3) {
  -webkit-animation-name: wave3;
  animation-name: wave3;
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.wave-menu li:nth-child(4) {
  -webkit-animation-name: wave4;
  animation-name: wave4;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.wave-menu li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.wave-menu li:nth-child(6) {
  -webkit-animation-name: wave2;
  animation-name: wave2;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.wave-menu li:nth-child(8) {
  -webkit-animation-name: wave4;
  animation-name: wave4;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

.wave-menu li:nth-child(9) {
  -webkit-animation-name: wave3;
  animation-name: wave3;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

@-webkit-keyframes wave1 {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  to {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

@keyframes wave1 {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  to {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

@-webkit-keyframes wave2 {
  from {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
  }

  to {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
}

@keyframes wave2 {
  from {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
  }

  to {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
}

@-webkit-keyframes wave3 {
  from {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }

  to {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@keyframes wave3 {
  from {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }

  to {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@-webkit-keyframes wave4 {
  from {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }

  to {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

@keyframes wave4 {
  from {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }

  to {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

.update-message {
  background-color: rgb(0, 86, 119);
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.6;
}

.wpc-term-count {
  margin: 0 !important;
  font-size: 11px;
  font-weight: 500;
}

.wpc-filters-main-wrap li.wpc-term-item a {
  font-weight: 500 !important;
  font-size: 14px;
}

.wpc-filters-main-wrap li.wpc-term-item {
  display: inline-block;
  margin-right: 15px;
}

ul.wpc-filter-chips-list {
  padding: 0;
  margin: 0 !important;
}

.wpc-filter-chips-list li, .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
  display: block;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  line-height: 1;
}§

.wpc-filter-chips-list a, .wpc-filter-chips-list li.wpc-filter-chip a {
  border-radius: 0 !important;
}

li.wpc-chip-reset-all .wpc-chip-remove-icon {
  display: inline-block !important;
  font-size: 1.5em !important;
  margin-left: 6px;
}

.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
  overflow: hidden !important;
}

.wpc-filter-chips-list li.wpc-chip-reset-all a {
  border-color: var(--color-gray) !important;
  background-color: var(--color-gray) !important;
  color: #fff !important;
  font-weight: 500 !important;
  cursor: pointer;
  padding: 5px 10px !important;
}

.wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
  display: none;
}

.wpc-filters-widget-top-container:before {
  display: none !important;
}

.wpc-filters-widget-top-container {
  background: transparent !important;
  border: none !important;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
  margin: 0 !important;
  padding: 0 !important;
}

.wpc-filter-title {
  font-size: 14px;
  color: var(--color-main);
  margin-bottom: 10px !important;
}

.wpc-filters-section {
  margin-bottom: 15px !important;
}

.wpc-posts-found {
  padding: 15px 0;
}

.wpc-filters-main-wrap input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
  border-radius: 0 !important;
  min-width: auto !important;
}

.wpc-filters-main-wrap input[type=checkbox]:after {
  left: 4px !important;
  top: 2px !important;
  width: 2px !important;
  height: 5px !important;
}

.wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-disabled>div>input[type=checkbox], .wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-disabled>div>input[type=checkbox]:after {
  border-color: var(--color-main) !important;
}

.wpc-filters-main-wrap li.wpc-term-item label {
  align-items: center;
}

.widget_wpc_filters_widget {
  border-top: 1px solid rgba(var(--color-main-rgb), .1);
  padding-top: 15px;
}

.wpc-filter-prod_single_ptr, .wpc-filter-prod_single_density {
  max-width: 250px;
  width: 100%;
  float: left;
  margin-right: 60px;
}

.wpc-filter-prod_single_ptr .wpc-filters-range-wrapper input[type=number], .wpc-filter-prod_single_density .wpc-filters-range-wrapper input[type=number] {
  width: 60px;
  font-size: 14px;
  padding-left: 6px;
  border: 2px solid #ccd0dc;
}

.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
  top: -9px !important;
  width: 20px !important;
  height: 20px !important;
}

.wpc-filters-range-inputs .ui-state-default, .wpc-filters-range-inputs .ui-widget-content .ui-state-default {
  border: 7px solid #fff !important;
  background: var(--color-main) !important;
}