@import url('dejavu-sans.css');
@import url('dejavu-sans-light.css');
@import url('euphorigenic.css');
body{
  font-family: 'DejaVu Sans', serif;
  background: #000;
  color: #fff;
}

.accent {
    color: #ed4731;
}

.row{
  margin: 0;
}

.btn-link {
  color: #ec4631;
}

.btn-danger {
    background-color: #ec4631;
}

.btn-link:hover{
  color: #bb3524;
}

/*HEADER*/
#header{
    position: fixed;
    width: 100%;
    display: block;
    z-index: 100;
    border-bottom: solid 1px #fff;
}

#pageHeader {
    background: #000;
    padding: 1em 0;
    text-align: center;
    width: 100%;
}

#logoKayo {
    height: 51px;
    width: 170px;
    margin: 0 auto;
    background: url(../image/kayo.png);
    background-size: cover;
}

.menuContainer{
  padding-top: 14em;
}

#listaButtonContainer {
    position: absolute;
    top: 1em;
    right: 0;
}

#listaButton {
    color: #ec4731;
}

#listaCounter {
    position: absolute;
    display: block;
    top: 1.3em;
    right: 35px;
    background: #fff;
    border-radius: 2em;
    color: #ec4731;
}

#listaCounterCont {
    padding-top: 4px;
    display: block;
    width: 28px;
}

@media(max-width: 500px){
  #logoKayo{
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #pageHeader {
      padding: 0.8em;
  }

  .menuContainer{
    padding-top: 8em;
  }
  #listaButtonContainer {
      top: 0.8em;
  }
}

#categorieTab {
    background: #ec4631;
    text-align: center;
    padding: 0.2em 0;
    width: 100%;
}

#categorieTab .row{
    width: 100% !important;
}

#currentCategoria {
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'euphorigenic';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width: 480px){
  #currentCategoria {
    font-size: 1.2em;
    padding-top: 0.4em;
  }
}

@media(min-width: 480px) and (max-width: 1024px){
  #currentCategoria {
    font-size: 1.5em;
    padding-top: 0.2em;
  }
}

.catControls {
    display: inline;
}

.catControls svg {
    width: 0.3em;
}

.catControls button {
    color: #000!important;
    border: solid 2px;
    border-radius: 2em;
}

.imageBox img {
    border: solid 2px #fff;
}

.piatto-box {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.piatto-box .testiBox {
    font-family: DejaVu Sans ExtraLight;
}

.piatto-box .testiBox .prezzo {
    font-size: 1.1rem;
}

.piatto-box .testiBox .ingredienti {
    display: block;
    width: 70%;
    margin: 0 auto;
}

@media(max-width: 500px){
  .piatto-box .testiBox .ingredienti {
      width: 100%;
  }

  #tipoPasto {
      margin-top: -2em;
  }
}

.piatto-box .testiBox .nome {
    color: #ec4731;
    display: block;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.piatto-box .buttonBox .qtaControl {
    font-size: 1.5em;
    color: #fff!important;
    width: 50px;
    text-decoration: none;
    margin: 0 0.6em;
    font-family: 'DejaVu Sans';
}

.piatto-box .buttonBox .qtaPiatto {
    font-size: 1.8em;
    vertical-align: middle;
}

/*SCELTA PRANZO CENA*/
.prezziContainer {
    padding-top: 10em;
}
.prezzoPasto {
    width: 300px;
    height: 300px;
    display: block;
    margin: 0.5em auto;
    border: solid 4px #e84530;
    border-radius: 10em;
    text-align: center;
    font-family: euphorigenic;
    cursor: pointer;
}

.prezzoPasto:hover {
    background: #ffffff12;
}

.prezzoPasto.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.prezzoPasto .prezzoPastoContainer .prezzo {
    display: block;
    font-size: 4em;
    color: #ec4631;
}

.prezzoPasto .prezzoTitle {
    color: #ed4731;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 64px;
    display: block;
}

.prezzoPasto .apersona {
    text-transform: uppercase;
    color: #ec4631;
    font-size: 1.2em;
}

.buttonPasto {
    margin: 1em auto;
    display: block;
    font-family: euphorigenic;
    font-size: 1.5em;
    color: #ed4731;
}

#tipoPasto {
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    font-family: euphorigenic;
    border: solid 2px #ec4631;
    border-radius: 0.2em;
    color: #ec4631;
}

#regole {
    text-align: justify;
    margin-top: 2em;
    padding: 0 !important;
}

.regoleButtonContainer{
  text-align: center;
  font-weight: bold;
}

.asportoOptionBox {
    border: solid 1px;
    padding: 1em;
    min-height: 286px;
    margin: 0.5em 0;
    border-radius: 2em;
}

#singoliOption {
    padding-top: 2em;
}

#important_note {
    margin: 1rem;
    color: #ec4631;
}

/*Lista*/
.listaContainer{
  padding-top: 7em;
}

@media(max-width: 400px){
  .listaContainer{
    padding-top: 5em;
  }
}
.listElementContainer {
    text-align: center;
    border-bottom: solid 1px
}

.listElementContainer .qtaLista {
    font-size: 1em;
    color: #ec4631;
    display: inline;
}

.qtaLista::after {
    content: "x ";
    font-size: 0.8em;
}

.prezzoqtaLista {
    text-align: right;
    margin-top: 0.5em;
}

.listElementContainer .testoLista {
    font-size: 1em;
    padding-top: 0.5em;
    display: block;
}

.listElementContainer .numeroPiatto{
    color: #ec4631;
    font-family: euphorigenic;
    font-size: 1.2rem
}

#menuTab, #listaTab {
    text-align: center;
    margin-top: 1.3em;
}

#listaHeader .btn {
    margin-top: 0.5em;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-family: sans-serif;
}

.caratteristica_piatto{
  height: 35px;
  margin-top: -1.5em;
}

.caratteristica_piatto .car_item{
  display: none;
}

.legendaElement {
    display: inline-block;
    text-transform: uppercase;
    padding: 0.5em;
}

.legendaElement .circleLegenda {
    font-size: 1.2em;
}

footer {
    padding: 5em 0;
    text-align: center;
}

#legendaTitle {
    font-size: 1.3em;
    color: #ec4731;
    text-transform: uppercase;
}

.bibita-box .prezzo {
    display: inline;
    vertical-align: middle;
}

.bibita-box .nome {
    display: inline-block!important;
    width: 80%;
    text-align: left;
    vertical-align: middle;
}

@media(max-width: 800px){
  .bibita-box .nome {
      display: block!important;
      width: 100%;
      text-align: center;
  }
}

#piattiTab .titoloCatBib {
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'euphorigenic';
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2rem;
}

/*Comment in order to enable list*/
/*#listaButtonContainer {
    display: none;
}

.testiBox .buttonBox {
    display: none;
}*/
.modal{
  color: #000;
}

.button-modal button {
    width: 100%;
    display: block;
    margin: 0.5em 0;
}

/*Lista asporto*/

@media(max-width: 400px){
  .listaContainer{
    padding-right: 0;
    padding-left: 0;
  }
}

.testiBox {
    margin-bottom: 1.5em;
}

.titleBoxLista {
    text-align: center;
    font-size: 1.4em;
}

.prezzoBoxLista {
    text-align: right;
    color: #ec4631;
    font-size: 1.4em;
    margin-top: 0.5em;
}

.prezzoLista {
    display: inline;
}

.prezzoLista::before {
    content: "€ "
}

@media(max-width: 400px){
  .prezzoLista {
      display: block;
  }

  .prezzoLista::before {
      content: ""
  }
}

.messagePiatti {
    text-align: center;
    display: block;
    width: 100%;
}

.boxContent .alert {
    width: 100%;
    display: block;
}

.boxControl {
    position: absolute;
    display: inline;
    right: 0;
}

@media(max-width: 400px){
  .boxControl {
      position: relative;
      display: block;
      right: auto;
  }
}

#resocontoTab .custom-control-input:checked~.custom-control-label::before {
    border-color: #ed4731;
    background-color: #ed4731;
}

#resocontoTot .resocontoLabel {
    text-align: right;
    color: #fff!important;
}

.costoTotContainer {
    color: #ed4731;
    font-size: 1.2em;
}

#resocontoTab {
    margin-top: 1em;
}

#resocontoTot {
    margin-top: 1.2em;
}

#boxRimanenti {
    background: #ec4631;
    text-align: center;
    border-top: solid 1px;
}

.asportoContainer {
    padding-top: 8em;
}

.not-avail-label{
    display: none;
}

.custom-control-input:disabled~.custom-control-label .not-avail-label {
    display: inline;
}

@media(max-width: 400px){
  .asportoContainer {
      padding-top: 7em;
  }
}

.optionTitle {
    text-align: center;
    color: #ed4731;
    text-transform: uppercase;
    font-family: euphorigenic;
    font-size: 1.5em;
}

.optionDescription {
    padding-top: 1em;
}

.optionPrice {
    padding-top: 1em;
    font-size: 1.3em;
    color: #ed4731;
}

.asportoOption svg {
    width: 1.5em;
    display: block;
    margin: 0 auto;
    padding: 2rem;
    border: solid 2px #ed4731;
    border-radius: 10rem;
}

#qtaEditModal {
    text-align: center;
}

#piattoListaQta {
    font-size: 1.4em;
}

#loader {
    text-align: center;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 3;
    background: #000;
}

#loader .spinner-border {
    margin-top: 50vh;
}

#bantamcredit, #bantamcredit a {
    color: #eb4631;
    font-size: 0.8rem;
    margin-top: 1em;
}

/* === POKE STYLES - Da aggiungere alla fine del file stile.css === */

.pokeBuilderContainer {
    padding-top: 7em;
}

/* Ingredienti - stesso stile dei piatti esistenti */
.ingrediente-box {
    margin: 0 auto;
    text-align: center;
    display: block;
    border: solid 2px #fff;
    border-radius: 1em;
    padding: 1.5em;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    min-height: 180px;
    transition: all 0.3s ease;
}

.ingrediente-box:hover {
    background: #ffffff12;
    border-color: #ec4631;
}

.ingrediente-box.selected {
    border-color: #ec4631;
    background: rgba(237, 71, 49, 0.1);
    border-width: 3px;
}

.ingrediente-nome {
    color: #ec4631;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    font-family: 'DejaVu Sans', serif;
}

.ingrediente-prezzo {
    color: #fff;
    margin-bottom: 1em;
    font-size: 0.9em;
}

.ingrediente-prezzo.gratis {
    color: #28a745;
}

.ingrediente-prezzo.supplemento {
    color: #ffc107;
}

.ingrediente-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.ingrediente-controls button {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    transition: all 0.2s ease;
    font-family: 'DejaVu Sans', serif;
}

.ingrediente-controls button:hover:not(:disabled) {
    background: #ec4631;
    border-color: #ec4631;
    color: #fff;
}

.ingrediente-controls button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.ingrediente-qta {
    font-size: 1.5em;
    font-weight: bold;
    min-width: 40px;
    color: #ec4631;
    vertical-align: middle;
}

/* Progress bar - stesso stile del resto */
.progress {
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.progress-bar.bg-danger {
    background-color: #ec4631 !important;
}

/* Step navigation */
#pokeStepTitle {
    font-family: 'euphorigenic';
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 0.5em;
}

#pokeStepDescription {
    margin-bottom: 2em;
    font-size: 1.1em;
}

/* Anteprima poke */
#pokePreview {
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.9em;
    line-height: 1.4;
}

/* Controlli navigazione - stesso stile esistente */
#pokePrevStep, #pokeNextStep, #pokeAddToCart {
    font-size: 1.1em;
    padding: 0.8em 1.5em;
    border-radius: 2em;
    text-transform: uppercase;
    font-weight: bold;
}

#pokePrevStep:disabled {
    opacity: 0.3;
}

#pokeAddToCart {
    display: none;
}

/* Responsive - stesso breakpoint esistente */
@media(max-width: 500px){
    .pokeBuilderContainer {
        padding-top: 6em;
    }
    
    .ingrediente-box {
        padding: 1em;
        min-height: 150px;
    }
    
    .ingrediente-nome {
        font-size: 1em;
    }
    
    #pokeStepTitle {
        font-size: 1.5em;
    }
    
    .ingrediente-controls button {
        width: 35px;
        height: 35px;
        font-size: 1em;
    }
    
    .ingrediente-qta {
        font-size: 1.3em;
        min-width: 35px;
    }
}

@media(max-width: 400px){
    .pokeBuilderContainer {
        padding-top: 5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    
    .ingrediente-box {
        min-height: 130px;
        padding: 0.8em;
    }
    
    #pokeStepTitle {
        font-size: 1.3em;
    }
}

/* === MIGLIORAMENTI SPAZIATURA POKE === */

/* Aggiungi spazio tra le card */
.ingredientePokeElement {
    padding: 0.75rem; /* Spazio attorno a ogni card */
    margin-bottom: 1rem;
}

.ingrediente-box {
    margin-bottom: 0; /* Reset margin per evitare doppia spaziatura */
}

/* Spazio tra i passi/categorie */
#pokeStepTitle {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

#pokeStepDescription {
    margin-bottom: 2rem;
}

/* Responsive - mantieni spaziatura ridotta su mobile */
@media(max-width: 500px){
    .ingredientePokeElement {
        padding: 0.5rem;
        margin-bottom: 0.75rem;
    }
}