#top .dropdown-menu-right {
    min-width: 200%;
}
.sticker-gift {
    display: inline-block;
    font-size: 33px;
    margin-top: 9px;
}

.info-product-reward .reward-icon {
    background:linear-gradient(180deg, #FE6B22 0%, #FDAC53 100%);
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #fff;
}

.info-product-reward .qty-reward {
    font-size: 22px;
    font-weight: 700;
}

.info-product-reward {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 8px;
    background: rgba(255, 152, 0, 0.1);
    border: 1px solid #ff9800;
    font-weight: 600;
    cursor: help;                 /* подсказываем, что тут tooltip */
    transition: all 0.2s;
}

.info-product-reward:hover {
    background: rgba(255, 152, 0, 0.2);
}

.reward-icon {
    width: 24px;
    height: 24px;
    background: #ff9800;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px !important;
    font-weight: bold;
    font-size: 13px;
}

/* Красивый tooltip */
.tooltip-inner {
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    max-width: 250px;
    text-align: center;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #333;
}

.gift {
    left: 0px;
    right: auto;
    margin-right: 15px;
    position: absolute;
    bottom: auto;
    top: 167px;
    z-index: 1;
}

.sticker-gift img {
    width: 50px;
}

.sticker-cashback {
    color: #FF671F;
    font-weight: bold;
}

@media (max-width: 992px) {
    .gift {
      top: 123px !important;
    }
}