.tooltip {
    background: url(/media/export/cms/icons/JML_Icons_v4_rm-2_JML_Icons_Information.svg) -3px center no-repeat;
    display: inline-block;
    padding-left: 2.5em;
    position: relative;
    width: 100%;
    font-size: 14px;
}
.tooltip a {
    color: #fff;
    text-decoration: underline;
}

.tooltiptext-under,
.tooltiptext-over {
    visibility: hidden;
    width: 100%;
    background-color: #1c1c1c;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    left: 0%;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: normal;
    line-height: 1.4;
    font-size: .95em;
    text-align: justify;
}

.tooltiptext-over {
    bottom: 125%;
}
.tooltip:hover .tooltiptext-under,
.tooltip:hover .tooltiptext-over {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1024px) {
    .checkout-tooltip {
        margin: 30px 0 -40px;
    }
}
