.delivery_wraper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;

    span.material-icon {
        margin-right: 15px;

        img.icon {
            width: 40px;
        }
    }

    h4 {
        color: #1d1d1d;
        font-weight: normal;
        margin-bottom: 5px;
    }

    #countdown-timer-desktop,
    #countdown-timer-mobile {
        font-size: 24px;
        font-weight: 700;
        color: #009703;
    }

    span,
    label {
        color: #009703;
        font-weight: normal;
    }

}

@media (max-width: 966px) {
    div#product_delivery_mobile {
        margin-bottom: 15px;
        padding: 10px;
        border: 5px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }

}