#js-shipping-info-timeline-block {
    --black: #0a0a0a;
    --text: #161616;
    --muted: #575757;
    --line: #e8e8e8;
    --active: #0a0a0a;
    margin: 18px 0 2em;
    border: 1px solid rgb(255 237 213);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

#js-shipping-info-timeline-block .product-detail-row {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

#js-shipping-info-timeline-block .product-row-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: rgb(249 115 22);
}

#js-shipping-info-timeline-block .product-row-text {
    width: 100%;
    min-width: 0;
}

#js-shipping-info-timeline-block .addition-head {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    color: var(--text);
    font-weight: 700;
}

#js-shipping-info-timeline-block .shipping-info-calculate p {
    margin: 10px 0 12px;
    font-size: 13px;
    line-height: 1.35;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}

#js-shipping-info-timeline-block .shipping-info-calculate .shipping-info-cost-row {
    margin: 8px 0 4px;
    font-weight: 400;
    text-transform: none;
}

#js-shipping-info-timeline-block .shipping-info-calculate .shipping-info-cost-price {
    color: rgb(234 88 12);
    font-weight: 700;
}

#js-shipping-info-timeline-block .shipping-info-calculate #js-shipping-info-estimate-text {
    margin-top: 2px;
}

#js-shipping-info-timeline-block .shipping-info-timeline {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

#js-shipping-info-timeline-block .shipping-info-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 112px;
    max-width: 33%;
}

#js-shipping-info-timeline-block .shipping-info-dot {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d8d8d;
    background: rgb(253 186 116);
    margin-bottom: 7px;
}

#js-shipping-info-timeline-block .shipping-info-step.is-active .shipping-info-dot {
    color: rgb(249 115 22);
}

#js-shipping-info-timeline-block .shipping-info-dot--production {
    background: rgb(249 115 22);
    color: #fff;
}

#js-shipping-info-timeline-block .shipping-info-icon {
    width: 14px;
    height: 14px;
}

#js-shipping-info-timeline-block .shipping-info-line {
    flex: 1;
    min-width: 26px;
    height: 2px;
    margin-top: 10px;
    background: rgb(253 186 116);
}

#js-shipping-info-timeline-block .shipping-info-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.35;
}

#js-shipping-info-timeline-block .shipping-info-date {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.35;
    color: #6a6a6a;
    white-space: nowrap;
}

#js-shipping-info-timeline-block .shipping-info-estimate-date {
    font-weight: 700;
}

@media (max-width: 767px) {
    #js-shipping-info-timeline-block {
        margin-top: 14px;
    }

    #js-shipping-info-timeline-block .product-detail-row {
        padding-left: 12px;
        padding-right: 12px;
    }

    #js-shipping-info-timeline-block .shipping-info-step {
        width: 92px;
    }

    #js-shipping-info-timeline-block .shipping-info-label {
        font-size: 12px;
    }

    #js-shipping-info-timeline-block .shipping-info-date {
        font-size: 11px;
        white-space: normal;
    }
}
