.bi-shoesize {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-top:3px;
    /* Zorgt ervoor dat het icoon de kleur van de tekst (of text-primary etc.) overneemt */
    background-color: currentColor;
    /* Laad hier je eigen SVG-bestand in */
    -webkit-mask-image: url('icons/shoesize.svg');
    mask-image: url('icons/shoesize.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.bi-shoesize::before {
  display: none !important;
}
