.pattern_2 {
  background: url(../img/pattern_menu.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}
@media (max-width: 767.5px) {
  .pattern_2 {
    background: none;
  }
}

.menu_item {
  position: relative;
  padding: 20px 0 0 90px;
  margin-bottom: 30px;
  min-height: 80px;
}
.menu_item figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-color: #444;
  border-radius: 50%;
}
.menu_item figure img {
  width: 80px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.menu_item .menu_title {
  background: radial-gradient(#d5d5d5 40%, transparent 10%);
  background-position: 0 13px;
  background-size: 4px 4px;
  background-repeat: repeat-x;
}
.menu_item .menu_title h3 {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin: 0;
  padding-right: 3px;
}
.menu_item .menu_title em {
  float: right;
  font-weight: 600;
  background-color: #fff;
  font-style: normal;
  padding-left: 3px;
}
.menu_item p {
  font-family: "Lora", serif;
  margin-bottom: 0;
}
.menu_item.order {
  cursor: pointer;
  transition: all 0.1s ease;
}
.menu_item.order a.add_to_cart {
  position: absolute;
  left: 2px;
  top: 65px;
  background-color: #978667;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 3px;
  line-height: 1;
  padding: 6px 8px;
  font-weight: 600;
  opacity: 0;
}
@media (max-width: 991.8px) {
  .menu_item.order a.add_to_cart {
    opacity: 1;
    left: -2px;
  }
}
.menu_item.order a.add_to_cart:hover {
  filter: brightness(115%);
  opacity: 1;
}
.menu_item.order:hover a.add_to_cart {
  opacity: 1;
  left: -2px;
}

.menu_item figure a:hover img {
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.1);
}

.menu_item .menu_title h3,
.menu_item .menu_title em {
  background-color: #fff;
}

.menu_item_grid {
  text-align: center;
  margin-bottom: 30px;
}
.menu_item_grid h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 15px 0 0 0;
}
.menu_item_grid p {
  font-family: "Lora", serif;
  margin: 0 0 10px 0;
}/*# sourceMappingURL=menu.css.map */