a {
  color: #000000;
}

.stock {
  font-size: 13px;
  margin: 0px;
}

.stock-main {
  margin-top: 5px;
}

.prod-equiv-wrap {
  height: 35px;
  position: relative;
  margin-bottom: 8px;
}

.equivalencia {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.equivalencia.active {
  height: auto;
  min-height: 35px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 5px;
  border-radius: 4px;
  white-space: normal;
}

.prod-name-wrap {
  height: 48px;
  position: relative;
  /* margin-bottom to match original p margin if needed, usually .descripcion has margin */
}

.nombre-producto {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.2s ease;
  /* Multi-line ellipsis default */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* Typography updates */
  font-size: 14px;
  line-height: 1.2;
}

.nombre-producto.active {
  height: auto;
  min-height: 48px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 5px;
  border-radius: 4px;
  display: block;
  /* Disable flex clamp on hover */
}


.page-link {

  color: #000000;

}


.page-item.active .page-link {

  background-color: #FCE300;
  border-color: #FCE300;
}

.page-link:hover {

  color: #000000;

}


.indice p {
  display: inline-block;
}

.productoimagen {
  /* background-color: #c4c4c2; */
  /* padding: 10px; */
  /*     
    border: 1px solid #c4c4c2;
    border-radius: 16px; */

  /* border: 3px solid red;
    border-radius: 12px; */
  /* margin: 10px; */

  border: 2px solid #efefe9;
  border-radius: 10px;
  padding: 5px;
  /* height: 150px; */


}

.productoitem {
  margin-bottom: 20px;

}

.productocarrito {
  border: 1px solid #c4c4c2;
  border-radius: 10px;
  padding: 5px;
  background-color: #FCE300;
  text-align: center;
  margin-top: 10px;
}

.productocarritolista {
  border: 0px solid #c4c4c2;
  border-radius: 0px;
  padding: 5px;
  background-color: transparent;
  text-align: center;
  margin-top: 10px;
}

.fondoadd {
  background-color: #FCE300;
  border-radius: 0px 10px 10px 0px;
}

.descripcion {
  margin-top: 10px;
}

.limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 21px;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}

.color-titulo {
  color: black !important;
}