@media(max-width:480px){
    .row>* {
        margin-right: 0;
        margin-left: 0;
        padding-right: auto !important;
        padding-left: auto!important;
    }

    .btn.btn-dark.lg {
        font-size: small;
    }
}

@media(min-width:480px){
    .btn.btn-dark.lg {
        font-size: medium;
    }
}

@media(min-width:767px){
    .btn.btn-dark.lg {
        font-size: large;
    }
    
    body {
        font-size: smaller;
    }
}

@media(min-width:913px){
    .btn.btn-danger.lg {
        font-size: large;
    }
    
    body {
        font-size: medium;
    }
}

.buttons {
    display: inline-flex;
    width: min-content;
    height: 42px;
    min-width: 140px;
}

body {
    background-image: url("../images/bg_acai.png");
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #000;
}

input.btn.btn-danger {
    display: block;
    height: 42px;
    min-width: 130px;
    background-color: #993399;
    border: none;
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}

input.btn.btn-danger:hover {
    background-color: #871F78;
}

.btn-dark {
    color: #FFF !important;
    background-color: #993399 !important;
    font-weight: 600;
    border: none;
}



.btn-dark:hover {
    color: #FFF !important;
    background-color: #791f87 !important;
    font-weight: 500;
    border: none;
}

#myBtn{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
#myBtn:hover {
  background-color: darkgreen;
  color: white;
}

.bg-4{
  background-color: #2f2f2f;
  color: #ffffff;

}

footer{
  display: block;
}

.mypanel {
	border: 1px solid #eaeaec;
	margin: 0px 25px 25px 0px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	background: rgba(255, 255, 255, .90);
	padding: 10px;
	width: 100%;
	border-radius: 10px;
}


/* input{
  border: 5px solid white;
} */

.box-search {
  display: flex;
  gap: .1%;
  justify-content: center;
}


jquery.ui.autocomplete.css
.ui-menu {
    width: 200px;
    margin-bottom: 2em;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-corner-all {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../images/ui-bg_glass_75_ffffff_1x400.png") 50% 50% repeat-x;
    color: #404040;
}
.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.ui-front {
    z-index: 100;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    /*support: IE10, see #8844;*/
}
.ui-menu .ui-menu-item a.ui-corner-all {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    support: IE7;
    font-weight: normal;
}
.ui-corner-all {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-front {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 10px;
    z-index: 1000;
    padding-right: 28px;
    font-size: 20px;
}
dl, ol, ul {
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}

.mb-3 {
    margin-bottom: 10px!important;
    padding-right: 1%!important;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;
   text-align: center;
   font-weight: bolder;
}

button {
    border-radius: 5px;
    width: 42px;
    height: 42px;
    font-size: larger;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

h6.text {
    display: inline-flex;
}

p.text {
    margin-bottom: 7px;
}

img {
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition: 0.4s;
    padding-bottom: 10px;
}

img:hover {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
}

.row>* {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0 !important;
}

.loader {
    display: none;
    margin: 100px auto;
}

.btn.btn-danger.lg {
    text-decoration: none;
}


.btn.btn-danger.cart-btn {
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition: 0.4s;
    padding-bottom: 10px;
}

.btn.btn-danger.cart-btn:hover {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    font-weight: 550;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x !important;
    color: #222222;
}

.btn-warning {
    width: fit-content;
    height: fit-content;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #993399;
}

.nav-link {
    background-color: #FFF !important;
}

.center {
    text-align: center;
}

.form-check {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.form-check-inline {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 7px;
    margin-bottom: 15px;
}

.form-check .form-check-input {
    float: none !important;
    margin-left: -1.5em;
    margin-right: 2px;
}

.row.conteudo_pedido {
    background-color: #FFF;
    border-radius: 10px;
    padding: 5%;
}


button#btn_whatsapp {
    margin-top: 25px;
}

button.btn.btn-warning.lg {
    font-size: medium!important;
}

button.btn.btn-warning.lg {
    width: 100%;
    max-width: 500px;
    padding-bottom: 0;
}

h2.titulo {
    font-size: 17pt;
}

.topo {
    max-width: 600px;
    margin: auto;
}

.div_select {
    margin-bottom: 10px;
}

select#terceiro_sabor {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto; 
}

li.nav-item {
    margin-right: 4px;
}

.row {
    margin-left: calc(-0.9 * var(--bs-gutter-x)) !important;
}

a:hover {
    color: #993399!important;
}

.modal-footer, .modal-header {
    border: 0;
}

.form-check-label
 {
    width: max-content;
    font-size: small;
}

.d-flex.align-items-center {
    padding-left: 55px;
}

.adicionais, .adicionais_outros, .adicionais_copo, .adicionais_pagos, .adicionais_burger, .adicionais_burger_pagos, .adicionais_batido, .adicionais_barca, .molho_burger {
    margin-left: 15px;
    display: ruby;
}

/* Solo se aplicará en Firefox */
@supports (-moz-appearance: none) {
    .adicionais, .adicionais_outros, .adicionais_copo, .adicionais_pagos, .adicionais_burger, .adicionais_burger_pagos, .adicionais_batido, .adicionais_barca, .molho_burger {
        display: block;
    }
}

h4 {
    margin-left: 10px;
    display: ruby;
    text-align: center;
}

.tipos {
    display: ruby;
    text-align: center;
    font-size: x-small;
    background: #993399;
    padding: 10px;
    color: #FFF;
    font-weight: 500;
}

/* Solo se aplicará en Firefox */
@supports (-moz-appearance: none) {
    .tipos {
        display: block;
    }
}

.monte_seu_copo, .monte_batido, .monte_barca, .monte_shake {
    display: ruby;
    text-align: center;
    background: #c752c7;
    color: #FFF;
    font-weight: 500;
}

/* Solo se aplicará en Firefox */
@supports (-moz-appearance: none) {
    .monte_seu_copo, .monte_batido, .monte_barca, .monte_shake {
        display: block;
    }
}

.tipos_shake {
    display: ruby;
    text-align: center;
    font-size: xx-small;
    background: #993399;
    color: #FFF;
    font-weight: 500;
}

/* Solo se aplicará en Firefox */
@supports (-moz-appearance: none) {
    .tipos_shake {
        display: block;
    }
}

.tipos_cobertura {
    display: block;
    text-align: center;
    background: #5b1e5b;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.foto, .adicionais_valor {
    text-align: center;
}

.modal-header {
    padding: 5px !important;
    margin-left: 7px;
}


.foto > img {
    border-radius: 15px;
    width: 80%;       /* Faz a imagem preencher o container */
    height: 280px;     /* Ou a altura que você desejar */
    object-fit: cover; /* Corta a imagem inteligentemente para não distorcer */
    margin: 10px;
}

.buttons_add {
    display: inline-flex;
    width: min-content;
    height: 42px;
    min-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

label {
    margin-right: 3%;
}

.no-break {
    white-space: nowrap;
    font-size: 14px;
}


/* Estiliza a bolinha */
input[name="tipos_acai"], input[name="tamanho_copo"], input[name="tamanho_batido"], input[name="tamanho_barca"], input[name="tamanho_shake"], input[name="tipos"], input[name="tipos_cobertura"], input[name="tipos_shake"] {
    vertical-align: bottom;
    cursor: pointer;
}


input {
    vertical-align: bottom;
}


#nome_produto_add, .tipos, .tipos_shake, .tipos_cobertura {
    text-transform: uppercase;
}

.descricao {
    padding: 0 20px 10px 20px;
    text-align: center;
}



/* Tamanho e alinhamento dos inputs */
input[type="checkbox"], 
input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: -2px;
    margin-right: 2px;
    cursor: pointer
}



/* Seleciona o input do Bootstrap e aplica o efeito de círculo */
.form-check-input:hover {
    cursor: pointer;
    /* Cria o círculo cinza ao redor (o halo da sua imagem) */
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2) !important; 
    border-color: #666 !important;       /* Borda mais definida */
    transition: box-shadow 0.2s ease-in-out, background-color 0.2s;
}

/* Se você quiser que o efeito apareça também quando passar o mouse no TEXTO (Label) */
.form-check:hover .form-check-input {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

/* Remove a sombra azul padrão do Bootstrap ao focar/clicar para não estragar o visual */
.form-check-input:focus {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2) !important;
    border-color: #666 !important;
}

/* Quando um input checkbox estiver DESABILITADO (disabled) */
.form-check-input:disabled {
    cursor: not-allowed !important;  /* O símbolo de proibido no mouse */
    opacity: 0.6;                   /* Deixa o item levemente transparente */
    border-color: #d9534f !important; /* Borda vermelha para indicar erro/bloqueio */
    background-color: #f9f2f4 !important; /* Fundo vermelho bem claro */
}

/* Efeito quando o mouse passa sobre o LABEL de um item desabilitado */
.form-check-input:disabled ~ label, 
.form-check-input:disabled + label {
    cursor: not-allowed !important; /* Também muda o cursor no texto */
    color: #999;                    /* Deixa o texto cinza para parecer inativo */
    /* Opcional: Um leve fundo vermelho ao passar o mouse no texto inteiro */
    /* background-color: rgba(217, 83, 79, 0.05); */ 
}

/* Opcional: Desativar o efeito de hover que criamos antes se o item estiver bloqueado */
.form-check-input:disabled:hover {
    box-shadow: none !important;
}

.left {
    text-align: left;
}












/* PATCH 04 — ajuste visual das imagens dos pratos */
.produto-img,
.mypanel img.img-fluid {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    max-height: 190px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .produto-img,
    .mypanel img.img-fluid {
        max-height: 165px;
    }
}






/* =========================================================
   PATCH 03 — Escondidinho & Cia
   Cards, opções P/M/G, fitness e ajustes mobile
   ========================================================= 

:root {
    --esc-vinho: #8f111a;
    --esc-vinho-escuro: #4a070d;
    --esc-creme: #fff4d8;
    --esc-creme-2: #ffe7b0;
    --esc-dourado: #e7b72e;
    --esc-verde: #2fa866;
    --esc-texto: #251515;
    --esc-branco: #ffffff;
    --esc-sombra: rgba(74, 7, 13, 0.25);
}

/* Fundo temporário até aplicarmos a imagem personalizada 
body {
    background:
        radial-gradient(circle at top left, rgba(231, 183, 46, 0.28), transparent 32%),
        radial-gradient(circle at bottom right, rgba(143, 17, 26, 0.20), transparent 34%),
        linear-gradient(135deg, #fff4d8 0%, #ffe7b0 45%, #fff8e6 100%) !important;
    color: var(--esc-texto);
}

/* Logo 
.logo_brabo {
    max-width: 230px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(74, 7, 13, 0.22));
}

/* Área superior 
.topo {
    margin-top: 12px;
    margin-bottom: 12px;
}

.topo ul {
    gap: 8px;
    overflow-x: auto;
    padding: 8px 4px 12px;
    scrollbar-width: thin;
}

/* Botões de categoria 
.topo .btn,
.categorias,
.todas {
    background: var(--esc-vinho) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(143, 17, 26, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.topo .btn:hover,
.categorias:hover,
.todas:hover {
    background: var(--esc-vinho-escuro) !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(74, 7, 13, 0.28);
}

/* Busca 
.box-search {
    max-width: 720px;
    margin: 0 auto 22px;
    padding: 0 14px;
    display: flex;
    gap: 8px;
}

.box-search .form-control {
    min-height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(143, 17, 26, 0.22);
    background: rgba(255, 255, 255, 0.92);
    color: var(--esc-texto);
    box-shadow: 0 6px 18px rgba(74, 7, 13, 0.10);
}

.box-search .form-control:focus {
    border-color: var(--esc-dourado);
    box-shadow: 0 0 0 0.2rem rgba(231, 183, 46, 0.22);
}

.box-search .btn {
    min-width: 52px;
    border-radius: 999px;
    background: var(--esc-vinho) !important;
    border-color: var(--esc-vinho) !important;
}

/* Card do produto 
.produto-card,
.mypanel {
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(143, 17, 26, 0.12);
    border-radius: 24px !important;
    padding: 14px 12px 16px;
    min-height: 100%;
    box-shadow: 0 16px 34px rgba(74, 7, 13, 0.14);
    overflow: hidden;
    position: relative;
}

.produto-card::before,
.mypanel::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--esc-vinho), var(--esc-dourado), var(--esc-verde));
}

/* Imagem do produto 
.produto-img,
.mypanel img.img-fluid {
    width: 100%;
    height: 170px;
    object-fit: cover;
    background: #fff;
    border-radius: 18px !important;
    box-shadow: 0 8px 18px rgba(74, 7, 13, 0.12);
}

/* Textos 
.produto-nome,
.mypanel h5.text-dark {
    margin-top: 10px;
    margin-bottom: 6px;
    color: var(--esc-vinho-escuro) !important;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.2;
}

.produto-descricao,
.mypanel p.text {
    color: #5e3a32 !important;
    font-size: 0.9rem;
    line-height: 1.35;
    min-height: 44px;
    margin-bottom: 10px;
}

/* Caixa de opções P/M/G e fitness 
.produto-opcoes-box {
    display: grid;
    gap: 8px;
    margin: 10px 0 12px;
}

.produto-opcao-label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    margin: 0;
}

.produto-opcao-label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.produto-opcao-label span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    padding: 9px 11px;
    border-radius: 15px;
    border: 1px solid rgba(143, 17, 26, 0.18);
    background: #fffaf0;
    color: var(--esc-texto);
    transition: all 0.18s ease;
}

.produto-opcao-label span b {
    font-size: 0.88rem;
    color: var(--esc-vinho-escuro);
    line-height: 1.2;
}

.produto-opcao-label span small {
    white-space: nowrap;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--esc-vinho);
}

.produto-opcao-label input:checked + span {
    background: linear-gradient(135deg, var(--esc-vinho), var(--esc-vinho-escuro));
    color: #fff;
    border-color: var(--esc-dourado);
    box-shadow: 0 8px 18px rgba(143, 17, 26, 0.24);
}

.produto-opcao-label input:checked + span b,
.produto-opcao-label input:checked + span small {
    color: #fff;
}

/* Quantidade 
.quantidade-box,
.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 10px 0 8px;
}

.quantidade-box .btn,
.buttons .btn {
    width: 42px;
    height: 42px;
    border-radius: 14px !important;
    background: var(--esc-vinho) !important;
    border-color: var(--esc-vinho) !important;
    color: #fff !important;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(143, 17, 26, 0.22);
}

.quantidade-box input,
.buttons input[name="quantity"] {
    width: 62px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid rgba(143, 17, 26, 0.20);
    font-weight: 800;
    color: var(--esc-vinho-escuro);
}

/* Botão Quero 
.cart-btn,
.btn_add_produto,
#btn_add_produto {
    width: 100%;
    min-height: 44px;
    border-radius: 16px !important;
    background: linear-gradient(135deg, var(--esc-vinho), var(--esc-vinho-escuro)) !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(143, 17, 26, 0.26);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cart-btn:hover,
#btn_add_produto:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(74, 7, 13, 0.32);
}

/* Carrinho flutuante 
.cart-nav {
    background: var(--esc-vinho) !important;
    border: 2px solid var(--esc-dourado) !important;
    box-shadow: 0 12px 28px rgba(74, 7, 13, 0.32) !important;
}

.cart-nav .item-count {
    background: var(--esc-dourado) !important;
    color: var(--esc-vinho-escuro) !important;
    font-weight: 900;
}

/* Modal antigo, caso ainda apareça em alguma categoria 
.modal-content {
    border-radius: 24px !important;
    border: 1px solid rgba(143, 17, 26, 0.20);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(74, 7, 13, 0.35);
}

.modal-header {
    background: linear-gradient(135deg, var(--esc-vinho), var(--esc-vinho-escuro));
    color: #fff;
}

.modal-title {
    color: #fff !important;
}

/* Mobile 
@media (max-width: 768px) {
    .p-3 {
        padding: 12px !important;
    }

    .logo_brabo {
        max-width: 180px;
    }

    .topo ul {
        justify-content: flex-start;
        padding-left: 2px;
        padding-right: 2px;
    }

    .topo .btn,
    .categorias,
    .todas {
        font-size: 0.86rem;
        padding: 8px 12px;
    }

    .box-search {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .produto-card,
    .mypanel {
        border-radius: 20px !important;
        padding: 12px 10px 14px;
    }

    .produto-img,
    .mypanel img.img-fluid {
        height: 155px;
    }

    .produto-descricao,
    .mypanel p.text {
        min-height: auto;
    }

    .produto-opcao-label span {
        padding: 9px 10px;
    }

    .produto-opcao-label span b {
        font-size: 0.86rem;
    }

    .produto-opcao-label span small {
        font-size: 0.82rem;
    }
}
*/