.shipping-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #969799;
    font-size: 14px;
    padding: 10px 0px;
}

.shipping-icon-container {
    position: absolute;
    top: 20px;
    left: -15px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shipping-step-line {
    position: absolute;
    background-color: #999;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    top: 20px;
    left: -15px;
    width: 1px;
    height: 100%;
}

.shipping-icon {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #999;
}

.bg-main {
    background-color: #fe5d27;
}

.shipping-title {
    color: #555;
    padding-left: 10px;
}