.process-bar-message-goal{
    text-align: center;
    margin: 0 0 40px;
    font-family: "KIKOPro", sans-serif;
}

#myProgress {
    width: 100%;
    background-color: #ddd;
    border-radius: 5px;
    margin: 30px 0;
}
#myBar {
    height: 8px;
    border-radius: 5px;
    background-color: #008011;
    max-width: 100%;
    transition: width 0.25s ease-in-out;
}

.ProgressText p {
    color: hsl(0deg, 0%, 60%);
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 700;
}

.ProgressText .minOrderFreeShipAmount {
    position: absolute;
    font-size: 12px;
    right: calc(15% - 12px);
}

.ProgressText .minOrderFreeShipAmount strong {
    color: gray;
}

.bar {
    position: absolute;
    height: 12px;
    width: 2px;
    background-color: hsl(0deg, 0%, 60%);
}

.bar.third-bar {
    right: 15%;
}

.dot {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: black;
    border-radius: 15px;
    max-width: 100%;
    display: none;
}

.success-goal {
    color: #008011;
    text-align: left;
    font-weight: 600;
    margin-top: 15px;
}
