.product-options-wrapper .tooltip {
    display: inline;
    position: relative;
    opacity: 1;
}

.product-options-wrapper .tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 10px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.product-options-wrapper .tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 6px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.product-options-wrapper .tip {
    display: inline-block;
    padding-left: 12px;
}
