.product-row.row .col.s4 span.search-price-before {
  color: #9c9898;
  padding-left: 15%;
}

.search-price-before {
  display: inline-block;
  float: initial !important;
  margin: 0 !important;
  padding: 0 2%;
}

.search-price-before-value {
  text-decoration: line-through;
  font-size: 18px;
}

.title_property {
  color: #616161;
  font-weight: 800;
}

.fade-effect {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.fade-effect:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 5em;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}

.fade-row-ficha {
  height: 10em;
}

/* Favorites */
.favorites-section .card .card-image img.card-image-horizontal {
  width: auto;
  max-width: 324px;
  min-height: 140px;
  margin: 0 auto;
}

.favorites-section .secondary-content {
  position: absolute;
  right: 0;
}

.favorites-section .secondary-content-left {
  position: absolute;
  left: 0;
}

.favorites-section span.new.badge {
  font-weight: 600;
  font-size: 0.9rem;
}

.favorites-section.component-section .marca-card {
  bottom: 54px;
}

.cart-pzas-title {
  font-size: small !important;
  float: right !important;
}

.price-message {
  color: #002c85;
  font-size: medium;
  font-weight: bold;
}

.card-title-content {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 10px;
  position: relative;
  width: 100%;
}

.box {
  margin: 0px 10px 0px 0px;
  width: 50px;
  height: 50px;
}

.box.notify-icon small {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.7rem;
  text-align: center;
}

.box img {
  height: 50px;
  width: 50px;
  background-color: white;
}

.contain {
  object-fit: contain;
}

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