.whatsapp__button__container {
  width: 70px;
  position: fixed;
  right: 7px;
  cursor: pointer;
  bottom: 10px;
  z-index: 1;
}

.whatsapp__button {
  width: 100%;
}


/*SHARE BUTTON*/

.carrito__button {
  position: fixed;
  bottom: 25px;
  left: 20px;
  background: var(--color__secundario);
  width: 46px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  z-index: 20;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.38);
  cursor: pointer;
}

.carrito__button__text {
  color: var(--color__cuarto);
  margin: auto;
}


/*carrito__button__icon fas fa-share-alt*/

.carrito__button__icon {
  font-size: 25px;
}


/* BOTON DE WHATSAPP */

.whatsapp__button__container {
  width: 70px;
  position: fixed;
  right: 7px;
  cursor: pointer;
  bottom: 10px;
  z-index: 20;
}

.whatsapp__button {
  width: 100%;
}


/* SHARE BUTTON */

.share__button {
  position: fixed;
  bottom: 25px;
  left: 20px;
  background: var(--color__secundario);
  width: 46px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
  cursor: pointer;
}

.share__button__text {
  color: var(--color__cuarto);
  margin: auto;
}

.share__button__icon {
  font-size: 25px;
}