.product_soon_available {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    background: #f3f8ff;
    color: #2d54af;
    font-weight: 600;
    border-left: 4px solid #2d54af;
}
.delivery-status{
    display: none;
}
.price_wrapper {
    min-width: 250px;
}