.step-indicator {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.step-indicator .step-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    font-size: 20px;
}

.step.active .step-icon {
    background: #D4C8A7;
}

.step a {
    text-align: center;
    position: absolute;
    bottom: -40px;
    color: black;
    font-size: 18px;
    font-weight: bold;
    width: 135px;
    width: max-content;
    text-decoration: none;
}

.step.active p {
    color: black;
}

.step.step2 p,
.step.step3 p {
    left: 50%;
    transform: translateX(-50%);
}

.indicator-line {
    width: 100%;
    height: 2px;
    background: #c2c2c2;
    flex: 1;
}

.indicator-line.active {
    background: #D4C8A7;
}

@media screen and (max-width: 500px) {
    .step p {
        font-size: 11px;
        bottom: -20px;
    }
}

.product-img-cart {
    width: 200px;
    height: 220px;
    object-fit: contain;
    margin: 0 auto;
}


@media(max-width:767px) {
    .step a {
        font-size: 12px;
    }

    .step-indicator {
        padding: 0 10px;
    }
}
