.shoppingcartbubble-wrapper{
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  align-items: center;
  background: #EF9B2D;
  justify-content: center;
  color: white;
  /* padding: 5px; */
  font-size: 10px;
  border-radius: 100%;
  z-index: 3;

  @media(min-width: 992px) {
    background: white;
    color: #EF9B2D;
  }
}

.shoppingcartbubble-wrapper-desktop{
  left: -10px;
  bottom: -10px;
  @media(min-width: 992px) {
    left: 130px;
    bottom: 2px;
  }
}


@media only screen and (max-width: 991px) {
  .shoppingcartbubble-wrapper-desktop{
    visibility: hidden;
  }
}

.tosc5liste{
  min-height: 1080px;
}

.scrollspy-sticky.scrollspy-top{
  position: fixed !important;
/*  top: 77.36px !important;*/
  top: 0 !important;

}

.shoppingcartbubble {
  font-weight: bold;
}

.fixed .shoppingcartbubble-wrapper-desktop {
  @media(min-width: 992px) {
    left: 120px;
    border: 1px solid #EF9B2D;
  }
}