.catalog-cart-counter-menu {
    background: #dd095e;
    color: #fff;
    text-align: center;
    line-height: 22px;
    min-width: 22px;
    height: 22px;
    position: relative;
    top: -10px;
    right: 10px;
    border-radius: 50%;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
