/* Товары v1 */
.products ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
}
.products ul .item {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #f2efec;
}
.products ul .item:last-child {
  border-bottom: 0;
}
.products ul .item a {
  color: black;
}
.products ul .item .img {
  float: left;
  margin-right: 10px;
}
.products ul .item .title {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.products ul .item .text {
  overflow: hidden;
  /*font-size: 1.2em;*/
}

.pr-price-wrap{
    text-align: center;
}
.pr-price-wrap .price{
    font-size: 16px;
    font-weight: bold;
}
.pr-price-wrap .price-old{
    font-size: 16px;
    font-weight: bold;
    color: red;
    text-decoration: line-through;
}
