@charset "UTF-8";
.filter_options ul, .filter_options ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.listing_content .sorting_type.ascend:before, .listing_content .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);
}

.filter_options .checkbox_type a:before, .listing_content .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;
}

.page_screen {
  margin-bottom: 25px;
}
.page_screen img {
  display: block;
  width: 100%;
  max-height: 280px;
  min-height: 170px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page_screen {
    margin: -25px -20px 25px;
  }
}

.listing_content {
  position: relative;
  padding-top: 17px;
  margin: 0 -10px;
  display: flex;
}
.listing_content:before, .listing_content:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  border-top: 1px solid #f2f3f5;
}
.listing_content:before {
  top: 0;
}
.listing_content:after {
  top: 53px;
}
.listing_content .sorting_block {
  display: flex;
  align-items: center;
  font-size: 130%;
  line-height: 19px;
  margin-bottom: 43px;
}
.listing_content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  display: block;
  width: auto;
  outline: none !important;
}
.listing_content .bootstrap-select .btn {
  outline: none !important;
  background: transparent !important;
  color: #333333;
  position: relative;
  font-size: 100%;
  line-height: 19px;
  font-family: "montserrat-medium", "montserratarm-medium";
  border: none;
  border-radius: 0;
  padding: 0 10px;
  z-index: 3;
  opacity: 1;
  display: flex;
  align-items: center;
}
.listing_content .bootstrap-select > .dropdown-toggle:after {
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  content: "";
  font-size: 0.6rem;
  font-weight: 900;
}
.listing_content .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.listing_content .bootstrap-select > .dropdown-toggle .filter-option {
  position: relative;
  width: auto;
  height: auto;
  margin-right: 8px;
  height: 19px;
  padding: 0;
}
.listing_content .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  position: relative;
  text-overflow: ellipsis;
  padding: 0;
}
.listing_content .bootstrap-select .dropdown-menu > .inner {
  max-height: 230px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.listing_content .bootstrap-select .dropdown-menu:not(.inner) {
  margin: 3px -10px;
  padding: 0;
  width: auto !important;
  background: #ffffff;
  min-width: 120px !important;
  max-width: none !important;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}
.listing_content .bootstrap-select .dropdown-item {
  padding: 5px 10px;
  font-weight: normal;
  color: #333333;
  font-size: 130%;
  line-height: 19px;
  line-height: inherit;
  white-space: normal;
}
.listing_content .bootstrap-select .dropdown-item:hover {
  color: #333333;
  background: #f2f2f2;
}
.listing_content .bootstrap-select .dropdown-item.active, .listing_content .bootstrap-select .dropdown-item:active {
  background: transparent;
  color: #666666;
}
.listing_content .bootstrap-select .dropdown-item.active:hover, .listing_content .bootstrap-select .dropdown-item:active:hover {
  background: #f2f2f2;
}
.listing_content .bootstrap-select .dropdown-item.selected {
  background: #f2f3f5 !important;
  cursor: default;
  color: #000000 !important;
}
.listing_content .bootstrap-select.has-error .btn {
  border-color: #b94a48 !important;
}
.listing_content .sorting_type {
  min-width: 19px;
  height: 19px;
  border: none;
  padding: 0;
  font-size: 0.9rem;
  color: inherit;
  background: #e5e5e5;
}
.listing_content .sorting_type:before {
  display: block;
  font-weight: 900;
}
.filter_btn {
  border: none;
  background: transparent;
  padding: 0;
  color: inherit;
  cursor: default;
  display: flex;
  align-items: center;
  line-height: 19px;
  margin-bottom: 43px;
}
.filter_btn:before {
  display: block;
  margin-right: 17px;
  font-size: 1.6rem;
}
.filter_col {
  font-size: 130%;
}
.filter_options {
  display: none;
}
.filter_options ul a, .filter_options ol a {
  display: inline-flex;
  vertical-align: top;
  margin-bottom: 15px;
  align-items: flex-start;
}
.filter_options ul a:before, .filter_options ol a:before {
  display: block;
  min-width: 15px;
  height: 15px;
  margin-right: 8px;
}
.filter_options .checkbox_type a:before {
  border: 1px solid #dedede;
  text-align: center;
  content: "";
  font-size: 0.7rem;
  line-height: 13px;
  color: transparent;
}
.filter_options .checkbox_type a.selected:before, .filter_options .checkbox_type a.active:before, .filter_options .checkbox_type a.checked:before {
  color: #333333;
  border-color: #333333;
}
.filter_options .radio_type a:before {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #dedede;
  border: 4px solid #ffffff;
  content: "";
}
.filter_options .radio_type a.selected:before, .filter_options .radio_type a.active:before, .filter_options .radio_type a.checked:before {
  box-shadow: 0 0 0 1px #333333;
  background: #333333;
}
.filter_options .more_less_btn {
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #000000;
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
.filter_options .more_less_btn:before {
  display: block;
}
.filter_options .more_less_btn.opened:before {
  content: attr(data-close);
}
.filter_options .more_less_btn:not(.opened):before {
  content: attr(data-open);
}
.filter_options .price_range {
  display: flex;
  align-items: center;
  margin: 0 -6px;
  color: #dedede;
}
.filter_options .price_range ::-webkit-input-placeholder {
  color: #666666;
}
.filter_options .price_range :-moz-placeholder {
  color: #666666;
}
.filter_options .price_range ::-moz-placeholder {
  color: #666666;
}
.filter_options .price_range :-ms-input-placeholder {
  color: #666666;
}
.filter_options .price_range input {
  flex: 1;
  width: 10%;
  margin: 0 6px;
  border: 1px solid #dedede;
  color: #333333;
  line-height: inherit;
  padding: 9px 10px;
}
.filter_options .price_range .refresh_btn {
  border: none;
  background: #e5e5e5;
  display: flex;
  min-width: 36px;
  height: 36px;
  color: #2E2E31;
  font-size: 123.1%;
  margin: 0 6px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.filter_options .price_range .refresh_btn:before {
  display: block;
}
.filter_type {
  cursor: pointer;
  font-family: "montserrat-bold", "montserratarm-bold";
  margin-bottom: 15px;
  position: relative;
  padding-right: 30px;
  color: #333333;
}
.filter_type:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 9px;
  background: #333333;
}
.filter_type:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 1px;
  background: #333333;
}
.filter_type.opened:before {
  height: 0;
  margin-top: 0;
}
.filter_type:not(.opened):before {
  height: 9px;
  margin-top: -4px;
}
.filter_block {
  line-height: 16px;
  border-bottom: 1px solid #f2f3f5;
}
.filter_block:not(:first-child) {
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .filter_col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .filter_col {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (min-width: 768px) {
  .filter_close {
    display: none;
  }
  .filter_col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .filter_col {
    flex: 0 0 0;
    max-width: 0;
    height: 0;
  }
  .filter_btn {
    margin: 0 10px;
    position: relative;
    z-index: 5;
  }
  .filter_btn:before {
    margin-right: 10px;
  }
  .filter_section {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
    z-index: 110;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    -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_section:not(.opened) {
    width: 0;
  }
  .filter_section.opened {
    width: 320px;
  }
  .filter_inner {
    width: 320px;
    float: right;
    padding: 15px 20px;
  }
  .filter_close {
    border: none;
    background: #e5e5e5;
    color: #2E2E31;
    padding: 5px;
    margin-left: auto;
    margin-bottom: 10px;
    -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_close:before {
    display: block;
    font-weight: 900;
  }
  .filter_close:active {
    background: #000000;
    color: #ffffff;
  }
}
@media screen and (max-width: 399px) {
  .filter_btn {
    font-size: 0;
  }
  .filter_btn:before {
    font-size: 1.6rem;
    margin: 0;
  }
}

.listing_col {
  padding: 0 10px;
}

.products_list li {
  padding: 0 10px 20px;
}

@media screen and (min-width: 960px) {
  .listing_col {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .sorting_block {
    margin-bottom: 43px;
  }
  .sorting_block .select_block {
    margin-right: 25px;
  }

  .products_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .listing_col {
    flex: 0 0 66.7%;
    max-width: 66.7%;
  }

  .products_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sorting_block .select_block {
    margin-right: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .products_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 360px) and (max-width: 575px) {
  .products_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .listing_content {
    flex-wrap: wrap;
  }

  .listing_col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sorting_block {
    justify-content: flex-end;
  }
  .sorting_block .select_block {
    margin-right: 5px;
  }
  .sorting_block .bootstrap-select .dropdown-menu:not(.inner) {
    left: auto !important;
    right: -14px;
  }
}
@media screen and (max-width: 479px) {
  .sorting_block .select_block {
    margin-right: 0;
  }
  .sorting_block .bootstrap-select .dropdown-menu:not(.inner) {
    right: -9px;
  }
}
@media screen and (max-width: 399px) {
  .products_list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .products_list li {
    padding-left: 8px;
    padding-right: 8px;
  }

  .listing_content .sorting_block {
    font-size: 120%;
  }
}
@media screen and (max-width: 359px) {
  .listing_content .bootstrap-select .btn {
    padding: 0 5px;
  }

  .products_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.web .filter_options ul a, .filter_options ul .web a, .web .filter_options ol a, .filter_options ol .web a, .web .filter_options .more_less_btn, .filter_options .web .more_less_btn, .web .filter_type, .listing_content .bootstrap-select .btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .listing_content .sorting_type, .listing_content .web .sorting_type, .web .filter_options .price_range .refresh_btn, .filter_options .price_range .web .refresh_btn, .listing_content .bootstrap-select .dropdown-item, .filter_type:after, .filter_type:before {
  -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_options ul a, .filter_options ul .touch a, .touch .filter_options ol a, .filter_options ol .touch a, .touch .filter_options .more_less_btn, .filter_options .touch .more_less_btn, .touch .filter_type {
  -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 .listing_content .sorting_type, .listing_content .touch .sorting_type, .touch .filter_options .price_range .refresh_btn, .filter_options .price_range .touch .refresh_btn {
  -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_options .more_less_btn, .filter_type {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .listing_content .sorting_type:hover, .listing_content .web .sorting_type:hover, .web .filter_options .price_range .refresh_btn:hover, .filter_options .price_range .web .refresh_btn:hover {
  background: #333333;
  color: #ffffff;
}
.web .filter_options ul a:hover, .filter_options ul .web a:hover, .web .filter_options ol a:hover, .filter_options ol .web a:hover, .web .filter_options .more_less_btn:hover, .filter_options .web .more_less_btn:hover, .web .filter_type:hover {
  color: #666666;
}

.touch .listing_content .sorting_type:active, .listing_content .touch .sorting_type:active, .touch .filter_options .price_range .refresh_btn:active, .filter_options .price_range .touch .refresh_btn:active {
  background: #333333;
  color: #ffffff;
}
.touch .filter_options ul a:active, .filter_options ul .touch a:active, .touch .filter_options ol a:active, .filter_options ol .touch a:active, .touch .filter_options .more_less_btn:active, .filter_options .touch .more_less_btn:active, .touch .filter_type:active {
  color: #666666;
}

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