.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;
  position: relative;
}

/*.shoppingcartbubble-wrapper-desktop{
  left: -10px;
  bottom: -10px;
}*/


@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-wrapper .shoppingcartbubble {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cc0033;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50px;
  top: -8px;
  width: 20px;
  height: 20px;
}

.shoppingcartbubble-wrapper.shopping-mobile {
  margin-top: 20px;
  margin-right: 0px;
  display: block;
  align-items: initial;
  justify-content: initial;
  @media(min-width: 992px) {
    display: none !important;
  }
}

.shoppingcartbubble-wrapper.shopping-mobile .shoppingcartbubble {
  left: 60px;
  top: -10px;
  z-index: 2;
}

.shoppingcartbubble-wrapper.mobile-outer-bubble {
  position: absolute;
  display: block;
  top: 18px;
  right: 180px;
  @media(min-width: 992px) {
    display: none !important;
  }
}