.bonus-tooltip {
    display: flex;
    width: 292px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #FFF;

    /* --Text, 14px/Regular */
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}


.tooltipster-sidetip .tooltipster-content {
    padding: 10px;
}

.tooltipster-sidetip .tooltipster-box {
    border-radius: 10px;
    background: rgba(35, 33, 38, 0.90);
    border: none;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: -2px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(35, 33, 38, 0.90);
    border: none;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: rgba(35, 33, 38, 0.90);
}

.product-cart_info.product-cart_bonuses {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ */
    cursor: pointer;
    -webkit-touch-callout: none;    
}