.shop-list a .img-bx .hour{
    min-width: 72px;
    height: 32px;
    color: #fff;
    font-size: 1rem;
    background: #00AF58;
    text-align: center;
    line-height: 2.1;
    position: absolute;
    right: 0;
    top:7%;
    border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 768px) {
    .shop-list a .img-bx .hour{
        font-size: 0.75rem;
        min-width: 50px;
        width: 50px;
        height: 20px;
        line-height: 1.8;
        border-radius: 10px 0 0 10px;
    }
}