.page-body {
  padding: 15px;
}
.store-item {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 30px;
}
.store-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background: url('../images/local.png') center no-repeat;
  background-size: 100% 100%;
}
.store-item__title {
  color: #f08300;
  padding-top: 5px;
}
[v-cloak] {
  display: none;
}
