.spbooking-cart-icon {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.spbooking-cart-icon .badge {
    position: absolute;
    background: red;
    color: white;
    font-size: x-small;
    border-radius: 100%;
}

.tooltip-text {
    visibility: hidden;
    width: 300%;
    font-size: 12px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 9px;
    position: absolute;
    z-index: 1;
    top: 125%; 
    transform: translateX(-30%);
}

.tooltip-text::after {
    content: '';
    position: absolute;
    bottom: 80%; 
    left: 45%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
