.catalog-cart-counter-menu {
    color: #B69949;
    text-align: center;
    line-height: 25px;
    min-width: 25px;
    height: 25px;
    position: relative;
    top: -22px;
    right: -8px;
    font-style: normal;
    font-weight: bold;
	font-family: "Mulish", sans-serif;
    font-size: 12px;
    -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;
}