.goodsList {
  margin: 0 20px;
}
.goodsList__item {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: -3px 4px 33px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  padding: 30px 22px;
}
.goodsList__imageWrapper {
  height: auto;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.goodsList__image {
  height: auto;
  width: 220px;
}
.goodsList__name {
  color: rgb(187, 0, 50);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.goodsList__model {
  color: rgb(187, 0, 50);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px;
}
.goodsList__timeLike {
  display: flex;
  position: relative;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
}
.goodsList__timeLike:after {
  background-color: rgb(187, 0, 50);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 45px;
}
.goodsList__time {
  color: #959595;
  font-family: Lato, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  flex-grow: 1;
  height: 20px;
}
.goodsList__like {
  height: 20px;
  position: relative;
}
.goodsList__like:before {
  color: rgb(187, 0, 50);
  cursor: pointer;
  font-family: "iconrr";
  content: "\e905";
  font-size: 24px;
  position: relative;
}
.goodsList__like.active:before {
  content: "\e904";
}
.goodsList__description {
  color: #000;
  display: -webkit-box;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goodsList__detail {
  display: flex;
  justify-content: space-between;
}
.goodsList__price {
  display: flex;
  flex-direction: column;
  color: rgb(187, 0, 50);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.goodsList__moreInfo {
  align-items: center;
  color: rgb(187, 0, 50);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  text-decoration: none;
}
.goodsList__moreInfo:after {
  content: "";
  display: inline-block;
  background: url("/public/images/categoriesArrow.png") center center no-repeat;
  background-size: contain;
  height: 12px;
  margin-left: 8px;
  width: 15px;
}

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