/* RESPONSIVE */
/* COLORS */
/* this is not serious, need some refactor */
/* COLORS CORPORATIUS */
/* BUTTONS */
/* FONTS */
/* BANNER */
/* FONT STYLES */
/* SEPARATIONS */
.cdmon-cart-summary {
  position: relative; }
  .cdmon-cart-summary::after {
    content: attr(data-cdmon-cart-summary);
    position: absolute;
    top: -10px;
    right: -15px;
    color: #fff;
    background-color: #ff0080;
    border-radius: 10px;
    padding: 2px 6px 2px 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    min-width: 18px;
    text-align: center;
    display: none; }
  .cdmon-cart-summary--visible::after {
    display: block; }
