.wooacd-shipping-tracker-step {
    margin-bottom: 60px;
}

.wooacd-shipping-tracker-step ul {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #a29f9f;
    position: relative;
    display: flex;
    /* flex-direction: row-reverse; */

}

.wooacd-shipping-tracker-step ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 0;
    transform: translateY(50%);
    position: relative;
    height: 3px;
    flex-basis: 50%;
    max-width: 50%;
}

.wooacd-shipping-tracker-step ul li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 100%;
    /*margin-right: 15px;*/
    position: absolute;
    left: 50%;
    transform: translate(-50%, -4px);
    z-index: 5;
}

.wooacd-shipping-tracker-step ul li.completed::after {
    content: "";
    display: block;
    background-color: #eb9200;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
}

.wooacd-shipping-tracker-step ul li span {
    position: absolute;
    left: 50%;
    top: 200%;
    transform: translate(-50%, -4px);
    font-size: 12px;
}

.wooacd-shipping-tracker-table input {
    width: 100% !important;
    display: block;
}