.nombreproveedor {
  text-align: left;
  color: #818a91;
}

.producto-precio-servicio {
  color: #e67e22;
  font-weight: bold;
}

.text-truncate-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.round {
  width: 30px;
  /* Ajusta el tamaño según sea necesario */
  height: 30px;
  /* Asegúrate de que la altura y la anchura sean iguales para un círculo perfecto */
  border-radius: 50%;
  /* Este valor hace que la imagen sea redonda */
  object-fit: cover;
  /* Esto asegura que la imagen se ajuste correctamente dentro del contenedor redondeado */
}

.contenedor-servicios {
  padding-top: 1%;
}
.contenedor-producto {
  margin-top: 2px;
  margin-bottom: 10px;
}
.divisior {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-description {
  color: #818a91;
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-cart {
  font-size: 0.625rem !important;
  padding: 0.625rem 0.875rem !important;
}

.btn-icon {
  background: transparent;
  border: 0;
  text-align: center;
  font-size: 1.2rem;

  color: #818a91;
  border: 0;
  cursor: pointer;
}

/*.btn-icon:hover,
.btn-icon.active {
  color: #fc8727;
}*/

#favoritos-btn.favorito i {
  color: #fc8727; /* Cambia el color del icono cuando está marcado como favorito */
}

.like:hover {
  color: #fc8727;
}
.shere:hover {
  color: #3f51b5;
}

.shop-sportswear .block-image {
  padding: 1.5rem;
}

.block {
  margin: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  cursor: default;
  border-radius: 0.5rem 0.5rem 0.5rem;
  -moz-border-radius: 0.5rem 0.5rem 0.5rem;
}

.block:after,
.block:before {
  display: table;
  content: "";
}

.block:after {
  clear: both;
}

a > .block {
  cursor: pointer;
}

.block .block-body {
  padding: 1rem 1rem;
  margin-top: 0;
}

.block .block-body > p {
  margin-bottom: 0;
}

.block .block-image {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.block .block-image img {
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  border-top-left-radius: 0.5rem; /* Esquina superior izquierda */
  border-top-right-radius: 0.5rem; /* Esquina superior derecha */
}
.z-depth-2-top,
.z-depth-2-top--hover:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
} /*
.text-uppercase {
  text-transform: uppercase !important;
}
.bg-blue {
  background-color: #007aff !important;
  color: #fff;
}
.product-ribbon {
  position: absolute;
  top: 15px;
}
.bg-pink {
  background-color: #ff2d55 !important;
  color: #fff;
}
.bg-purple {
  background-color: #5856d6 !important;
  color: #fff;
}
*/
.strong-600 {
  font-weight: 600 !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.heading-5 {
  font-size: 1rem !important;
}
.heading {
  margin: 0 0 2px;
  padding: 0;
  text-transform: none;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #111;
  line-height: 1;
}

.contenedor_proveedor {
  padding-top: 5px;
  text-align: left;
}

@media (min-width: 300px) {
  .contenedor_proveedor {
    padding-top: 5px;
    text-align: center;
  }
}
