.menulist {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .menulist {
    padding-bottom: 26px;
  }
}
@media (min-width: 1280px) {
  .menulist {
    padding-bottom: 44px;
  }
}
@media (min-width: 768px) {
  .menulist__parent-item:nth-child(2n+2) picture {
    order: 1;
  }
}
@media (min-width: 1280px) {
  .menulist__item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1280px) {
  .menulist__item:nth-last-child(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.menulist__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.menulist__itemName {
  width: calc(100% - 70px);
}
.menulist__price {
  width: 70px;
  text-align: right;
}

@media (min-width: 1024px) {
  .menu-width-200 {
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .menu-width-300 {
    width: 300px;
  }
}

.menu-cat-item.active-menu {
  background-color: #eb2f06;
}
.menu-cat-item span {
  padding-left: 3px;
}

/*# sourceMappingURL=page-menu.css.map */
