.bx-basket-header { 
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.bx-basket-header .not-empty {
    text-indent: 0;
    color: #FFFFFF;
}

.bx-basket-header .not-empty  {
	position: absolute;
    display: block;
    background: #C41D6A;
    top: 27px;
    float: right;
    right: 10px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-indent: 1.0px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 500;
    padding: 0 3px;
    transform: translate(6px, 6px);
}

@media (max-width: 1550px) {
    .bx-basket-header .not-empty {
        top: 21px;
        right: 5px;
    }
}

@media (max-width: 1190px) {
    .bx-basket-header .not-empty {
        top: 14px;
        right: 3px;

        min-width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 11px;
        text-indent: 0.5px;
    }
}

@media (max-width: 720px) {
    .bx-basket-header .not-empty {
        top: 13px;
        right: 6px;

        min-width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 10px;
        text-indent: 0.5px;
    }
}

@media (max-width: 410px) {
    .bx-basket-header .not-empty {
        top: 10px;
        right: 5px;

        min-width: 12px;
        height: 12px;
        line-height: 12px;
        font-size: 9px;
        text-indent: 0.5px;
    }
}