input.shop-search-input {
  flex-grow: 1;
  height: 40px;
  border-right: 0;
  padding: 0 14px;
  font-size: 14px;
  margin: 0;
}

.shop-search {
  display: flex;
}

.shop-search-btn {
  -webkit-appearance: none;
  border: none;
  font-size: 14px;
  outline-width: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  line-height: 40px;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .shop-search-btn {
    max-width: 80px;
  }
}

.shop-wrapper {
  display: flex;
}

.product-to-shopping-cart {
  width: 100px;
  height: 100px;
  position: fixed;
  background: #fce600;
  z-index: 2000;
  top: 0;
  left: 0;
  border-radius: 50%;
}
/*# sourceMappingURL=shop.css.map */
