span.span-number {
    display: block;
    float: right;
    color: #c00;
    font-size: 12px;
    line-height: 20px;
}
span.span-star {
    display: block;
    margin-left: 6px;
    float: right;
    color: #c00;
    font-size: 12px;
    line-height: 22px;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #616969;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /*left: -1110%;*/
    right: -610%;
    opacity: 0;
    transition: opacity 0.3s;
    width: 200px;
    font-size: 10.5px !important
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #616969 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.info_tooltip{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 15px;
    /*margin-left: 5px;*/
    background-color: #96c319;
    color: #fff;
    font-size: 12px;
    /* font-weight: 700; */
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    height: 15px;
    margin-left: 5px;
}

.form-item.form-type-radio.form-item-join-checkout-choice-phone-products .option span{
    font-size: 13px;
}

.pane-pm-existing-pages .join_summary_order .sticky-enabled .dark.even td.checkout-option > span{
    font-size: 13px;
}

.pane-pm-existing-pages .join_summary_order2 .sticky-enabled .light.even td.checkout-option > span{
    font-size: 13px;
}

table.sticky-enabled {
    empty-cells:hide;
}