.brands_list ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.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-options-content .select2-container--default.select2-container--open .select2-selection__arrow {
  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, .sidebar ol.items > li > a:before,
.sidebar li.item a:before, .sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__arrow:before, .toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown:after, .toolbar-products .toolbar-sorter .action.sorter-action:after, .sidebar .filter-options-content .select2-container .select2-search--dropdown:after, .sidebar .filter-options-title:after, .sidebar .filter-title strong: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;
}

.brands_list a img, .brands_list a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@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;
  }
}
.sidebar .filter-current .items {
  font-size: 140%;
  line-height: 16px;
}

.brands_list a {
  font-size: 160%;
  line-height: 28px;
}

.sidebar .filter-options-title, .sidebar .action.clear.filter-clear {
  font-size: 150%;
  line-height: 18px;
}

.sidebar .range_inputs .label {
  font-size: 120%;
  line-height: 14px;
}

.sidebar .filter-subtitle {
  display: none !important;
}
.sidebar .filter-current-subtitle {
  padding: 0 0 5px;
  font-family: "mardoto-medium", "roboto-medium";
  font-weight: normal;
  background: transparent;
  font-size: 150%;
  line-height: 18px;
  text-transform: uppercase;
}
.sidebar .filter-current {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.sidebar .filter-current .items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 63px;
  color: #6D6D6D;
}
.sidebar .filter-current .filter-label {
  display: none;
}
.sidebar .filter-current .filter-value {
  color: #6D6D6D;
}
.sidebar .filter-current .item {
  margin: 10px 10px 0 0;
  padding: 6px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: #EEF2EC;
}
.sidebar .filter-current .action.remove {
  order: 2;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  margin: 0 0 0 8px;
  max-width: none;
  top: auto;
  left: auto;
  padding: 0;
  opacity: 1;
  border-radius: 0;
  color: #8a8a8a;
  position: relative;
}
.sidebar .filter-current .action.remove:before {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  content: "\e908";
  font-size: 2rem;
  background: transparent;
  border: none;
  font-weight: normal;
  width: auto;
  height: auto;
  padding: 0;
  color: inherit;
}
.sidebar .filter-current + .block-actions {
  margin: -63px 0 0;
  margin-bottom: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.sidebar .action.clear.filter-clear {
  display: block;
  color: #50813F;
  border: 1px solid;
  border-radius: 5px;
  padding: 11px 14px;
  min-width: 0;
  width: 100%;
  text-align: center;
}
.sidebar .filter-options {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 0 0;
}
.sidebar .filter-options-item {
  border: none;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar .filter-options-item:last-child {
  margin-bottom: 0;
  border-bottom: none !important;
}
.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);
}
.sidebar .filter-options-title {
  font-family: "mardoto-medium", "roboto-medium";
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  word-break: normal;
  display: flex;
  justify-content: space-between;
  color: inherit;
}
.sidebar .filter-options-title:after {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  color: #8a8a8a;
  font-size: 1.6rem;
  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 .filter-options-content:before {
  display: block;
  content: "";
  height: 20px;
}
.sidebar .filter-options-content:after {
  display: none !important;
}
.sidebar .filter-options-content .select2-container {
  text-align: left;
}
.sidebar .filter-options-content .select2-container .select2-selection--single {
  height: 46px;
}
.sidebar .filter-options-content .select2-container .select2-selection__placeholder {
  color: #999999;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1C1C1C;
  font-size: 140%;
  line-height: 16px;
  padding: 14px 10px;
  flex: 1;
  width: 50%;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 14px 10px;
  padding-left: 0;
  width: auto;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.sidebar .filter-options-content .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 2.4rem;
  display: block;
}
.sidebar .filter-options-content .select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
  z-index: 10;
}
.sidebar .filter-options-content .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 5px 5px;
  border-top-color: transparent;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .filter-options-content .select2-container .select2-search--dropdown {
  padding: 0;
  position: relative;
}
.sidebar .filter-options-content .select2-container .select2-search--dropdown:after {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  content: "\e905";
}
.sidebar .filter-options-content .select2-container .select2-search--dropdown .select2-search__field {
  border: solid #e5e5e5;
  border-width: 1px 0;
  padding: 15px 10px;
  font-size: 100%;
  border-radius: 0;
  line-height: inherit;
}
.sidebar .filter-options-content .select2-container .select2-dropdown {
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 140%;
  line-height: 16px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  z-index: 5;
  top: 100% !important;
  margin-top: 0 !important;
}
.sidebar .filter-options-content .select2-container .select2-dropdown--above {
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.sidebar .filter-options-content .select2-container .select2-dropdown--above .select2-search--dropdown .select2-search__field {
  border-top: none;
}
.sidebar .filter-options-content .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #50813F #F1F1F1;
  scrollbar-width: thin;
}
.sidebar .filter-options-content .select2-container .select2-results__options::-webkit-scrollbar {
  width: 3px;
  height: auto;
  border-radius: 0;
  background: #F1F1F1;
}
.sidebar .filter-options-content .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #50813F;
}
.sidebar .filter-options-content .select2-container .select2-results__options li {
  padding: 14px 10px;
  margin: 0 !important;
}
.sidebar .filter-options-content .select2-container .select2-results__option {
  border: none;
  color: #1C1C1C !important;
}
.sidebar .filter-options-content .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #50813F;
}
.sidebar .filter-options-content .select2-container .select2-results__option--selected {
  background: #F1F1F1 !important;
  color: #50813F !important;
  cursor: default;
}
.sidebar .filter-options-content .select2.select2-container {
  width: 100% !important;
}
.sidebar .filter-options-content .select2-container .select2-results__options {
  background: transparent;
}
.sidebar ol.items > li,
.sidebar li.item {
  margin: 0;
}
.sidebar ol.items > li > a,
.sidebar li.item a {
  color: inherit;
  margin: 20px 0 0;
  padding-left: 34px;
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
  background: transparent;
  max-width: 100%;
  font-size: 160%;
  line-height: 1.5em;
  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: 0;
  border: 1px solid #e5e5e5;
  background: transparent;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  content: "\e911";
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.sidebar ol.items > li > a.active:before, .sidebar ol.items > li > a.selected:before,
.sidebar li.item a.active:before,
.sidebar li.item a.selected:before {
  border-color: transparent;
  background: #50813F;
  font-size: 2.8rem;
}
.sidebar li.item:first-child a,
.sidebar ol.items > li:first-child > a {
  margin-top: 0;
}
.sidebar .swatch-attribute .swatch-attribute-options {
  margin: -15px -7px 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .swatch-attribute a {
  display: block;
  background: transparent;
  margin: 15px 7px 0 !important;
}
.sidebar .swatch-attribute a.active, .sidebar .swatch-attribute a.selected {
  pointer-events: none;
}
.sidebar .swatch-attribute a.active .swatch-option, .sidebar .swatch-attribute a.selected .swatch-option {
  border-color: #50813F;
  pointer-events: none;
}
.sidebar .swatch-attribute .swatch-option {
  margin: 0;
  display: block;
  height: auto;
  position: relative;
  font-weight: normal;
  overflow: visible;
  color: inherit;
  outline: none !important;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  box-shadow: none !important;
}
.sidebar .swatch-attribute .swatch-option.active, .sidebar .swatch-attribute .swatch-option.selected {
  border-color: #50813F;
  pointer-events: none;
}
.sidebar .range_block {
  position: relative;
  margin: 8px 8px 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar .ui-slider-horizontal {
  height: 1px;
  border-radius: 0;
  border: none;
}
.sidebar .ui-slider-horizontal:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  right: -7px;
  border-top: 1px solid #c4c4c4;
}
.sidebar .ui-slider .ui-slider-handle {
  position: absolute;
  margin: 0 0 0 -8px;
  padding: 0;
  width: 16px;
  height: 16px;
  top: -8px;
  background: #50813F;
  border-radius: 5px;
  color: #50813F;
  cursor: pointer;
}
.sidebar .ui-slider .ui-slider-range {
  height: 3px;
  top: 0;
  margin-top: -1px;
  background: #50813F;
  position: absolute;
}
.sidebar .range_inputs {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
}
.sidebar .range_inputs .input_block {
  flex: 1;
  width: 20%;
  position: relative;
}
.sidebar .range_inputs .input_block:last-child {
  order: 2;
}
.sidebar .range_inputs .label {
  display: inline-block;
  vertical-align: top;
  color: #6D6D6D;
  font-weight: normal;
  margin-bottom: 4px;
}
.sidebar .range_inputs:before {
  display: flex;
  align-items: center;
  height: 40px;
  content: "-";
  color: #000000;
  margin: 0 8px;
  order: 1;
}
.sidebar .range_inputs input {
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 160%;
  line-height: 24px;
  background: #F8F8F8;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .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: "";
  }
}

.toolbar-products {
  display: flex;
  position: relative;
  z-index: 20;
  margin-bottom: 0 !important;
}
.toolbar-products .toolbar-sorter.sorter {
  position: absolute;
  right: 0;
  top: -60px;
}
.toolbar-products .modes,
.toolbar-products .limiter,
.toolbar-products .pages,
.toolbar-products .label {
  display: none;
}
.toolbar-products .toolbar-amount {
  display: none !important;
}
.toolbar-products .toolbar-sorter {
  margin-left: auto;
  position: relative;
  right: auto;
  top: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 20px;
}
.toolbar-products .toolbar-sorter .sorter-label {
  display: none;
}
.toolbar-products .toolbar-sorter .action.sorter-action {
  margin-right: 10px;
  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: 200px;
}
.toolbar-products .toolbar-sorter .select2-container {
  text-align: left;
}
.toolbar-products .toolbar-sorter .select2-container .select2-selection--single {
  height: 46px;
}
.toolbar-products .toolbar-sorter .select2-container .select2-selection__placeholder {
  color: #999999;
}
.toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  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: #1C1C1C;
  font-size: 160%;
  line-height: 18px;
  padding: 14px 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: 14px 10px;
  padding-left: 0;
  width: auto;
  color: #999999;
  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-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
  z-index: 10;
}
.toolbar-products .toolbar-sorter .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 5px 5px;
  border-top-color: transparent;
  border-bottom: 1px solid #d1d1d1;
}
.toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown {
  padding: 0;
  position: relative;
}
.toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown:after {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  content: "\e905";
}
.toolbar-products .toolbar-sorter .select2-container .select2-search--dropdown .select2-search__field {
  border: solid #d1d1d1;
  border-width: 1px 0;
  padding: 10px;
  font-size: 100%;
  border-radius: 0;
  line-height: inherit;
}
.toolbar-products .toolbar-sorter .select2-container .select2-dropdown {
  border: 1px solid #d1d1d1;
  border-top: none;
  font-size: 160%;
  line-height: 19px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  z-index: 5;
  top: 100% !important;
  margin-top: 0 !important;
}
.toolbar-products .toolbar-sorter .select2-container .select2-dropdown--above {
  border-top: 1px solid #d1d1d1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.toolbar-products .toolbar-sorter .select2-container .select2-dropdown--above .select2-search--dropdown .select2-search__field {
  border-top: none;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #50813F #F1F1F1;
  scrollbar-width: thin;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 0;
  background: #F1F1F1;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #50813F;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__options li {
  padding: 10px;
  margin: 0 !important;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option {
  border: none;
  color: #1C1C1C !important;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #50813F;
}
.toolbar-products .toolbar-sorter .select2-container .select2-results__option--selected {
  background: #F1F1F1 !important;
  color: #50813F !important;
  cursor: default;
}
.toolbar-products .toolbar-sorter .select2.select2-container {
  width: 200px !important;
}
.toolbar-products ~ .toolbar-products {
  margin-top: 50px;
  margin-bottom: 0;
}
.toolbar-products ~ .toolbar-products .limiter {
  display: flex;
}
@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 .action.sorter-action {
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .toolbar-products {
    flex-wrap: wrap;
  }
  .toolbar-products ~ .toolbar-products {
    margin-top: 0;
  }
  .toolbar-products .toolbar-sorter {
    padding-left: 10px;
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
    left: auto;
    margin-right: 10px;
    text-align: right;
  }
  .toolbar-products .toolbar-sorter .action.sorter-action:before {
    font-size: 2rem;
  }
  .toolbar-products .toolbar-sorter .select2-container .select2-dropdown {
    font-size: 140%;
    line-height: 16px;
  }
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 170px !important;
  }
  .toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 140%;
    line-height: 16px;
  }
  .toolbar-products .toolbar-sorter .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .toolbar-products .toolbar-amount {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    margin-top: 10px;
    padding-top: 0;
  }
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 150px !important;
  }
}
@media screen and (max-width: 359px) {
  .toolbar-products .toolbar-sorter .select2.select2-container {
    width: 120px !important;
  }
}

@media screen and (max-width: 991px) {
  .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 {
    padding: 20px;
    margin: 0;
    border: none;
  }
  .block.filter .filter-current .item {
    display: inline-flex;
    vertical-align: top;
  }
  .block.filter .filter-current-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block.filter .filter-current-subtitle:before {
    display: none;
  }
  .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 {
    padding: 0 0 20px;
    display: flex;
  }
  .filter-title strong {
    position: relative;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
    font-size: 140%;
    line-height: 16px;
    padding: 11px 10px;
    color: #1C1C1C;
    left: auto;
    z-index: 25;
    box-shadow: none;
    min-width: 70px;
    background: transparent;
  }
}
@media screen and (max-width: 991px) and (min-width: 640px) {
  .filter-title {
    right: 158px;
    left: auto;
  }
}
@media screen and (max-width: 991px) {
  .filter-options {
    background: transparent !important;
    top: 48px !important;
    left: 0;
    display: block;
    width: 100%;
    bottom: auto;
    height: 0;
    bottom: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 20;
    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: 991px) {
  body.filter-active .page-header {
    display: block;
    z-index: -1;
  }
  body.filter-active .filter-options {
    height: auto;
    bottom: 0;
    opacity: 1;
    overflow-y: auto;
    padding-top: 32px;
  }
  body.filter-active .filter-options .filter-options-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .filter.active .filter-title {
    border-bottom-color: #d1d1d1;
  }
  .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: #1C1C1C;
  }
  .filter.active .filter-title strong:active {
    color: #66181E;
  }
}
@media screen and (max-width: 991px) {
  .sidebar .filter-options-title {
    padding: 0 15px;
    font-size: 160%;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .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: 767px) {
  .block.filter .filter-actions {
    width: 50%;
  }
}
@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;
  }
}
body {
  background: #F8F8F8;
}

.columns {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
  padding-top: 20px !important;
}
.columns .column {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  order: 2;
}
.columns .products.wrapper {
  margin: 0;
  padding-bottom: 20px;
}
.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;
}
.columns .product-item .product-item-info {
  display: flex;
  flex-direction: column;
}
.columns .product-item .product-item-info .product-item-name {
  margin-bottom: auto;
}
.columns .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  order: 1;
}
@media screen and (min-width: 992px) {
  .sidebar ~ .column {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sidebar ~ .column .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (max-width: 991px) {
  .column .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .columns .products.wrapper {
    padding-bottom: 10px;
  }

  .column .product-items {
    margin: 0 -5px !important;
  }
  .column .product-item {
    padding: 0 5px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .column .product-item .product-item-info {
    padding: 20px 15px 15px !important;
  }
  .column .product-item .product-item-info .stickers {
    top: 15px;
    left: 15px;
  }
  .column .product-item .product-item-info .product-item-link {
    -webkit-line-clamp: 3;
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .product-image-container {
    padding: 0 15px;
  }
  .column .product-item .product-item-info .price-box .normal-price,
.column .product-item .product-item-info .price-box .special-price {
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box .old-price {
    font-size: 120%;
    line-height: 14px;
  }
  .column .product-item .product-item-info .product-image-container {
    height: 160px;
  }
  .column .product-item .product-item-info .product-image-wrapper {
    max-width: 160px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-secondary {
    top: 15px;
    right: 15px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-primary {
    padding-top: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .action.tocart {
    font-size: 120%;
    line-height: 14px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .column .product-item .product-item-info .product-item-actions .actions-primary {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .product-item-info .product-image-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .column .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .column .product-item .product-item-info {
    padding: 15px 10px 10px !important;
  }
  .column .product-item .product-item-info .stickers {
    top: 10px;
    left: 10px;
  }
  .column .product-item .product-item-info .product-item-link {
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box .normal-price,
.column .product-item .product-item-info .price-box .special-price {
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box .old-price {
    font-size: 120%;
    line-height: 14px;
  }
  .column .product-item .product-item-info .product-image-container {
    height: 140px;
  }
  .column .product-item .product-item-info .product-image-wrapper {
    max-width: 140px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-secondary {
    top: 10px;
    right: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-primary {
    padding-top: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .action.tocart {
    font-size: 120%;
    line-height: 14px;
    height: 36px;
  }

  .product-item-info .product-image-container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 399px) {
  .product-item-info .price-box {
    padding-right: 0;
    padding-top: 6px;
    display: block;
    height: auto;
  }
  .product-item-info .price-box .price-label {
    position: unset !important;
  }
}
@media screen and (max-width: 359px) {
  .column .product-item .product-item-info .details_list span {
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.web .column.main .product-item {
  height: 333px;
}
@media screen and (max-width: 479px) {
  .web .column.main .product-item {
    height: 314px;
  }
}

.touch .column.main .product-item {
  height: auto;
}

.toolbar-amount .toolbar-number {
  display: none;
}

.brands-toolbar.toolbar.bottom {
  margin-top: 50px;
  display: flex;
}
.brands-toolbar.toolbar.bottom .pager {
  width: 100%;
  display: flex;
}
.brands-toolbar.toolbar.bottom .limiter {
  display: none;
}

.page-main .columns .column.main {
  padding-top: 0;
}

.brands_list li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin: 0;
}
.brands_list a {
  display: block;
  color: inherit;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 15px;
  padding: 10px;
}
.brands_list a:hover {
  color: #50813F;
}
.brands_list a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.brands_list a img {
  display: block;
  width: 100%;
  height: 96px;
  object-fit: none;
  position: relative;
  overflow: hidden;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands_list ul {
    margin: 0 -5px;
  }
  .brands_list li {
    padding: 0 5px 10px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .brands_list a img {
    object-fit: contain;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .brands_list ul {
    margin: 0 -5px;
    padding-top: 0;
  }
  .brands_list li {
    padding: 0 5px 10px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .brands_list a img {
    object-fit: contain;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .brands_list li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .brands_list a img {
    height: 100px;
  }
}
@media screen and (max-width: 479px) {
  .brands_list ul {
    margin: 0 -10px;
    padding-top: 0;
  }
  .brands_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 24px;
  }
  .brands_list a img {
    object-fit: contain;
  }
}
@media screen and (max-width: 399px) {
  .brands_list ul {
    margin: 0 -5px;
  }
  .brands_list li {
    padding: 0 5px 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.brand_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 206px;
  object-fit: none;
  border-radius: 15px;
  background: #ffffff;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 10px;
}
.brand_logo img {
  max-height: 138px;
  max-width: 445px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brand_logo {
    margin-top: 20px;
    height: 156px;
  }
}
@media screen and (max-width: 767px) {
  .brand_logo {
    margin-top: 10px;
    height: 106px;
  }
  .brand_logo img {
    max-height: 106px;
    max-width: 320px;
  }
}
@media screen and (max-width: 575px) {
  .brand_logo img {
    max-width: 260px;
  }
}

.page-title {
  padding-right: 280px;
}

<<<<<<< HEAD
=======
.toolbar-sorter {
  margin-top: -76px;
  margin-bottom: 20px;
}

>>>>>>> f1ce09800ed44720f992809a9b4b3bbbf23fe1b3
.columns {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
  padding-top: 10px !important;
}
.columns .column {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  order: 2;
}
.columns .products.wrapper {
  margin: 0;
  padding-bottom: 20px;
}
.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;
}
.columns .product-item .product-item-info {
  display: flex;
  flex-direction: column;
}
.columns .product-item .product-item-info .product-item-name {
  margin-bottom: auto;
}
.columns .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .column .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .columns .products.wrapper {
    padding-bottom: 10px;
  }

  .column .product-items {
    margin: 0 -5px !important;
  }
  .column .product-item {
    padding: 0 5px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .column .product-item .product-item-info {
    padding: 20px 15px 15px !important;
  }
  .column .product-item .product-item-info .stickers {
    top: 15px;
    left: 15px;
  }
  .column .product-item .product-item-info .product-item-link {
    -webkit-line-clamp: 3;
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .product-image-container {
    padding: 0 15px;
  }
  .column .product-item .product-item-info .price-box .normal-price,
.column .product-item .product-item-info .price-box .special-price {
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box .old-price {
    font-size: 120%;
    line-height: 14px;
  }
  .column .product-item .product-item-info .product-image-container {
    height: 160px;
  }
  .column .product-item .product-item-info .product-image-wrapper {
    max-width: 160px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-secondary {
    top: 15px;
    right: 15px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-primary {
    padding-top: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .action.tocart {
    font-size: 120%;
    line-height: 14px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .column .product-item .product-item-info .product-item-actions .actions-primary {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .product-item-info .product-image-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .column .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .column .product-item .product-item-info {
    padding: 15px 10px 10px !important;
  }
  .column .product-item .product-item-info .stickers {
    top: 10px;
    left: 10px;
  }
  .column .product-item .product-item-info .product-item-link {
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box .normal-price,
.column .product-item .product-item-info .price-box .special-price {
    font-size: 140%;
    line-height: 16px;
  }
  .column .product-item .product-item-info .price-box .old-price {
    font-size: 120%;
    line-height: 14px;
  }
  .column .product-item .product-item-info .product-image-container {
    height: 140px;
  }
  .column .product-item .product-item-info .product-image-wrapper {
    max-width: 140px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-secondary {
    top: 10px;
    right: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .actions-primary {
    padding-top: 10px;
  }
  .column .product-item .product-item-info .product-item-actions .action.tocart {
    font-size: 120%;
    line-height: 14px;
    height: 36px;
  }

  .product-item-info .product-image-container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 399px) {
  .product-item-info .price-box {
    padding-right: 0;
    padding-top: 6px;
    display: block;
    height: auto;
  }
  .product-item-info .price-box .price-label {
    position: unset !important;
  }
}
@media screen and (max-width: 359px) {
  .column .product-item .product-item-info .details_list span {
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.web .column.main .product-item {
  height: 333px;
}
@media screen and (max-width: 479px) {
  .web .column.main .product-item {
    height: 314px;
  }
}

.touch .column.main .product-item {
  height: auto;
}

.web .sidebar .filter-current .action.remove, .sidebar .filter-current .web .action.remove, .web .sidebar .filter-options-title, .sidebar .web .filter-options-title, .web .toolbar-products .toolbar-sorter .action.sorter-action, .toolbar-products .toolbar-sorter .web .action.sorter-action, .brands_list a {
  -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 .filter-options-content .select2-container .select2-results__option, .sidebar .filter-options-content .select2-container .web .select2-results__option, .web .sidebar ol.items > li > a:before, .sidebar .web ol.items > li > a:before,
.web .sidebar li.item a:before,
.sidebar li.item .web a:before, .web .toolbar-products .toolbar-sorter .select2-container .select2-results__option, .toolbar-products .toolbar-sorter .select2-container .web .select2-results__option, .web .sidebar .action.clear.filter-clear, .sidebar .web .action.clear.filter-clear, .sidebar .filter-options-content .select2-container .select2-results__options li, .sidebar .swatch-attribute .swatch-option, .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-current .action.remove, .sidebar .filter-current .touch .action.remove, .touch .sidebar .filter-options-title, .sidebar .touch .filter-options-title, .touch .toolbar-products .toolbar-sorter .action.sorter-action, .toolbar-products .toolbar-sorter .touch .action.sorter-action {
  -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 .filter-options-content .select2-container .select2-results__option, .sidebar .filter-options-content .select2-container .touch .select2-results__option, .touch .sidebar ol.items > li > a:before, .sidebar .touch ol.items > li > a:before,
.touch .sidebar li.item a:before,
.sidebar li.item .touch a:before, .touch .toolbar-products .toolbar-sorter .select2-container .select2-results__option, .toolbar-products .toolbar-sorter .select2-container .touch .select2-results__option, .touch .sidebar .action.clear.filter-clear, .sidebar .touch .action.clear.filter-clear {
  -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 .filter-current .action.remove:hover, .sidebar .filter-current .web .action.remove:hover, .web .sidebar .filter-options-title:hover, .sidebar .web .filter-options-title:hover, .web .toolbar-products .toolbar-sorter .action.sorter-action:hover, .toolbar-products .toolbar-sorter .web .action.sorter-action:hover {
  color: #3B672C;
}
.web .sidebar .action.clear.filter-clear:hover, .sidebar .web .action.clear.filter-clear:hover {
  background: #3B672C;
  color: #ffffff !important;
  border-color: transparent;
}
.web .sidebar .action.clear.filter-clear:active, .sidebar .web .action.clear.filter-clear:active {
  background: #50813F;
  color: #ffffff !important;
  border-color: transparent;
}
.web .sidebar .filter-options-content .select2-container .select2-results__option:hover, .sidebar .filter-options-content .select2-container .web .select2-results__option:hover, .web .sidebar ol.items > li > a:hover:before, .sidebar .web ol.items > li > a:hover:before,
.web .sidebar li.item a:hover:before,
.sidebar li.item .web a:hover:before, .web .toolbar-products .toolbar-sorter .select2-container .select2-results__option:hover, .toolbar-products .toolbar-sorter .select2-container .web .select2-results__option:hover {
  background: #EEF2EC;
  border-color: #50813F;
}
.touch .sidebar .filter-current .action.remove:active, .sidebar .filter-current .touch .action.remove:active, .touch .sidebar .filter-options-title:active, .sidebar .touch .filter-options-title:active, .touch .toolbar-products .toolbar-sorter .action.sorter-action:active, .toolbar-products .toolbar-sorter .touch .action.sorter-action:active {
  color: #3B672C;
}
.touch .sidebar .action.clear.filter-clear:active, .sidebar .touch .action.clear.filter-clear:active {
  background: #3B672C;
  color: #ffffff !important;
  border-color: transparent;
}
.touch .sidebar .filter-options-content .select2-container .select2-results__option:active, .sidebar .filter-options-content .select2-container .touch .select2-results__option:active, .touch .sidebar ol.items > li > a:active:before, .sidebar .touch ol.items > li > a:active:before,
.touch .sidebar li.item a:active:before,
.sidebar li.item .touch a:active:before, .touch .toolbar-products .toolbar-sorter .select2-container .select2-results__option:active, .toolbar-products .toolbar-sorter .select2-container .touch .select2-results__option:active {
  background: #EEF2EC;
  border-color: #50813F;
}

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