.pull-right .wrap_icon.top-basket {
    padding-right: 35px;
}

.pull-right .wrap_icon.top-basket .basket_normal.cart.empty_cart {
    padding-top: 5px;
}

.basket_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket_block .link {
    position: relative;
}

.basket_block .link.actual_basket .cls-1 {
    fill: #990000 !important;
}

.basket_block .link .count {
    position: absolute;
    top: -6px;
    right: -7px;
    color: white;
    font-size: 9px;
}

.basket_block .link .count .colored_theme_bg {
    width: 14px;
    height: 14px;
    border-radius: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
}