.neo_menus_module_container {
  margin-top: 20px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.px-menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  width: 100%;
  grid-gap: 15px;
  max-width: calc(100vw - 20px);
  margin: auto;
}

.px-menu-item {
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 15px;
  padding: 20px 30px;
  text-decoration: none;
  color: #000;
  transition: 0.2s ease-out;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  background-color: white;
}
.px-menu-item:hover {
  border-color: #000;
}
.px-menu-item:hover .px-menu-item-image {
  transform: scale(1.15);
}
.px-menu-item:active {
  background-color: black;
  color: white;
  transform: scale(0.95);
}

.px-menu-item-image {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: 0.2s ease-out;
}

.px-menu-item-text {
  flex-grow: 1;
}

.px-menu-item-cta-arrow {
  transform: rotate(90deg);
  width: 15px;
}

.px-menu-item-cta {
  display: flex;
  align-items: center;
  color: #aaa;
  fill: #aaa;
  gap: 5px;
}

.px-menu-item-title {
  font-weight: bold;
}

.px-menu-category-list-menus-slider {
  display: flex;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  white-space: nowrap;
  overflow: auto;
  gap: 20px;
  padding-top: 30px;
}

.px-menu-category-list-menu-title {
  border-right: 1px solid #bbb;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #aaa;
  transition: 0.2s ease-out;
  cursor: pointer;
  text-decoration: none;
}
.px-menu-category-list-menu-title > a {
  text-decoration: none;
  color: black;
}

.px-menu-category-list-menu-title:last-child {
  border-right: none;
}

.px-category-item-description {
  margin-top: 5px;
  font-style: italic;
  opacity: 0.5;
}

h2.px-menu-category-list-menu-title {
  font-weight: bold;
  color: black;
}

.px-menu-category-list-menu-title:hover {
  color: black;
}

.px-menu-category-list-menu-title:focus {
  color: black;
  font-weight: bold;
}

.neo_full {
  width: 100%;
}

.px-category-item-title {
  font-size: 20px;
  font-weight: bold;
}

.px-category-menu-item-body {
  font-size: 16px;
}

.px-category-menu-item-description {
  font-style: italic;
  color: #aaa;
}

.px-category-item-divider {
  margin: 10px 0 20px;
  border-bottom: 1px solid #bbb;
}

.px-category-item-menu-items {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
}

.px-category-menu-item {
  display: flex;
  width: 100%;
  gap: 20px;
  line-height: 1.5;
  transition: 0.2s ease-out;
  align-items: center;
}
.px-category-menu-item:hover {
  background-color: #eee;
}

.px-category-menu-item-image {
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  flex-shrink: 0;
}

.px-category-menu-item-body {
  flex-grow: 1;
}

.px-category-menu-item-price {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
}

.px-menu-category-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.px-category-menu-item-title-tags {
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -2px;
  line-height: 2;
  gap: 5px;
  display: inline-flex;
  flex-wrap: wrap;
}

.px-category-menu-item-title > span {
  margin-right: 5px;
}

.px-category-menu-item-title-tag {
  background: #eee;
  padding: 1px 5px;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .px-menu-list {
    grid-template-columns: 1fr;
  }
  .neo_menus_module_container {
    margin-top: 10px;
    padding-top: 20px;
  }
  .px-category-menu-item-image {
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
  }
  .px-category-menu-item-body {
    font-size: 14px;
  }
  .px-category-item-title {
    font-size: 18px;
  }
  .px-category-item-description {
    font-size: 16px;
  }
  .px-menu-category-list-menus-slider {
    font-size: 16px;
    position: fixed;
    bottom: 69px;
    z-index: 2;
    background: white;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.2);
  }
  .px-category-menu-item-title > span {
    font-size: 15px;
    font-weight: bold;
  }
  .px-category-menu-item-description {
    font-size: 15px;
  }
  .px-category-menu-item {
    gap: 15px;
  }
}/*# sourceMappingURL=css.css.map */