.products_favorite {
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-top: 1rem !important;
  border-color: #b8b8b8 !important;
  color: #919191 !important;
}
.products_favorite.added {
  border-color: #08c !important;
  color: #007cba !important;
}
.products_favoriteIcon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  fill: #c9c9c9;
}
.products_favorite.added > .products_favoriteIcon,
.products_favoriteIcon.added {
  fill: #007cba;
}
.products_item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0 1.25rem;
  margin: 0px 1rem;
  border: 1px solid transparent;
  border-bottom: 1px dashed #a8a8a8;
}
.products_item:last-child {
  border-color: transparent;
}
.products_image {
  float: left;
  width: 100%;
  padding-top: 215px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/mobile/img/placeholder3.png");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.products_textWrapper {
  width: 100%;
}
.products_title {
  display: block;
  margin: 0.875rem 0 0.5rem 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #007cba;
}
.products_title:hover {
  color: linkColorHover;
}
.products_title:active {
  color: #007cba;
}
.products_param {
  font-size: 1rem;
  margin: 0px;
}
.products_param__district {
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #686868;
}
.products_param__icon {
  color: #393939;
  width: 1rem;
  height: 1rem;
}
.products_description {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.products_priceWrapper {
  width: 100%;
}
.products_price {
  margin-bottom: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.products_agentContacts {
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  background-color: #f7f7f8;
}
.products_agentContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.products_agentContactIcon {
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
}
.products_currency {
  font-size: 1.25rem;
}
.products_orderButton {
  width: 100% !important;
  margin-bottom: 12px !important;
}
.products_showMore {
  width: 200px;
  margin: 0 auto !important;
}

/*# sourceMappingURL=../maps/component/products.css.map */
