.basket-btn {
    position: relative
}

.basket-btn__cnt {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    transform: translate(50%, -50%);
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
    color: white;
    background-color: #ec5a6d;
    border-radius: 50%;
    text-align: center
}

.basket-btn .icon--bag-open {
    display: none
}

@media only screen and (max-width: 749px) {
    .basket-btn--items .header-btn__icon {
        padding-right:12px
    }
}

.basket-btn--items .header-btn__text {
    padding-left: 20px
}

.basket-btn--items .icon--bag-open {
    display: inline-block
}

.basket-btn--items .icon--bag {
    display: none
}
