.store-timetable .items-wrapper{
    margin-top: 40px;
}
.store-timetable .item {
    padding: 5px 10px 0px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.store-timetable .item .time {
    text-align: right;
}

.store-timetable .item .time {
    text-align: right;
    float: right;
    width: 143px;
    display: inline-block;
    padding: 0;
}

.store-timetable .item .days  {
    display: inline-block;
    text-align: left;
    float: left;
}

.store-timetable{
    padding-left: 25px;
}

.store-timetable .item.active{
    color: #000000;
}

@media screen and (max-width: 768px) {

    .store-timetable .items-wrapper {
        margin-top: 40px;
    }

    .store-timetable{
        margin-bottom: 40px;
    }
}
