#shipping--progress-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
#shipping--progress-bar .title-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    position: relative;
}
#shipping--progress-bar .title-wrapper i {
    position: absolute;
    right: 100%;
    transform: translateX(-50%);
}
#shipping--progress-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
}
#shipping--progress-text .amount {
    font-weight: 600;
}
