/*
.step_section .step_active {
    background-color: #52b68d;
    border-color: #52b68d;
    color: #fff;
}
.sbox {
    position: relative;
    padding: 0 .3125rem 1.5em;
    font-size: .875rem;    
}
.step_section .step {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 100%;
    margin: 0 auto;
    line-height: 1.5rem;
    text-align: center;    
    border: 1px solid currentColor;
}

.step_section .step_label {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);   
}
*/

.box {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    color: rgb(68, 68, 68);
}
.step-box {
    color: rgb(153, 153, 153);
    font-size: 12px;
}
.sbox_content {
    display: flex;
}
.box_content {
    padding: 1.25rem 2.5rem;
}
.step_active, .step_complete {
    color: rgb(82, 182, 141);
}
.sbox {
    position: relative;
    padding: 0px 0.3125rem 1.5em;
}
.step_active .cstep, .step_complete .cstep {
    background-color: rgb(82, 182, 141);
    color: rgb(255, 255, 255);
    border-color: rgb(82, 182, 141);
}
.cstep {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 100%;
    margin: 0px auto;
}
.step_label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.sbox_dots {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.sbox_dots::after {
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
    right: 0px;
    content: "";
    border-bottom: 1px dashed currentcolor;
}

.summary_price {
    margin-left: 10px;
}
