body{
    background: #EDEDED !important;
  /*  padding-bottom: 100px;*/
}
.menu-1{
    background: var(--hover);
    color: #fff;
    border-bottom: 0px !important;
}
.menu-1 a{
    color: #fff;
}

.headerCardapio{
    position: relative;
    z-index: 0;
    padding-top: 15px;
}
.headerCardapio:before{
    position: absolute;
    z-index: -2;
    height: 106px;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.headerCardapio:after{
    position: absolute;
    z-index: -1;
    height: 106px;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--padrao);
    content: '';
    opacity: 70%;
   /* background-image: linear-gradient(0deg, #716c6c75 -10%, var(--padrao) 100%) !important;*/
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
}
.headerCardapio .container{
    z-index: 1;
}

.headerCardapio .titulo-anuncio{
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
}

.headerCardapio .subtitle{
    line-height: 40px;
}
.headerCardapio .subtitle a:hover{
    text-decoration: none;
}

.headerCardapio .abertoEstab{
    font-size: .75rem;
    font-weight: 400;
    border-radius: 15px;
    padding: 0.5em 1em;
}

.headerCardapio .abertoEstab .ped_min{
    font-weight: 600;
}
.headerCardapio .abertoEstab strong{
    font-weight: 700;
}
 .priceCart{
    position: relative;
}
.priceCart .badge{
    position: absolute;
    right: -13px;
    top: -4px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    padding: 0px;
    font-size: 0.70rem;
    background: #fff;
    color:  var(--hover);
}


/* MODAL ALL*/
.modal-all.show{
    background-color: rgba(255, 255, 255, .95);
    opacity: 1;
}
.modal-all .modal-dialog{
   margin-top: 0px;
   margin-bottom: 0px;
}

.modal-all ::-webkit-scrollbar {
    width: 5px;
}

.modal-all ::-webkit-scrollbar-track {
    background-color: transparent;
}
.modal-all ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 30px;
}

.modal-all .modal-dialog .modal-header,
.modal-all .modal-dialog .modal-footer,
.modal-all .modal-dialog .modal-body,
.modal-all .modal-dialog .modal-content{
    border: 0px !important;
    background: transparent;
    border-radius: 0px;
    padding: 0px !important;

}
.modal-all .modal-dialog .modal-body{
    position: relative;
}

.modal-all .btn-close-modal{
    border-radius: 50px !important;
    background:#fff !important;
    width: 37px !important;
    height: 37px !important;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    font-size: 2.5rem;
    opacity: .5;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.modal-all .modal-dialog-scrollable{
    height: 100%;
    max-height: 100%;
}

.modal-all .modal-dialog {
    margin-left: 0px;
    margin-right: 0px;
}
@media (min-width: 576px){
   .modal-all .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}
.modal-dialog-scrollable .modal-content {
    max-height: 100vh;
}

.modal-all .modalDetalhes{
   padding: 1rem;

    background: #fff;
}


/* MODAL FILL IN */
.modal-fill-in {
    background-color: transparent;
}
.modal-fill-in.show {
    background-color: rgba(255, 255, 255, .95);
    opacity: 1;
    position: fixed;
    height: 100vh;
}

.modal-fill-in .modal-dialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.modal-fill-in.modal-fill-in-top .modal-dialog {
   /* height: auto !important;*/
}


.modal-fill-in .modal-dialog button.close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
    font-size: 2.5rem;
    opacity: .5;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}




.modal-fill-in .modal-dialog .modal-header,
.modal-fill-in .modal-dialog .modal-footer,
.modal-fill-in .modal-dialog .modal-content{
    border: 0px !important;
}

@media (min-width: 768px) {
    .modal-fill-in .modal-dialog > * {
        width: 600px;
    }
    .modal-fill-in .modal-dialog.modal-sm > * {
        width: 300px;
    }

}

@media (min-width: 992px) {
    .modal-fill-in .modal-dialog.modal-lg > * {
        width: 900px;
    }
}

.modal-fill-in .modal-content {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*
.modal-fill-in ::-webkit-scrollbar {
    width: 5px;
}

.modal-fill-in ::-webkit-scrollbar-track {
    background-color: transparent;
}
.modal-fill-in ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 30px;
}

.btn-close-modal{
    border-radius: 50px !important;
    background:#fff !important;
    width: 37px !important;
    height: 37px !important;

    font-weight: 400;
}
.modal-dialog-scrollable {
    height: 100% !important;
    max-height: 100% !important;
}
.modal-fill-in  form{
    height: 100%;
}
.modal-dialog-scrollable .modal-content{
    max-height: 100vh;
    height: 100vh;
}
*/
/* END MODAL FILL IN */





.filtroCardapio .input-group {
    border: 1px solid rgb(136 135 135 / 7%);
    border-radius: 5px;
}

.filtroCardapio .form-control {
    background: #fff;
    border: 0px !important;
    padding-left: 4px;
    font-size: 0.9rem;
    height: calc(3em + 1rem + 2px) !important;
}
.filtroCardapio .input-group-text{
    background: #fff;
    border: 0px !important;
}
.filtroCardapio .form-control:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}


:target {
    scroll-margin-top: 70px;
}
.produtosCardapio h3{
    color: #3f3e3e;
    font-weight: 700;
    font-size: 1.3rem;
    padding-bottom: 15px;
}
.produtosCardapio h4{
    font-size: 1.2rem;
    font-weight: 600;
}
.produtosCardapio p{
    color: #707070;
}
.card.produtosCardapioItem{
    border:0px !important;
    margin-bottom: 15px;
    line-height: 1.2em;
    cursor: pointer;
}

@media (max-width: 576px){
    .card.produtosCardapioItem{
        border-radius: 0px !important;
        margin-bottom: 8px !important;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.produtosCardapioItem:hover{
    text-decoration: none;
}

.produtosCardapioItem .valor_por{
    font-weight: 600;
    font-size: 1.2rem;
}
.produtosCardapioItem .valor_de{
    text-decoration: line-through
}
.produtosCardapioItem img{
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.modalPecaOnline  {
    line-height: 1.2em;
    background: #fff !important;
}
.modalPecaOnline .valor{
    min-width: 100px;
    width: auto;
    text-align: right;
    white-space: nowrap;
}
.modalPecaOnline .descricao{
    font-size: 0.9rem;
    color: #999;
}


.modalPecaOnline .form-group {
    margin-bottom: 0.5rem;
}
.modalPecaOnline .form-group label{
    margin-bottom: 4px;
    font-size: 13px;
}



.backImg{
    background-size:cover;
    background-position: center center;
    background-repeat:  no-repeat;
    height: 200px;
}

.detailCardapio  .border-bottom{
    border-color: #dee2e626
}

#totalPedidoOnline{
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: var(--hover);
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
#totalPedidoOnline:hover{
    text-decoration: none;
}
#totalPedidoOnline .container{
    max-width: 680px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#totalPedidoOnline .container a{
    color: #fff;
}

.modalPecaOnline .btn-secondary:not(:disabled):not(.disabled):active,
.modalPecaOnline .btn-secondary:not(:disabled):not(.disabled).active,
.modalPecaOnline .show > .btn-secondary.dropdown-toggle {

    background-color: #e74c3c  !important;
    border-color: #e74c3c  !important;
}



.btn-add-produto{
    border-radius: 0.25rem !important;
}


.sem-scroll{
    overflow: hidden;
}

#navbar_top{
    background-color: var(--padrao);
}
#navbar_top a{
    color: #fff !important;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.2rem;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
    border-radius: 6px;
    display: block;
}

#navbar_top .slick-active a,
#navbar_top a:hover{
    text-decoration: none;
    /*color: #bfbfbf !important;*/
    background: var(--hover);
}
#navbar_top .slick-active a{
    font-size: 1.25rem !important;
}
#gruposProdutosSlick{
    min-height: 25px;
}

html{
    scroll-behavior: smooth;
}


