﻿/* Fonte Roboto Regular */
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url("../fonts/Roboto-Regular.eot?") format("eot"), url("../fonts/Roboto-Regular.ttf") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto") format("svg");
}

/* Fonte Roboto Negrito (Bold) */
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url("../fonts/Roboto-Bold.eot?") format("eot"), url("../fonts/Roboto-Bold.ttf") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto") format("svg");
}

html,
body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    z-index: 10;
    background-color: white;
    overflow-y: auto;
    user-select: none;
}

body {
    background-color: white;
}

.btn:hover {
    color: white !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.informacao-mercadoria {
    font-size: 12px;
    font-weight: lighter;
    color: #808080;
}

.informacao-mercadoria-adicional {
    font-size: 12px;
    font-weight: lighter;
    color: #808080;
    text-align: left;
}

.preco-mercadoria {
    font-size: 14px;
    color: #808080;
    font-weight: lighter;
}

.valor-adicional {
    font-size: 16px;
    color: #808080;
    font-weight: lighter;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .background-cabecalho {
        display: none;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

nav {
    height: 90px;
}

.navbar {
    color: white;
    border-bottom-color: #E0E0E0 !important;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
    background-color: #f4f4f4;
    overflow: hidden;
    font-size: 13px;
    height: 30px;
}

.footer-conteudo {
    margin-left: 100px;
    margin-right: 100px;
    height: 500px;
    vertical-align: text-top !important;
    margin-top: 0px !important;
}

.texto-rodape {
    color: CaptionText;
    font-size: 16px;
}

.float-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

.content {
    flex: 1;
    padding: 00px;
    overflow-y: auto; /* Habilitar scroll no conteúdo */
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%; /* Ocupa toda a largura disponível */
    max-width: none; /* Ignora a largura máxima padrão */
    overflow-x: hidden;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(249,249,249);
    color: #ff9c1b;
    flex: 0 0 120px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btn-pesquisa {
    height: 30px;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 100;
    line-height: 1; /* Adicione esta linha */
}

.input-pesquisa {
    height: 30px;
}

.btn-round-categoria {
    border-radius: 10px;
    height: 40px;
}

    .btn-round-categoria.collapsed {
        background-color: #969494;
    }

    .btn-round-categoria:not(.collapsed) {
        color: #fff;
        background-color: #808080;
    }

    .btn-round-categoria.active {
        background-color: #969494;
    }

    .btn-round-categoria:not(.active) {
        color: #fff;
        background-color: #808080;
    }

/* Estilização dos checkboxes */
.custom-checkbox {
    display: inline-block;
    margin-right: 15px; /* Espaço entre os checkboxes */
    font-size: 16px;
    user-select: none;
}

    .custom-checkbox input {
        display: none; /* Tornar o input invisível */
    }

/* Estilo da marca de seleção */
.checkmark {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Estilo da marca de seleção quando o checkbox está marcado */
.custom-checkbox input:checked + .checkmark {
    background-color: #2196F3;
}

/* Estilo do sinal de marcação (visto) */
.checkmark:after {
    content: "";
    display: none;
}

/* Mostrar o sinal de marcação quando o checkbox está marcado */
.custom-checkbox input:checked + .checkmark:after {
    display: block;
    content: "\2713"; /* Símbolo de marcação (visto) */
    color: white;
    position: absolute;
    left: 5px;
    top: 2px;
}

/* Estilização do container dos checkboxes */
.checkbox-container {
    display: inline-block;
    margin-top: 10px;
}

.col-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Certifique-se de que o elemento ocupe toda a altura */
}

.col-right {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%; /* Certifique-se de que o elemento ocupe toda a altura */
    margin-right: 10px;
    margin-left: 10px;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px; /* Ajuste conforme necessário */
    margin: 2px;
}

.quantity-btn {
    background-color: #F5F5F5;
    border: none;
    color: #333;
    font-size: 16px;
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    height: 35px
}

    .quantity-btn:hover {
        background-color: #E0E0E0;
        color: #222;
    }

.custom-input {
    border: none;
    background-color: #F5F5F5;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-items: center;
    width: 70px; /* Ajuste conforme necessário */
    line-height: 1; /* Corrige o alinhamento vertical */
    font-size: 16px; /* Ajuste o tamanho da fonte conforme necessário */
    height: 35px;
}

    .custom-input:focus {
        background-color: #E0E0E0;
        outline: none;
    }

.descricao-mercadoria {
    font-weight: bold;
    font-size: 14px;
    color: #808080;
}

.descricao-adicional {
}

.descricao-observacao {
}

#btnAcima, #btnAbaixo {
    display: none;
    position: fixed;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    bottom: 75px;
    height: 42px;
}

    #btnAcima:hover, #btnAbaixo:hover {
        background-color: #555;
    }

#valTotalMercadoria {
    display: none;
    position: fixed;
    right: 76px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    bottom: 75px;
    padding: 9px;
}

.descricao-adicional-item {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #808080;
}

.descricao-fracionada-item {
    text-align: left;
}

.open-chat-button {
    background-color: transparent;
    /* padding: 16px 20px;*/
    border: none;
    cursor: pointer;
    opacity: 1.0;
    position: fixed;
    bottom: 65px;
    right: 15px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    right: 14px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    bottom: 75px;
}

.chat-balloon {
    display: none;
    position: fixed;
    right: 14px;
    z-index: 9;
    bottom: 75px;
    outline: none;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

    /* Full-width textarea */
    .form-container textarea {
        width: 100%;
        padding: 5px;
        margin: 5px 0 5px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
    }

        /* When the textarea gets focus, do something */
        .form-container textarea:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/send button */
    .form-container .btn-send {
        background-color: #4CAF50;
        color: white;
        padding: 5px 5px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }

    .form-container .btn-finish {
        background-color: red;
        color: white;
        padding: 5px 5px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.card {
    border: 0px
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.left.carousel-control,
.right.carousel-control {
    background-image: none;
    margin-top: 100px;
    margin-bottom: 100px;
}

.carousel-control-prev {
    width: 20px;
}

.carousel-control-next {
    width: 20px;
}

.carousel-control-prev-icon {
    filter: brightness(0);
    margin-left: -20px;
    bottom: 10%;
}

.carousel-control-next-icon {
    filter: brightness(0);
    margin-right: -20px;
}

.card-body {
    height: 180px;
}

.card-title {
    color: gray;
}

.col-categoria-nav {
    position: inherit !important;
    display: block !important;
    margin: 0px !important;
}

.owl-categoria {
    position: inherit !important;
    display: block !important;
    margin-top: 12px !important;
}

.col-auto-categoria {
    padding: 0px !important;
    margin: 0px !important;
}

.load-item {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ff9c1b;
}

.item-fixado {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1; /* Para garantir que fique acima do conteúdo */
}

.nav-cardapio {
    overflow-x: auto;
    white-space: nowrap;
    background: #fff;
    display: flex;
    border-bottom: 2px solid #ccc; /* Borda na parte inferior */
}

    .nav-cardapio::-webkit-scrollbar {
        display: none
    }

    .nav-cardapio .categoria-item {
        display: inline-block;
        padding: 1rem 1.5rem;
        text-transform: capitalize;
        text-decoration: none;
        font-size: 14px;
        color: red;
    }

        .nav-cardapio .categoria-item:last-child {
            margin-right: 0rem
        }

        .nav-cardapio .categoria-item.selected {
            font-weight: bold;
            position: relative
        }

            .nav-cardapio .categoria-item.selected::after {
                content: "";
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                background-color: #c6baba;
                width: 100%;
                top: calc(100% - .65rem);
                height: .25rem;
            }

.imagem-cabecalho {
    height: 80px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    /* Estilos para telas maiores que 768px */
    .imagem-cabecalho img {
        padding-bottom: 4em;
        height: 150px;
        width: 100%;
        object-fit: cover;
    }
}

.cabecalho {
    display: flex;
    height: auto; /* Altura automática para acomodar o conteúdo dinâmico */
}

.flex-container {
    display: flex;
    align-items: center;
}

.links-container {
    position: absolute;
    right: 2%;
    display: flex;
    align-items: center;
}

    .links-container a {
        color: black; /* Define a cor do texto para preto */
    }

@media (max-width: 992px) {
    .links-container {
        display: none;
    }
}

.text-wrap {
    white-space: pre-line; /* Quebra de linha */
}

.text-break {
    word-break: break-all; /* Quebra palavras em várias linhas se necessário */
}

.descricao-acumule-pontos {
    font-size: 12px;
}

.descricao-sabores {
}

.descricao-combo-item {
}

.mercadoria-container {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.skeleton-loading {
    display: flex;
    gap: 10px;
}

.skeleton-item {
    flex: 1;
    height: 50px;
    background: #e0e0e0;
    border-radius: 4px;
}

.carrinho-contador-menu {
    position: absolute;
    top: 2px;
    right: 10px;
    background-color: whitesmoke;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
