.product-item, .product-n {
  font-family: "Golos Text", Montserrat, sans-serif;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in 0s;
}
.product-item .cat_foto_container, .product-n .cat_foto_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*border-radius: 10px;*/
}
.product-item .cat_foto_container .cat_foto, .product-n .cat_foto_container .cat_foto {
  width: 100%;
  /*aspect-ratio: 3 / 4;*/
  background-color: #f9f9f9;
  position: relative;
  top: 0;
  left: 0;
}
.product-item .cat_foto_container .cat_foto img, .product-n .cat_foto_container .cat_foto img {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product-item .cat_foto_container .cat_foto::before, .product-n .cat_foto_container .cat_foto::before {
  padding-top: 133.3333333333%;
  content: "";
  display: block;
}
.product-item .cat_foto_container .cat_foto::after, .product-n .cat_foto_container .cat_foto::after {
  content: "";
  display: block;
  clear: both;
}
.product-item .cat_foto_container .cat_foto .mini_slider, .product-n .cat_foto_container .cat_foto .mini_slider {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.product-item .cat_foto_container .cat_foto .mini_slider .item, .product-n .cat_foto_container .cat_foto .mini_slider .item {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product-item .cat_foto_container .cat_foto .mini_slider .left_arrow, .product-item .cat_foto_container .cat_foto .mini_slider .right_arrow, .product-n .cat_foto_container .cat_foto .mini_slider .left_arrow, .product-n .cat_foto_container .cat_foto .mini_slider .right_arrow {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F0F0F0;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-item .cat_foto_container .cat_foto .mini_slider .left_arrow, .product-n .cat_foto_container .cat_foto .mini_slider .left_arrow {
  left: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3e%3crect width='40' height='40' rx='20' fill='%23F0F0F0' fill-opacity='0.6'/%3e%3cpath d='M22.5 15L17.7121 19.7879C17.595 19.905 17.595 20.095 17.7121 20.2121L22.5 25' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e");
}
.product-item .cat_foto_container .cat_foto .mini_slider .right_arrow, .product-n .cat_foto_container .cat_foto .mini_slider .right_arrow {
  right: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3e%3crect width='40' height='40' rx='20' fill='%23F0F0F0' fill-opacity='0.6'/%3e%3cpath d='M17.5 25L22.2879 20.2121C22.405 20.095 22.405 19.905 22.2879 19.7879L17.5 15' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e");
}
.product-item .cat_foto_container .cat_foto .sale-sum-card, .product-n .cat_foto_container .cat_foto .sale-sum-card {
  padding: 3px 6px;
  background-color: #FF2C2C;
  border-radius: 4px;
  color: #fff;
  margin-left: 10px;
  position: relative;
  top: 90%;
  font-size: 12px;
  font-weight: 600;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .favorite_item, .product-n .favorite_item {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.product-item .title, .product-n .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.28;
  height: 35px;
  margin-bottom: 6px;
  position: relative;
  color: #001a34;
  max-width: 100%;
  word-break: break-word;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .price-block .price_item, .product-n .price-block .price_item {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .price-block .price_item.price_sale, .product-n .price-block .price_item.price_sale {
  color: #D73235;
}
.product-item .price-block .old_price, .product-n .price-block .old_price {
  font-size: 14px;
  color: #a7a7a7;
  font-weight: 500;
  padding-bottom: 3px;
  font-family: "Golos Text", Montserrat, sans-serif;
  text-decoration: line-through;
}
.product-item .rating, .product-n .rating {
  min-height: 18px;
  margin-bottom: 5px;
  margin-top: 7px;
  display: flex;
  align-items: center;
}
.product-item .rating .stars, .product-n .rating .stars {
  background-size: 20px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid'%20viewBox='0%200%2015%2015'%3E%3Cpath%20class='st0'%20fill='%23d6dbe0'%20d='M7.5%200l2.3%204.9%205.2.8-3.7%203.8.9%205.4-4.6-2.6L2.9%2015l.9-5.4L0%205.7l5.2-.8L7.5%200z'/%3E%3C/svg%3E") repeat-x 0;
}
.product-item .rating .stars .stars-active, .product-n .rating .stars .stars-active {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23ffc107' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") repeat-x 0;
  height: 16px;
}
.product-item .rating .reviews_avg, .product-n .rating .reviews_avg {
  font-size: 12px;
  padding: 3px 0 0 5px;
  font-weight: bold;
  font-family: "Golos Text", Montserrat, sans-serif;
}
.product-item .rating .reviews, .product-n .rating .reviews {
  padding-top: 3px;
  padding-left: 7px;
  font-size: 12px;
  color: #aaaaaa;
  font-family: "Golos Text", Montserrat, sans-serif;
}

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