
  @media (min-width: 479px) {
    .bubble.svelte-j2emc6 {
      transform: scale(1.15);
      right: 23px !important;
      bottom: 23px !important;
    }
  }
  @media (min-width: 767px) {
    .bubble.svelte-j2emc6 {
      transform: scale(1.25);
      right: 28px !important;
      bottom: 28px !important;
    }
  }
  @media (min-width: 990px) {
    .bubble.svelte-j2emc6 {
      transform: scale(1.5);
      right: 36px !important;
      bottom: 36px !important;
    }
  }

  .bubble.svelte-j2emc6 {
    z-index: 10;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--main);
  }
  .tot.svelte-j2emc6 {
    background-color: var(--menu);
    border-radius: 5px;
    font-weight: bold;
    padding: 1px 5px;
    font-size: 14px;
    color: var(--green);
    text-align: center;
  }
  .cc.svelte-j2emc6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    border: 2px solid var(--green);
    background-color: var(--menu);
    position: relative;
    img:where(.svelte-j2emc6) {
      width: 20px;
    }
  }
  .count.svelte-j2emc6 {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--menu);
    color: var(--text);
    font-size: 10px;
    border-radius: 10px;
    padding: 1px 3px;
  }
