.quotation-quote-index #fooman-surcharge {
    border-bottom: 2px solid #ccc;
}

.quotation-quote-index #fooman-surcharge .step-title {
    cursor: pointer;
    padding: 10px 0;
    margin-top: -1px;
    border: 0;
}

.quotation-quote-index #fooman-surcharge .step-title:after {
    content: unset;
    font-size: 18px
}

.quotation-quote-index .tooltip-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.quotation-quote-index .info-icon {
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    line-height: 14px;
}

.quotation-quote-index .custom-tooltip {
    position: absolute;
    top: 120%;
    left: 0;
    white-space: normal;
    min-width: 180px;
    padding: 8px 10px;
    background: #333;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 50;
    width: 200px;
}

.quotation-quote-index .info-icon:hover i {
    color: #484848;
}

/* Show tooltip on hover of ONLY the i icon */
.quotation-quote-index .info-icon:hover+.custom-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ============================= */
/* Quick Quote pop up */

.block.quickquote-fooman-surcharge .title strong {
    font-size: 1.5rem;
}

.block.quickquote-fooman-surcharge {
    margin: 15px 0px !important;
}

.block.quickquote-fooman-surcharge .label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.block.quickquote-fooman-surcharge .surcharge-label {
    font-size: 18px;
}

.block.quickquote-fooman-surcharge .surcharge-amount {
    font-size: 18px;
    font-weight: bold;
}