.custom-slot-tooltip{
    position:fixed;
    z-index:99999;
    background:#222;
    color:#fff !important;
    padding:10px 12px;
    border-radius:10px;
    box-shadow:0 6px 20px rgba(0,0,0,0.18);
    font-size:12px !important;
    font-weight:normal !important;
    font-style:normal !important;
    line-height:1.4;

    width:320px;
    max-width:calc(100vw - 20px);

    word-break:break-word;
    white-space:normal;

    pointer-events:none;
    display:none;
}
.openTooltipMainPrice{
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
}
.infoPrice{
    margin: 15px 0;
}
.infoPrice div{
    display:inline-block;
    font-size: 13px !important;
}