.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.75);
}
.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: #000;
    text-align: center;
}

.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: 28px;
    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;
}