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

.favorite_inner .product_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.favorite_inner .slick-arrow.slick-prev {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.favorite_inner .product_image > img {
  object-fit: cover;
}

.favorite_inner .product_image {
  position: relative;
  overflow: hidden;
}
.favorite_inner .product_image:before {
  display: block;
  content: "";
  padding-bottom: 156.78%;
}

.favorite_inner .slick-arrow:before {
  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;
}

.favorite_page {
  padding-top: 34px;
}
.favorite_page .tabs_products {
  padding-right: 20px;
}
.favorite_page .page_title {
  padding-bottom: 0;
}

.block_favorite {
  padding-top: 30px;
}

.stock_block {
  position: absolute;
  left: 40px;
  z-index: 1;
  top: 32px;
  color: #A90000;
  font-family: "mardoto-regular", "roboto-regular";
  font-size: 120%;
  letter-spacing: 0;
  padding: 3px 10px;
  line-height: 18px;
  border: 1px solid rgba(169, 0, 0, 0.2);
  border-radius: 3px;
  background-color: rgba(169, 0, 0, 0.05);
  text-align: center;
}

.favorite_inner {
  display: flex;
  flex-wrap: wrap;
}
.favorite_inner li {
  vertical-align: top;
  width: 33%;
  padding-bottom: 40px;
  position: relative;
}
.favorite_inner .inner_block.hovered .product_image img {
  opacity: 0.7;
}
.favorite_inner .inner_block.hovered .product_name {
  opacity: 0.7;
}
.favorite_inner .product_image {
  display: block;
  background: #66666630;
}
.favorite_inner .product_price {
  font-size: 120%;
  line-height: 18px;
  margin-top: 20px;
  letter-spacing: 1px;
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
}
.favorite_inner .product_name {
  max-height: 36px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 140%;
  line-height: 18px;
  color: #000000;
  font-family: "mardoto-regular", "roboto-regular";
  margin-top: 1px;
}
.favorite_inner .color_block {
  display: flex;
  padding-top: 10px;
}
.favorite_inner .color_product {
  height: 14px;
  width: 14px;
  border: 1px solid #DCDCDC;
  border-radius: 7px;
  background-color: transparent;
  margin: 0 10px 0 0;
}
.favorite_inner .slick-arrow {
  position: absolute;
  border: none;
  top: 50%;
  margin-top: -55px;
  color: #333333;
  padding: 0;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  z-index: 3;
}
.favorite_inner .slick-arrow.slick-prev {
  left: 10px;
}
.favorite_inner .slick-arrow.slick-next {
  right: 10px;
}
.favorite_inner .slick-arrow:before {
  display: block;
  font-size: 2rem;
  content: "";
}
.favorite_inner .slick-arrow:hover {
  color: #A90000;
}
.favorite_inner .add_to_wish {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
.favorite_inner .add_to_wish_web {
  position: absolute;
  right: 40px;
  z-index: 1;
}
.favorite_inner .add_to_wish_web:before {
  font-size: 220%;
  color: #000000;
}
.favorite_inner .add_to_wish_web:hover {
  top: 30px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .favorite_inner li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .listing_page .col-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .favorite_inner li {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .favorite_inner .product_image:before {
    display: block;
    content: "";
    padding-bottom: 120.78%;
  }
  .favorite_inner .product_price {
    font-size: 110%;
  }
  .favorite_inner .product_name {
    font-size: 110%;
  }
  .favorite_inner .color_product {
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 399px) {
  .section_recently .slick-arrow,
.favorite_inner .slick-arrow {
    height: 36px;
    width: 36px;
  }
  .section_recently .slick-arrow:before,
.favorite_inner .slick-arrow:before {
    font-size: 1rem;
  }
}
.show_filter {
  display: flex;
  padding-bottom: 40px;
  align-items: end;
  margin: -54px 0 0 0;
}
.show_filter .name_block {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.07);
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
  padding: 3px 10px;
  font-size: 120%;
  letter-spacing: 0;
  line-height: 18px;
}
.show_filter .block_filters {
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 865px;
}
.show_filter .block_filters .filters_element {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 3px 10px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_filter .block_filters .filters_element > span:first-child {
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 18px;
  margin-right: 10px;
  position: relative;
}
.show_filter .block_filters .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;
}
.show_filter .block_filters .filters_element .filter-close {
  font-size: 11px;
  margin-bottom: -1px;
}
.show_filter .block_filters .filters_element:hover.filters_element > span:first-child:after {
  cursor: pointer;
  width: 100%;
}
.show_filter .block_filters .filters_element:hover {
  cursor: pointer;
}

.tabs_products {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.tabs_products a {
  color: #000000;
  font-family: "mardoto-regular", "roboto-regular";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 18px;
}
.tabs_products a:first-child {
  padding-right: 15px;
}
.tabs_products a:hover {
  color: #D8D8D8;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.tabs_products .active_tab {
  text-decoration: underline;
}

.is-selected .checkbox_button:before {
  font-size: 66.7% !important;
  background: #000000;
  color: #ffffff;
}

.product_count {
  display: flex;
  align-items: center;
}
.product_count span:first-child {
  color: #000000;
  opacity: 0.5;
  font-family: "mardoto-regular", "roboto-regular";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 12px;
  text-align: right;
  padding-right: 5px;
}
.product_count span:last-child {
  color: #000000;
  font-family: "mardoto-regular", "roboto-regular";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 12px;
  text-align: right;
}

.sort_block,
.filter_button_block {
  display: none;
  margin-bottom: 25px;
}
.sort_block a,
.filter_button_block a {
  padding: 15px 65px;
  font-size: 140%;
  line-height: 21px;
  text-align: center;
  color: #000000 !important;
  font-family: "mardoto-bold", "roboto-bold";
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: 1px solid #E2E2E2;
}

.sort_block a {
  border-left: 0;
}

.sort_block {
  margin-bottom: 0;
}

.title_blocks {
  display: flex;
}
.title_blocks .filter_subtitle:first-child {
  padding-right: 10px;
}

.promos_page {
  padding-top: 0;
  padding-bottom: 40px;
}

.range_from,
.range_to {
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 18px;
}

.filter_section {
  font-family: "mardoto-regular", "roboto-regular";
}
.filter_section .mob_head_block {
  display: none;
}
.filter_section .filter_subtitle {
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 18px;
  padding-bottom: 10px;
}
.filter_section .filter_subtitle + .bootstrap-select,
.filter_section .filter_subtitle + input {
  margin-top: 7px;
}
.filter_section .filter_subblock {
  padding-bottom: 30px;
}
.filter_section .radio_list li:not(:first-child),
.filter_section .checkbox_list li:not(:first-child) {
  padding-top: 10px;
}
.filter_section label {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
}
.filter_section label input:checked + .checkbox_button {
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
}
.filter_section label input:checked + .checkbox_button:before {
  font-size: 66.7%;
  background: #000000;
  color: #ffffff;
}
.filter_section label input:checked + .radio_button {
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
}
.filter_section label input:checked + .radio_button:before {
  border-color: #000000 !important;
  background: #000000;
}
.filter_section label input:checked + .radio_button:after {
  opacity: 1;
  background: #000000;
}
.filter_section label .checkbox_button {
  display: flex;
  align-items: center;
  font-size: 140%;
  font-family: "mardoto-regular", "roboto-regular";
  line-height: 21px;
  color: #000000;
  cursor: pointer;
}
.filter_section label .checkbox_button:before {
  display: flex;
  margin-right: 6px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  font-size: 0;
  font-weight: 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;
}
.filter_section label .checkbox_button:hover:before {
  border-color: #666666;
}
.filter_section label .radio_button {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 140%;
  line-height: 21px;
  color: #000000;
  font-family: "mardoto-regular", "roboto-regular";
  cursor: pointer;
}
.filter_section label .radio_button:before {
  display: block;
  content: "";
  margin-right: 6px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  -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 #000000;
  border-radius: 50%;
}
.filter_section label .radio_button:after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #666666;
  opacity: 0;
}
.filter_section label .radio_button:hover:before {
  border-color: #666666;
}
.filter_section .range_inputs {
  margin: 13px -10px 0;
  display: flex;
}
.filter_section .range_inputs .input_block {
  flex: 1;
  max-width: 50%;
  padding: 0 10px;
}
.filter_section .range_block {
  margin-bottom: 13px;
  padding: 0 5px;
}
.filter_section .jslider .jslider-pointer {
  width: 14px;
  height: 16px;
  border-radius: 5px;
  background: #000000;
  margin-top: -3px;
}
.filter_section .jslider .jslider-value,
.filter_section .jslider .jslider-label {
  display: none !important;
}
.filter_section .jslider .jslider-bg {
  height: 4px;
  background: #E8E8E8;
  margin: 0 -6px;
}
.filter_section .jslider .jslider-bg .v {
  background: #000000;
  height: 4px;
}

@media (max-width: 991px) {
  .stock_block {
    display: none;
  }

  .show_filter {
    margin: 0 !important;
  }

  .add_to_wish:before {
    font-size: 208%;
    color: #000000;
  }

  .promos_page {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    justify-content: center;
  }

  .arrivals_section {
    padding-top: 0 !important;
  }

  .favorite_inner .color_product {
    height: 24px;
    width: 24px;
    border-radius: 50px;
  }
  .favorite_inner li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .favorite_page .page_title {
    padding-bottom: 0;
    padding-left: 7px;
  }

  .product_count,
.show_filter {
    height: 0;
    opacity: 0;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 0;
    position: absolute;
    z-index: 9;
  }
  .product_count.opened,
.show_filter.opened {
    height: 80px;
    opacity: 1;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product_count.opened .name_block,
.show_filter.opened .name_block {
    display: none;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product_count .tabs_products,
.show_filter .tabs_products {
    flex-direction: column;
    align-items: flex-end;
    border-top: 2px solid #333333;
    background: #ffffff;
    z-index: 20;
    white-space: nowrap;
    padding-right: 0;
  }
  .product_count .tabs_products a,
.show_filter .tabs_products a {
    padding: 5px 35px 5px 35px;
  }
  .product_count .name_block,
.show_filter .name_block {
    display: none;
  }

  .sort_block,
.filter_button_block {
    display: block;
    position: relative;
    margin-bottom: 27px;
  }

  .filter_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 100%;
    overflow: hidden;
    background: #ffffff;
    z-index: 99;
    -o-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .filter_section.opened {
    bottom: 0;
    overflow-y: auto;
  }
  .filter_section .filter_inner {
    width: 100%;
    border-radius: 0;
  }
  .filter_section .filter_inner .filter_block .checkbox_list,
.filter_section .filter_inner .filter_block .radio_list {
    padding: 0 25px;
  }
  .filter_section .mob_head_block {
    display: flex;
    padding: 10px 25px;
    justify-content: space-between;
    align-items: center;
    font-size: 120%;
    font-family: "mardoto-bold", "roboto-bold";
    color: #000000;
    background: #EDEDED;
  }
  .filter_section .mob_head_block .filter_button {
    color: inherit;
    padding: 10px;
    margin-right: -10px;
    font-size: 116.7%;
  }
  .filter_section .mob_head_block .filter_button:before {
    display: block;
    font-weight: bold;
  }
  .filter_section label .radio_button {
    font-size: 160%;
  }
  .filter_section label .radio_button:before {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .filter_section label .radio_button:after {
    width: 12px;
    height: 12px;
    top: 38%;
    left: 9px;
    margin-top: -2px;
  }
  .filter_section .filter_subtitle {
    font-size: 140%;
    padding: 20px 25px;
  }
  .filter_section .filter_subblock {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 30px;
  }
  .filter_section .filter_subblock:last-child {
    border: none;
    padding-top: 0;
  }
  .filter_section .range_block {
    padding: 5px 25px;
  }
  .filter_section .range_from {
    padding: 0 19px;
  }
  .filter_section .range_to {
    padding: 0 19px;
    text-align: end;
  }

  .show_filter .block_filters {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .favorite_inner .add_to_wish {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
  }
  .favorite_inner .add_to_wish:before {
    font-size: 140%;
  }

  .sort_block a,
.filter_button_block a {
    padding: 15px 47px;
    font-size: 140%;
  }

  .show_filter .tabs_products a {
    padding: 5px 13px 5px 13px;
  }
}
.favorite_inner .product_image img {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.favorite_inner .product_name, .favorite_inner .slick-arrow, .filter_section label .checkbox_button, .filter_section label .radio_button {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.filter_section label .checkbox_button:hover, .filter_section label .radio_button:hover {
  color: #666666;
}

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

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