/* =========================
   CHECKOUT
========================= */

.step-active {
    color: #8B5A3C;
    font-weight: 700;
}

.step-indicator-active {
    background-color: #8B5A3C;
    color: white;
}

.step-line {
    border-top: 2px solid #F5E6D3;
}

.step-line-active {
    border-top: 2px solid #8B5A3C;
}