a{
    color: #000;
    text-decoration: none!important;
}

*{
    font-family: "Mont";
}

@font-face {
    font-family: Mont;
    src: url("../font/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: bauni;
    src: url("../font/bauni-font.ttf");
}

.input-header{
    padding: 3px 15px;
    border-radius: 5px;
    border: 1px solid #000;
    gap: 10px;
}

.label{
    margin-bottom: 0px!important;
}

.label:focus{
    margin-bottom: 0px!important;
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 

.borda-none{
    border: none;
}

.borda-none:focus{
    border: none;
}

.borda-none:hover{
    border: none;
}

.borda-none::before{
    border: none;
}

.borda-none::after{
    border: none;
}

a:hover{
    color: #000;
    text-decoration: underline;
}

li{
    list-style-type: none;
}

.coluna{
    display: flex;
    flex-direction: column;
}

.linha{
    display: flex;
    flex-direction: row;
}

input:focus{
    border: none;
}

input:active{
    border: none;
}

.centro{
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-100{
    width: 100%;
}

.w-50{
    width: 50%;
}

.w-60{
    width: 60%;
}

.w-40{
    width: 40%;
}

.img-header{
    width: 20%;
}

.itens-header-e{
    width: 40%;
}

.itens-header-d{
    width: 40%;
}

.ulsetings{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px!important;
}

.header{
    height: 120px;
    background-color: #dcd1f3;
    width: 100%;
    padding: 20px;
}

.span-header{
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-family: mont;
    font-weight: 600;
}

.modelo-select{
    padding: 10px;
    background-color: transparent;
    border: none;
}

.titulo-itens{
    font-weight: bold;
    font-size: 27px;
    color: #DCD1F3;
}

.subtitulo-itens{
    font-size: 18px;
}

.info-imp{
    font-size: 22px;
    color: #DCD1F3;
    font-weight: bold;
}

.card-cardapio{
    height: 178px;
    display: flex;
    flex-direction: row;
    background-color: #fff7fb;
    border: 1px solid #f1f1f1;
    transition: all ease-in 0.3s;
}

.card-cardapio:hover{
    background-color: #F2EAEE;
    border: 1px solid #fea8d5;
    cursor: pointer;
}

.texto-card{
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 66%;
}

.img-card{
    height: 17px;
    width: 34%;
    background-image: url(../img/img-card.webp);
    background-position: center;
    background-size: cover;
}

.check-modal{
    border: 1px solid #adb5bd;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    cursor: pointer;
}

.check-box{
    height: 20px;
    width: 20px;
    border: 1px solid #DCD1F3;
    background-color: transparent;
}

.botao-adicionar{
    height: 36px;
    width: fit-content;
    padding: 0 20px;
    border: 1px solid #DCD1F3;
    color: #fff;
    background-color: #DCD1F3;
}

.botao-adicionar:hover{
    opacity: 0.85;
    cursor: pointer;
}

.img-modal{
    width: 100%;
    height: 200px;
    background-image: url(../img/bolos.webp);
    background-position: center;
    background-size: cover;
    margin-bottom: 1rem;
}

.check-box.checked {
    background-color: #DCD1F3;
}

.img-cardapio{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-bottom: 16px;
}

.img-cardapio2{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-bottom: 16px;
}

.w-50{
    width: 50%;
}

.card-big{
    cursor: pointer;
}

.quad-rosa{
    width: 100%;
    height: fit-content;
    padding: 16px;
    border-radius: 5px;
    background-color: #dcd0f379;
}

.tamanho-sel{
    background-color: #fff;
    min-height: 30px;
    width: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.borda-preta{
    border: 1px solid #000;
}

.preco-produto{
    font-size: 24px;
    font-weight: 400;
}

.comprar{
    width: fit-content;
    padding: 12px 36px;
    background-color: #DCD0F3;
    font-size: 22px;
    font-weight: 300;
    transition: all ease 0.3s;
    border: none;
}

.comprar:hover{
    background-color: #DCD1F3;
     color: #fff;
}

.comprar2{
    width: fit-content;
    padding: 12px 36px;
    background-color: #DCD0F3;
    font-size: 22px;
    font-weight: 300;
    transition: all ease 0.3s;
    border: none;
}

.comprar2:hover{
    background-color: #DCD1F3;
     color: #fff;
}

.w-33{
    width: 33%;
}

.input-pagamento{
    border: 1px solid #ccc;
    padding: 8px 16px;
    min-height: 45px;
}

.input-pagamento:focus{
    border: 1px solid #ccc!important;
}

.input-pagamento::after{
    border: 1px solid #ccc!important;
}

.input-pagamento:active{
    border: 1px solid #ccc!important;
}

.copiar-codigo{
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.rodape{
    background-color: #dcd1f3;
    color: #000;
    height: auto;
    width: 100%;
    font-size: 14px;
}
.rodape a{
    text-decoration: none;
    color: #000;
}
.rodape p{
    margin-bottom: 0px;
}
.rodape-div{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    margin: auto;
    align-items: stretch;
    justify-content: space-between;
    padding: 50px;
}
.rodape-div-1, .rodape-div-2, .rodape-div-3, .rodape-div-4{
    display: flex;
    width: calc(100% / 4 - 20px);
    padding: 10px;
}
.rodape span{
    font-size: 20px;
    color: #000;
}
.rodape-direitos{
    width: 100%;
    background-color: black;
    padding: 10px;
    margin: 0px;
    text-align: center;
}

.w33-w100{
    width: 33%;
}

.margem{
    margin-top: 32px;
    padding: 0 50px;
}

.pad-qs{
    width: 75%;
    gap: 30px;
}

.pd50-20{
    padding: 0 50px;
}

.w-60-100{
    width: 60%;
}

.w-40-100{
    width: 60%;
}

.w-40-25{
    width: 40%;
}

.w-15-25{
    width: 15%;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

.risco{
    height: 4px;
    width: 30px;
    border-radius: 5px;
    background-color: #000;
}

.w-40-w-100{
    width: 40%;
}

.w-60-w-100{
    width: 60%;
}

.menos-esq{
    height: 32px;
    width: 32px;
    border: 1px solid #ccc;
    border-right: none;
}

.mais-dir{
    height: 32px; width: 32px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.centro-quad{
    height: 32px; width: 32px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.w-15-25{
    width: 15%;
}

.w-20-25{
    width: 20%;
}

.w-50-100{
    width: 50%;
}

.post1{
    height: 120px;
    justify-content: flex-start;
}

.gp8-0{
    gap: 8px;
}

.img-little-prod{
    height: 150px;
    width: 100%;
}

/*mobile*/
@media (max-width: 768px) {
    .rodape-div-1, .rodape-div-2, .rodape-div-3, .rodape-div-4{
        width: calc(50% - 20px);
        padding: 10px;
    }

    .img-little-prod{
        height: 100px!important;
        width: 100%;
    }

    .img-cardapio2{
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 360px!important;
        margin-bottom: 16px;
    }

    .mt120m{
        margin-top: 120px;
    }

    .mt60m{
        margin-top: 60px;
    }

    .mt50m{
        margin-top: 50px;
    }

    .w-50-100{
        width: 100%!important;
    }

    .fz14{
        font-size: 14px;
    }

    .lh1{
        line-height: 1.1;
    }

    .centrom{
        display: flex!important;
        align-items: center;
        justify-content: center;
    }

    .centro-quad{
        height: 32px; width: 32px;
        border-top: none!important;
        border-bottom: none!important;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .menos-esq{
        height: 32px;
        width: 32px;
        border-left: 1px solid #ccc!important;
        border-right: 1px solid #ccc!important;
        border-bottom: none;
    }
    
    .mais-dir{
        height: 32px;
        width: 32px;
        border-bottom: 1px solid #ccc!important;
        border-left: 1px solid #ccc!important;
        border-right: 1px solid #ccc!important;
        border-top: none!important;
    }

    .gp8-0{
        gap: 0px!important;
    }

    .post1{
        min-height: 240px!important;
        justify-content: center;
    }

    .w-15-25{
        width: 25%!important;
    }

    .w-20-25{
        width: 25%!important;
    }

    .w-60-w-100{
        width: 100%!important;
    }

    .w-40-w-100{
        width: 100%!important;
    }

    .desktop{
        display: none!important;
    }
    
    .mobile{
        display: block!important;
    }

    .w-40-25{
        width: 25%!important;
    }

    .w-15-25{
        width: 25%!important;
    }

    .centrom{
        justify-content: center!important;
    }

    .w-60-100{
        width: 100%!important;
    }

    .w-40-100{
        width: 100%!important;
    }

    .rodape-div{
        padding: 60px 0px 40px 0px;
    }

    .pd50-20{
        padding: 0 20px!important;
    }

    .pad-qs{
        width: 100%!important;
        gap: 10px!important;
    }

    .margem{
        margin-top: 70px;
        padding: 0 40px!important;
    }

    .w33-w100{
        width: 100%!important;
    }

    .colunam{
        flex-direction: column!important;
    }

    .colunamr{
        flex-direction: column-reverse!important;
    }

    .rodape-div{
        flex-direction: column!important;
        text-align: center;
    }

    .rodape-div-1, .rodape-div-2, .rodape-div-3, .rodape-div-4{
        display: flex;
        width: 100%!important;
        padding: 10px;
        justify-content: center;
    }

    .font-footer{
        font-size: 18px;
    }

    .comprar{
        width: fit-content;
        padding: 6px 12px;
        background-color: #DCD0F3;
        font-size: 18px;
        font-weight: 300;
        transition: all ease 0.3s;
        border: none;
    }

    .comprar2{
        width: fit-content;
        padding: 8px 16px;
        background-color: #DCD0F3;
        font-size: 18px;
        font-weight: 300;
        transition: all ease 0.3s;
        border: none;
    }

    .img-carousel-prop{
        width: 100%;
        height: 400px!important;
        object-fit: cover; 
        object-position: center;
        border-radius: 5px;
    }

    /*CAROUSEL MOBILE*/
    .carousel {
        display: block;
        text-align: left;
        position: relative;
        margin-bottom: 22px;
        
        > input {
            clip: rect(1px, 1px, 1px, 1px);
            clip-path: inset(50%);
            height: 1px;
            width: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            
            &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
            &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
            &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
            &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
            &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
            &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }
            
            &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 100px!important; width: 100px}
            &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 100px!important; width: 100px}
            &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 100px!important; width: 100px}
            &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 100px!important; width: 100px}
            &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 100px!important; width: 100px}
            &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 100px!important; width: 100px}
        }
    }
}

/* CAROUSEL */

@mixin aspect-ratio($width, $height) {
    position: relative;
      
    &:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: ($height / $width) * 100%;
    }
      
    > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: auto;
    }

    .carousel__thumbnails {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        
        .carousel__slides + & {
            margin-top: 20px;
        }
        
        li {        
            flex: 1 1 auto;
            max-width: calc((125% / 5) - 0px);  
            margin: 0 5px;
            transition: all 300ms ease-in-out;
        }
        
        label {
            display: block;
            @include aspect-ratio(1,1);
            
                      
            &:hover,
            &:focus {
                cursor: pointer;
                
                img {
                    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
                    transition: all 300ms ease-in-out;
                }
            }
        }
        
        img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    
  }

  .img-carousel-prop{
    width: 100%;
    height: 540px;
    object-fit: cover; 
    object-position: center;
    border-radius: 5px;
  }
  
  /*Styling*/
  
  section {
      background: #F4F4F4;
      padding: 50px 0;
  }
  
  .container {
      max-width: 1044px;
      margin: 0 auto;
      padding: 0 20px;
  }
  
  .carousel {
      display: block;
      text-align: left;
      position: relative;
      margin-bottom: 22px;
      
      > input {
          clip: rect(1px, 1px, 1px, 1px);
          clip-path: inset(50%);
          height: 1px;
          width: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          
          &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
          &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
          &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
          &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
          &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
          &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }
          
          &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 150px; width: 100px}
          &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 150px; width: 100px }
          &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 150px; width: 100px }
          &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 150px; width: 100px }
          &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 150px; width: 100px }
          &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { box-shadow: 0px 0px 0px 5px rgb(168, 0, 76, 0.5); height: 150px; width: 100px }
      }
  }
  
  .carousel__slides {
      position: relative;
      z-index: 1;
      padding: 0;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      display: flex;
  }
  
  .carousel__slide {
      position: relative;
      display: block;
      flex: 1 0 100%;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transition: all 300ms ease-out;
      vertical-align: top;
      box-sizing: border-box;
      white-space: normal;
      
      figure {
          display: flex;
          margin: 0;
      }
      
      div {
          @include aspect-ratio(3, 2);
          width: 100%;
      }
      
      img {
          display: block;
          flex: 1 1 auto;
          object-fit: cover;
      }
      
      figcaption {
          align-self: flex-end;
          padding: 20px 20px 0 20px;
          flex: 0 0 auto;
          width: 25%;
          min-width: 150px;
      }
      
      .credit {
          margin-top: 1rem;
          color: rgba(0, 0, 0, 0.5);
          display: block;        
      }
      
      &.scrollable {
          overflow-y: scroll;
      }
  }
  
  .carousel__thumbnails {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      
      .carousel__slides + & {
          margin-top: 20px;
      }
      
      li {        
          flex: 1 1 auto;
          max-width: calc((125% / 6) - 0px);  
          margin: 0 5px;
          transition: all 300ms ease-in-out;
      }
      
      label {
          display: block;
          @include aspect-ratio(1,1);
          
                    
          &:hover,
          &:focus {
              cursor: pointer;
              
              img {
                  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
                  transition: all 300ms ease-in-out;
              }
          }
      }
      
      img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
  }

/* END CAROUSEL */
.contagem-carrinho {
    position: absolute; 
    top: 2px; 
    right: -1px; 
    color: black; 
    border-radius: 50%; 
    padding: 5.5px 8px; 
    font-size: 11px; 
    font-weight: bold;
    margin-right: -3.5px;
}

.div-contagem-carrinho {
    position: relative; 
    display: inline-block; 
    top: -5px;
}