.product-sidebar .wpc-filters-widget-wrapper > .wpc-filters-section {
  margin-bottom: 1.5em;
  font-size: 14px;
}
#left-sidebar .wpc-filters-widget-main-wrapper ul.ais-RefinementList-list {
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}
/* #left-sidebar
  .wpc-filters-widget-main-wrapper
  ul.ais-RefinementList-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6c6c6c;
  border-radius: 5px;
}

#left-sidebar
  .wpc-filters-widget-main-wrapper
  ul.ais-RefinementList-list::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
  background-color: var(--green);
}

#left-sidebar
  .wpc-filters-widget-main-wrapper
  ul.ais-RefinementList-list::-webkit-scrollbar-thumb {
  background-color: var(--primary);
} */
#left-sidebar
  .wpc-filters-widget-main-wrapper
  ul.ais-RefinementList-list::-webkit-scrollbar {
  width: 6px;
}
#left-sidebar
  .wpc-filters-widget-main-wrapper
  ul.ais-RefinementList-list::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#left-sidebar
  .wpc-filters-widget-main-wrapper
  ul.ais-RefinementList-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}
#left-sidebar
  .wpc-filters-widget-main-wrapper
  .ais-RefinementList-list
  .ais-RefinementList-item
  .ais-RefinementList-count {
  font-size: 14px;
  font-size: 14px;
  white-space: nowrap;
  margin: 0 0 0 5px;
  display: inline-block;
}
#left-sidebar
  .wpc-filters-widget-main-wrapper
  .ais-RefinementList-list
  .ais-RefinementList-item
  .ais-RefinementList-count:before {
  content: "(";
}
#left-sidebar
  .wpc-filters-widget-main-wrapper
  .ais-RefinementList-list
  .ais-RefinementList-item
  .ais-RefinementList-count:after {
  content: ")";
}
.woocommerce-pagination .page-numbers .current {
  background: #f46717;
  color: #fff !important;
}
.hide-widget {
  display: none;
}
label.switch {
  display: flex;
  align-items: center;
}
.slider {
  /*background-color: #ffffff2b;*/
  border-radius: 100px;
  padding: 1px;
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  align-items: center;
  position: relative;
  display: block;
  height: 20px;
  width: 40px;
  /*box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, rgba(0, 0, 0, 0.21) 0px 0px 0px 24px inset,
        #3e9400 0px 0px 0px 0px inset, rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;*/
  background: #aaaaaa;
}
.slider::after {
  content: "";
  display: flex;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 200px;
  position: absolute;
  /*box-shadow: transparent 0px 0px 0px 2px, rgba(0, 0, 0, 0.3) 0px 6px 6px;*/
  transition: left 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s,
    background-color 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: left, background-color;
}
.switch input[type="checkbox"]:checked + .slider {
  /*box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, #3e9400 0px 0px 0px 2px inset, #3e9400 0px 0px 0px 24px inset,
        rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;*/
  background: #3e9400;
}
.switch input[type="checkbox"]:checked + .slider::after {
  left: calc(100% - 14px - 3px);
}
.switch input[type="checkbox"] {
  display: none;
}
.filter-widget-wrapper .wpc-filters-section {
  color: #ffffff;
  background: #3e9400 !important;
}
.filter-widget-wrapper .wpc-filters-section .wpc-filter-content {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
}
.filter-widget-wrapper .widget-title {
  color: #ffffff;
}
.woad-clear-refinements,
.woad-current-refinements .ais-CurrentRefinements-item {
  margin-bottom: 10px;
}
.woad-clear-refinements .ais-ClearRefinements-button,
.woad-current-refinements .ais-CurrentRefinements-label {
  font-weight: 700;
}
.woad-current-refinements .ais-CurrentRefinements-delete {
  font-size: 8px;
  font-weight: 700;
  color: #000;
  background: #ffffff;
  width: 16px;
  padding: 2px;
  margin: -3px 5px 0;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
.ais-NumericMenu-radio {
  margin-top: -4px;
  margin-right: 7px;
  vertical-align: middle;
}
/* New product filter  */
.sort_container .result-sort-wrap select {
  min-width: 220px;
  background-color: #fff;
  padding: 10px 15px;
  background-position: right 12px center;
  border: 1px solid #cfcfcf;
}
.result-count-wrap.text-right {
  display: inline-flex;
  margin: 0 20px 0 auto;
  text-align: center;
  flex: 0 auto;
}
.woad-search-box .ais-SearchBox .ais-SearchBox-input {
  padding: 12px 20px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  height: 40px;
  background: #fff;
  color: #6e6e6e;
  font-family: "Nunito";
  font-weight: normal;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.4px;
}
.ais-SearchBox-submit {
  background-color: var(--green);
  padding: 15px;
}
.woad-search-box .ais-SearchBox-form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.ais-SearchBox-submit {
  padding: 10px 15px;
  background: var(--green);
  line-height: 1;
}
.ais-SearchBox-submit .ais-SearchBox-submitIcon {
  width: 16px;
  height: 16px;
}
.ais-SearchBox-submit .ais-SearchBox-submitIcon path {
  fill: #fff;
}
.ais-SearchBox-reset .ais-SearchBox-resetIcon {
  margin-left: -120px;
}
.mobile-result-sort-wrap .ais-SortBy-select {
  color: #fff;
  padding: 12px 18px 13px;
  border: none;
  background: transparent;
}
.mobile-result-sort-wrap .ais-SortBy-select option {
  color: #000000;
}
.ais-SearchBox-loadingIndicator {
  position: absolute;
  right: 52px;
  height: 100%;
  align-items: center;
}
.ais-SearchBox-loadingIndicator:not([hidden]) {
  display: flex;
}
.ais-RefinementList-list {
  line-height: 1.3em;
}
.ais-RefinementList-list .ais-RefinementList-item {
  padding-right: 5px;
  margin-bottom: 8px;
}
.ais-RefinementList-list .ais-RefinementList-item:last-child {
  margin-bottom: 0;
}
.ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label {
  display: flex;
  align-items: flex-start;
  column-gap: 5px;
  cursor: pointer;
}
.ais-RefinementList-list
  .ais-RefinementList-item
  .ais-RefinementList-label
  .ais-RefinementList-labelText {
  flex: 1;
  font-size: 14px;
  color: #2b2f30;
  position: relative;
  padding-left: 25px;
}
.pro-cat-main-wrapper .top-product-listing .product-wrap {
  flex-direction: column;
}
.pro-cat-main-wrapper .top-product-listing .product-wrap .product-item {
  border: 1px solid #dddddd;
}
.pro-cat-main-wrapper .top-product-listing .product-wrap .pro-name {
  background-color: #dddddd;
  flex: 1;
}
.product-section-bg .top-product-listing {
  margin-bottom: 20px !important;
}
.sort_container {
  padding: 0px 0 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 1199px) {
  .woocommerce .select-style .woocommerce-ordering select {
    background-position: right 10px top 13px;
    padding: 2px 30px 2px 8px;
  }
  .woocommerce .woocommerce-ordering label {
    margin: 0 2px 0 10px;
  }
}
@media (max-width: 991.98px) {
  .woad-current-refinements {
    width: 100%;
    text-align: left;
  }
  #left-sidebar.mobile-slide {
    padding-top: 15px;
  }
  .woad-mobile-clear-filters .woad-clear-refinements {
    display: inline-flex;
    margin: 0 0 0 auto;
    width: auto;
    flex-wrap: wrap;
  }
  .woad-mobile-clear-filters .ais-CurrentRefinements-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 20px;
  }
  .woad-mobile-clear-filters
    .woad-current-refinements
    .ais-CurrentRefinements-item {
    width: calc(50% - 20px);
  }
  .mobile-result-sort-wrap {
    background: #f46717;
    width: 49%;
  }
  .mobile-result-sort-wrap select {
    text-align: center;
    width: 100%;
  }
  .mobilefilter_box.hide-in-desktop {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .woad-search-box {
    max-width: none !important;
    width: 32% !important;
  }
  .woad-search-box .ais-SearchBox .ais-SearchBox-input {
    padding: 8px 50px 8px 20px !important;
    height: auto;
    width: 100%;
  }
  .woad-search-box .ais-SearchBox {
    width: 100%;
  }
  .ais-SearchBox-submit {
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .woad-search-box .ais-SearchBox-form {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .woad-mobile-clear-filters {
    background: var(--green);
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    color: var(--white);
  }
  .wpc-filters-widget-wrapper.filter-widget-wrapper.hide-in-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobilefilter_box.hide-in-desktop {
    width: 100% !important;
    flex-wrap: wrap;
    & .woad-search-box {
      margin-top: 20px;
      width: 100%;
    }
  }
  .mobilefilter_box a,
  .mobile-result-sort-wrap {
    width: 49% !important;
  }
  .woad-search-box {
    width: 100% !important;
  }
  .woad-mobile-clear-filters .ais-CurrentRefinements-list {
    font-size: 14px;
  }
}

.woad-clear-refinements .ais-ClearRefinements-button {
  text-decoration: underline;
}
.ais-NumericMenu-list > li {
  line-height: 1.2;
  margin-bottom: 10px;
}
.ais-RefinementList-list
  .ais-RefinementList-item
  .ais-RefinementList-label
  input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.ais-RefinementList-list
  .ais-RefinementList-item
  .ais-RefinementList-label
  .ais-RefinementList-labelText::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8d8;
  left: 0;
  top: 0;
  border-radius: 2px;
  cursor: pointer;
}
.ais-RefinementList-list
  .ais-RefinementList-item.ais-RefinementList-item--selected
  .ais-RefinementList-label
  .ais-RefinementList-labelText:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 9px;
  top: 2px;
  left: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 1;
}
.ais-RefinementList-list
  .ais-RefinementList-item.ais-RefinementList-item--selected
  .ais-RefinementList-label
  .ais-RefinementList-labelText::before {
  background: #3e9400;
  border: 1px solid #3e9400;
}
.ais-CurrentRefinements-group {
  display: flex;
  flex-wrap: wrap;
}
.woad-filter-prices
  .ais-NumericMenu-list
  li.ais-NumericMenu-item
  .ais-NumericMenu-labelText {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  color: #2b2f30;
}
.woad-filter-prices
  .ais-NumericMenu-list
  li.ais-NumericMenu-item
  .ais-NumericMenu-label
  .ais-NumericMenu-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.woad-filter-prices
  .ais-NumericMenu-list
  li.ais-NumericMenu-item
  .ais-NumericMenu-labelText::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  cursor: pointer;
}
.woad-filter-prices
  .ais-NumericMenu-list
  li.ais-NumericMenu-item.ais-NumericMenu-item--selected
  .ais-NumericMenu-labelText::after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  position: absolute;
  content: "";
}
.woad-filter-prices
  .ais-NumericMenu-list
  li.ais-NumericMenu-item.ais-NumericMenu-item--selected
  .ais-NumericMenu-labelText::before {
  border-color: var(--green);
}
.woad-filter-prices .ais-NumericMenu-list li .ais-NumericMenu-label {
  cursor: pointer;
}
.product-listing-wrapper .sort_container .woad-search-box {
  display: none;
}

@media (max-width: 576px) {
  .woad-mobile-clear-filters
    .woad-current-refinements
    .ais-CurrentRefinements-item {
    width: 100%;
  }
}
