.pages .items, .sidebar .filter_subitems, .sidebar .filter_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, .sidebar .filter_items > li.opened .toggle_btn:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow:before, .toolbar-products .toolbar-sorter .action.sorter-action:before, .pages .action.next:before, .pages .action.previous:before, .toolbar-products .toolbar-sorter .action.sorter-action: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;
  }
}
.toolbar-products .toolbar-sorter .sorter-label {
  font-size: 12px;
  line-height: 14px;
}

.sidebar .filter-subtitle,
.sidebar .filter-current,
.sidebar .filter-actions {
  display: none !important;
}
.sidebar .filter_title {
  font-size: 200%;
  line-height: 1.2em;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 28px;
}
.sidebar .filter_items {
  border-top: 1px solid #f2f2f2;
  font-size: 140%;
  line-height: 23px;
}
.sidebar .filter_items li {
  margin: 0;
}
.sidebar .filter_items > li {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.sidebar .filter_items a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.sidebar .filter_items a.selected {
  color: #68BB45;
}
.sidebar .filter_items .toggle_btn {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 2rem;
  position: absolute;
  top: 11px;
  right: 0;
}
.sidebar .filter_items .toggle_btn:before {
  display: block;
  color: inherit;
}
.sidebar .filter_items .toggle_btn + a {
  margin-right: 40px;
}
.sidebar .filter_subitems {
  display: none;
}
.sidebar .filter_subitems li {
  padding-top: 10px;
  padding-left: 20px;
}
.sidebar .filter_subitems li:first-child {
  padding-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .sidebar .filter_title {
    font-size: 180%;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar .filter_title {
    font-size: 160%;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .sidebar .filter_items {
    font-size: 120%;
    line-height: 19px;
  }
  .sidebar .filter_subitems li {
    padding-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar ~ .column .toolbar-products .toolbar-sorter,
.sidebar ~ .column .toolbar-products .brands_filter {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar .filter_section {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 0;
    bottom: 60px;
    background: #ffffff;
    overflow: hidden;
    z-index: 200;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .sidebar .filter_section .filter_btn {
    position: absolute;
    right: 20px;
    top: 14px;
  }
  .sidebar .filter_content {
    flex: 0 0 100vw;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .sidebar .filter_title {
    margin-right: 80px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    min-height: 66px;
    font-size: 160%;
    line-height: 20px;
    margin: 0;
  }
  .sidebar .filter_block {
    flex: 1;
    height: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .sidebar .filter_items {
    font-size: 140%;
    line-height: 23px;
  }
  .sidebar .filter_items > li {
    padding: 20px 20px;
  }
  .sidebar .filter_items .toggle_btn {
    padding: 0;
    top: 2px;
    font-size: 200%;
    width: 50px;
    height: 60px;
  }
}

.pages {
  order: 2;
  margin-left: auto;
  padding: 0 10px;
}
.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: 1rem;
  line-height: inherit;
}
.pages .item.pages-item-next, .pages .item.pages-item-prev {
  width: auto;
}
.pages .item.current strong.page {
  background: #68BB45;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  font-family: inherit;
}
.pages a.page,
.pages strong.page,
.pages span.page {
  display: flex;
  width: 40px;
  height: 40px;
  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;
  }
}

.toolbar-products {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  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;
  padding: 0 10px;
  position: relative;
  right: auto;
  top: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.toolbar-products .toolbar-sorter .sorter-label {
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  display: none;
  left: 10px;
  color: #979797;
}
.toolbar-products .toolbar-sorter .action.sorter-action {
  margin-left: 8px;
  margin-right: 15px;
  display: block;
  color: inherit;
  font-size: 240%;
  position: relative;
  top: auto;
}
.toolbar-products .toolbar-sorter .action.sorter-action:before {
  display: block;
  content: "\e924";
  font-size: 100%;
  color: inherit;
}
.toolbar-products .toolbar-sorter select {
  height: 40px;
  visibility: hidden;
  width: 180px;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single {
  height: 37px !important;
}
.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 red;
  scrollbar-width: thin;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 0;
  background: red;
}
.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: 180px !important;
}
.toolbar-products ~ .toolbar-products {
  margin-top: 50px;
  margin-bottom: 0;
}
.toolbar-products ~ .toolbar-products .limiter {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .toolbar-products ~ .toolbar-products {
    margin-top: 20px;
  }
  .toolbar-products .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding-right: 5px;
  }
  .toolbar-products .toolbar-amount,
.toolbar-products .select2-container--default .select2-selection--single .select2-selection__rendered,
.toolbar-products .select2-container .select2-dropdown {
    font-size: 140%;
  }
  .toolbar-products .toolbar-sorter {
    margin-right: -6px;
  }
  .toolbar-products .toolbar-sorter .action.sorter-action {
    margin-left: 0;
  }
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 120px !important;
  }
}
@media screen and (max-width: 639px) {
  .toolbar-products {
    flex-wrap: wrap;
  }
  .toolbar-products ~ .toolbar-products {
    margin-top: 0;
  }
  .toolbar-products .toolbar-sorter {
    padding-left: 100px;
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
    left: auto;
    margin-right: 10px;
    text-align: right;
  }
  .toolbar-products .toolbar-amount {
    order: 3;
    margin-top: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
}

.web .toolbar-products .drop_block ul {
  scrollbar-color: #cfcfcf #f2f2f2;
  scrollbar-width: bold;
}
.web .toolbar-products .drop_block ul::-webkit-scrollbar {
  width: 14px;
  height: auto;
  border-radius: 0;
  background: #f2f2f2;
}
.web .toolbar-products .drop_block ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #cfcfcf;
}
.web .toolbar-products .drop_block ul::-webkit-scrollbar, .web .toolbar-products .drop_block ul::-webkit-scrollbar-thumb {
  border-right: 10px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .filter_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .filter_btn {
    font-size: 110%;
    line-height: 13px;
    text-align: center;
    margin-left: 20px;
    color: #8a8a8a;
  }
  .filter_btn:before {
    display: block;
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .page-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .page-title-wrapper:before {
    bottom: -18px;
  }
  .filter_opened {
    overflow: hidden;
  }
  .filter_opened .filter_section {
    width: 100%;
  }
}
.columns {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
.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 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@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 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  order: 1;
}
@media screen and (min-width: 768px) {
  .sidebar ~ .column {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .sidebar ~ .column .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.filter_btn {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: inherit;
}

.web .sidebar .filter_items a, .sidebar .filter_items .web a, .web .sidebar .filter_items .toggle_btn, .sidebar .filter_items .web .toggle_btn, .web .pages .action.next, .pages .web .action.next, .web .pages .action.previous, .pages .web .action.previous, .web .toolbar-products .toolbar-sorter .action.sorter-action, .toolbar-products .toolbar-sorter .web .action.sorter-action, .web .filter_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.sidebar .filter_items .toggle_btn:before, .pages a.page,
.pages strong.page,
.pages span.page, .toolbar-products .toolbar-sorter .select2-container .select2-results__options li {
  -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 .filter_items a, .sidebar .filter_items .touch a, .touch .sidebar .filter_items .toggle_btn, .sidebar .filter_items .touch .toggle_btn, .touch .pages .action.next, .pages .touch .action.next, .touch .pages .action.previous, .pages .touch .action.previous, .touch .toolbar-products .toolbar-sorter .action.sorter-action, .toolbar-products .toolbar-sorter .touch .action.sorter-action, .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;
}

.web .sidebar .filter_items a:hover, .sidebar .filter_items .web a:hover, .web .sidebar .filter_items .toggle_btn:hover, .sidebar .filter_items .web .toggle_btn:hover, .web .pages .action.next:hover, .pages .web .action.next:hover, .web .pages .action.previous:hover, .pages .web .action.previous:hover, .web .toolbar-products .toolbar-sorter .action.sorter-action:hover, .toolbar-products .toolbar-sorter .web .action.sorter-action:hover, .web .filter_btn:hover {
  color: #539936;
}
.web .sidebar .filter_items a:active, .sidebar .filter_items .web a:active, .web .sidebar .filter_items .toggle_btn:active, .sidebar .filter_items .web .toggle_btn:active, .web .pages .action.next:active, .pages .web .action.next:active, .web .pages .action.previous:active, .pages .web .action.previous:active, .web .toolbar-products .toolbar-sorter .action.sorter-action:active, .toolbar-products .toolbar-sorter .web .action.sorter-action:active, .web .filter_btn:active {
  color: #437A2C;
}
.touch .sidebar .filter_items a:active, .sidebar .filter_items .touch a:active, .touch .sidebar .filter_items .toggle_btn:active, .sidebar .filter_items .touch .toggle_btn:active, .touch .pages .action.next:active, .pages .touch .action.next:active, .touch .pages .action.previous:active, .pages .touch .action.previous:active, .touch .toolbar-products .toolbar-sorter .action.sorter-action:active, .toolbar-products .toolbar-sorter .touch .action.sorter-action:active, .touch .filter_btn:active {
  color: #437A2C;
}
.touch .sidebar .filter_items a:active:before, .sidebar .filter_items .touch a:active:before, .touch .sidebar .filter_items .toggle_btn:active:before, .sidebar .filter_items .touch .toggle_btn:active:before, .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 .toolbar-products .toolbar-sorter .action.sorter-action:active:before, .toolbar-products .toolbar-sorter .touch .action.sorter-action:active:before, .touch .filter_btn:active:before {
  color: #68BB45;
}

/*# sourceMappingURL=listing.css.map */
