.shopId{
    width:20%;
}

.address{
    width:50%;
}

.salesTime{
    width:10%;
    overflow-y: auto;
}
.salesTime ul {
    margin-bottom: 0;
}
.salesTime ul li{
    width:200px;
    overflow-x: auto;
    white-space: nowrap;
    display: inline-block;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.salesTime ul li::-webkit-scrollbar{
    display: none; /* Safari and Chrome */
}

@media only screen and (max-width: 600px) {
    .salesTime ul{
        width:220px;
    }
    .title.mb-5 {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 320px) {
    .salesTime ul{
        width:150px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .salesTime ul{
        width:200px;
    }
}