.dynamic_delivery_message {
    position: relative;
    margin-top: 30px;
}

.next_day_message_title__static {
    border: 1px solid #e0e0e0;
    padding: 7px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: -7px;
}

div.next_day_message_title__static span {
    font-size: 14px;
    font-weight: 700;
    background: url(../../../../../b2bnewtpaddon/desktop/theme-travisperkins/images/fasttruck.png) no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 10px 5px 10px 42px;

}

.next_day_message_title {
    font-size: 16px;
    text-align: center;
}

.next_day_message_title span span {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.countdown_counter {
    text-align: center;
    margin-top: 15px;
}

.countdown_counter_time {
    font-size: 23px;
    color: red;
    margin-right: 3px;
}

/* PLP */

.list_view .dynamic_delivery_message,
.ui-mobile .tp_prodView.list .dynamic_delivery_message {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 60px;
    background: url(../../../../../b2bnewtpaddon/desktop/theme-travisperkins/images/fasttruck.png) no-repeat;
    background-size: contain;
}

.ui-mobile .tp_prodView.list .dynamic_delivery_message {
    background-size: 45px;
    margin-bottom: 15px;
}

.list_view  .countdown_counter,
.list_view  .next_day_message_title,
.ui-mobile .tp_prodView.list  .countdown_counter,
.ui-mobile .tp_prodView.list  .next_day_message_title {
    text-align: left;
}

.list_view .dynamic_delivery_message.next_day_message_title__static,
.ui-mobile .tp_prodView.list .dynamic_delivery_message.next_day_message_title__static{
    padding-left: 0;
    background: none;
}

.list_view .dynamic_delivery_message.next_day_message_title__static .next_day_message_title,
.ui-mobile .tp_prodView.list .dynamic_delivery_message.next_day_message_title__static .next_day_message_title{
    text-align: center;
}

.list_view .countdown_counter {
    margin-top: 7px;
}

.ui-mobile .tp_prodView.list .countdown_counter {
    margin-top: 0;
}

.ui-mobile .tp_prodView.list .plp_add_to_cart_form .dynamic_delivery_message.next_day_message_title__static>.next_day_message_title span {
    padding: 10px 5px 10px 42px;
}

.ui-mobile .tp_prod_detail .next_day_message_title__static {
    margin: 0;
}