.circle {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 5px;
    background: #fff;
    border: 3px solid #000;
    color: #000;
    text-align: center;
    font: 12px Arial, sans-serif;
    margin-right: 1rem;
  }

  .navbar-icono{
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 0.2rem;
    margin-left:1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }

  .cart{
    margin-right: 0.2rem;
  }