.progressField {

    position: relative;

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

}

.progressField::after {

    z-index: -1;

    content: '';

    height: 1px;

    width: 100%;

    border: 1px dashed #C4C4C4;

    position: absolute;

    top: 13px;

}

.progressField.active::after {

    border-color: var(--main-brown-color);

}



.progressField>span {

    height: 28px;

    width: 28px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 2px solid #C4C4C4;

    background: var( --main-white-color);

}

.progressField.active>span  {

    background: var(--main-brown-color);

}

.orderProgressBar {

    display: flex;

    align-items: center;

}

.trackAnotherOrder {

    padding: 42px 72px;

}

.trackAnotherOrder .personal-info_wrapper {

    margin: 0;

}

.trackAnotherOrder .col-md-6>div {

    box-shadow: 0px 2px 14px rgb(0 0 0 / 10%);

    border-radius: 10px;

    padding: 32px;

}

.productAndSummary {

    padding: 62px 0;

}

.anotherOrder {

    max-width: 412px;

    margin: auto;

}

.row.infoCards h2 {

    text-align: start !important;

    margin-bottom: 22px !important;

    font-weight: 600;

    font-size: 18px;

    line-height: 24px;

    color: var(--main-brown-color)

}

.trackAnotherOrder .col-md-6>div>p {

    font-weight: 600;

    font-size: 16px;

    line-height: 20px;

    color: #000000;

}

.trackAnotherOrder .col-md-6>div>p>span {

    font-weight: 300;

    font-size: 18px;

    line-height: 20px;

    color: #000000;

}

.row.productAndSummary .floating-text {

    left: 12px;

}

.subTotal,

.trackSummaryTotal {

    display: flex;

    justify-content: space-between;

}

.orderProduct-flex>div>span {

    font-weight: 400;

}

.static {

    display: flex;

    justify-content: space-between;

}

.static>p {

    max-width: 60%;

    margin: 16px 0;

}