.admin-shop-search {
  position: relative;
  align-items: center;
  margin-bottom: 18px;
}

.admin-shop-search input {
  height: 46px;
  padding: 0 78px 0 42px;
  border-color: #cfe1de;
  background: #f9fcfb;
  font-size: 13px;
}

.admin-shop-search input:focus {
  outline: 0;
  border-color: #58aa9b;
  box-shadow: 0 0 0 4px rgba(17, 124, 115, .1);
  background: #fff;
}

.admin-search-icon {
  position: absolute;
  left: 14px;
  z-index: 1;
  color: #117c73;
  font-size: 23px;
  line-height: 1;
  pointer-events: none;
}

.admin-shop-count {
  position: absolute;
  right: 13px;
  color: #718985;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .admin-shop-search { flex-wrap: nowrap; }
  .admin-shop-search input { flex-basis: auto; padding-right: 66px; }
}
