.store-group{margin-bottom:15px}
.store-group .store-name{font-size:15px;font-weight:700;color:#3592e2;padding:10px 15px;background:#e8f4fd;border-radius:3px 3px 0 0}
.store-group .store-icon{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}
.store-group .store-icon.super{background:#4caf50}
.store-group .store-icon.drug{background:#e91e63}
.store-group .store-icon.convini{background:#FF9800}
.store-group .store-icon.elec{background:#3592e2}
.store-group ul{background:#fff;border:1px solid #e8e8e8;border-top:none;border-radius:0 0 3px 3px;padding:0}
.store-group li{padding:8px 15px;font-size:13px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}
.store-group li:last-child{border-bottom:none}
.store-group li .item-select{padding:3px 5px;border:1px solid #ddd;border-radius:3px;font-size:12px}
