span.feature-help-tip {
    top: -2px;
    /*font-family: serif;*/
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #cecfce;
    font-size: 12px;
    font-style: italic;
    cursor: pointer;
    color: #000; 
    padding: 2px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
span.feature-help-tip:hover {
    background-color: #0054a6;
}
span.feature-help-tip:hover > .description {
    display: block;
}
span.feature-help-tip .description {
    min-width: 245px;
    max-width: 270px;
    position: absolute;
    top:0;
    left:18px;
    line-height: 20px;
    display: none;
    padding: 5px 8px;
    font-size: 14px;
    font-style: normal;
    background-color: #cecfce;;
    cursor: pointer;
    z-index: 999;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}
span.feature-help-tip .description:after{
    right: 100%;
    top: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 8px;
    margin-top: -8px;
}


/* +product features */
.product.has-default-attributes.has-children>.images {
    opacity: 1!important;
}
.product_features {
    clear: both;
    padding: 0;
    margin: 0;
}
.product_features span {
    display: block;
    font-size: 14px;
    color: #82868b;
    margin: 0;
    padding: 0;
    clear: both;
}
.product_features ul {
    list-style: none;
    clear: both;
    margin:0;
    padding:0;
}
.product_features ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}
.product_features ul li img {
    max-height: 65px;
    max-width: 65px;
}