.cart-products-count {
  background-color: #034e88;
  height: 20px;
  width: 20px;
  padding: 1px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  position: absolute;
  left: auto;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 40px;
  top: 5px;
  line-height: 13px;
}

.little-cart-link {
  padding: 15px;
}

/* fuer tablets und groessere Displays*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-products-count {
    right: 85px;
    top: 20px;
  }
}
/* fuer tablets und groessere Displays*/
@media only screen and (min-width: 992px) {
  .cart-products-count {
    right: 20px;
    top: 20px;
  }
}
/* fuer Smartphones */
@media only screen and (max-width: 767px) {
  .cart-products-count {
    top: 10px;
    right: 70px;
  }

  .little-cart-link {
    padding: 0 !important;
  }
}
.banner--unstick .navbar-shoppingcart-short {
  display: none;
}

/*# sourceMappingURL=little-cart.css.map */
