/* .vtex-wish-list-1-x-outline {
    display: none;
} */

/* .wishlistIconContainer--wishlistStart {
    background: aquamarine;
    width: 30px;
} */

/* .iconSize{
    background: blue;
}  */


/* .outline{
   font-size: 0px;
} */

/* .outline::before{
   font-size: 15px;
   background: url("assets/ico/icoStart.svg");
} */

.wishlistIconContainer :global(.vtex-button__label) {
    /* min-height: 30px; */
    padding: 0 !important;
    letter-spacing: -1px;
    font-weight: bold;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    align-items: baseline;
    width: 20px;
    height: 20px;
  }

  .wishlistIconContainer :global(.vtex-button__label):hover {
    /* min-height: 30px; */
    padding: 0 !important;
    letter-spacing: -1px;
    font-weight: bold;
    background: transparent !important;
    border: none;

  }

   .iconSize{
    width: 20px;
    height: 20px;
  } 

  .wishlistIcon--btnFavoritosVitrina{
    width: 20px;
    height: 20px;
  }
  .fill {
/* cambiar iconos */
    background: url(assets/ico/EstrellaEncendida.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 15px 0 0;
  }
  .outline {
    background: url(assets/ico/EstrellaApagada.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 15px 0 0;
  }

.wishlistIconContainer--wishlistStart {
    position: absolute;
    bottom: 0;
    right: 15px;
}


  @media (max-width: 1100px) {
  }

