/* --------------------------------------------------------
Variables
-------------------------------------------------------- */
/*Font Family
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Tipografy default color
-------------------------------------------------------- */
/* Section text
-------------------------------------------------------- */
/* Menu-item
-------------------------------------------------------- */
/* Menu-Title
-------------------------------------------------------- */
/* Menu-subtitle
-------------------------------------------------------- */
/* Pulsante dettagli
-------------------------------------------------------- */
/* Menu plus
-------------------------------------------------------- */
/* Footer
-------------------------------------------------------- */
/* Link color
-------------------------------------------------------- */
/* Button color
-------------------------------------------------------- */
/* --------------------------------------------------------
Menu-item
-------------------------------------------------------- */
/* 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: 13px;
  padding-bottom: 4px; }

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

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

.menu-item-content p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  opacity: 1; }

.menu-item-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold; }

.single-price {
  display: block;
  margin-top: -3px;
  padding-left: 15px;
  font-size: 16px; }

/* Table multi price column
--------------------------------------------------------*/
.table-price {
  height: 100%;
  position: relative;
  top: 0px; }

.table-price .row-price-top {
  vertical-align: top;
  font-size: 14px; }

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

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

/* menu-item white stile bianco
--------------------------------------------------------*/
.menu-item.white {
  color: #fff; }
  .menu-item.white p {
    color: #efefef; }
  .menu-item.white h5 {
    color: white; }
  .menu-item.white .table-price {
    color: #fff; }
  .menu-item.white .detail-popup p {
    color: #252525; }

/* menu-item OPTION in Backend
--------------------------------------------------------*/
/*Prezzo Nascosto*/
.container-item-block.hide {
  background: #F44336;
  display: block;
  padding-right: 5px;
  padding-left: 5px; }

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

/* button-detail
--------------------------------------------------------*/
a.btn-popup {
  background: #F06500;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  letter-spacing: 0.4px; }

a.detail-btn-item-menu:hover {
  background: #F06500; }

/* Detail-popup
--------------------------------------------------------*/
.detail-popup {
  position: fixed;
  width: 90%;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 600;
  background: #fff;
  max-width: 500px;
  height: auto;
  min-height: 300px;
  max-height: 70%;
  overflow-y: auto;
  box-shadow: 3px 1px 30px 10px rgba(0, 0, 0, 0.3);
  opacity: 1;
  display: none;
}
  .detail-popup h3 {
    font-size: 22px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    color: #3e3e3e;
    margin-bottom: 10px; }
  .detail-popup p {
    font-size: 16px;
    color: #252525; }

  .detail-popup-content {
    padding: 20px;
    opacity: 1;
  }

/* .detail-popup.active {
  opacity: 1;
  transform: scale(1, 1) translate(-50%, -50%); }

.detail-popup.active .detail-popup-content {
  padding: 20px;
  opacity: 1; } */

/* Gallery-box
--------------------------------------------------------*/
.gallery-item-menu {
  margin-bottom: 20px; }

.gallery-box {
  display: flex;
  flex-wrap: wrap; }

.gallery-box_item {
  flex-basis: calc(100%/3);
  padding: 2px; }

/* top-detail
--------------------------------------------------------*/
.top-detail {
  background: #F06500;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer; }
  .top-detail i {
    font-size: 20px;
    position: relative;
    top: -1px; }
  .top-detail .text-close {
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
    letter-spacing: 0.5px; }
  .top-detail .close-popup {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    padding: 10px;
    bottom: -3px; }
    .top-detail .close-popup span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: white;
      transform: translate(-50%, -50%) rotate(45deg); }
    .top-detail .close-popup span:last-child {
      transform: translate(-50%, -50%) rotate(-45deg); }

/* Style backend
--------------------------------------------------------*/
.editor-styles-wrapper .menu-item-content h1,
.editor-styles-wrapper .menu-item-content h2,
.editor-styles-wrapper .menu-item-content h3,
.editor-styles-wrapper .menu-item-content h4,
.editor-styles-wrapper .menu-item-content h5,
.editor-styles-wrapper .menu-item-content h6 {
  margin-top: 0 !important; }

/* --------------------------------------------------------
./---- Menu-item
-------------------------------------------------------- */
