.backorder-shipping-label{
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
    position: relative;
    background: #fffaf3;
    color: #ec7200;
    margin-left: 10px;
    border: 1px solid #f8cda5;
}

.backorder-shipping-label .icon{
    background: #ec7200;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}


.backorder-shipping-label span{
    padding: 5px 11px 5px 25px;
}