.basket-small a {
    height: 100%;
    display: block;
    position: relative;
}

.basket-small a:hover {
    text-decoration: none;
}

.catalog-cart-counter-menu {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-style: normal;
    font-weight: bold;
    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;
    top: -8px;
    right: -8px;
    position: absolute;
}