.info-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #0073aa;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    align-self:center;
}

.tooltiptext {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 1000;
    pointer-events: none;
    white-space: nowrap;
    display: none;
    top: -30px;
    left: 25px;
}

.description-container{
    font-size:14px;
}

.info-icon:hover .tooltiptext {
    display: block;
}

.variations .value{
    overflow:visible!important;
}

.hidden-icon{
    visibility: hidden;
}