body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Cera Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
body.openedMobileMenu {
  max-height: 100vh;
  overflow: hidden;
}

.findedGoods {
  background-color: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  left: 0;
  max-height: 400px;
  overflow: auto;
  padding: 20px 20px 20px 0;
  position: absolute;
  top: 43px;
  z-index: 100;
}
.findedGoods .item .image {
  height: 60px;
}
.findedGoods .item .image img {
  max-height: 60px;
  object-fit: contain;
  object-position: center center;
}

/*# sourceMappingURL=orders.css.map */
