body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
}
* {
  box-sizing: border-box;
}
a {
  color: #1979C3;
  text-decoration: none;
  font-size: 15px;
}
select, input {
  border: 1px solid #C2C2C2;
  background: transparent;
  font-size: 15px;
}
.btn {
  padding: 10px 15px 9px;
  background: #1979C3;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
}
.btn.btn-ghost {
  background-color: #fff;
  border: 2px solid #1979C3;
  color: #1979C3;
}
.btn:hover {
  opacity: 0.8;
}
.grid-container {
  max-width: 1270px;
  margin: auto;
  padding: 0 15px;
}
.store-brick {
  display: grid;
  grid-template-columns: auto auto;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 30px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store-brick .store-profile {
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 0px 16px;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: 'thumb name' 'thumb location' 'thumb stats';
}
.wk-mp-collection-seller-title {
  font-size: 15px;
}
.store-brick .store-profile .store-img img {
  border-radius: 50%;
}
.store-brick .store-profile .store-img {
  grid-area: thumb;
}
.store-brick .store-profile .name-brick {
  grid-area: name;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 12px;
  -ms-flex-item-align: end;
      align-self: end;
}
.store-brick .store-profile .name-brick .name {
  font-size: 24px;
}
.store-brick .store-profile .location {
  grid-area: location;
  color: #757575;
  font-size: 15px;
}
.store-brick .store-profile .location a {
  margin-left: 15px;
}
.store-brick .store-profile .stats {
  grid-area: stats;
  -ms-flex-item-align: start;
      align-self: start;
}
.store-brick .store-profile .stats .ratings:after {
  content: '';
  display: inline-block;
  margin: 0 8px 0 15px;
  vertical-align: middle;
  height: 15px;
  background: #C2C2C2;
  width: 1px;
  position: relative;
}
.store-brick .store-contact {
  justify-self: end;
  display: grid;
  grid-gap: 15px;
}
.store-brick .store-contact .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 12px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.store-brick .store-contact .social-links .icon {
  width: 24px;
  height: 24px;
  background-color: #1979C3;
}
.store-brick .store-contact .social-links .icon.pi {
  background-color: #BD081C;
}
.store-brick .store-contact .social-links .icon.fb {
  background-color: #3B5998;
}
.store-brick .store-contact .social-links .icon.wh {
  background-color: #1CC95C;
}
.store-brick .store-contact .social-links .icon.tw {
  background-color: #1DA1F2;
}
.store-brick .store-contact .contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 15px;
}
.store-nav-bar {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  grid-gap: 20px 5px;
}
.store-nav-bar .store-navs {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 25px 6px;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.store-nav-bar .store-navs .store-nav-item {
  color: #333;
  transition: 0.3s;
}
.store-nav-bar .store-navs .store-nav-item a {
  padding: 10 5px 12px;
  color: #333;
  position: relative;
}
.store-nav-bar .store-navs .store-nav-item a:hover {
  color: #1979C3;
}
.store-nav-bar .store-navs .store-nav-item.active {
  color: #1979C3;
}
.store-nav-bar .store-navs .store-nav-item.active a {
  color: #1979C3;
}
.store-nav-bar .store-navs .store-nav-item.active a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1979C3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.store-nav-bar .store-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px;
  -ms-flex-align: center;
      align-items: center;
}
.store-nav-bar .store-filter .filter-box {
  width: 200px;
}
.store-nav-bar .store-filter .search-box {
  width: 280px;
}
.wk-report-flag-link #reportflag::before {
  top: unset;
}

@media (min-width: 768px) {
  .wk-mp-collection-seller-title {
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  .store-brick {
    grid-template-columns: auto;
  }
  .store-brick .store-contact {
    justify-self: start;
  }
  .store-brick .store-contact .social-links {
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}
@media screen and (max-width: 512px) {
  .store-nav-bar .store-filter {
    width: 100%;
  }
  .store-nav-bar .store-filter .filter-box,
  .store-nav-bar .store-filter .search-box {
    width: 100%;
  }
}
