.list_panel .list_blocks, #current-refinements .ais-CurrentRefinements-list, .pages .items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.toolbar-products .toolbar-sorter .select2-container--default.select2-container--open .select2-selection__arrow, .toolbar-products .toolbar-sorter .action.sorter-action.sort-asc:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.listing_page .block-actions.filter-actions .filter-clear:before, .listing_page .filter-options_custom .action.remove:before,
.listing_page .filter-current .action.remove:before, .toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow:before, .toolbar-products .toolbar-sorter .action.sorter-action:before, #clear-refinements .ais-ClearRefinements-button:before, .sidebar ol.items > li > a:before,
.sidebar li.item a:before, .sidebar .header_filter_mobile:before, .pages .action.next:before, .pages .action.previous:before, .toolbar-products .toolbar-sorter .action.sorter-action:after, .sidebar .filter-options-title:after, .sidebar .filter-title strong:after, .pages .action.next:after, .pages .action.previous:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.listing_page .block-actions.filter-actions .filter-clear, #clear-refinements .ais-ClearRefinements-button, #current-refinements .ais-CurrentRefinements-item, .sidebar .action.clear.filter-clear {
  font-size: 12px;
  line-height: 14px;
}

.listing_page .filter-options_custom,
.listing_page .filter-current, .toolbar-products .toolbar-sorter .sorter-label, .list_panel .btn_panel, #current-refinements .ais-CurrentRefinements-category, #current-refinements .ais-CurrentRefinements-categoryLabel, .sidebar .more_less_btn, .sidebar ol.items > li > a,
.sidebar li.item a, .sidebar .filter-current-subtitle {
  font-size: 14px;
  line-height: 17px;
}

.filter-title strong, .filter_btn {
  display: none;
}

.pages {
  order: 2;
  margin-left: auto;
  padding: 0 10px !important;
}
.pages .label {
  display: none;
}
.pages .items {
  display: flex;
  align-items: center;
}
.pages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  line-height: inherit;
}
.pages .item.pages-item-next, .pages .item.pages-item-prev {
  width: auto;
}
.pages .item.current strong.page {
  background: #68BB45;
  color: #07ADB0;
  font-weight: normal;
  margin: 0;
  font-family: inherit;
  background: #ffffff;
  border: 1px solid #07ADB0;
  border-radius: 10px;
}
.pages a.page,
.pages strong.page,
.pages span.page {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.pages span.page {
  color: inherit;
}
.pages a.page {
  color: inherit !important;
  border: 1px solid transparent;
}
.pages a.page:hover {
  color: #68BB45 !important;
  border-color: #68BB45;
}
.pages .action {
  box-shadow: none;
}
.pages .action.next, .pages .action.previous {
  background: transparent;
  border: none;
  font-size: 240%;
  color: #979797;
  padding: 0;
  border-radius: 5px;
}
.pages .action.next span, .pages .action.previous span {
  display: none;
}
.pages .action.next:before, .pages .action.previous:before {
  display: block;
  font-size: 100%;
  color: inherit !important;
}
.pages .action.previous {
  margin-right: 11px;
}
.pages .action.previous:before {
  content: "\e902";
}
.pages .action.next {
  margin-left: 11px;
}
.pages .action.next:before {
  content: "\e903";
}
@media screen and (max-width: 639px) {
  .pages {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pages .items {
    justify-content: center;
  }
  .pages .pages-item-previous,
.pages .pages-item-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}

.sidebar {
  padding-top: 64px;
}
.sidebar .filter-content {
  position: relative;
}
.sidebar .filter-content .item {
  margin: 0 !important;
  padding: 20px 20px 0;
}
.sidebar .filter-subtitle {
  display: none !important;
}
.sidebar .filter-current-subtitle {
  padding: 0;
  font-family: "montserrat-bold", "montserratarm-bold";
  color: #454545;
}
.sidebar .action.clear.filter-clear {
  display: block;
  color: #454545;
  text-decoration: underline;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.sidebar .header_filter_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidebar .header_filter_mobile {
    background: #07ADB0;
    order: 1;
    border-radius: 0;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 12px 20px;
  }
}
.sidebar .header_filter_mobile:before {
  display: block;
  content: "\e908";
  margin-left: 10px;
  font-size: 1.4rem;
}
.sidebar .filter-options-item {
  border: none;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 20px;
}
.sidebar .filter-options-item.active .filter-options-title:after {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .sidebar .filter-options-item {
    order: 3;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.sidebar .filter-options-title {
  margin: 0;
  padding: 0 20px 4px;
  text-transform: unset;
  word-break: normal;
  font-size: 160%;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
  color: #454545;
}
.sidebar .filter-options-title:after {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  color: inherit;
  font-size: 2rem;
  content: "\e903";
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar .filter-options-content {
  padding: 0;
  position: relative;
}
.sidebar ol.items > li > a,
.sidebar li.item a {
  color: inherit;
  margin: 0;
  padding-left: 31px;
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
  background: transparent;
  max-width: 100%;
  min-height: 20px;
  position: relative;
}
.sidebar ol.items > li > a .count,
.sidebar li.item a .count {
  display: none;
}
.sidebar ol.items > li > a:before,
.sidebar li.item a:before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  content: "\e911";
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  color: #68BB45;
}
.sidebar ol.items > li > a.active,
.sidebar li.item a.active {
  background: no-repeat !important;
}
.sidebar ol.items > li > a.selected,
.sidebar li.item a.selected {
  color: #088588;
}
.sidebar ol.items > li > a.selected:before,
.sidebar li.item a.selected:before {
  font-size: 1.5rem;
  color: #ffffff;
  background: #68BB45;
}
.sidebar li.item:first-child a,
.sidebar ol.items > li:first-child > a {
  margin-top: 0;
}
.sidebar .more_less_btn {
  display: block;
  text-decoration-line: underline;
  font-family: "montserrat-bold", "montserratarm-bold";
  padding: 0;
  margin-top: 24px;
  border: none;
  background: transparent;
  color: #68BB45;
  cursor: pointer;
}
.sidebar .more_less_btn:before {
  display: block;
}
.sidebar .more_less_btn.opened:before {
  content: attr(data-close);
}
.sidebar .more_less_btn:not(.opened):before {
  content: attr(data-open);
}
.sidebar .swatch-attribute .swatch-attribute-options {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.sidebar .swatch-attribute a {
  display: block;
  background: transparent;
  margin: 20px 10px 0 !important;
}
.sidebar .swatch-attribute a.active .swatch-option:before, .sidebar .swatch-attribute a.selected .swatch-option:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background: inherit !important;
  opacity: 1;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  outline: 5px solid #ffffff;
  outline-offset: -7px;
}
.sidebar .swatch-attribute .swatch-option {
  margin: 0;
  display: block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  position: relative;
  border-radius: 50%;
  font-weight: normal;
  border: 1px solid inherit;
  overflow: visible;
  color: inherit !important;
  outline: none !important;
  background: none;
  border: none !important;
}
.sidebar .range_inputs {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  padding: 0 20px;
}
.sidebar .range_inputs .input_block {
  flex: 1;
  width: 20%;
  position: relative;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.sidebar .range_inputs .input_block[data-label]:before {
  position: absolute;
  content: attr(data-label);
  font-size: 12px;
  display: flex;
  right: 1px;
  bottom: 6px;
  height: 26px;
  width: 26px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 9px;
  border-radius: 5px;
  line-height: 1.25em;
  color: #979797;
}
.sidebar .range_inputs .input_block:last-child {
  order: 2;
}
.sidebar .range_inputs:before {
  display: flex;
  align-items: center;
  height: 40px;
  content: "-";
  color: #454545;
  margin: 0 8px;
  order: 1;
}
.sidebar .range_inputs input {
  width: 100%;
  height: 37px;
  padding: 11px 13px;
  background: #ffffff;
  border-radius: 10px;
  color: #454545;
  border: none;
  font-family: inherit;
  font-size: 12px;
  line-height: 15px;
}
.sidebar .range_inputs .max_input,
.sidebar .range_inputs .min_input {
  text-align: end;
  padding-right: 27px;
  padding-left: 63px;
}
.sidebar .range_inputs .range_title {
  font-size: 12px;
  line-height: 15px;
  color: #454545;
  position: absolute;
  top: 12px;
  left: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sidebar .range_inputs {
    flex-wrap: wrap;
  }
  .sidebar .range_inputs .input_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar .range_inputs:before {
    flex: 0 0 100%;
    max-width: 100%;
    height: 20px;
    content: "";
  }
}
.sidebar .range_block {
  position: relative;
  margin: 30px 30px 0;
}
.sidebar .ui-slider-horizontal {
  height: 2px;
  border-radius: 0;
  border: none;
}
.sidebar .ui-slider-horizontal:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  border-top: 2px solid #E9E9E9;
}
.sidebar .ui-slider .ui-slider-handle {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  top: -8px;
  background: #07ADB0;
  border-radius: 50%;
  border: none;
  margin-left: -10px;
  cursor: pointer;
}
.sidebar .ui-slider .ui-slider-handle:active {
  background: #68BB45 !important;
}
.sidebar .ui-slider .ui-slider-range {
  height: 4px;
  top: 0;
  margin-top: 0;
  background: #07ADB0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  #clear-refinements,
#current-refinements {
    display: none !important;
  }
  .filter-options_custom .ais-CurrentRefinements {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 8px 0 20px;
    position: relative;
    overflow: hidden;
  }
  .filter-options_custom .ais-CurrentRefinements .ais-CurrentRefinements-item {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
  }
  .filter-options_custom .ais-CurrentRefinements .ais-CurrentRefinements-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .filter-options_custom .ais-CurrentRefinements .ais-CurrentRefinements-label {
    display: none;
    font-weight: normal;
    color: #666666;
    margin: 0 8px 8px 0;
  }
  .filter-options_custom .ais-CurrentRefinements .ais-CurrentRefinements-categoryLabel {
    color: #454545;
    font-size: 14px;
    line-height: 17px;
  }
  .filter-options_custom .ais-CurrentRefinements .ais-CurrentRefinements-delete {
    border: none;
    background: transparent;
    padding: 0;
    color: #454545;
    display: block;
    margin-left: 10px;
    font-size: 90%;
  }
  .filter-options_custom .ais-CurrentRefinements .ais-CurrentRefinements-category {
    padding: 8px 15px;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
  }
  .filter-options_custom .ais-CurrentRefinements .filter-options-title {
    padding: 0 0 25px;
    display: block;
    pointer-events: none;
  }
  .filter-options_custom .ais-CurrentRefinements .filter-options-title:hover {
    color: inherit !important;
    cursor: auto;
  }
  .filter-options_custom .ais-CurrentRefinements .filter-options-title:after {
    display: none;
  }
}
.filter-options_custom {
  order: 2;
  margin-top: 20px;
}

#current-refinements {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 8px 20px 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#current-refinements .ais-CurrentRefinements-item {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
#current-refinements .ais-CurrentRefinements-label {
  display: none;
  font-weight: normal;
  color: #666666;
  margin: 0 8px 8px 0;
}
#current-refinements .ais-CurrentRefinements-categoryLabel {
  color: #454545;
}
#current-refinements .ais-CurrentRefinements-delete {
  border: none;
  background: transparent;
  padding: 0;
  color: #454545;
  display: block;
  margin-left: 10px;
  font-size: 90%;
}
#current-refinements .ais-CurrentRefinements-category {
  padding: 8px 15px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  justify-content: center;
}
#current-refinements .filter-options-title {
  padding: 0 0 25px;
  display: block;
  pointer-events: none;
}
#current-refinements .filter-options-title:hover {
  color: inherit !important;
  cursor: auto;
}
#current-refinements .filter-options-title:after {
  display: none;
}

@media screen and (max-width: 1219px) {
  .filter-options {
    display: block;
  }
}
#clear-refinements {
  margin: 0 0 32px;
  padding: 12px 20px 0;
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 0;
}
#clear-refinements .ais-ClearRefinements-button {
  order: 2;
  width: auto;
  height: auto;
  max-width: none;
  top: auto;
  left: auto;
  padding: 0;
  opacity: 1;
  border-radius: 0;
  color: #8A8A8A;
  background: transparent !important;
  border: none !important;
  text-decoration: none;
  position: relative;
  font-family: "montserrat", "montserratarm";
  font-weight: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
#clear-refinements .ais-ClearRefinements-button:before {
  display: block;
  content: "\e908";
  margin-left: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
  #clear-refinements .ais-ClearRefinements-button {
    font-size: 0;
  }
  #clear-refinements .ais-ClearRefinements-button:before {
    font-size: 1.7rem;
    margin-left: 0;
  }
}

.list_panel .list_blocks li {
  padding: 0;
  margin: 0;
}
.list_panel .list_blocks li > div {
  width: 100%;
}
.list_panel .btn_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  padding: 12px 20px;
  position: relative;
  margin: 0;
  line-height: 22px;
}
@media screen and (max-width: 991px) {
  .list_panel .btn_panel {
    font-size: 12px;
    line-height: 19px;
  }
}
.list_panel .btn_panel span {
  color: #979797;
  display: none;
  font-size: 1.2rem;
  font-size: 15px;
  text-align: right;
}
.list_panel .btn_panel:hover {
  color: #000000;
  background: transparent;
}
.list_panel .btn_panel:hover span {
  color: #000000;
}
.list_panel .btn_panel.btn_panel_selected {
  background: rgba(7, 173, 176, 0.05);
  color: #088588;
}

.toolbar-products {
  margin-bottom: 20px;
  display: flex;
  position: relative !important;
  z-index: 20;
}
.toolbar-products .modes,
.toolbar-products .limiter,
.toolbar-products .pages {
  display: none;
}
.toolbar-products .toolbar-amount {
  position: relative;
  left: auto;
  display: none !important;
  top: auto;
  padding: 10px 10px;
  align-self: flex-end;
  height: 40px;
}
.toolbar-products .toolbar-sorter {
  margin-left: auto;
  position: relative;
  right: auto;
  top: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.toolbar-products .toolbar-sorter .sorter-label {
  color: #666666;
  display: none;
  margin-right: 20px;
}
.toolbar-products .toolbar-sorter .action.sorter-action {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #454545;
  font-size: 2rem;
  position: relative;
  top: auto;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: none;
}
.toolbar-products .toolbar-sorter .action.sorter-action:before {
  display: block;
  content: "\e924";
  font-size: 130%;
  color: inherit;
}
.toolbar-products .toolbar-sorter select {
  height: 40px;
  visibility: hidden;
  width: 212px;
}
.toolbar-products .toolbar-sorter .select2-container {
  text-align: left;
  box-shadow: 4px 4px 20px rgba(7, 173, 176, 0.1);
}
.toolbar-products .toolbar-sorter .select2-container .select2-selection--single {
  height: 37px;
}
.toolbar-products .toolbar-sorter .select2-container .select2-selection__placeholder {
  color: #979797;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #454545;
  font-size: 120%;
  line-height: 14px;
  padding: 10px;
  flex: 1;
  width: 50%;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 10px;
  padding-left: 0;
  width: auto;
  color: #979797;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 2.4rem;
  display: block;
}
.toolbar-products .toolbar-sorter .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown {
  padding: 0;
}
.toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
  font-size: 100%;
  line-height: inherit;
}
.toolbar-products .toolbar-sorter .select2-container .select2-dropdown {
  border: none;
  font-size: 120%;
  line-height: 19px;
  box-shadow: 4px 4px 20px rgba(7, 173, 176, 0.1);
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  z-index: 5;
  top: 100% !important;
  margin-top: 0 !important;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #68BB45 #EFF5F7;
  scrollbar-width: thin;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 0;
  background: #EFF5F7;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #68BB45;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options li {
  padding: 10px;
  margin: 0 !important;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #68BB45;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option--selected {
  background: #ffffff !important;
  color: #088588 !important;
  cursor: default;
}
.toolbar-products .toolbar-sorter .select2.select2-container {
  width: 212px !important;
}
.toolbar-products .toolbar-sorter .select2.select2-container .select2-results__option--selected {
  background: transparent !important;
  color: #68BB45;
}
.toolbar-products .toolbar-sorter .select2.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: #f2f2f2 !important;
  color: #454545;
}
.toolbar-products ~ .toolbar-products {
  margin-bottom: 0;
}
.toolbar-products ~ .toolbar-products .limiter {
  display: none !important;
}
.toolbar-products ~ .toolbar-products .pages {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 180px !important;
  }
  .toolbar-products .toolbar-sorter .action.sorter-action {
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .toolbar-products .toolbar-sorter .action.sorter-action {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .toolbar-products .toolbar-sorter .toolbar-sorter {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .toolbar-products .toolbar-sorter {
    padding-left: 90px;
  }
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 160px !important;
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    font-size: 130%;
    line-height: 16px;
  }
}
@media screen and (max-width: 575px) {
  .toolbar-products .toolbar-sorter {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 160px !important;
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: right;
    padding: 0 35px 10px 0;
  }
}
@media screen and (max-width: 399px) {
  .toolbar-products .toolbar-sorter {
    padding-left: 100px;
  }
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 120px !important;
  }
  .toolbar-products .toolbar-sorter .action.sorter-action {
    margin-left: 10px;
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    padding-right: 30px;
    font-size: 120%;
    line-height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .toolbar-products .toolbar-sorter .select2-container .select2-selection--single {
    height: 41px;
  }
  .toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single {
    border: 1px solid #07ADB0;
    border-radius: 10px;
    background: none;
    color: #07ADB0;
  }
  .toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow:before,
.toolbar-products .toolbar-sorter .select2-container .select2-selection__placeholder {
    color: #07ADB0;
  }
  .block.filter {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .block.filter.active .filter-options-item:last-child {
    margin: 0 !important;
  }
  .block.filter .filter-current {
    border: none;
  }
  .block.filter .filter-current .items {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .block.filter .filter-current .item {
    display: inline-flex;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
  }
  .block.filter .filter-current-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block.filter .filter-current-subtitle:before {
    content: "\e903" !important;
    font-size: 2.4rem;
    color: inherit;
    position: relative;
    right: auto;
    top: auto;
    order: 2;
    margin-left: auto;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .block.filter .filter-current.active .filter-current-subtitle:before {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .block.filter .filter-actions {
    width: 33%;
    margin-left: auto;
  }
  .filter-title {
    display: block;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .filter-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .filter-title strong {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-size: 120%;
    line-height: 17px;
    padding: 11px 12px;
    color: #07ADB0;
    left: 0;
    background: transparent;
    z-index: 25;
    box-shadow: none;
    max-width: 115px;
    border: 1px solid #07ADB0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .filter-options {
    background: #ffffff !important;
    top: 50px !important;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    bottom: auto;
    height: 0;
    bottom: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 27;
    opacity: 0;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  body.filter-active {
    overflow: hidden;
  }
  body.filter-active .page-wraper {
    position: relative;
  }
  body.filter-active .page-wraper:before {
    background: rgba(69, 69, 69, 0.5);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9;
  }
  body.filter-active .page-header {
    display: block;
    z-index: -1;
  }
  body.filter-active .filter-options {
    height: auto;
    bottom: 0;
    opacity: 1;
    overflow-y: auto;
  }
  body.filter-active .filter-title {
    border: none !important;
  }
  body.filter-active .filter-title strong {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    /* justify-content: center !important; */
    outline: none;
    font-size: 120% !important;
    line-height: 17px;
    padding: 11px 20px;
    color: #000000 !important;
    font-family: "montserrat-bold", "montserratarm-bold" !important;
    left: 0 !important;
    background: 0 0 !important;
    z-index: 25;
    box-shadow: none !important;
    max-width: 100%;
    width: 100% !important;
    border-radius: 0;
    justify-content: space-between !important;
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .filter.active .filter-title {
    border-bottom-color: #454545;
    margin-top: 0;
  }
  .filter.active .filter-title.block-subtitle {
    display: none !important;
  }
  .filter.active .filter-title strong {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
  }
  .filter.active .filter-title strong:after {
    content: "\e908";
    font-size: 2.4rem;
    color: #454545;
  }
  .filter.active .filter-title strong:active {
    color: #505050;
  }
}
@media screen and (max-width: 767px) {
  .sidebar .filter-options-title {
    padding: 0 20px;
    font-size: 140%;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar .filter-options-content .items .item {
    max-height: none !important;
    margin: 0;
  }
  .sidebar .filter-options-content .items .item a {
    font-size: 140%;
  }
  .sidebar .swatch-attribute .swatch-option.text {
    font-size: 140%;
    width: 70px;
  }
  .sidebar .range_inputs .input_block input, .sidebar .range_inputs .input_block[data-label]:before {
    font-size: 140%;
  }
}
@media screen and (max-width: 575px) {
  .block.filter .filter-actions {
    width: 100%;
  }
  .block.filter .filter-current .items {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 399px) {
  .filter-title strong {
    font-size: 130%;
    line-height: 16px;
    padding: 12px 10px;
  }
  .toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 120%;
    line-height: 15px;
    padding: 12px 8px;
  }
  .toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 12px 5px 12px 0;
  }
  .toolbar-products .toolbar-sorter .select2-container .select2-dropdown {
    font-size: 120%;
    line-height: 15px;
  }
}
.listing_page .sidebar-main {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .listing_page .filter-current,
.listing_page .filter-actions {
    display: none !important;
  }
  .listing_page .filter-options_custom {
    overflow: unset !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
.listing_page .column.main {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .listing_page .column.main {
    margin-top: 0;
  }
}
.listing_page .filter-label {
  display: none;
}
.listing_page .sidebar .filter-current-subtitle {
  font-family: "montserrat", "montserratarm";
}
.listing_page .sidebar .filter-current-subtitle:after, .listing_page .sidebar .filter-current-subtitle:before {
  display: none !important;
}
.listing_page .filter-options_custom,
.listing_page .filter-current {
  margin: 0;
  border-top: 0;
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 8px 20px 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border: none;
  color: #454545;
}
.listing_page .filter-options_custom .action.remove,
.listing_page .filter-current .action.remove {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  border: none;
  background: transparent;
  padding: 0;
  color: #454545;
  display: block;
  font-size: 0;
  line-height: 0;
  background: none;
}
.listing_page .filter-options_custom .action.remove:before,
.listing_page .filter-current .action.remove:before {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  background: none;
  border: none;
  display: block;
  content: "\e908";
  margin-left: 10px;
  font-size: 1.7rem;
  width: auto;
  height: auto;
}
.listing_page .filter-options_custom .items,
.listing_page .filter-current .items {
  padding: 0;
  margin: 25px 0 0;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.listing_page .filter-options_custom .items .item,
.listing_page .filter-current .items .item {
  margin: 0 15px 15px 0 !important;
  padding: 8px 15px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
.listing_page .filter-options_custom .items .item.color-selected-block,
.listing_page .filter-current .items .item.color-selected-block {
  border: none;
  margin: 0 0 15px 0 !important;
}
.listing_page .filter-options_custom .items .item.color-selected-block .action.remove:before,
.listing_page .filter-current .items .item.color-selected-block .action.remove:before {
  margin: 0;
  padding: 0;
  position: absolute;
  left: -24px;
  top: 1px;
  opacity: 0;
}
.listing_page .filter-options_custom .items .item.color-selected-block:hover .action.remove:before,
.listing_page .filter-current .items .item.color-selected-block:hover .action.remove:before {
  opacity: 1;
}
.listing_page .filter-options_custom .items .filter-value[style*=back],
.listing_page .filter-current .items .filter-value[style*=back] {
  font-size: 0;
  margin: 0;
  display: block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  position: relative;
  border-radius: 50%;
  font-weight: normal;
  border: 1px solid inherit;
  overflow: visible;
  color: inherit !important;
  outline: none !important;
}
.listing_page .filter-options_custom .items .filter-value[style*=back]:before,
.listing_page .filter-current .items .filter-value[style*=back]:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background: inherit !important;
  opacity: 1;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  outline: 5px solid #ffffff;
  outline-offset: -7px;
}
.listing_page .block-actions.filter-actions {
  margin: 0 0 32px;
  padding: 12px 20px 0;
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 0;
}
.listing_page .block-actions.filter-actions .filter-clear {
  order: 2;
  width: auto;
  height: auto;
  max-width: none;
  top: auto;
  left: auto;
  padding: 0;
  opacity: 1;
  border-radius: 0;
  color: #8A8A8A;
  background: transparent !important;
  border: none !important;
  text-decoration: none;
  position: relative;
  font-family: "montserrat", "montserratarm";
  font-weight: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.listing_page .block-actions.filter-actions .filter-clear:before {
  display: block;
  content: "\e908";
  margin-left: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
  .listing_page .block-actions.filter-actions .filter-clear {
    font-size: 0;
  }
  .listing_page .block-actions.filter-actions .filter-clear:before {
    font-size: 1.7rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .listing_page .block-actions.filter-actions {
    display: none;
  }
}

.page-title-wrapper {
  padding-right: 270px;
}
@media screen and (max-width: 991px) {
  .page-title-wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .page-title-wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  main.page-main {
    padding-top: 0;
  }
}

.columns {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .columns {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
.columns .column {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  order: 2;
}
.columns .products {
  margin: 20px 0;
}
.columns .product-items {
  margin: 0 -10px !important;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.columns .product-item {
  margin: 0 0 20px !important;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px !important;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .columns .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .columns .product-items {
    margin: 0 -5px !important;
  }
  .columns .product-item {
    padding: 0 5px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 575px) {
  .columns .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .columns .product-item-info .product-item-actions .action.tocart {
    padding: 0 10px;
    height: 27px;
  }
  .columns .product-item-info .product-item-actions .action.tocart:before {
    font-size: 1.3rem;
  }
  .columns .product-item-info .product-item-actions .actions-primary {
    bottom: 10px;
    right: 10px;
  }
  .columns .product-item-info .product-item-details,
.columns .product-item-info .product-image-container {
    padding: 10px;
  }
}

.sidebar {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  order: 1;
}
@media screen and (min-width: 768px) {
  .sidebar ~ .column {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .sidebar ~ .column .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.filter_btn {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: inherit;
}

.web .sidebar .swatch-attribute .swatch-option, .sidebar .swatch-attribute .web .swatch-option {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .pages .action.next, .pages .web .action.next, .web .pages .action.previous, .pages .web .action.previous, .web .filter_btn, .web .sidebar .action.clear.filter-clear, .sidebar .web .action.clear.filter-clear, .web .sidebar .filter-options-title, .sidebar .web .filter-options-title, .web #current-refinements .ais-CurrentRefinements-delete, #current-refinements .web .ais-CurrentRefinements-delete, .web #clear-refinements .ais-ClearRefinements-button, #clear-refinements .web .ais-ClearRefinements-button, .web .toolbar-products .toolbar-sorter .action.sorter-action, .toolbar-products .toolbar-sorter .web .action.sorter-action, .web .listing_page .filter-options_custom .action.remove, .listing_page .filter-options_custom .web .action.remove,
.web .listing_page .filter-current .action.remove,
.listing_page .filter-current .web .action.remove, .web .listing_page .block-actions.filter-actions .filter-clear, .listing_page .block-actions.filter-actions .web .filter-clear, .list_panel .btn_panel, .list_panel .btn_panel span {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .sidebar .ui-slider .ui-slider-handle, .sidebar .ui-slider .web .ui-slider-handle {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .sidebar ol.items > li > a, .sidebar .web ol.items > li > a,
.web .sidebar li.item a,
.sidebar li.item .web a, .web .list_panel .btn_panel, .list_panel .web .btn_panel, .pages a.page,
.pages strong.page,
.pages span.page, .sidebar .swatch-attribute .swatch-option, .toolbar-products .toolbar-sorter .select2-container .select2-results__options li, .listing_page .filter-options_custom .items .item.color-selected-block .action.remove:before,
.listing_page .filter-current .items .item.color-selected-block .action.remove:before, .listing_page .filter-options_custom .items .item.color-selected-block:hover,
.listing_page .filter-current .items .item.color-selected-block:hover, .listing_page .filter-options_custom .items .filter-value[style*=back],
.listing_page .filter-current .items .filter-value[style*=back] {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .sidebar .swatch-attribute .swatch-option, .sidebar .swatch-attribute .touch .swatch-option {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .pages .action.next, .pages .touch .action.next, .touch .pages .action.previous, .pages .touch .action.previous, .touch .sidebar .action.clear.filter-clear, .sidebar .touch .action.clear.filter-clear, .touch .sidebar .filter-options-title, .sidebar .touch .filter-options-title, .touch #current-refinements .ais-CurrentRefinements-delete, #current-refinements .touch .ais-CurrentRefinements-delete, .touch #clear-refinements .ais-ClearRefinements-button, #clear-refinements .touch .ais-ClearRefinements-button, .touch .toolbar-products .toolbar-sorter .action.sorter-action, .toolbar-products .toolbar-sorter .touch .action.sorter-action, .touch .listing_page .filter-options_custom .action.remove, .listing_page .filter-options_custom .touch .action.remove,
.touch .listing_page .filter-current .action.remove,
.listing_page .filter-current .touch .action.remove, .touch .listing_page .block-actions.filter-actions .filter-clear, .listing_page .block-actions.filter-actions .touch .filter-clear, .touch .filter_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .sidebar .ui-slider .ui-slider-handle, .sidebar .ui-slider .touch .ui-slider-handle {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .sidebar ol.items > li > a, .sidebar .touch ol.items > li > a,
.touch .sidebar li.item a,
.sidebar li.item .touch a, .touch .list_panel .btn_panel, .list_panel .touch .btn_panel {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .sidebar .action.clear.filter-clear:hover, .sidebar .web .action.clear.filter-clear:hover, .web .sidebar .filter-options-title:hover, .sidebar .web .filter-options-title:hover, .web #current-refinements .ais-CurrentRefinements-delete:hover, #current-refinements .web .ais-CurrentRefinements-delete:hover, .web #clear-refinements .ais-ClearRefinements-button:hover, #clear-refinements .web .ais-ClearRefinements-button:hover, .web .toolbar-products .toolbar-sorter .action.sorter-action:hover, .toolbar-products .toolbar-sorter .web .action.sorter-action:hover, .web .listing_page .filter-options_custom .action.remove:hover, .listing_page .filter-options_custom .web .action.remove:hover,
.web .listing_page .filter-current .action.remove:hover,
.listing_page .filter-current .web .action.remove:hover, .web .listing_page .block-actions.filter-actions .filter-clear:hover, .listing_page .block-actions.filter-actions .web .filter-clear:hover {
  color: #68BB45;
}
.web .sidebar .action.clear.filter-clear:hover:before, .sidebar .web .action.clear.filter-clear:hover:before, .web .sidebar .filter-options-title:hover:before, .sidebar .web .filter-options-title:hover:before, .web #current-refinements .ais-CurrentRefinements-delete:hover:before, #current-refinements .web .ais-CurrentRefinements-delete:hover:before, .web #clear-refinements .ais-ClearRefinements-button:hover:before, #clear-refinements .web .ais-ClearRefinements-button:hover:before, .web .toolbar-products .toolbar-sorter .action.sorter-action:hover:before, .toolbar-products .toolbar-sorter .web .action.sorter-action:hover:before, .web .listing_page .filter-options_custom .action.remove:hover:before, .listing_page .filter-options_custom .web .action.remove:hover:before,
.web .listing_page .filter-current .action.remove:hover:before,
.listing_page .filter-current .web .action.remove:hover:before, .web .listing_page .block-actions.filter-actions .filter-clear:hover:before, .listing_page .block-actions.filter-actions .web .filter-clear:hover:before {
  color: #68BB45;
}
.web .sidebar .action.clear.filter-clear:active, .sidebar .web .action.clear.filter-clear:active, .web .sidebar .filter-options-title:active, .sidebar .web .filter-options-title:active, .web #current-refinements .ais-CurrentRefinements-delete:active, #current-refinements .web .ais-CurrentRefinements-delete:active, .web #clear-refinements .ais-ClearRefinements-button:active, #clear-refinements .web .ais-ClearRefinements-button:active, .web .toolbar-products .toolbar-sorter .action.sorter-action:active, .toolbar-products .toolbar-sorter .web .action.sorter-action:active, .web .listing_page .filter-options_custom .action.remove:active, .listing_page .filter-options_custom .web .action.remove:active,
.web .listing_page .filter-current .action.remove:active,
.listing_page .filter-current .web .action.remove:active, .web .listing_page .block-actions.filter-actions .filter-clear:active, .listing_page .block-actions.filter-actions .web .filter-clear:active {
  color: #088588;
}
.web .sidebar .ui-slider .ui-slider-handle:hover, .sidebar .ui-slider .web .ui-slider-handle:hover {
  background: #68BB45;
}
.web .pages .action.next:hover, .pages .web .action.next:hover, .web .pages .action.previous:hover, .pages .web .action.previous:hover, .web .filter_btn:hover {
  color: #539936;
}
.web .pages .action.next:active, .pages .web .action.next:active, .web .pages .action.previous:active, .pages .web .action.previous:active, .web .filter_btn:active {
  color: #437A2C;
}
.web .sidebar ol.items > li > a:hover, .sidebar .web ol.items > li > a:hover,
.web .sidebar li.item a:hover,
.sidebar li.item .web a:hover, .web .list_panel .btn_panel:hover, .list_panel .web .btn_panel:hover {
  color: #077376 !important;
}
.web .sidebar ol.items > li > a:active, .sidebar .web ol.items > li > a:active,
.web .sidebar li.item a:active,
.sidebar li.item .web a:active, .web .list_panel .btn_panel:active, .list_panel .web .btn_panel:active {
  border-color: transparent;
  background: #07ADB0;
  color: #68BB45 !important;
}
.web .sidebar .swatch-attribute .swatch-option:hover, .sidebar .swatch-attribute .web .swatch-option:hover {
  opacity: 0.7;
}
.touch .sidebar .ui-slider .ui-slider-handle:active, .sidebar .ui-slider .touch .ui-slider-handle:active {
  background: #68BB45;
}
.touch .pages .action.next:active, .pages .touch .action.next:active, .touch .pages .action.previous:active, .pages .touch .action.previous:active, .touch .sidebar .action.clear.filter-clear:active, .sidebar .touch .action.clear.filter-clear:active, .touch .sidebar .filter-options-title:active, .sidebar .touch .filter-options-title:active, .touch #current-refinements .ais-CurrentRefinements-delete:active, #current-refinements .touch .ais-CurrentRefinements-delete:active, .touch #clear-refinements .ais-ClearRefinements-button:active, #clear-refinements .touch .ais-ClearRefinements-button:active, .touch .toolbar-products .toolbar-sorter .action.sorter-action:active, .toolbar-products .toolbar-sorter .touch .action.sorter-action:active, .touch .listing_page .filter-options_custom .action.remove:active, .listing_page .filter-options_custom .touch .action.remove:active,
.touch .listing_page .filter-current .action.remove:active,
.listing_page .filter-current .touch .action.remove:active, .touch .listing_page .block-actions.filter-actions .filter-clear:active, .listing_page .block-actions.filter-actions .touch .filter-clear:active, .touch .filter_btn:active {
  color: #437A2C;
}
.touch .pages .action.next:active:before, .pages .touch .action.next:active:before, .touch .pages .action.previous:active:before, .pages .touch .action.previous:active:before, .touch .sidebar .action.clear.filter-clear:active:before, .sidebar .touch .action.clear.filter-clear:active:before, .touch .sidebar .filter-options-title:active:before, .sidebar .touch .filter-options-title:active:before, .touch #current-refinements .ais-CurrentRefinements-delete:active:before, #current-refinements .touch .ais-CurrentRefinements-delete:active:before, .touch #clear-refinements .ais-ClearRefinements-button:active:before, #clear-refinements .touch .ais-ClearRefinements-button:active:before, .touch .toolbar-products .toolbar-sorter .action.sorter-action:active:before, .toolbar-products .toolbar-sorter .touch .action.sorter-action:active:before, .touch .listing_page .filter-options_custom .action.remove:active:before, .listing_page .filter-options_custom .touch .action.remove:active:before,
.touch .listing_page .filter-current .action.remove:active:before,
.listing_page .filter-current .touch .action.remove:active:before, .touch .listing_page .block-actions.filter-actions .filter-clear:active:before, .listing_page .block-actions.filter-actions .touch .filter-clear:active:before, .touch .filter_btn:active:before {
  color: #68BB45;
}
.touch .sidebar ol.items > li > a:active, .sidebar .touch ol.items > li > a:active,
.touch .sidebar li.item a:active,
.sidebar li.item .touch a:active, .touch .list_panel .btn_panel:active, .list_panel .touch .btn_panel:active {
  background: #07ADB0;
  color: #68BB45 !important;
  border-color: transform;
}
.touch .sidebar .swatch-attribute .swatch-option:active, .sidebar .swatch-attribute .touch .swatch-option:active {
  opacity: 0.7;
}

/*# sourceMappingURL=listing.css.map */
