@charset "UTF-8";
.product_page .filter_section .radio_list,
.product_page .filter_section .checkbox_list, .product_page .filter_section .options_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_page .row_one .small_images .image_block a img, .product_page .row_one .big_images .image_block a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product_page .inner_title_block .sorting_block .bootstrap-select .btn.dropdown-toggle:before, .product_page .inner_title_block .sorting_block .bootstrap-select .btn.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;
}

.product_page .page_title span {
  color: #B6B6B6;
}
.product_page .show_filter {
  background: #ffffff;
  margin-bottom: 21px;
  padding: 15px;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  -o-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.product_page .block_filters {
  display: flex;
  flex-wrap: wrap;
  max-width: 630px;
  overflow: hidden;
  height: 23px;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: end;
  margin-right: auto;
  -o-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.product_page .show_btn_filtre {
  height: auto;
}
.product_page .show_btn_filtre .block_filters {
  overflow: visible;
  height: auto;
}
.product_page .show_btn_filtre .more_btn:before {
  content: attr(data-close);
}
.product_page .filters_element {
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  padding: 3px 10px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.product_page .filters_element > span:first-child {
  color: rgba(0, 0, 0, 0.5);
  font-size: 110%;
  letter-spacing: 0;
  line-height: 15px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.product_page .filters_element > span:first-child:after {
  display: block;
  position: absolute;
  width: 0;
  bottom: 8px;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #000000;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_page .filters_element .filter-close {
  font-size: 11px;
  margin-bottom: -1px;
  transform: scaleX(-1.6);
  -moz-transform: scaleX(-1.6);
  -ms-transform: scaleX(-1.6);
  -webkit-transform: scaleX(-1.6);
  -o-transform: scaleX(-1.6);
  color: rgba(0, 0, 0, 0.5);
}
.product_page .filters_element:hover {
  cursor: pointer;
}
.product_page .inner_title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.product_page .inner_title_block .sorting_block > select {
  height: 38px;
  width: 187px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background-color: #ffffff;
}
.product_page .inner_title_block .sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 187px;
}
.product_page .inner_title_block .sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .btn.dropdown-toggle:before {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.product_page .inner_title_block .sorting_block .bootstrap-select .btn {
  font-size: 100%;
  line-height: 18px;
  box-shadow: none;
  outline: none !important;
  border: 1px solid #D8D8D8 !important;
  padding: 7px 10px;
  background: #ffffff !important;
  border-radius: 5px;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .btn.dropdown-toggle:after {
  display: none;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .btn.dropdown-toggle:before {
  content: "";
}
.product_page .inner_title_block .sorting_block .bootstrap-select .filter-option-inner {
  display: flex;
  align-items: center;
  font-family: "semiBold";
  font-size: 120%;
  line-height: 16px;
  color: #000000;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .filter-option-inner:before {
  content: attr(data-label);
}
.product_page .inner_title_block .sorting_block .bootstrap-select .filter-option-inner.hidden_data:before {
  content: "";
}
.product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-menu li {
  margin: 4px 0;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-menu li:first-child {
  border-top: 1px solid #D8D8D8;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-menu li:last-child {
  margin: 0;
}
.product_page .inner_title_block .sorting_block .bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.product_page .inner_title_block .sorting_block .bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
  margin-top: -3px;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item {
  padding: 5px 10px;
  color: #000000;
  background: transparent;
  font-size: 120%;
  line-height: 16px;
}
.product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item.selected, .product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item.active, .product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item:active {
  background-color: #E9E9E9;
  cursor: default;
}
.product_page .more_btn {
  display: none;
  position: absolute;
  right: -45px;
  background: #ffffff;
  top: 2px;
  z-index: 1;
  font-size: 120%;
  line-height: 16px;
  color: #0079C5;
  width: 16%;
}
.product_page .more_btn:before {
  content: attr(data-done);
}
.product_page .row_list {
  display: flex;
  justify-content: flex-end;
}
.product_page .row_list a {
  font-size: 215%;
  border: 1px solid #D8D8D8;
  color: #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  width: 23px;
  border-radius: 1px;
}
.product_page .row_list a:first-child {
  margin-right: 15px;
}
.product_page .product_info {
  display: none;
  color: #000000;
  line-height: 18px;
  font-size: 120%;
}
.product_page .product_info span {
  width: 50%;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_page .product_info span:first-child {
  padding-right: 8px;
}
.product_page .product_info span:first-child:nth-last-child(1), .product_page .product_info span:first-child:nth-last-child(1) {
  width: 100%;
  padding-right: 0;
}
.product_page .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}
.product_page .small_images {
  display: none;
}
.product_page .product_block {
  height: 470px;
}
.product_page .mobile_filtre,
.product_page .row_one_prices,
.product_page .row_one_comment {
  display: none;
}
.product_page .row_grid .product_list li {
  margin-bottom: 40px;
}
.product_page .row_grid .row_list .row_grid {
  color: #0079C5;
  border: 1px solid #0079C5;
}
.product_page .row_grid .big_images {
  width: 100%;
}
.product_page .row_grid .big_images .image_block {
  height: 220px;
  justify-content: center;
  align-items: center;
  position: relative;
  display: none;
}
.product_page .row_grid .big_images .image_block a {
  display: block;
  max-width: 100%;
}
.product_page .row_grid .big_images .image_block a img {
  display: block;
  max-width: 100%;
  max-height: 220px;
}
.product_page .row_grid .big_images .image_block.slick-slide.active_img {
  display: none;
}
.product_page .row_grid .big_images .image_block.slick-active.active_img {
  display: flex;
}
.product_page .row_grid .big_images .image_block.slick-active, .product_page .row_grid .big_images .image_block.active_img {
  display: flex;
}
.product_page .row_grid .slick-current,
.product_page .row_grid .slick-track,
.product_page .row_grid .slick-list {
  width: 100% !important;
  top: auto !important;
  left: auto !important;
}
.product_page .row_one .sale_block {
  display: none;
}
.product_page .row_one .product_list > li {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_page .row_one .row_list .row_one {
  color: #0079C5;
  border: 1px solid #0079C5;
}
.product_page .row_one .slick-arrow {
  height: 19px;
  width: 19px;
  margin-top: -8px;
}
.product_page .row_one .slick-arrow:before {
  font-size: 0.8rem;
  margin-top: 2px;
}
.product_page .row_one .slick-prev {
  left: 6px;
}
.product_page .row_one .big_images .image_block {
  padding: 10px 0;
}
.product_page .row_one .big_images .image_block a {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product_page .row_one .big_images .image_block a:before {
  display: block;
  content: "";
  padding-bottom: 58%;
}
.product_page .row_one .big_images .image_block a img {
  object-fit: contain;
}
.product_page .row_one .small_images {
  display: block;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
.product_page .row_one .small_images .image_block {
  padding: 10px 5px;
}
.product_page .row_one .small_images .image_block a {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product_page .row_one .small_images .image_block a:before {
  display: block;
  content: "";
  padding-bottom: 70%;
}
.product_page .row_one .small_images .image_block a img {
  object-fit: cover;
}
.product_page .row_one .small_images .image_block a.selected {
  border: 1px solid #0079C5;
}
.product_page .row_one .slick-list {
  height: auto !important;
}
.product_page .row_one .product_images {
  flex: 0 0 33.333%;
  display: block;
  max-width: 33.333%;
  padding: 15px;
  height: auto;
}
.product_page .row_one .product_block {
  height: 100%;
}
.product_page .row_one .product_block .product_inner {
  display: flex;
  height: 345px;
}
.product_page .row_one .product_block .product_inner .bottom_block {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  flex: 0 0 27%;
  max-width: 27%;
  transition: inherit;
  overflow: hidden;
}
.product_page .row_one .product_block .product_content {
  justify-content: end;
  margin-bottom: 0;
  border-right: 1px solid #EAEAEA;
  padding: 15px;
}
.product_page .row_one .product_block .product_prices {
  display: none;
}
.product_page .row_one .product_block .row_one_prices {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.product_page .row_one .product_block .row_one_prices .prices_inner {
  padding-top: 5px;
}
.product_page .row_one .product_block .row_one_prices .prices_inner .discount_price {
  font-family: "bold";
  color: #B6B6B6;
  padding-right: 10px;
  font-size: 120%;
  line-height: 16px;
  text-decoration: line-through;
}
.product_page .row_one .product_block .row_one_prices .prices_inner .price_off {
  font-family: "bold";
  color: #FF0009;
  padding-right: 10px;
  font-size: 120%;
  line-height: 16px;
}
.product_page .row_one .product_block .add_btn_site {
  margin-right: 10px;
}
.product_page .row_one .product_block .product_name {
  order: 2;
  width: 50%;
}
.product_page .row_one .product_block .id_product {
  order: 3;
  padding-top: 0;
  display: flex;
  width: 100%;
}
.product_page .row_one .product_block .row_one_comment {
  margin-left: 15px;
  align-items: center;
  color: #B6B6B6;
  display: flex;
}
.product_page .row_one .product_block .row_one_comment:before {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.product_page .row_one .product_block .row_one_comment span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 6px;
}
.product_page .row_one .product_block .row_one_comment span:after {
  content: attr(data-comment);
  color: #000000;
  padding-right: 5px;
}
.product_page .row_one .kitchen_tab {
  order: 1;
}
.product_page .row_one .block_btns {
  opacity: 1;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}
.product_page .row_one .top_icons {
  position: absolute;
  top: 100px;
  margin: -20px 12px -2px -3px;
  left: 33%;
  display: block;
}
.product_page .row_one .top_icons > a {
  display: none;
}
.product_page .row_one .top_icons > .inner_top {
  position: absolute;
  display: flex;
  align-items: center;
  top: 55px;
  left: 13px;
  width: 300px;
}
.product_page .row_one .top_icons > .inner_top .icon_wish_list {
  display: flex;
  align-items: center;
}
.product_page .row_one .top_icons > .inner_top .icon_wish_list:after {
  content: attr(data-wish);
  color: #000000;
  font-size: 14px;
  font-family: "semiBold" !important;
  padding-left: 8px;
}
.product_page .row_one .top_icons > .inner_top .icon_compare_head {
  display: flex;
  align-items: center;
}
.product_page .row_one .top_icons > .inner_top .icon_compare_head:after {
  content: attr(data-compare);
  color: #000000;
  font-size: 14px;
  font-family: "semiBold" !important;
  padding-left: 8px;
}
.product_page .row_one .product_info {
  margin-top: 60px;
  order: 4;
  display: flex;
}
.product_page .row_one .bonus_block {
  padding: 0;
  margin-bottom: 30px;
  margin-top: 13px;
}
.product_page .row_one .bonus_block:before {
  padding: 5px 7px;
}
.product_page .row_one .bonus_block span {
  text-align: left;
}
.product_page .row_one .product_one_click {
  width: 100%;
  padding: 11px 15px;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
.product_page .row_one .product_one_click:after {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  content: attr(data-name-btn);
  font-family: "bold" !important;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  padding-left: 25px;
}
.product_page .row_one .product_one_click:before {
  left: 13px;
}
.product_page .row_one .product_one_click .on_btn_site:before {
  right: auto;
  left: 0;
}
.product_page .row_one .product_one_click .on_btn_site[data-tooltip] {
  position: absolute;
  height: 38px;
  width: 100%;
}

@media (max-width: 1199px) {
  .product_page .row_one .product_block .product_inner {
    height: auto;
  }
  .product_page .row_one .product_block .product_inner .bottom_block {
    padding: 15px;
  }
  .product_page .row_one .product_block .row_one_prices {
    align-items: center;
  }
  .product_page .row_one .product_block .row_one_prices .prices_inner {
    display: flex;
    flex-direction: column;
  }
  .product_page .row_one .on_btn_site:after {
    padding-left: 5px;
  }
  .product_page .row_one .product_info {
    flex-direction: column;
  }
  .product_page .row_one .product_info span {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product_page {
    padding-top: 40px;
  }

  .second_inner {
    background: #ffffff;
    bottom: -64px;
    padding: 13px 16px;
  }

  .inner_title_block > .page_title {
    width: 60%;
    overflow: hidden;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .product_page .row_grid .product_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product_page .row_one .small_images {
    width: 100%;
  }
  .product_page .row_one .product_block .product_inner {
    flex-direction: column;
  }
  .product_page .row_one .product_block .product_inner .bottom_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_page .row_one .product_images {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 3px;
  }
  .product_page .row_one .top_icons {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    width: 100%;
  }
  .product_page .row_one .top_icons .inner_top {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .product_page .row_one .top_icons a:after {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .product_page .row_one .product_info {
    margin-top: 20px;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
  }
  .product_page .row_one .product_block .bonus_block {
    margin-top: 15px;
  }
  .product_page .row_one .product_block .row_one_prices {
    align-items: end;
  }
  .product_page .row_one .product_block .row_one_prices .prices_inner {
    display: block;
  }
  .product_page .row_one .product_block .on_btn_site {
    max-width: 225px;
  }
  .product_page .row_one .block_btns {
    align-items: center;
    margin-top: 0;
    flex-direction: row;
  }
}
@media (max-width: 768px) and (max-width: 524px) {
  .product_page .row_one .block_btns .product_one_click {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_page .row_one .block_btns .product_one_click:after {
    display: none;
  }
  .product_page .row_one .block_btns .add_btn_site {
    font-size: 0;
    padding: 0 17px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-bottom: 0;
  }
  .product_page .row_one .block_btns .add_btn_site:before {
    margin-right: 0;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .product_page .row_one .on_btn_site {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .product_page .row_one .product_one_click {
    padding: 5px 15px;
    justify-content: end;
    margin-top: 0;
    width: auto;
  }
  .product_page .row_one .product_one_click:after {
    padding-left: 0;
  }
  .product_page .row_one .product_one_click:before {
    left: auto;
  }
  .product_page .row_one .product_one_click .on_btn_site:before {
    right: 0;
    left: auto;
  }
  .product_page .row_one .product_one_click .on_btn_site[data-tooltip] {
    position: relative;
    height: 28px;
    width: 54px;
  }
}
@media (max-width: 639px) {
  .new_product .top_icons a {
    font-size: 160%;
  }

  .product_page .row_one .add_btn_site {
    max-width: 100%;
  }
  .product_page .row_one .product_one_click {
    width: 100%;
  }
  .product_page .row_one .product_one_click .on_btn_site[data-tooltip] {
    width: 31px;
  }
  .product_page .row_one .add_btn_site {
    padding: 7px;
    margin-right: 15px;
  }
  .product_page .row_grid .top_icons {
    padding: 7px;
  }
  .product_page .row_grid .block_btns {
    justify-content: space-between;
  }
  .product_page .row_grid .product_one_click {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_page .row_grid .add_btn_site {
    font-size: 0;
    padding: 0 17px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
  }
  .product_page .row_grid .add_btn_site:before {
    margin-right: 0;
    font-size: 1.7rem;
  }
  .product_page .row_grid .product_list {
    margin: 0 -27px;
  }
  .product_page .row_grid .product_list li {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 479px) {
  .product_block .product_name {
    font-size: 120%;
  }

  .product_page .show_filter {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .product_page .row_grid .bonus_block:before {
    margin-right: 3px;
  }
  .product_page .row_grid .big_images .image_block {
    height: 130px;
  }
  .product_page .row_grid .big_images .image_block a img {
    max-height: 130px;
  }
  .product_page .row_grid .product_list {
    margin: 0 -27px;
  }
  .product_page .row_grid .product_list li {
    padding-left: 4px;
    padding-right: 4px;
  }
  .product_page .row_grid .product_prices {
    flex-direction: column;
    align-items: end;
  }
  .product_page .row_grid .product_prices span {
    padding: 0;
  }
  .product_page .row_grid .block_btns {
    justify-content: space-between;
    padding-right: 7px;
    padding-left: 7px;
  }
  .product_page .row_grid .product_block .product_name {
    height: 60px;
    -webkit-line-clamp: 3;
  }
  .product_page .row_grid .product_block .product_images {
    height: 150px;
  }
  .product_page .row_grid .product_block .product_content {
    padding: 7px;
  }
  .product_page .row_grid .product_block .product_inner .bonus_block {
    padding-right: 7px;
    padding: 7px;
  }
}
.web .product_page .row_one .product_block .row_one_comment {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .product_page .row_one .product_block .row_one_comment:hover:before {
  color: #FF0009;
}
.web .product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.web .product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item:hover {
  background-color: #E9E9E9;
}
.web .product_page .row_one .small_images .image_block a,
.web .product_page .row_list a,
.web .bootstrap-select .dropdown-toggle .filter-option {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .product_page .row_one .small_images .image_block a:hover,
.web .product_page .row_list a:hover,
.web .bootstrap-select .dropdown-toggle .filter-option:hover {
  opacity: 0.5;
}
.web .product_page .filters_element .filter-close {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .product_page .filters_element .filter-close:hover {
  color: #FF0009;
}

.touch .product_page .row_one .product_block .row_one_comment {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .product_page .row_one .product_block .row_one_comment:active:before {
  color: #FF0009;
}
.touch .product_page .filters_element .filter-close {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .product_page .filters_element .filter-close:active {
  color: #FF0009;
}
.touch .product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item {
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.touch .product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item:active {
  background-color: #E9E9E9;
}
.touch .product_page .row_one .small_images .image_block a,
.touch .product_page .row_list a,
.touch .bootstrap-select .dropdown-toggle .filter-option {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .product_page .row_one .small_images .image_block a:active,
.touch .product_page .row_list a:active,
.touch .bootstrap-select .dropdown-toggle .filter-option:active {
  opacity: 0.5;
}
.touch .product_block {
  height: auto;
}

.product_page .filter_button_block {
  display: none;
  margin-bottom: 25px;
}
.product_page .filter_button_block a {
  width: 160px;
  height: 44px;
  font-size: 120%;
  line-height: 14px;
  padding: 15px;
  text-align: center;
  color: #ffffff !important;
  background: yellow;
  font-family: "regular";
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
}
.product_page .promos_page {
  padding-top: 25px;
  padding-bottom: 40px;
}
.product_page .mob_head_block {
  display: none;
}
.product_page .filter_section .filter_inner {
  background: #ffffff;
}
.product_page .filter_section .filter_block {
  padding: 15px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.27);
}
.product_page .filter_section .filter_block.opened .filter_type:before {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.product_page .filter_section .filter_type {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: #202020;
  font-family: "semiBold";
  font-size: 140%;
  line-height: 19px;
}
.product_page .filter_section .filter_type:before {
  display: block;
  font-size: 63.6%;
  font-family: "bold";
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-left: 20px;
  color: #979797;
}
.product_page .filter_section .filter_fields {
  display: none;
  padding-top: 15px;
}
.product_page .filter_section .filter_subtitle {
  font-size: 100%;
  line-height: 14px;
  color: #A1A1A1;
  margin-bottom: 5px;
}
.product_page .filter_section .filter_subtitle + .bootstrap-select,
.product_page .filter_section .filter_subtitle + input {
  margin-top: 7px;
}
.product_page .filter_section .filter_subtitle + .checkbox_list,
.product_page .filter_section .filter_subtitle + .radio_list {
  margin-top: 15px;
}
.product_page .filter_section .scroll_filter {
  height: 157px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden !important;
}
.product_page .filter_section .scroll_filter .scroll-element_outer {
  display: none;
}
.product_page .filter_section .more_less_open .scroll_filter {
  height: 185px;
  overflow: auto !important;
}
.product_page .filter_section .more_less_open .scroll_filter .scroll-element_outer {
  display: block;
}
.product_page .filter_section .more_less_open .more_less_btn:before {
  content: attr(data-close);
}
.product_page .filter_section .filter_subblock ::-webkit-input-placeholder {
  color: #999999;
}
.product_page .filter_section .filter_subblock :-moz-placeholder {
  color: #999999;
}
.product_page .filter_section .filter_subblock ::-moz-placeholder {
  color: #999999;
}
.product_page .filter_section .filter_subblock :-ms-input-placeholder {
  color: #999999;
}
.product_page .filter_section .filter_subblock .inner_filter {
  position: relative;
}
.product_page .filter_section .filter_subblock .many_block {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 160%;
  line-height: 21px;
  color: #202020;
}
.product_page .filter_section .filter_subblock input[type=text] {
  width: 100%;
  height: 38px;
  font-size: 120%;
  line-height: 16px;
  border-radius: 5px;
  color: #333333;
  padding: 7px 10px 7px 25px;
  border: 1px solid #E9E9E9;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product_page .filter_section .filter_subblock input[type=text]:focus {
  border-color: #999999;
}
.product_page .filter_section .filter_subblock .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.product_page .filter_section .filter_subblock .bootstrap-select .btn {
  border: 1px solid #979797;
  border-radius: 5px;
  font-size: 120%;
  line-height: 15px;
  padding: 13px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none !important;
  background: transparent !important;
  color: #999999;
  font-family: "regular";
}
.product_page .filter_section .filter_subblock .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product_page .filter_section .filter_subblock .bootstrap-select .dropdown-item {
  padding: 3px 10px;
  color: #333333;
  font-family: "regular";
  background: transparent;
  font-size: 120%;
  line-height: 14px;
}
.product_page .filter_section .filter_subblock .bootstrap-select .dropdown-item.selected, .product_page .filter_section .filter_subblock .bootstrap-select .dropdown-item.active, .product_page .filter_section .filter_subblock .bootstrap-select .dropdown-item:active {
  background-color: #FF0009;
  color: #ffffff !important;
  cursor: default;
}
.product_page .filter_section .filter_subblock .bootstrap-select .dropdown-toggle::after {
  margin-left: 10px;
  border-width: 4px 3px 0;
  width: 6px;
}
.product_page .filter_section .filter_subblock .bootstrap-select.show .btn {
  border-color: #999999;
}
.product_page .filter_section .options_block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product_page .filter_section .options_block ul.color_options li {
  margin-bottom: 10px;
}
.product_page .filter_section .options_block ul.color_options input:checked + .check_btn:after {
  padding-top: 8px;
}
.product_page .filter_section .options_block ul li {
  margin-left: 8px;
}
.product_page .filter_section .options_block ul .check_btn {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  line-height: 17px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  padding: 8px 11px;
}
.product_page .filter_section .options_block ul .check_btn img,
.product_page .filter_section .options_block ul .check_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B6B6B6;
  height: 23px;
  min-width: 23px;
  border-radius: 50%;
}
.product_page .filter_section .options_block ul .check_btn .color_name {
  width: 100%;
  margin-left: 7px;
}
.product_page .filter_section .options_block label {
  display: block;
  margin: 0;
  position: relative;
}
.product_page .filter_section .options_block label input:checked + .check_btn {
  cursor: default;
  opacity: 1 !important;
  border: 1px solid #0084CC;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 143, 210, 0.53);
}
.product_page .filter_section .radio_list,
.product_page .filter_section .checkbox_list {
  padding-bottom: 10px;
}
.product_page .filter_section .radio_list li:not(:first-child),
.product_page .filter_section .checkbox_list li:not(:first-child) {
  padding-top: 10px;
}
.product_page .filter_section .more_less_btn {
  color: #0079C5;
  font-size: 120%;
  line-height: 16px;
}
.product_page .filter_section .more_less_btn:before {
  content: attr(data-done);
}
.product_page .filter_section .is-selected .checkbox_button:before {
  font-size: 66.7%;
}
.product_page .filter_section label {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  margin: 0;
}
.product_page .filter_section label input:checked + .checkbox_button {
  color: #666666;
}
.product_page .filter_section label input:checked + .checkbox_button:before {
  font-size: 66.7%;
}
.product_page .filter_section label input:checked + .radio_button {
  color: #666666 !important;
  cursor: default;
}
.product_page .filter_section label input:checked + .radio_button:before {
  background: #0079C5;
}
.product_page .filter_section label input:checked + .radio_button:after {
  opacity: 1;
}
.product_page .filter_section label input:checked + .radio_button.no_selected {
  color: #000000 !important;
}
.product_page .filter_section label input:checked + .radio_button.no_selected:before {
  background: none;
}
.product_page .filter_section label input:checked + .radio_button.no_selected:after {
  opacity: 0;
}
.product_page .filter_section label .checkbox_button {
  display: flex;
  align-items: center;
  font-size: 120%;
  line-height: 16px;
  cursor: pointer;
}
.product_page .filter_section label .checkbox_button:before {
  display: flex;
  margin-right: 6px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  font-size: 0;
  border-radius: 1px;
  font-family: "bold";
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  color: #0079C5;
}
.product_page .filter_section label .checkbox_button > span {
  color: #B6B6B6;
  margin-left: 2px;
}
.product_page .filter_section label .radio_button {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 120%;
  line-height: 16px;
  cursor: pointer;
}
.product_page .filter_section label .radio_button > span {
  margin-left: 2px;
  color: #B6B6B6;
}
.product_page .filter_section label .radio_button:before {
  display: block;
  content: "";
  margin-right: 10px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}
.product_page .filter_section label .radio_button:after {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 4px;
  margin-top: -3px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
}
.product_page .filter_section .range_inputs {
  margin: 13px -10px 0;
  display: flex;
}
.product_page .filter_section .range_inputs .input_block {
  flex: 1;
  max-width: 50%;
  padding: 0 10px;
}
.product_page .filter_section .range_block {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0 7px;
}
.product_page .filter_section .jslider .jslider-pointer {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #0079C5;
  margin-top: -1px;
  margin-left: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_page .filter_section .jslider .jslider-pointer:before {
  display: block;
  content: "";
  background: #ffffff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: relative;
}
.product_page .filter_section .jslider .jslider-pointer:after {
  display: block;
  content: "";
  background: #D8D8D8;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
}
.product_page .filter_section .jslider .jslider-value,
.product_page .filter_section .jslider .jslider-label {
  display: none !important;
}
.product_page .filter_section .jslider .jslider-bg {
  height: 7px;
  background: #D8D8D8;
  margin: 0 -6px;
  border-radius: 1px;
}
.product_page .filter_section .jslider .jslider-bg .v {
  background: #0079C5;
  height: 7px;
}
.product_page .find_block {
  display: none;
}

@media (max-width: 991px) {
  .filter_section {
    position: relative;
  }

  .filter_subblock .col-6:nth-child(2) .filter_subtitle {
    text-align: right;
  }

  .filter_opened {
    overflow: hidden;
  }
  .filter_opened .filter_inner {
    width: 100%;
  }
  .filter_opened .product_page .find_block {
    width: 100%;
    z-index: 4;
  }

  .filter_inner {
    flex: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    height: 100%;
    z-index: 200;
    right: 0;
    width: 0;
    max-width: 100%;
    background: #ffffff;
    padding: 0;
    -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_inner > form {
    width: 100vw;
    padding: 16px;
    margin-bottom: 50px;
  }

  .inner_title_block {
    position: relative;
  }

  .sorting_block {
    position: absolute;
    bottom: 0;
    right: -5px;
    margin: 0 0px -43px 0;
  }

  .row_list {
    position: absolute;
    top: -46px;
    right: 15px;
  }

  .product_page .find_block {
    display: block;
    background: #FF0009;
    position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0;
    width: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    font-size: 130%;
    line-height: 17px;
    font-family: "bold";
    color: #ffffff;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    height: 46px;
  }
  .product_page .find_block span {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .product_page .filters_element {
    display: none;
  }
  .product_page .block_filters {
    height: auto;
  }
  .product_page .show_filter {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .product_page .mobile_filtre {
    text-transform: uppercase;
    color: #0079C5;
    font-family: "bold";
    font-size: 130%;
    line-height: 17px;
    display: block;
    background: none;
    border: none;
    padding: 0 0 0 3px;
    margin: 0;
  }
  .product_page .mobile_filtre:before {
    padding-right: 10px;
  }
  .product_page .mob_head_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    background: black;
    padding: 19px 16px;
  }
  .product_page .mob_head_block .btn_filtre {
    display: flex;
    align-items: center;
  }
  .product_page .mob_head_block .btn_filtre:before {
    padding-right: 10px;
  }
  .product_page .mob_head_block .reset_btn {
    color: #A1A1A1;
  }
  .product_page .mob_head_block > button {
    background: none;
    color: #ffffff;
    border: none;
    font-size: 160%;
    font-family: "semiBold";
  }
  .product_page .more_btn {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .product_page .inner_title_block .sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 155px;
  }
}
@media (max-width:359px) {
  .product_page .mob_head_block {
    padding: 10px 7px;
  }
  .product_page .filter_section .filter_block {
    padding: 9px;
  }
  .product_page .filter_inner > form {
    padding: 5px;
  }

  .page_title {
    font-size: 160%;
  }
}
.web .product_page .filter_section .more_less_btn,
.web .product_page .filter_section .filter_type {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .product_page .filter_section .more_less_btn:hover,
.web .product_page .filter_section .filter_type:hover {
  color: #FF0009;
}
.web .product_page .filter_section .jslider .jslider-pointer {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.web .product_page .filter_section .jslider .jslider-pointer:hover {
  background: #FF0009;
}
.web .product_page .filter_section label .radio_button,
.web .product_page .filter_section label .checkbox_button {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .product_page .filter_section label .radio_button:hover,
.web .product_page .filter_section label .checkbox_button:hover {
  color: #FF0009;
}
.web .product_page .filter_section label .radio_button:hover:before,
.web .product_page .filter_section label .checkbox_button:hover:before {
  border-color: #FF0009;
}
.web .product_page .filter_section label .radio_button:hover span,
.web .product_page .filter_section label .checkbox_button:hover span {
  color: #FF0009;
}
.web .options_block label .check_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .options_block label .check_btn:hover {
  border-color: #FF0009;
}
.web .options_block label .check_btn:hover .color_name {
  color: #FF0009;
}

.touch .options_block label .check_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .options_block label .check_btn:active {
  border-color: #FF0009;
}
.touch .options_block label .check_btn:active .color_name {
  color: #FF0009;
}
.touch .product_page .filter_section .more_less_btn,
.touch .product_page .filter_section .filter_type {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .product_page .filter_section .more_less_btn:active,
.touch .product_page .filter_section .filter_type:active {
  color: #FF0009;
}
.touch .product_page .filter_section .jslider .jslider-pointer {
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.touch .product_page .filter_section .jslider .jslider-pointer:active {
  background: #FF0009;
}
.touch .product_page .filter_section label .radio_button,
.touch .product_page .filter_section label .checkbox_button {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .product_page .filter_section label .radio_button:active,
.touch .product_page .filter_section label .checkbox_button:active {
  color: #FF0009;
}
.touch .product_page .filter_section label .radio_button:active:before,
.touch .product_page .filter_section label .checkbox_button:active:before {
  border-color: #FF0009;
}
.touch .product_page .filter_section label .radio_button:active span,
.touch .product_page .filter_section label .checkbox_button:active span {
  color: #FF0009;
}

.new_product {
  background: #F7F7F7;
  padding: 40px 0;
}

.product_page .inner_title_block .sorting_block .bootstrap-select .dropdown-item {
  -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;
}

.product_page .filter_section .options_block ul .check_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product_page .filter_section .options_block label input, .product_page .filter_section label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

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