.product_list_timer .item-time {
    text-align: center;
    z-index: 222 !important;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    top:0 !important;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}
.product-container {
    position:relative;
}

.product_list_timer .item-time .item-timer{
    background: transparent;
}

.product_list_timer .item-time .time-item{
    display: inline-block;
    width: 35%;
    margin-right: 2%;
    float: none;
    font-weight: 600;
    font-size: 1em;
    line-height: 20px;
    color: #fff;
    border-bottom: none;
    padding: 6px 0;
    background: #e0001a;
    text-align: center;
    border-radius: 5px;
} 

.product_list_timer  .item-time .num-time{
   border-bottom: none;
}

.product_list_timer .item-time .time-day{
    margin: 0 -1px;
}

.product_list_timer .item-reserved {
    font-size: 1.4rem;
    text-transform: uppercase;
    /* font-family: "Varela Round", "Helvetica", "Arial", "sans-serif"; */
    margin: 10% auto;
}

#product .product_list_timer .item-time {
    position: relative;
    padding: 20px;
}

#product .product_list_timer .item-reserved {
    margin: 10px auto;
}

.lonelystock_cart_summary{
    padding: 3px 8px;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #00985F;
    border-top: none;
    text-align: center;
    border-radius: 0 0 5px 5px
}

@media (max-width: 767px) {
    .product_list_timer .item-time .time-item{
        display: inline-block;
        width: 45%;
        margin-right: 2%;
        float: none;
        font-weight: 600;
        font-size: 1em;
        line-height: 20px;
        color: #fff;
        border-bottom: none;
        padding: 1px 1px;
        background: #e0001a;
        text-align: center;
        border-radius: 5px;
    }
}
