.toolbar-products .pages-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.columns .column.main .product-items {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.toolbar-products .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 .select2-container--default .select2-selection--single .select2-selection__arrow:before, .toolbar-products .modes-mode:before, .sidebar .item a:before, .sidebar .filter-options-title:before, .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;
}

.toolbar-products .pages .page, .sidebar .filter-options-title, .sidebar .filter-title strong {
  font-size: 140%;
  line-height: 17px;
}

.sidebar .range_inputs .input_block input, .sidebar .limits_block input {
  font-size: 120%;
  line-height: 20px;
}

.sidebar .filter-subtitle,
.sidebar .filter-current,
.sidebar .filter-actions {
  display: none !important;
}
.sidebar .filter-title {
  display: block;
  margin-bottom: 18px;
}
.sidebar .filter-title strong {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-weight: 500;
  left: auto;
  padding: 0;
  position: initial;
  text-align: left;
  top: auto;
  z-index: 2;
}
.sidebar .filter-options-item {
  border: none;
  padding-bottom: 12px;
  position: relative;
}
.sidebar .filter-options-item.active .filter-options-title:before {
  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: "montserrat-medium", "montserratarm-medium";
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: unset;
  word-break: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(26, 20, 31, 0.1);
  overflow: visible;
}
.sidebar .filter-options-title:before {
  content: "\e903";
  font-size: 2.4rem;
  order: 2;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  margin-left: 20px;
  color: inherit;
}
.sidebar .filter-options-title:after {
  position: absolute;
  left: 0;
  width: 50%;
  top: 100%;
  border-top: 1px solid #1A141F;
  height: 1px;
  content: "";
  z-index: 1;
}
.sidebar .filter-options-content {
  padding: 0;
  position: relative;
}
.sidebar .item {
  margin: 0;
  position: relative;
  overflow: hidden;
  max-height: 60px;
}
.sidebar .item a {
  color: inherit;
  margin: 5px 0 0;
  padding-left: 24px;
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
  background: transparent;
  max-width: 100%;
  font-size: 130%;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar .item a .count {
  display: none;
}
.sidebar .item a:before {
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 0;
  content: "\e911";
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
}
.sidebar .item a.active:before, .sidebar .item a.selected:before {
  border-color: transparent;
  background: #7EBC0A;
  font-size: 1rem;
  font-weight: 700;
}
.sidebar .item:first-child a {
  margin-top: 5px;
}
.sidebar .list_toggle:checked ~ .more_less_btn:before {
  content: attr(data-less);
}
.sidebar .list_toggle:not(:checked) ~ .items .item:nth-child(n+6) {
  max-height: 0;
}
.sidebar .more_less_btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  font-size: 120%;
  line-height: 14px;
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #013F87;
  cursor: pointer;
}
.sidebar .more_less_btn:before {
  display: block;
  content: attr(data-more);
}
.sidebar .swatch-attribute .swatch-attribute-options {
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .swatch-attribute a {
  display: block;
  background: transparent;
  margin: 8px 4px 0 !important;
}
.sidebar .swatch-attribute a.active .swatch-option, .sidebar .swatch-attribute a.selected .swatch-option {
  font-family: "montserrat-bold", "montserratarm-bold";
}
.sidebar .swatch-attribute a.active .swatch-option:before, .sidebar .swatch-attribute a.selected .swatch-option:before {
  border-width: 2px;
  opacity: 1;
}
.sidebar .swatch-attribute .swatch-option {
  margin: 0;
  display: block;
  height: 19px;
  min-width: 20px;
  border: none !important;
  position: relative;
  border-radius: 12px;
  font-size: 120%;
  line-height: 14px;
  font-weight: normal;
  overflow: visible;
  color: inherit !important;
  outline: none !important;
}
.sidebar .swatch-attribute .swatch-option.text {
  background: transparent;
  height: auto;
  line-height: 20px;
  padding: 3px 15px;
  width: 80px;
  height: 35px;
  text-align: center;
  font-family: "montserrat-light", "montserratarm-light";
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 20, 31, 0.1) !important;
  outline: none;
  box-shadow: none;
}
.sidebar .swatch-attribute .swatch-option.text.active, .sidebar .swatch-attribute .swatch-option.text.selected {
  font-family: "montserrat-light", "montserratarm-light";
}
.sidebar .swatch-attribute .swatch-option.text.active:after, .sidebar .swatch-attribute .swatch-option.text.selected:after {
  border: 2px solid #7EBC0A !important;
  opacity: 1;
}
.sidebar .swatch-attribute .swatch-option.color[style*="255,255,255"], .sidebar .swatch-attribute .swatch-option.color[style*="255, 255, 255"], .sidebar .swatch-attribute .swatch-option.color[style*="#fff"], .sidebar .swatch-attribute .swatch-option.color[style*=white] {
  box-shadow: 0 0 0 1px #dadada;
}
.sidebar .swatch-attribute .swatch-option:before {
  display: none !important;
}
.sidebar .swatch-attribute .swatch-option:after {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid #000000 !important;
  pointer-events: none;
  opacity: 0;
  border-radius: 14px;
}
.sidebar .swatch-attribute .swatch-option:not(:disabled):hover:after {
  opacity: 1;
}
.sidebar .swatch-attribute .swatch-option.active, .sidebar .swatch-attribute .swatch-option.selected {
  font-family: "montserrat-bold", "montserratarm-bold";
}
.sidebar .swatch-attribute .swatch-option.active:after, .sidebar .swatch-attribute .swatch-option.selected:after {
  border: 2px solid #7EBC0A !important;
  opacity: 1;
}
.sidebar .range_block {
  position: relative;
  margin-top: 4px;
  padding: 0 6px 36px;
}
.sidebar .jslider {
  height: 2px;
  top: auto;
  border-radius: 0;
  background: rgba(26, 20, 31, 0.1);
}
.sidebar .jslider-value, .sidebar .jslider-label {
  display: none !important;
}
.sidebar .jslider-bg {
  width: 100%;
  height: 2px;
}
.sidebar .jslider-bg i {
  height: 2px;
}
.sidebar .jslider-bg i:not(.v) {
  background: transparent;
}
.sidebar .jslider-bg i.v {
  background: #1A141F;
  height: 2px;
}
.sidebar .jslider .jslider-pointer {
  width: 22px;
  height: 22px;
  background: #ffffff;
  top: -10px;
  border: 2px solid #1A141F;
  border-radius: 50%;
  margin-top: 0;
}
.sidebar .limits_block {
  display: flex;
  align-items: center;
  padding: 28px 0;
  justify-content: center;
}
.sidebar .limits_block:before {
  display: block;
  content: "";
  min-width: 10px;
  border-top: 1px solid;
  margin: 0 16px;
  order: 2;
  opacity: 0.1;
}
.sidebar .limits_block input {
  flex: 1;
  width: 10%;
  max-width: 110px;
  border-radius: 8px;
  border: 1px solid rgba(26, 20, 31, 0.1);
  text-align: center;
  padding: 7px 10px;
  color: rgba(26, 20, 31, 0.5);
}
.sidebar .limits_block input.price_to {
  order: 3;
}
.sidebar .ui-slider-horizontal {
  height: 2px;
  border-radius: 0;
  border: none;
  top: auto;
  background: rgba(25, 38, 2, 0.1);
  position: relative;
  z-index: 2;
}
.sidebar .ui-slider .ui-slider-handle {
  top: -10px;
  border: 2px solid #1A141F !important;
  border-radius: 50%;
  margin: 0 0 0 -11px;
  position: absolute;
  padding: 0;
  width: 22px;
  height: 22px;
  background: #ffffff;
  cursor: pointer;
}
.sidebar .ui-slider .ui-slider-range {
  height: 2px;
  top: 0;
  background: #1A141F;
  position: absolute;
}
.sidebar .range_inputs {
  display: flex;
  align-items: center;
  padding: 28px 0;
  justify-content: center;
}
.sidebar .range_inputs:before {
  content: "";
  display: block;
  position: relative;
  min-width: 10px;
  margin: 0 16px;
  height: 1px;
  order: 1;
  background: rgba(26, 20, 31, 0.1);
}
.sidebar .range_inputs .input_block {
  flex: 1;
  width: 20%;
  position: relative;
  max-width: 110px;
}
.sidebar .range_inputs .input_block ::-webkit-input-placeholder {
  color: #1A141F;
  opacity: 0.5;
}
.sidebar .range_inputs .input_block :-moz-placeholder {
  color: #1A141F;
  opacity: 0.5;
}
.sidebar .range_inputs .input_block ::-moz-placeholder {
  color: #1A141F;
  opacity: 0.5;
}
.sidebar .range_inputs .input_block :-ms-input-placeholder {
  color: #1A141F;
  opacity: 0.5;
}
.sidebar .range_inputs .input_block:last-child {
  order: 2;
}
.sidebar .range_inputs .input_block input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(26, 20, 31, 0.1);
  text-align: center;
  padding: 7px 10px;
  color: #1A141F;
}
.sidebar .range_inputs .input_block input.price_to {
  order: 3;
}
.sidebar .range_inputs .label {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar .range_inputs:before {
    margin: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar .block.filter {
    margin: 0;
    position: relative;
  }
  .sidebar .filter-title {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sidebar .filter-title strong {
    margin: 0;
    display: flex;
    height: 32px;
    align-items: center;
    font-size: 120%;
    line-height: 14px;
  }
  .sidebar .filter-title strong:after {
    content: "\e901";
    font-size: 2.4rem;
    display: block;
  }
  .sidebar .filter.active .filter-title {
    border: none;
  }
  .sidebar .filter.active .filter-title strong {
    font-size: 140%;
    line-height: 17px;
    color: #1A141F;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 0 10px;
  }
  .sidebar .filter.active .filter-title strong:after {
    content: "\e908";
    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;
    font-size: 2.4rem;
    color: #7EBC0A;
  }
  .sidebar .filter-options {
    padding: 0 12px;
  }
  .sidebar .filter-options-content {
    padding: 0 12px;
  }
  .sidebar .range_block {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.column.main > .toolbar-products:not(.wrapper ~ .toolbar-products) {
  margin-bottom: 0;
}
.column.main > .toolbar-products:not(.wrapper ~ .toolbar-products) .pages,
.column.main > .toolbar-products:not(.wrapper ~ .toolbar-products) .field.limiter {
  display: none !important;
}

.toolbar-products {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
.toolbar-products .toolbar-amount,
.toolbar-products .sorter-label,
.toolbar-products .sorter-action,
.toolbar-products .pages .label,
.toolbar-products .modes-label {
  display: none;
}
.toolbar-products .field.limiter {
  display: none !important;
}
.toolbar-products .modes {
  order: 2;
  margin-left: auto;
  margin-right: 0;
  background: #E8E8E8;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  padding: 1px;
}
.toolbar-products .modes-mode {
  background-color: transparent;
  box-shadow: none;
  color: rgba(26, 20, 31, 0.5);
  border: none;
  border-right: 0;
  width: 46px;
  text-align: center;
  display: block;
  position: relative;
  border-radius: inherit;
  font-size: 0;
  padding: 3px 0;
}
.toolbar-products .modes-mode.active {
  background: #ffffff;
  color: #1A141F;
  pointer-events: none;
}
.toolbar-products .modes-mode:before {
  font-size: 2.4rem;
  color: inherit;
}
.toolbar-products .modes-mode.mode-grid:before {
  content: "\e927";
}
.toolbar-products .modes-mode.mode-list:before {
  content: "\e928";
}
.toolbar-products .toolbar-sorter {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.toolbar-products .limiter {
  position: relative;
  order: 1;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.toolbar-products .limiter .control {
  display: block;
  position: relative;
}
.toolbar-products .limiter .limiter-text {
  position: absolute;
  top: 0;
  left: 70px;
  right: 40px;
  display: flex;
  font-size: 120%;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  height: 40px;
  align-items: center;
  text-align: left;
  z-index: 10;
}
.toolbar-products select {
  height: 40px;
  visibility: hidden;
}
.toolbar-products .select2-container {
  text-align: left;
}
.toolbar-products .select2-container .select2-selection--single {
  height: auto;
}
.toolbar-products .select2-container .select2-selection__placeholder {
  color: #1A141F;
}
.toolbar-products .select2-container--default .select2-selection--single {
  background-color: #E8F4FD;
  border: 1px solid transparent;
  border-radius: 8px !important;
  display: flex;
  height: 42px;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.toolbar-products .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1A141F;
  font-size: 120%;
  line-height: 14px;
  padding: 8px 16px;
  flex: 1;
  width: 50%;
}
.toolbar-products .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 8px 16px;
  padding-left: 0;
  width: auto;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-products .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.toolbar-products .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 2.4rem;
  display: block;
}
.toolbar-products .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.toolbar-products .select2-container .select2-search--dropdown {
  padding: 0;
}
.toolbar-products .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid transparent;
  padding: 8px 16px;
  font-size: 100%;
  line-height: inherit;
}
.toolbar-products .select2-container .select2-dropdown {
  border: none;
  font-size: 120%;
  line-height: 18px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 5;
  top: 100% !important;
  margin-top: 8px !important;
}
.toolbar-products .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #7EBC0A #E8E8E8;
  scrollbar-width: thin;
}
.toolbar-products .select2-container .select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 0;
  background: #E8E8E8;
}
.toolbar-products .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #7EBC0A;
}
.toolbar-products .select2-container .select2-results__options li {
  padding: 11px 16px;
  margin: 0 !important;
}
.toolbar-products .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.toolbar-products .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: #f0f0f0;
  color: #000000;
}
.toolbar-products .select2-container .select2-results__option--selected {
  background: #f0f0f0 !important;
  color: #000000 !important;
  cursor: default;
}
.toolbar-products .select2-selection--single .select2-selection__arrow {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.toolbar-products .select2-container--default .select2-selection--single .select2-selection__arrow {
  padding: 0;
  margin-right: 16px;
}
.toolbar-products .pages {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}
.toolbar-products .pages-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.toolbar-products .pages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1rem;
  line-height: inherit;
  padding: 0;
  text-align: center;
  position: relative;
}
.toolbar-products .pages .item.current .page {
  color: #1A141F;
  background: transparent;
  pointer-events: none;
}
.toolbar-products .pages .item.current .page:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 6px solid;
}
.toolbar-products .pages .page {
  display: inline-block;
  vertical-align: top;
  min-width: 30px;
  color: inherit;
  position: relative;
  padding: 5px;
}
.toolbar-products .pages a.page {
  color: #1A141F;
}
.toolbar-products .pages .action {
  min-width: 24px;
  margin: 0;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.toolbar-products .pages .action:before {
  display: block;
  width: 7px;
  height: 9px;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: inherit !important;
}
.toolbar-products .pages .action.previous:before {
  border-width: 4px 7px 4px 0;
}
.toolbar-products .pages .action.next:before {
  border-width: 4px 0 4px 7px;
}
.toolbar-products ~ .column .limiter,
.toolbar-products ~ .column .toolbar-sorter {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
  .toolbar-products:not(.wrapper ~ .toolbar-products) {
    width: 50%;
    justify-content: space-between;
  }
  .toolbar-products .modes {
    margin-right: -45px;
  }
  .toolbar-products .select2-container--default .select2-selection--single {
    background: transparent;
    width: auto;
  }
  .toolbar-products .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-right: 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .toolbar-products .toolbar-sorter {
    flex: none;
    max-width: none;
  }
}

.products.wrapper ~ .toolbar {
  margin-bottom: 30px;
}
.products.wrapper ~ .toolbar > *:not(.pages) {
  display: none !important;
}

.columns {
  display: flex;
  align-items: flex-start;
  margin: 32px -15px 0;
}
.columns .column {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  order: 2;
}
.columns .products {
  margin-bottom: 0;
}
.columns .product-item {
  margin: 0 !important;
  padding-bottom: 36px !important;
}
.columns .products-grid .product-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.columns .products-list .product-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .columns .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 719px) {
  .columns .column.main .product-items {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 14px;
  }
  .columns .products-grid .product-item,
  .columns .products-list .product-item {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 5px;
  }
  .columns .products-grid .product-item .product-item-info,
  .columns .products-list .product-item .product-item-info {
    box-shadow: none !important;
  }
}
@media screen and (max-width: 639px) {
  .columns .product-item-info [class*=_badge]:not(:first-child) {
    margin-top: 7px !important;
  }
  .columns .products-list .product-item-info .params_list {
    display: none;
  }
  .columns .products-grid .product-item-info {
    flex-direction: column;
    padding: 50px 9px 20px !important;
    box-shadow: none;
  }
  .columns .products-grid .product-item-info .product-item-details {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .columns .products-grid .product-item-info .product-item-link {
    -webkit-line-clamp: 1;
    font-size: 120%;
    line-height: 14px;
    font-family: "montserrat-medium", "montserratarm-medium";
  }
  .columns .products-grid .product-item-info .price-box {
    margin-top: 8px;
    max-width: 230px;
    border-bottom: 2px solid #c4c4c4;
    display: flex;
    align-items: flex-end;
    padding-bottom: 32px;
    order: initial;
    min-height: 0;
  }
  .columns .products-grid .product-item-info .price-box .normal-price,
  .columns .products-grid .product-item-info .price-box > .price-container,
  .columns .products-grid .product-item-info .price-box .special-price {
    padding-right: 10px;
  }
  .columns .products-grid .product-item-info .price-box .normal-price .price,
  .columns .products-grid .product-item-info .price-box > .price-container .price,
  .columns .products-grid .product-item-info .price-box .special-price .price {
    font-size: 120%;
    line-height: 14px;
    font-family: "montserrat-bold", "montserratarm-bold";
  }
  .columns .products-grid .product-item-info .price-box .old-price {
    margin: 0;
  }
  .columns .products-grid .product-item-info .price-box .old-price .price {
    color: #1A141F;
    font-size: 100%;
    line-height: 12px;
  }
  .columns .products-grid .product-item-info .monthly_price {
    font-size: 100%;
    line-height: 12px;
    margin-top: -21px;
  }
  .columns .products-grid .product-item-info .swatch-attribute {
    display: none;
  }
  .columns .products-grid .product-item-info .product-reviews-summary {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
    margin-top: 6px;
  }
  .columns .products-grid .product-item-info .product-reviews-summary .reviews-actions {
    display: none;
  }
  .columns .products-grid .product-item-info .product-item-actions {
    margin-top: 12px;
    padding-right: 0;
    max-width: 230px;
  }
  .columns .products-grid .product-item-info .primary_badge,
  .columns .products-grid .product-item-info .secondary_badge {
    overflow: hidden;
    height: 16px;
  }
  .columns .products-grid .product-item-info [class*=_badge]:not(:first-child) {
    margin-top: 7px;
  }
  .columns .products-grid .product-item-info .actions-primary {
    flex: 1;
  }
  .columns .products-grid .product-item-info .action.tocart {
    margin: 0;
    width: 100% !important;
    padding: 0 9px;
    height: 40px;
    white-space: normal;
  }
  .columns .products-grid .product-item-info .action.tocart span {
    display: block;
  }
  .columns .products-grid .product-item-info .action.tocart:before {
    display: none;
  }
  .columns .products-grid .product-item-info .action.tocompare, .columns .products-grid .product-item-info .action.towishlist {
    color: #1A141F;
  }
  .columns .products-grid .product-item-info .product-item-photo {
    margin: 0 auto 13px;
    flex: none;
  }
}

.sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  order: 1;
}
.sidebar ~ .column {
  flex: 0 0 75%;
  max-width: 75%;
}
@media screen and (max-width: 991px) {
  .sidebar {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar ~ .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sidebar .swatch-attribute .swatch-option:after {
  -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 .toolbar-products .pages .action, .toolbar-products .pages .web .action, .web .sidebar .filter-options-title, .sidebar .web .filter-options-title, .web .sidebar .item a, .sidebar .item .web a, .web .sidebar .more_less_btn, .sidebar .web .more_less_btn, .web .sidebar .swatch-attribute .swatch-option.text, .sidebar .swatch-attribute .web .swatch-option.text, .web .toolbar-products .modes-mode, .toolbar-products .web .modes-mode, .web .toolbar-products .pages a.page, .toolbar-products .pages .web a.page {
  -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 .item, .sidebar .swatch-attribute .swatch-option, .toolbar-products .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 .toolbar-products .pages .action, .toolbar-products .pages .touch .action, .touch .sidebar .filter-options-title, .sidebar .touch .filter-options-title, .touch .sidebar .item a, .sidebar .item .touch a, .touch .sidebar .more_less_btn, .sidebar .touch .more_less_btn, .touch .sidebar .swatch-attribute .swatch-option.text, .sidebar .swatch-attribute .touch .swatch-option.text, .touch .toolbar-products .modes-mode, .toolbar-products .touch .modes-mode, .touch .toolbar-products .pages a.page, .toolbar-products .pages .touch a.page {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.sidebar .more_less_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sidebar .list_toggle {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .sidebar .filter-options-title:hover, .sidebar .web .filter-options-title:hover, .web .sidebar .item a:hover, .sidebar .item .web a:hover, .web .sidebar .more_less_btn:hover, .sidebar .web .more_less_btn:hover, .web .sidebar .swatch-attribute .swatch-option.text:hover, .sidebar .swatch-attribute .web .swatch-option.text:hover, .web .toolbar-products .modes-mode:hover, .toolbar-products .web .modes-mode:hover, .web .toolbar-products .pages a.page:hover, .toolbar-products .pages .web a.page:hover {
  color: #7EBC0A;
}
.web .toolbar-products .pages .action:hover, .toolbar-products .pages .web .action:hover {
  color: #7EBC0A;
}
.web .sidebar .ui-slider .ui-slider-handle, .sidebar .ui-slider .web .ui-slider-handle {
  -o-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.web .sidebar .ui-slider .ui-slider-handle:hover, .sidebar .ui-slider .web .ui-slider-handle:hover {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}
.touch .sidebar .filter-options-title:active, .sidebar .touch .filter-options-title:active, .touch .sidebar .item a:active, .sidebar .item .touch a:active, .touch .sidebar .more_less_btn:active, .sidebar .touch .more_less_btn:active, .touch .sidebar .swatch-attribute .swatch-option.text:active, .sidebar .swatch-attribute .touch .swatch-option.text:active, .touch .toolbar-products .modes-mode:active, .toolbar-products .touch .modes-mode:active, .touch .toolbar-products .pages a.page:active, .toolbar-products .pages .touch a.page:active {
  color: #7EBC0A;
}
.touch .toolbar-products .pages .action:active, .toolbar-products .pages .touch .action:active {
  color: #7EBC0A;
}
.touch .sidebar .ui-slider .ui-slider-handle, .sidebar .ui-slider .touch .ui-slider-handle {
  -o-transition: color 0.15s, background-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
.touch .sidebar .ui-slider .ui-slider-handle:active, .sidebar .ui-slider .touch .ui-slider-handle:active {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}

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