.custom-delivery-time {
    display: block !important;
}

p.custom-delivery-time {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.custom-delivery-time-1 {
    font-weight: bold !important;
    color: var(--dark-blue) !important;
}

.custom-delivery-time-2 {
    color: var(--dark-blue) !important;
}

.custom-delivery-time-1 i {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.custom-green-stock {
    color: var(--green) !important;
    font-weight: bold !important;
}

@media (max-width: 480px) {
    .custom-delivery-time-1 {
        display: block;
    }
}
