@charset "UTF-8";
.filter_block .options_list 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;
}

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

.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 .page_title {
  padding-bottom: 35px;
}

.filter_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  color: #666666;
  font-size: 160%;
  line-height: 20px;
  margin-bottom: 30px;
}
.filter_btn:before {
  display: block;
  font-size: 1.8rem;
  margin-right: 10px;
}

.sorting_block {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  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 .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;
}
.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 {
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border: none;
  width: auto;
  height: auto;
  font-size: 0.6rem;
  margin-left: 5px;
}
.sorting_block .bootstrap-select .dropdown-menu:not(.inner) {
  margin: 15px 0;
}

.filtered_options {
  border: 1px solid rgba(0, 105, 104, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin-top: -15px;
}
.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: #f5f5f5;
  font-size: 130%;
  line-height: 16px;
  align-items: center;
  color: #333333;
  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 10px 0;
  font-size: 130%;
  line-height: 16px;
  color: #999999;
}

.filter_block {
  border-bottom: 1px solid rgba(0, 105, 104, 0.1);
}
.filter_block .group_title {
  padding: 15px 30px 15px 0;
  cursor: pointer;
  font-size: 130%;
  line-height: 19px;
  font-family: "bold", "arm-bold";
  position: relative;
}
.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 .options_list {
  display: none;
}
.filter_block .options_list ol li {
  padding-bottom: 15px;
}
.filter_block .options_list:not(.colors_list) a {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-size: 130%;
  line-height: 16px;
  color: #333333;
}
.filter_block .options_list:not(.colors_list) a:before {
  display: flex;
  min-width: 11px;
  height: 11px;
  background: rgba(0, 105, 104, 0.16);
  border: 1px solid rgba(0, 105, 104, 0.16);
  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: #006968;
  background: rgba(0, 105, 104, 0.8);
}
.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;
}
.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 #006968;
  border-radius: 50%;
}
.filter_block.opened .group_title:after {
  height: 0;
  margin-top: 0;
}

.range_block {
  margin: 20px 0;
  position: relative;
  padding: 0 7px;
  height: 2px;
  background: rgba(0, 105, 104, 0.2);
}
.range_block input {
  visibility: hidden;
}

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

.limits_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.limits_block input {
  border: 1px solid rgba(0, 105, 104, 0.15);
  background: rgba(0, 105, 104, 0.05);
  padding: 9px 10px;
  font-size: 130%;
  line-height: 16px;
  color: #333333;
  flex: 1;
  width: 20%;
  border-radius: 2px;
}
.limits_block input:last-child {
  order: 2;
}
.limits_block:before {
  display: block;
  content: "";
  height: 1px;
  opacity: 0.4;
  background: #333333;
  min-width: 8px;
  margin: 0 5px;
  order: 1;
}

.listing_col {
  position: relative;
  padding-top: 36px;
}
.listing_col:before {
  display: block;
  content: "";
  border-top: 1px solid #006968;
  opacity: 0.1;
  margin-bottom: 35px;
}
.listing_col .filtered_count {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  font-size: 130%;
  line-height: 20px;
  color: #333333;
}

.products_list li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0 10px 14px;
}

.filter_mob_head {
  display: none;
}

@media (max-width: 991px) {
  .products_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .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 20px;
    width: 100vw;
  }

  .sorting_block {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .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: 20px 20px;
  }

  .filter_close {
    color: #ED254E;
    display: block;
    border: none;
    padding: 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: #CC2043;
  }

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

  .filter_btn {
    font-size: 140%;
    margin-bottom: 20px;
    -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;
    width: 10%;
    margin-left: 10px;
    margin-top: -6px;
    padding: 5px 10px;
    position: relative;
    z-index: 11;
  }
  .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 {
    padding-top: 20px;
  }
  .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 20px 20px;
    flex: 1;
    min-width: 60%;
    height: 1px;
    border-top: 1px solid #006968;
    opacity: 0.1;
  }
}
@media (max-width: 479px) {
  .products_list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .products_list li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .products_list .product_block .sticker_block {
    left: 15px;
    top: 10px;
    padding: 10px;
    width: 10px;
    height: 10px;
  }
  .products_list .product_block .sticker_block:hover {
    top: 10px;
    height: 20px;
  }
  .products_list .product_block .sticker_block:not(:hover) * {
    background: transparent;
    color: transparent;
    padding: 0;
    height: 0;
    width: 0;
    font-size: 0;
  }
  .products_list .product_block .sticker_block:not(:hover) *:after {
    display: none;
  }
  .products_list .product_block .sticker_block * {
    position: absolute;
    -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;
    padding: 6px 9px !important;
    border-radius: 3px !important;
    left: -10px;
    bottom: 20px;
  }
  .products_list .product_block .sticker_block *:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .products_list .product_block .sticker_block *:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 9px;
    height: 5px;
    top: 100%;
    border-width: 5px 4px 0;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 10px;
    pointer-events: none;
  }
}
@media (max-width: 399px) {
  .products_list .product_block .product_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .products_list .product_block .product_name a {
    -webkit-line-clamp: 3;
    font-size: 120%;
    line-height: 16px;
  }
  .products_list .product_block .product_price {
    font-size: 120%;
    line-height: 16px;
  }
  .products_list .product_block .product_price .old_price {
    margin-left: 5px;
    font-size: 91.7%;
  }
  .products_list .product_block .add_button a {
    height: 40px;
  }
  .products_list .product_block .info_block {
    padding-top: 15px;
  }
  .products_list .product_block .sticker_block {
    left: 10px;
  }
  .products_list .product_block .add_to_wish {
    right: 10px;
  }
  .products_list .product_block .image_block {
    height: 180px;
    padding-bottom: 15px;
  }
}
.web .jslider-pointer:hover, .web .jslider-pointer:active {
  background: #006968;
}
.web .filter_block .group_title:hover,
.web .options_list:not(.colors_list) a:hover {
  color: #006968;
}
.web .filtered_options a:hover,
.web .filter_reset:hover {
  color: #ED254E;
}

.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:active {
  background: #006968;
}
.touch .filter_block .group_title:active,
.touch .options_list:not(.colors_list) a:active {
  color: #006968;
}
.touch .filtered_options a:active,
.touch .filter_reset:active {
  color: #ED254E;
}

.web .filter_block .group_title,
.web .options_list:not(.colors_list) a, .web .filtered_options a,
.web .filter_reset {
  -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 .jslider-pointer {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.filter_block .group_title:after {
  -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 .group_title,
.touch .options_list:not(.colors_list) a, .touch .filtered_options a,
.touch .filter_reset {
  -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 .jslider-pointer {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

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

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