.product_block {
  height: 547px;
  width: 100%;
}
.product_block .product_inner {
  padding: 32px 32px 24px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff;
  position: relative;
}
.product_block .product_inner:hover {
  z-index: 3;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}
.product_block .product_inner:hover .add_button {
  height: 91px;
}
.product_block.hovered .image_link.combo_link {
  opacity: 0.7;
}
.product_block.hovered .product_name.combo_link {
  opacity: 0.7;
}
.product_block .image_link {
  display: inline-block;
}
.product_block .image_link img {
  max-width: 100%;
  max-height: 350px;
}
.product_block .product_name {
  font-size: 180%;
  font-family: "roboto-bold", "mardoto-bold";
  line-height: 1.25em;
  color: #000000;
  display: block;
}
.product_block .product_price {
  font-size: 160%;
  line-height: 1.25em;
  color: #000000;
  padding-top: 10px;
}
.product_block .product_description {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(153, 153, 153, 0.34);
  margin-top: 12px;
  padding-top: 22px;
  align-items: flex-start;
}
.product_block .description_content {
  padding-right: 20px;
  max-width: 290px;
}
.product_block .add_to_wish {
  display: block;
  color: #ffffff;
  padding-top: 0;
}
.product_block .add_to_wish.add_wish:before {
  -webkit-text-fill-color: #e5001d;
  -webkit-text-stroke: 2px #e5001d;
}
.product_block .add_to_wish.add_wish:hover:before {
  -webkit-text-fill-color: rgba(229, 0, 29, 0.7);
  -webkit-text-stroke: 2px rgba(229, 0, 29, 0.7);
}
.product_block .add_to_wish:before {
  font-size: 280%;
  color: inherit;
  -webkit-text-fill-color: inherit;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.5);
}
.product_block .add_to_wish:hover:before {
  -webkit-text-stroke: 2px rgba(229, 0, 29, 0.5);
}
.product_block .rate_block {
  display: inline-block;
  position: relative;
}
.product_block .icon_rate {
  font-size: 120%;
  color: #f8d064;
}
.product_block .rate_bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product_block .new_product {
  border-radius: 17px;
  background: #74c646;
  font-size: 100%;
  line-height: 1.2em;
  color: #ffffff;
  padding: 8px 16px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.product_block .product_image_block {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_block .add_button {
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  text-align: center;
}
.product_block .add_button a {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  width: 240px;
  max-width: 100%;
  color: #e5001d;
  font-size: 140%;
  line-height: 18px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid;
}
.product_block .add_button a:hover {
  color: #ffffff;
  background: #e5001d;
  border-color: transparent;
}

.filter_button_block {
  display: none;
}

@media (max-width: 1440px) {
  .right_block .product_inner ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product_block .product_inner {
    padding: 32px 15px 24px;
  }
  .product_block .product_inner .product_name {
    font-size: 140%;
  }
  .product_block .product_inner .description_content {
    padding-right: 20px;
  }

  .filter_section .filter_inner .filter_block_color .size_block_inner .filter_size {
    font-size: 140% !important;
  }
  .filter_section .filter_inner .filter_block .filter_type {
    font-size: 140%;
  }
}
.product_block .image_link {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product_block .product_name {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.product_block .add_to_wish:before, .product_block .add_button a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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