@font-face {
    font-family: 'Avenir-Light';
    src: url('./fonts/Avenir-Light-07.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-Black';
    src: url('./fonts/Avenir-Black-03.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-BlackOblique';
    src: url('./fonts/Avenir-BlackOblique-04.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-Book';
    src: url('./fonts/Avenir-Book-01.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-BookOblique';
    src: url('./fonts/Avenir-BookOblique-02.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-Heavy';
    src: url('./fonts/Avenir-Heavy-05.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-HeavyOblique';
    src: url('./fonts/Avenir-HeavyOblique-06.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-LightOblique';
    src: url('./fonts/Avenir-LightOblique-08.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-Medium';
    src: url('./fonts/Avenir-Medium-09.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-MediumOblique';
    src: url('./fonts/Avenir-MediumOblique-10.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-Oblique';
    src: url('./fonts/Avenir-Oblique-11.ttf') format('truetype');;
 }
 @font-face {
    font-family: 'Avenir-Roman';
    src: url('./fonts/Avenir-Roman-12.ttf') format('truetype');;
 }

 @font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?xpkx4');
    src:  url('fonts/icomoon.eot?xpkx4#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?xpkx4') format('truetype'),
      url('fonts/icomoon.woff?xpkx4') format('woff'),
      url('fonts/icomoon.svg?xpkx4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-checkbox_on_light:before {
    content: "\e904";
  }
  .icon-gluten:before {
    content: "\e906";
  }
  .icon-plus:before {
    content: "\e900";
    color: #b4a08f;
  }
  .icon-meno:before {
    content: "\e901";
    color: #b4a08f;
  }
  .icon-prev:before {
    content: "\e902";
    color: #fff;
  }
  .icon-next:before {
    content: "\e903";
    color: #fff;
  }
  
  

  
.white-border{
    padding: 20px;
}
.white-border-category{
    padding-top: 10px;
    padding-bottom: 0px;
    max-height: calc(100vh - 65px);
    overflow: hidden;
}
.white-border-category > .category-container > .category {
    padding: 10px;
}
.bg-section{
    background: #f4f4f4;
    padding: 30px;
}
.bg-cross-selling{
    background: #F1E8DD;
    padding: 30px;
}
.container{
    max-width: 1240px;
}
.w100{
    width: 100%;
}
strong{
    font-family: 'Avenir-Heavy';
}
.pl0{
    padding-left: 0px;
}
.pr0{
    padding-right: 0px;
}
.p0{
    padding: 0px;
}
.header{
    background: #fff;
    padding: 20px 20px 0px 20px;
}
.header .row {
    margin-left: -10px;
    margin-right: -10px;
}
.header > .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.display-flex{
    display: flex;
    align-items: center;
}
.button-switch{
    background: #5696D4;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
}
.button-red{
    background: #D50032;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
}
.button-green{
    background: #279F00;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
}
.button-yellow{
    background: #FFB600;
    padding: 5px;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
}
.button-brown{
    background: #B4A08F;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
    margin: 0 auto;
}
.button-category{
    background: #B4A08F;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
    width: 200px;
    margin: 0 auto;
}
.carrello{
    font-family: 'Avenir-Light';
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    float: right;
}
.carrello p{
    margin-bottom: 0px;
}
.carrello img{
    width: 60px;
    margin-left: 20px;
}
a:hover{
    text-decoration: none;
}

/* ALLERGENI POPUP */
.allergeni-popup{
    text-align: center;
    font-family: 'Avenir-Light';
    font-size: 14px;
}
.allergeni-popup .title{
    font-size: 18px;
}
.icons-row{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: left;
}


/* SELEZIONE LINGUA */
.bg-section-intro{
    background: url('../img/fondo-home.jpg');
    background-size: cover;
    background-position: center center;
}
.blocco-select-lang{
    height: calc(100vh - 81px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt-intro-bold{
    font-family: 'Avenir-Heavy';
    font-size: 20px;
    color: #fff;
}
.txt-intro{
    font-family: 'Avenir-Light';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 65px;
}
.logo{
    text-align: center;
    margin-bottom: 65px;
}
.logo img{
    width: 194px;
    height: 194px;
}
.bandiere{
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.bandiere img{
    width: 95px;
}
.copy{
    font-family: 'Avenir-Roman';
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
}


/* LOADING */
.bg-section-loading{
    background: #75BFEC;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    border: 20px solid #fff;
}
.bg-section-loading .logo{
    height: calc(100vh - 40px);
    margin: 0 auto;
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-section-loading .logo img{
    margin-bottom: 80px;
}
#Progress {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background-color: #fff;
}
#Bar {
    position: absolute;
    width: 1%;
    height: 100%;
    border-radius: 5px;
    background-color: #4773AC;
}

/* CATEGORIE PIATTI E BEVANDE */

.txt-category{
    font-family: 'Avenir-Black';
    color: #fff;
    font-size: 29px;
    text-align: center;
    margin-bottom: 0px;
}
.line{
    height: 1px;
    background: #fff;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 15px;
}
.category{
   padding: 0px 10px;
}
.white-border-category > .category-container > .category.category-lista {
    padding-top: 0px;
    padding-bottom: 0px;
}
.white-border-lista {
    padding-top: 15px;
}
.category-container{
    margin-left: -10px;
    margin-right: -10px;
}
.col-md-9.category {
    max-height: calc(100vh - 103px);
    overflow-y: scroll;
}
.background-category{
    background-position: center center;
    max-height: 218px;
    min-height: 218px;
    display: flex;
    align-items: center;
}
.bg-1{
    background: url('../img/Intersection 9@2x.jpg');
    background-size: cover;
}
.bg-2{
    background: url('../img/Intersection 3@2x.jpg');
    background-size: cover;
}
.bg-3{
    background: url('../img/Intersection 10@2x.jpg');
    background-size: cover;
}
.bg-4{
    background: url('../img/Intersection 11@2x.jpg');
    background-size: cover;
}
.bg-5{
    background: url('../img/Intersection 12@2x.jpg');
    background-size: cover;
}
.bg-6{
    background: url('../img/Intersection 13@2x.jpg');
    background-size: cover;
}
.bg-7{
    background: url('../img/Intersection 14@2x.jpg');
    background-size: cover;
}
.bg-8{
    background: url('../img/Intersection 37@2x.jpg');
    background-size: cover;
}
.bg-9{
    background: url('../img/Intersection 36@2x.jpg');
    background-size: cover;
}
.bg-10{
    background: url('../img/bg10.jpg');
    background-size: cover;
}
.bg-action{
    background: #75BFEC;
}


/* LISTA PIETANE E VINI */


.pietanze .background-category{
    background-position: center center;
    max-height: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
}
.pietanze .background-category2{
    background-position: center center;
    max-height: 79px;
    min-height: 79px;
    display: flex;
    align-items: center;
    margin-top: 9px;
}
.pietanze .background-category3{
    background-position: center center;
    max-height: 51px;
    min-height: 51px;
    display: flex;
    align-items: center;
    margin-top: 9px;
}
.pietanze .txt-category{
    font-family: 'Avenir-Black';
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
.pietanze .line{
    height: 1px;
    background: #fff;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 5px;
}
.section-piatto{
    z-index: 2;
    position: relative;
    margin-top: -70px;
    margin-bottom: 30px;
}
.bg-content-piatto{
    background: #fff;
    border-radius: 5px;
    min-height: 100px;
    padding: 70px 50px 20px 50px;
    text-align: center;
}
.img-piatto{
    z-index: 3;
    position: relative;
    text-align: center;
}
.img-piatto img{
    width: 80%;
    margin: 0 auto;
}
.img-vino{
    z-index: 3;
    position: relative;
    text-align: center;
}
.img-vino img{
    width: 35%;
    margin: 0 auto;
}
.button-order{
    background: #B4A08F;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
    width: 200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    margin-top: -15px;
}
.nome-piatto{
    font-size: 18px;
    font-family: 'Avenir-Black';
    color: #333;
}
.price{
    font-size: 20px;
    font-family: 'Avenir-Black';
    color: #75BEEC;
}

/* AGGIUNTA PIATTO */

.detail-container{
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
}
.detail-container .logo-container{
    padding: 0px;
}
.detail-container .logo{
    margin-bottom: 0px;
}
.detail-container .logo img{
    width: 70px;
    height: 70px;
    float: left;
}
.detail-container .img-piatto{
    z-index: 3;
    position: relative;
    text-align: center;
}
.detail-container .img-piatto img{
    width: 100%;
    margin: 0 auto;
}
.title-section{
    font-size: 14px;
    font-family: 'Avenir-Black';
    color: #333;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
}
.title-product{
    font-size: 24px;
    font-family: 'Avenir-Black';
    color: #333;
    text-transform: uppercase;
}
.txt-light{
    font-family: 'Avenir-Light';
    font-size: 16px;
    margin-bottom: 0px;
}
.quantity{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'Avenir-Heavy';
    color: #333;
    text-align: center;
}
.center{
    text-align: center;
}
.icon-allergene{
    padding: 0px 10px;
}
.section-white{
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    margin-top: 35px;
}
.section-button{
    margin-top: 35px;
}
.elements-container{
    display: flex;
    align-items: center;
    height: calc(100vh - 205px);
}
.ingredients{
    margin-top: 20px;
    margin-left: -15px;
}
.message-return{
    font-size: 21px;
    color: #333;
    text-align: center;
    padding: 50px;
    font-family: 'Avenir-Light';
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.cross-selling{
    margin-left: 0px;
    margin-right: 0px;
}
.cross-selling.display-flex {
    align-items: stretch;
}
.cross-selling .box.product {
    display: flex;
}
.cross-selling .box.product .bg-section {
    display: flex;
    align-items: center;
}
.cross-selling .box{
    padding: 10px;
    font-family: 'Avenir-Light';
    text-align: center;
    margin-top: 10px;
}
.cross-selling .title{
    font-size: 21px;
    margin-bottom: 30px;
}
.cross-selling .bg-content-piatto{
    background: #fff;
    border-radius: 5px;
    min-height: 100px;
    padding: 50px 50px 10px 50px;
    text-align: center;
}
.cross-selling .img-piatto{
    z-index: 3;
    position: relative;
    text-align: center;
}
.cross-selling .img-piatto img{
    width: 50%;
    margin: 0 auto;
}
.cross-selling .button-order{
    background: #B4A08F;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
    width: 200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    margin-top: -15px;
}
.cross-selling .nome-piatto{
    font-size: 14px;
    font-family: 'Avenir-Black';
    color: #333;
    margin-bottom: 10px;
}
.cross-selling .price{
    font-size: 14px;
    font-family: 'Avenir-Black';
    color: #75BEEC;
}
.cross-selling .section-piatto {
    z-index: 2;
    position: relative;
    margin-top: -50px;
    margin-bottom: 20px;
}

/* CARRELLO */
#carrello .detail-container {
    margin-left: -10px;
    margin-right: -10px;
    height: calc(100vh - 215px);
    overflow-y: auto;
    padding: 0px;
}
#carrello .bg-section {
    padding: 20px;
}
#carrello .elements-container{
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 0px 10px;
}
#carrello .section-piatto{
    z-index: 2;
    position: relative;
    margin-top: -70px;
    margin-bottom: 30px;
}
#carrello .bg-content-piatto{
    background: #fff;
    border-radius: 5px;
    min-height: 100px;
    padding: 80px 20px 20px 20px;
    text-align: center;
}
#carrello .img-piatto{
    z-index: 3;
    position: relative;
    text-align: center;
}
#carrello .img-piatto img{
    width: 50%;
    margin: 0 auto;
}
#carrello .button-order{
    background: #B4A08F;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir-Roman';
    width: 200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    margin-top: -15px;
}
#carrello .nome-piatto{
    font-size: 12px;
    font-family: 'Avenir-Black';
    color: #333;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}
#carrello .description{
    font-size: 11px;
    font-family: 'Avenir-Light';
    color: #333;
    text-align: left;
    margin-bottom: 10px;
}
#carrello .price{
    font-size: 12px;
    font-family: 'Avenir-Black';
    color: #75BEEC;
    text-align: left;
    margin-bottom: 0px;
}
.bg-action-cart{
    background: #F1E8DD;
    padding: 30px;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    margin-left: 0px;
    margin-right: 0px;
}
.cart-icon {
    position: relative;
}
.cart-icon .cart-elements-number {
    position: absolute;
    top: 8px;
    right: 2px;
    width: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

/* SCHERMATA FINALE */
.blocco-finale{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 68px;
    padding-bottom: 68px;
}
#schermata-finale .bg-section-end{
    background: url('../img/fondo-finale.jpg');
    background-size: cover;
    background-position: center center;
}
#schermata-finale .bg-conferma{
    background: #fff;
    border-radius: 5px;
    padding: 50px;
}
#schermata-finale .logo{
    margin-bottom: 40px;
}
#schermata-finale .title{
    font-size: 26px;
    color: #333;
    font-family: 'Avenir-Black';
    text-align: center;
    margin-bottom: 40px;
}
#schermata-finale .subtitle{
    font-size: 22px;
    font-family: 'Avenir-Light';
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}


/* SCROLLBAR */
::-webkit-scrollbar {
    width: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #75BFEC;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #75BFEC; 
}
::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 10px;
}

/* MODAL */
.modal {
    top: 75px;
    align-items: center;
    bottom: 20px;
    height: auto;
}
.modal.show {
    display: flex !important;
}
.modal-dialog {
    margin-top: 0px;
    margin-bottom: 0px;
}
#conferma .modal-dialog {
    max-width: 900px;
    width: 900px;
}
.modal-backdrop.show {
    top: 75px;
    left: 20px;
    right: 20px;
    width: auto;
    height: auto;
    bottom: 20px;
}

/* CHECKBOX */
.custom-checkbox {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    background: #fff;
    border: solid 2px #B4A08F;
    margin-right: 10px;
    border-radius: 2px;
}
.custom-checkbox.checked {
    background: #B4A08F;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox .check-icon {
    display: none;
    position: absolute;
    left: 3px;
}
.custom-checkbox .check-icon i {
    color: #fff;
}
.custom-checkbox .check-icon.checked {
    display: block;
}
.check-container {
    display: flex;
    align-items: center;
}
.flex-check {
    display: flex;
    align-items: center;
}
.flex-check > div {
    height: 25px;
}