/* menu-item single
--------------------------------------------------------*/
.menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.menu-item-content {
  padding-right: 10px;
}

.menu-item-content h5 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.menu-item-content p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
  opacity: 0.8;
}

.menu-item-price {
  font-size: 18px;
  font-weight: bold;
}


.table-price {
  height: 100%;
}

.table-price .row-price-top {
  vertical-align: top;
}

.table-price .row-price-bottom {
  vertical-align: bottom;
}

.table-price td,
.table-price th {
  text-align: center;
  padding-left: 8px;
  padding-right: 0;
  white-space: nowrap;
}

.table-price th {
  padding-bottom: 5px;
}


/* menu-item single white
--------------------------------------------------------*/
.menu-item.white p {
  color: white;
}

.menu-item.white h5 {
  color: white;
}

.menu-item.white {
  color: white;
}

.menu-item.white .table-price {
  color: #fff;
}





/* menu-item OPTION
--------------------------------------------------------*/

/*Nascosto*/
.container-item-block.hide {
  background: #ca2f2f;
  padding-left: 10px;
  padding-right: 10px;
}

/*Esaurito frontend*/
.item-finish {
  display: none;
}

.container-item-block.finish {
  background: #e6c927;
  padding-left: 10px;
  padding-right: 10px;
}

.container-item-block.finish .price-text {
  display: none;
}

.container-item-block.finish .item-finish {
  display: inline-block;
  color: #ca2f2f;
}