.triangles_wrapper .triangle .triangle_content .text {
  width: auto;
}
.triangles_wrapper .triangle .triangle_content .text .name {
  font-size: 14px;
  font-weight: 700;
}
.triangles_wrapper .triangle .triangle_content .text .category_name {
  font-size: 9px;
  font-weight: 400;
}
.triangles_wrapper .triangle .triangle_content .text .price {
  font-size: 14px;
  font-weight: 700;
}
.triangles_wrapper .triangle .triangle_content .text .price .old {
  font-weight: 400;
  margin-left: 5px;
  text-decoration: line-through;
}
@media screen and (max-width: 992px) {
  .triangles_wrapper .triangle .triangle_content .text {
    text-align: left;
  }
  .triangles_wrapper .triangle .triangle_content .text .name {
    font-size: 12px;
  }
  .triangles_wrapper .triangle .triangle_content .text .price {
    font-size: 10px;
    font-weight: 400;
  }
}
/*# sourceMappingURL=style.css.map */