.p_box_day {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.p_box_day .p_box_day_title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #434343;
    margin-bottom: 20px;
}
.p_box_day .p_box_day_content {
    padding-top: 30px;
    min-height: 460px;
    position: relative;
}
.p_box_day .p_box_day_content .img_l {
    cursor: pointer;
}
.p_box_day .c_clock {
}
.p_box_day .add-to-cart-or-refresh {
    position: absolute;
    bottom: 0;
}
@media (min-width: 768px) {
    .p_box_day {
        float: left;
        width: 30%;
        min-width: 300px;
    }
}
