body{
  max-width: 900px;
  margin: 0 auto;
}
a{
  text-decoration: none!important;
}
.label-success{
  background-color: #EF6C00;
}
.label-warning {
    background-color: #D0D0D0;
}
span.label.label-warning.button-menu-item.update-button-cart {
    background-color: #0277BD;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.middle-align{
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  right: 0;
  position: absolute;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}
.row{
  margin-right: 0px;
  margin-left: 0px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}

.lngp{
  font-size: 18px;
}

/* GENERAL CSS */
.badge-home {
    padding: 4px 4px;
    font-size: 9px;
    margin-left: -8px;
    background-color: #EF6C00;
    color: #fff;
    webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  }

/*CSS INDEX PAGE*/

/*MODAL LANGUAGE*/
.row-lang{
  padding: 8px 0;
}
.lang-img{
  max-width: 100%;
}
.middle-align-lang{
  top: 50%;
  transform: translate(-50%,-50%);
  right: 0;
  position: absolute;
  left: 35%;
}

/* MAIN MENU*/
.main-menu{
  height: 90px;
  background-color: #0277BD; /*Colore del menu principale*/
  webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  position: relative;
  z-index: 999;
}

.icon-nav {
    padding: 3px 3px 0 6px;
    color: #fff;
}
.icon-nav-cart {
    padding: 8px 0 0 8px;
    color: #fff;
}
.nav-logo {
    max-width: 100%;
    max-height: 74px;
    margin: 8px;
}
.icon-menu{
  padding-top: 20px;
}

.info-home{
  margin-top: 32px;
  padding: 16px;
}
.sub-menu-filter{
  color: #37474F;
}
.home-icon-list{
  color: #0277BD;
}
.promo-home-box{
  background-color: rgba(239, 108, 0, 0.75)!important;
}
.promo-title{
  color: #fff!important;
}

/*SECOND MENU*/
.second-menu{
  height:40px;
  background-color: #fafafa;
  webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  position: relative;
  z-index: 998;
  margin-bottom: 32px;
}
.filter-text{
  padding-top: 10px;
}
.filter-text.first{
  border-right: 1px solid #f2f2f2;
}
/*ITEM LIST*/
.item-container{
  margin: 16px 8px;
}
.item-box{
  /*background-color: #fafafa;*/
  webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  padding: 0px 0px;
}
.item-box:hover {
    webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
.titolo-menu{
  font-size: 18px;
  margin: 0;
}

.main-info{
  background-color: #fafafa;
  color: #0277BD;
  background-color: #fafafa;
  padding: 12px 26px;
  border: none;
  webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.main-info:hover{
  webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

/* LISTA */
.title-menu-list{
  font-size: 18px;
  color: #37474F;
}
.filter-title-menu-list{
  padding-top: 8px;
}
.img-menu{
  max-width: 75px;
}
.item-box-menu{
  background-color: #fafafa;
  webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  padding: 4px;
}
.img-box{
  padding: 4px;
}
.desc-menu{
  padding: 2px 2px 2px 8px;
}
.small-desc{
  font-size: 10px;
  margin-bottom: 4px;
  color: #37474F;
}
.titolo-menu-box{
  margin-bottom: 2px;
  color: #0277BD;
}
.price-list{
  margin-bottom: 2px;
  color: #263238;
}
.icon-allergeni{
  border: 1px solid #efefef;
  max-width: 23px;
  margin-bottom: 4px;
  margin-right: 6px;
  webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
}

.button-menu-item{
    padding: 4px 12px;
    font-size: 12px;
}
.button-list-item{
  padding-top: 8px;
}

/* DETTAGLIO PIETANZA */
.img-detail{
  max-width: 100%;
  padding: 0px 8px;
}
.title-detail-box{
  padding: 8px;
}
.title-detail{
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-top: 4px;
  color: #0277BD;
}
.item-detail-title-row{
  margin-top: 8px;
  margin-bottom: 8px;
}
.ingredients-list-detail{
  -webkit-padding-start: 26px;
}
.price-item-detail{
  font-size: 20px;
  font-weight: bold;
}
.button-detail-item{
  padding: 8px 16px;
  font-size: 14px;
}
.button-detail-box{
  padding: 16px 8px;
}

/* FILTRO ALLERGENI */
.filter-select{
  padding-left: 8px;
}
button.multiselect {
    background-image: none;
}
.register-allergeni-name{
  margin: 8px 0;
}
.allergeno-table{
  border-bottom: 1px solid #dadada;
}

/* CART */
.cart-main-menu{
  margin-bottom: 32px;
}
.cart-title-item{
  padding: 4px;
}
.title-item-cart{
  margin: 16px 0 5px 0;
  font-size: 16px;
}
.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
.cart-remove{
  padding-top: 12px;
  padding-right: 4px;
}
.update-cart-item{
  padding-top: 9px;
}
.update-button-cart{
  padding: 7px 12px;
}
.delete-cart-item{
  border-radius: 20px;
  position: absolute;
  right: -10px;
  top: -64px;
  padding: 6px 8px
}
.btn-spinner{
  background: none;
  padding: 4px 6px;
}
.form-number{
  height: 30px;
}
.total-price{
  padding-right: 8px;
}
.total-price-text{
  font-size: 12px;
}
.total-price-total{
  font-size: 18px;
  font-weight: bold;
}
.checkout{
  font-size: 16px;
  padding: 8px 12px;
}
.button-cart-row{
  margin: 32px 0;
}

/* TIPOLOGIA ORDINE */
.radio{
  margin-top: 16px;
  margin-bottom: 16px;
}

/* ANAGRAFICA LSITA */
.anagrafica-list{
  background-color: #fafafa;
  webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  height: 42px;
}
.cart-summery-modal{
  text-decoration: none!important;
}

/* PAGAMENTO */
.titolo-pagamento-box{
  margin-bottom: 2px;
  font-size: 20px;
}







.spaziato{
	padding:20px;
}


.allergeniselect{
	border:solid 1px #FFFFFF;
}