ol.cart-header li a span:before, ol.cart-header li strong span:before {
    background: var(--color-content-light);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: var(--color-content-basic);
    border: 1px solid var(--color-brand-secondary);
}

.active ol.cart-header li a span:before, ol.cart-header li strong span:before {
    background: linear-gradient(180deg, #C5AB73 0%, #A38A50 100%);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: var(--color-content-light);
}

.sc_process-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}

.sc_step {
    text-align: center;
    position: relative;
    cursor: default;
}
.sc_step_href {
    cursor: pointer;
}

.sc_step-number {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 37px;
    background: var(--color-content-light);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: var(--color-content-basic);
    border: 1px solid var(--color-brand-secondary);
}

.sc_step-number--active {
    background: linear-gradient(180deg, #C5AB73 0%, #A38A50 100%);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: var(--color-content-light);
}

.sc_step-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: center;
}