@charset "UTF-8";
.filter_block .options_list ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.filter_block .options_list.colors_list a.selected:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.count_page.bootstrap-select.show .dropdown-toggle:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.count_page.bootstrap-select > .dropdown-toggle:before, .filter_block .options_list:not(.colors_list) a:before, .sorting_block .bootstrap-select > .dropdown-toggle: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;
}

.listing_section {
  margin-top: 25px;
}
.listing_section .page_title {
  width: 100%;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 25px auto;
}

.products_slider {
  margin-bottom: 40px;
}

.filter_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  color: #333333;
  font-size: 130%;
  line-height: 20px;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}
.filter_btn:before {
  display: block;
  font-size: 1.6rem;
  margin-right: 17px;
}

.top_block {
  border-bottom: 1px solid #F2F3F5;
  border-top: 1px solid #F2F3F5;
  margin-bottom: 30px;
  padding: 15px 0;
}

.sorting_block {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 10px;
}
.sorting_block select {
  visibility: hidden;
}
.sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.sorting_block .bootstrap-select .dropdown-item {
  padding: 7px 13px;
  font-weight: normal;
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
}
.sorting_block .bootstrap-select .dropdown-item:hover {
  color: #000000;
  background: #F7F8FA;
}
.sorting_block .bootstrap-select .dropdown-item.active, .sorting_block .bootstrap-select .dropdown-item:active {
  background: transparent;
  color: #666666;
}
.sorting_block .bootstrap-select .dropdown-item.active:hover, .sorting_block .bootstrap-select .dropdown-item:active:hover {
  color: #000000;
  background: #F7F8FA;
}
.sorting_block .bootstrap-select .dropdown-item.selected {
  color: #E88848;
}
.sorting_block .bootstrap-select .inner.show {
  overflow: hidden !important;
}
.sorting_block .bootstrap-select .btn {
  border: none;
  font-size: 130%;
  line-height: 20px;
  padding: 0;
  outline: none !important;
  background: transparent !important;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sorting_block .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
}
.sorting_block .bootstrap-select > .dropdown-toggle .filter-option {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.sorting_block .bootstrap-select > .dropdown-toggle .filter-option-inner {
  padding-right: 0;
  display: flex;
  align-items: center;
}
.sorting_block .bootstrap-select > .dropdown-toggle .filter-option-inner:before {
  content: attr(data-label);
  color: inherit;
  padding-right: 5px;
  margin: 0;
}
.sorting_block .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0;
  content: "";
  border: none;
  width: auto;
  height: auto;
  font-size: 0.5rem;
  margin-left: 7px;
  color: #505050;
}
.sorting_block .bootstrap-select .dropdown-menu:not(.inner) {
  margin: 15px 0;
}

.options_inner {
  padding-bottom: 15px;
}

.filtered_options {
  border-bottom: 1px solid #F2F3F5;
}
.filtered_options.inactive {
  display: none;
}
.filtered_options ol {
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.filtered_options li {
  padding: 0 5px 10px;
}
.filtered_options li a {
  display: flex;
  flex-direction: row-reverse;
  background: #F6F6F6;
  font-size: 130%;
  line-height: 16px;
  border-radius: 2px;
  align-items: center;
  color: #4A4A4A;
  padding: 6px 10px;
}
.filtered_options li a:before {
  display: block;
  margin-left: 13px;
  font-size: 0.8rem;
}
.filtered_options .mob_toggle_btn {
  display: none;
}
.filtered_options .filter_reset {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0;
  font-size: 130%;
  line-height: 16px;
  color: #999999;
  position: relative;
}
.filtered_options .filter_reset:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-top: 1px solid;
  width: 0;
}

.block_inner .filter_block .options_list ol li:nth-child(n+6) {
  display: none;
}
.block_inner .filter_block .options_list ol li:last-child a {
  margin-bottom: 0;
}

.filter_block {
  border-bottom: 1px solid #F2F3F5;
}
.filter_block .group_title {
  padding: 15px 30px 15px 0;
  cursor: pointer;
  font-size: 130%;
  line-height: 19px;
  font-family: "medium", "arm-medium";
  position: relative;
  color: #2E2E31;
}
.filter_block .group_title:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 9px;
  border-top: 1px solid;
  top: 50%;
  margin-top: -1px;
}
.filter_block .group_title:after {
  display: block;
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -5px;
  height: 9px;
  border-left: 1px solid;
  overflow: hidden;
}
.filter_block .more_options_btn {
  display: inline-block;
  vertical-align: top;
  font-size: 130%;
  line-height: 16px;
  color: #E88848;
  font-family: "medium", "arm-medium";
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.filter_block .more_options_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  border-top: 1px solid;
  width: 0;
}
.filter_block .open_list {
  display: none;
}
.filter_block .options_list ol li {
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.filter_block .options_list:not(.colors_list) a {
  display: inline-flex;
  vertical-align: top;
  font-size: 130%;
  line-height: 16px;
  color: #4A4A4A;
}
.filter_block .options_list:not(.colors_list) a:before {
  margin-top: 3px;
  display: flex;
  min-width: 11px;
  height: 11px;
  background: #F2F3F5;
  border: 1px solid #B1B7C4;
  align-items: center;
  justify-content: center;
  content: "";
  color: #ffffff;
  font-size: 0.5rem;
  margin-right: 9px;
  border-radius: 2px;
}
.filter_block .options_list:not(.colors_list) a.selected:before {
  content: "";
  border-color: #E88848;
  background: #EFAC80;
}
.filter_block .options_list.colors_list ol {
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  flex-wrap: wrap;
  align-items: center;
}
.filter_block .options_list.colors_list li {
  padding-left: 7px;
  padding-right: 7px;
  overflow: inherit;
}
.filter_block .options_list.colors_list a {
  position: relative;
  display: block;
}
.filter_block .options_list.colors_list a span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.filter_block .options_list.colors_list a.selected {
  padding: 4px;
}
.filter_block .options_list.colors_list a.selected:before {
  content: "";
  border: 1px solid #E88848;
  border-radius: 50%;
}
.filter_block.opened .group_title:after {
  height: 0;
  margin-top: 0;
}

.radio_block .options_list:not(.colors_list) a:before {
  display: block;
  content: "";
  margin-right: 10px;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #B1B7C4;
  border-radius: 50%;
  background: #F2F3F5;
}
.radio_block .options_list:not(.colors_list) a.selected {
  position: relative;
}
.radio_block .options_list:not(.colors_list) a.selected:before {
  background-color: rgba(239, 172, 128, 0.3);
  content: "";
  border-color: #E88848;
}
.radio_block .options_list:not(.colors_list) a.selected:after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 3px;
  margin-top: -3px;
  border-radius: 50%;
  background: #E88848;
}

.range_block {
  margin: 20px 0;
  position: relative;
  padding: 0 7px;
  height: 2px;
  background: #F2F3F5;
}
.range_block input {
  visibility: hidden;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.jslider {
  height: 2px;
  top: auto;
}
.jslider-value, .jslider-label {
  display: none !important;
}
.jslider .jslider-pointer {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px solid #E88848;
  background-color: #F1B38A;
  top: 0;
  margin-top: -6px;
  box-shadow: 0 0 4px 0 rgba(133, 78, 41, 0.25);
}
.jslider .jslider-bg {
  position: relative;
  overflow: hidden;
  height: 2px;
}
.jslider .jslider-bg i {
  background: transparent;
}
.jslider .jslider-bg i.v {
  background: #E88848;
  height: 2px;
}

.limits_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.limits_block input {
  border: 1px solid #F2F3F5;
  background: #F2F3F5;
  padding: 9px 10px;
  font-size: 130%;
  line-height: 16px;
  color: #4A4A4A;
  flex: 1;
  width: 20%;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.limits_block input:last-child {
  order: 2;
}
.limits_block:before {
  display: block;
  content: "";
  height: 1px;
  opacity: 0.4;
  background: rgba(74, 74, 74, 0.4);
  min-width: 8px;
  margin: 0 5px;
  order: 1;
}

.listing_col {
  position: relative;
}
.listing_col .filtered_count {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  font-size: 130%;
  line-height: 20px;
  color: #333333;
}

.products_section {
  border-top: 1px solid #F2F3F5;
  padding-top: 50px;
}

.count_page {
  margin-bottom: 15px;
}
.count_page.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  outline: none !important;
}
.count_page.bootstrap-select .btn {
  outline: none !important;
  background: transparent !important;
  color: #333333;
  position: relative;
  font-size: 130%;
  line-height: 16px;
  font-family: "regular", "arm-regular";
  border: 1px solid #E3E4E6;
  border-radius: 4px;
  padding: 9px 12px;
  height: 36px;
  z-index: 3;
  opacity: 1;
}
.count_page.bootstrap-select .btn.bs-placeholder {
  color: #999999;
}
.count_page.bootstrap-select > .dropdown-toggle:after {
  color: #000000;
  display: none;
}
.count_page.bootstrap-select > .dropdown-toggle:before {
  content: "";
  font-size: 0.4rem;
  margin-left: 7px;
  color: #505050;
  display: block;
}
.count_page.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.count_page.bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  position: relative;
  text-overflow: ellipsis;
}
.count_page.bootstrap-select .dropdown-menu > .inner {
  max-height: 230px !important;
  overflow-y: auto;
}
.count_page.bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.count_page.bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #E88848;
}
.count_page.bootstrap-select .dropdown-menu:not(.inner) {
  margin: 0;
  padding: 0;
  width: 100% !important;
  background: #ffffff;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
  margin-top: 5px;
  border-color: #E3E4E6;
}
.count_page.bootstrap-select .dropdown-item {
  padding: 15px;
  font-weight: normal;
  color: #333333;
  font-size: 120%;
  line-height: 15px;
  white-space: normal;
}
.count_page.bootstrap-select .dropdown-item:hover {
  background: #F7F8FA;
  color: #000000;
}
.count_page.bootstrap-select .dropdown-item.active, .count_page.bootstrap-select .dropdown-item:active {
  background: transparent;
  color: #666666;
}
.count_page.bootstrap-select .dropdown-item.active:hover, .count_page.bootstrap-select .dropdown-item:active:hover {
  color: #E88848;
}
.count_page.bootstrap-select .dropdown-item.selected {
  color: #E88848;
  cursor: default;
}
.count_page.bootstrap-select.has-error .btn {
  border-color: #E20622 !important;
  background: red !important;
}
.count_page .bs-searchbox .form-control {
  height: 30px;
  width: 100%;
  margin-top: 10px;
  border-color: #e5e5e5 !important;
  border-radius: 3px;
}
.count_page .bs-searchbox .form-control:focus {
  width: 100%;
  border-color: gold !important;
  box-shadow: none;
}
.count_page .no-results {
  font-size: 120%;
  padding: 9px;
  line-height: 1.33em;
  color: inherit;
  background: #ffffff;
}

.products_list {
  margin-bottom: 25px;
}
.products_list li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px 20px;
}

.download_more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "medium", "arm-medium";
  font-size: 130%;
  line-height: 20px;
  color: #E88848;
  background: none;
  border: none;
  text-transform: uppercase;
  width: max-content;
  margin: 0 auto 25px;
}
.download_more:before {
  margin-bottom: 15px;
  font-size: 160%;
}

.filter_mob_head {
  display: none;
}
.filter_mob_head .page_title {
  margin: 0 !important;
  padding: 0;
}

@media (max-width: 1024px) {
  .products_list {
    margin-top: 35px;
  }
  .products_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .listing_section {
    margin-top: 15px;
  }
  .listing_section .page_title {
    margin: 15px auto;
  }

  .top_block {
    margin-bottom: 15px;
    position: relative;
  }
  .top_block .row {
    flex-wrap: inherit;
    justify-content: space-between;
  }

  .sorting_block {
    position: absolute;
    bottom: -34px;
    flex: 0 0 auto;
    max-width: inherit;
  }

  .filter_btn {
    flex: 0 0 auto;
    max-width: inherit;
  }

  .filter_inner {
    position: fixed;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 0;
    height: 100%;
    width: 0;
    z-index: 2100;
    overflow-y: auto;
    overflow-x: hidden;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }

  .filter_block {
    padding: 0 15px;
    width: 100vw;
  }

  .sorting_block .bootstrap-select .dropdown-menu:not(.inner) {
    margin: 5px 0;
  }

  .filter_mob_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100vw;
    padding: 15px;
  }

  .filter_close {
    color: #000000;
    display: block;
    border: none;
    padding: 5px 0;
    font-size: 200%;
    background: transparent;
    -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_close:before {
    display: block;
  }
  .filter_close:active {
    color: #E88848;
  }

  .filter_opened {
    overflow: hidden;
  }
  .filter_opened .filter_inner {
    width: 100vw;
  }

  .filter_btn {
    font-size: 140%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .filter_col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .filtered_options {
    flex: 1;
    position: absolute;
    top: -50px;
    right: 10px;
    width: 68%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 11;
    border: none;
  }
  .filtered_options .options_inner {
    max-height: 0;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #ffffff;
    border: inherit;
    border-radius: inherit;
    padding: 0 10px;
  }
  .filtered_options .options_inner:before, .filtered_options .options_inner:after {
    flex: 0 0 100%;
    max-width: 100%;
    height: 10px;
    display: block;
    content: "";
  }
  .filtered_options .mob_toggle_btn {
    display: flex;
    border: none;
    padding: 0;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 120%;
    line-height: 20px;
    background: transparent;
    margin: 0;
    color: #333333;
  }
  .filtered_options .mob_toggle_btn:before {
    margin-left: auto;
    padding-left: 5px;
    font-size: 50%;
  }
  .filtered_options.opened .options_inner {
    max-height: 400px;
  }

  .listing_col:before {
    display: none;
  }
  .listing_col .filtered_count {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    margin-bottom: 15px;
    text-align: right;
  }

  .products_list:before {
    display: block;
    content: "";
    margin: 0 15px 0;
    flex: 1;
    min-width: 60%;
    height: 1px;
    opacity: 0.1;
  }

  .download_more {
    margin: 0 auto 0;
  }

  .paging {
    margin-bottom: 0;
  }

  .products_section {
    padding-top: 25px;
  }
}
@media (max-width: 479px) {
  .products_list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .products_list li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.web .filter_reset:hover:after,
.web .more_options_btn:hover:after {
  width: 100%;
  left: 0;
}
.web .jslider-pointer {
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.web .jslider-pointer:hover, .web .jslider-pointer:active {
  background: #F1B38A;
  box-shadow: 0 0 10px 0 rgba(133, 78, 41, 0.54);
}
.web .filter_block .group_title:hover,
.web .options_list:not(.colors_list) a:hover {
  color: #E88848;
}
.web .filter_block .options_list.colors_list a:hover {
  opacity: 0.5;
}
.web .download_more:hover,
.web .sorting_block .bootstrap-select .btn:hover,
.web .count_page.bootstrap-select .btn:hover,
.web .filtered_options a:hover {
  color: #C7753E;
}
.web .download_more:hover:before,
.web .sorting_block .bootstrap-select .btn:hover:before,
.web .count_page.bootstrap-select .btn:hover:before,
.web .filtered_options a:hover:before {
  color: #C7753E;
}

.touch .filter_reset:active:after,
.touch .more_options_btn:active:after {
  width: 100%;
  left: 0;
}
.touch .filter_block .group_title:hover,
.touch .options_list:not(.colors_list) a:hover {
  color: #E88848;
}
.touch .filter_block .options_list.colors_list a:hover {
  opacity: 0.5;
}
.touch .download_more:active,
.touch .sorting_block .bootstrap-select .btn:active,
.touch .count_page.bootstrap-select .btn:active,
.touch .filtered_options a:active {
  color: #C7753E;
}
.touch .download_more:active:before,
.touch .sorting_block .bootstrap-select .btn:active:before,
.touch .count_page.bootstrap-select .btn:active:before,
.touch .filtered_options a:active:before {
  color: #C7753E;
}
.touch .product_block {
  height: 100%;
}
.touch .product_block .product_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.touch .product_block .add_button {
  margin-top: auto;
}
.touch .jslider-pointer {
  -o-transition: box-shadow 0.15s;
  -ms-transition: box-shadow 0.15s;
  -moz-transition: box-shadow 0.15s;
  -webkit-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s;
}
.touch .jslider-pointer:active, .touch .jslider-pointer:active {
  background: #F1B38A;
  box-shadow: 0 0 10px 0 rgba(133, 78, 41, 0.54);
}

.web .filter_block .options_list.colors_list a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.count_page.bootstrap-select .btn, .web .filter_block .group_title,
.web .options_list:not(.colors_list) a, .web .download_more,
.web .sorting_block .bootstrap-select .btn,
.web .count_page.bootstrap-select .btn,
.web .filtered_options 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;
}

.sorting_block .bootstrap-select .dropdown-item, .filtered_options .filter_reset:after, .filter_block .group_title:after, .filter_block .more_options_btn:after, .count_page.bootstrap-select .dropdown-item, .web .filter_reset,
.web .more_options_btn {
  -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 .filter_block .options_list.colors_list a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .filter_block .group_title,
.touch .options_list:not(.colors_list) a {
  -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 .filter_reset,
.touch .more_options_btn, .touch .download_more,
.touch .sorting_block .bootstrap-select .btn,
.touch .count_page.bootstrap-select .btn,
.touch .filtered_options a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.filter_block .group_title, .filter_block .more_options_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block_inner .none_more_btn .options_list ol li {
  display: block !important;
}
.block_inner .none_more_btn .options_list .more_options_btn {
  display: none;
}


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


