/* Alterações Rodrigo finais */

.border-line {
    width: 85%;
    max-height: 2px;
    background-color: #c0bebe;
    position: absolute;
    z-index: 0;
    top: 33%;
}

.bola-back {
    margin-right: auto;
    margin-left: 0px;
    background-color: #EB840E;
    border-radius: 20px;
    width: 34px;
    padding: 5px 10px;
    /* z-index: 999; */
    /* position: fixed; */
    margin-top: -42px;
}

.content-items {
    z-index: 1;
    position: relative
}

.button-accepted {
    background-color: #489138;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 12px;
}

.button-circle {
    padding-top: 12px;
    font-weight: bold;
    border: 2px solid #ff8002;
    color: #ff8002;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
}

.altura {
    min-height: 42px;
    margin-top: 8px;
}

.displaynone {
    display: none;
}

/* Alterações radio pagina checkout */

* {
    font-family: 'Roboto', sans-serif;
}

#content {
    padding: 15px 0;
}

.json_viewer {
    display: none;
}

#adicionais-modal .campoQtd {
    display: flex;
    align-items: center;
}

#adicionais-modal input[type=number] {
    text-align: center;
    width: 3rem;
    margin: 0 2px;
}

#adicionais-modal .plus_item,
.min_item {
    cursor: pointer;
    border-radius: 10rem;
    padding: 4px 8px;
    color: #646464;
    border: 1px solid #ccc;
    margin-top: 5px;
    font-size: 12px;

}

#adicionais-modal .min_item {
    margin-right: 5px;
}

#adicionais-modal input[type=checkbox] {
    margin-top: 5px;
}

.checkboxcadastro {
    width: 15px;
}

checkboxcadastrosingle {
    width: 20px;
}

.card-accordion .card-header a[data-toggle='collapse'] {
    padding: 8px;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-inp {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 50;
}

/* .option-inp:hover {
background: #ff5722;
} */

/* .option-inp:checked {
background: #796700;
} */

.option-inp:checked::before {
    height: 30px;
    width: 30px;
    /* position: absolute; */
    content: '✔';
    display: inline-block;
    font-size: 20.66667px;
    text-align: center;
    line-height: 10px;
    top: 20px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 15px;
    padding-top: 30%;
    background-color: #489138;
}

.option-inp:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    /* background: #796700; */
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-inp.radio {
    border-radius: 50%;
    background-color: #e8e8e8;
    margin-left: 30px;
}

.option-inp.radio::after {
    border-radius: 50%;
}

/* Alterações radio pagina checkout */

/* .boxendereco {
background-color:red;
} */

/*




/* Alterações Rodrigo finais */

.imagemback {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 600px;
}

@media (max-width: 768px) {
    .imagemback {
        background-color: #e8e8e8;
        background-image: none !important;
    }
}

.logo-site {
    width: auto;
    height: 80px;
}

.alinhamento_check {
    width: 100%;
    color: #303030;
}

.list-desc {
    font-size: 0.95rem;
}

/* //////////////AQUI CSS DA APPINTERNA//////////////// */

.tabelaback {
    background-color: rgb(0, 146, 0);
    color: #fff;
    width: 100%;
}

.campoinput {
    width: 100%;
}

.conteudo-padding {
    padding: 50px;
}

/* //////////////AQUI CSS DA APPINTERNA//////////////// */

.header-upper {
    position: static;
}

div#Cardapio {
    background: #f9f9f9;
}

.form-check .t100 {
    width: 100%;
}

.opcoes_de_tamanho .form-check:hover {
    background: rgba(211, 211, 211, 0.893);
}

/* Alterações do site */

/* acordion aqui */

.card-header {
    background-color: #f9f9f9;
}

.card-body:hover {
    background-color: rgba(211, 211, 211, 0.893);
}

.card-body {
    background-color: #f9f9f9;
    padding: 0.75rem;
}

.card {
    border: #f9f9f9;
    margin-bottom: 0px;
    color: rgb(78, 78, 78);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.acordion {
    margin-bottom: 0px;
}

.montador {
    margin-top: 12px;
}

/* Alterações do site */

/* CSS RODRIGO */

.borda {
    border: 1px solid #d4aa0e;
    border-radius: 15px;
    text-align: left;
    margin: 5px 0px;
}

.borda h5 {
    text-align: center;
    margin-top: 5px;
}

.tabua {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 5px;
}

.tabua_sabor {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid #6a371c;
}

@media (max-width: 768px) {
     .conteudo-padding {
        padding: 20px;
    }
    .border-line {
        width: 80%;
        left: 7%;
        top: 31%;
    }

    .tabua_sabor {
        width: 110px;
        height: 110px;
    }
}




@media (max-width: 399px) {
    .border-line {
        top: 35%;
    }
    .small-tabs {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
    }

}

.tabua_sabor {
    width: 250px;
    height: 250px;
}


.produto-icon {
    width: 65px;
}

.al_tabua {
    margin-top: 15px;
}

p.cart-produto-preco {
    margin-top: 36px;
    display: block;
    clear: both;
}

.cart-btn-item-opcoes {
    margin-top: -20px;
    background: transparent;
    border: none;
    outline: none;
    text-transform: capitalize;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
}

.cart-btn-item-opcoes i {
    color: #e64942;
}

.quantity-nav {
    position: relative;
}

input.quantidade {
    /* position: absolute; */
    float: left;
    text-align: center;
    height: 35px;
    width: 50px;
    margin-right: 9px;
}

.tema-1-cor-c {
    background-color: #f9f9f9;
}

.quantity-button {
    background-color: #0ba700;
    color: #fff;
    text-align: center;
    font-size: 17px;
    height: 31px;
    width: 24px;
    /*
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; */
    cursor: pointer;
    font-weight: bold;
}

.quantity-button.quantity-up {
    float: right;
    padding-top: 3px;
}

.quantity-button.quantity-down {
    float: left;
    padding-top: 5px;
}

.tabua_mini {
    margin: 0 auto;
    width: 70px;
    margin-bottom: 5px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.tabua_sabor_mini {
    margin: 0 auto;
    width: 70px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid #6a371c;
    float: left;
    margin-right: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.botoes {
    text-align: center;
    justify-content: center;
    justify-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.opcoes {
    width: 95%;
    margin: 0 auto;
}

.card-body p {
    color: rgb(92, 92, 92);
    font-size: 1rem;
    margin-top: 0.2rem;
}

/* radio button */

* {
    font-family: 'Roboto', sans-serif;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #dedede;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 50;
}

.option-input:hover {
    background: #ff8002;
}

.option-input:checked {
    background: #ff8002;
}

.option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 20.66667px;
    text-align: center;
    line-height: 10px;
    left: 2px;
    top: 3px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #796700;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

/* FIM radio button */

.boxendereco span {
    text-transform: capitalize;
}

/* CSS RODRIGO */

/* CSS para o celular */

@media (max-width: 600px) {
    .item_cardapio {
        display: none;
    }

    input.quantidade {
        right: 38px;
    }

    .botao {
        font-size: 16px !important;
    }
}

body .header {
    border-bottom-color: #bb8374;
    background-color: #000;
    padding-bottom: 0;
}

/* Breakpoint XS */
@media (max-width: 575px) {
    .custom-hidden-xs {
        display: none !important;
    }

    .hr_pd_mb {
        margin-left: 27px;
    }

    .w90 {
        width: 90%;
    }
}

.c-white {
    color: white !important;
}

.c-white:hover,
.c-white:active,
.c-white:focus {
    opacity: 0.6;
}

.btn-link,
.btn-link:hover {
    color: white;
}

.swal-modal {
    border-radius: 15px !important;
}

.swal-button {
    border-radius: 5rem;
    border: none;
    outline: none;
}

.swal-button--confirm {
    background-color: #49bd41;
}

.modal-dialog {
    border-radius: 15px;
    padding: 0;
}

.modal-content {
    overflow: hidden;
    padding: 0px;
    border-radius: 15px;
}

.modal-footer {
    flex-wrap: wrap;
}

.up-to-top {
    border-radius: 100%;
}

/* redesign menu */

.redesign-menu {
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.menu-title {
    position: relative;
}

.menu-title span {
    position: absolute;
    top: 50%;
    left: 1.15rem;
    font-size: 1.75rem;
    transform: translateY(-50%);
    padding: 0.75rem;
    background: #f9f9f9;
    border-radius: 100%;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s linear;
}

.menu-title span:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}


/* ---------------------------css cashback*/
/*.redesign-menu-select-product-cover-image {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 200px;
    overflow: hidden;
}*/

.redesign-menu-select-product-cover-image {
    position: relative;
    display: inline-block;
   /* width: 100%; */
}

.redesign-menu-select-product-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cashback-banner {
    width: 100%;
    margin-top: auto;
    background-color: green; /* Fundo verde */
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14px; /* Tamanho do texto */
    padding: 4px 0; /* Espaçamento vertical */
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
    z-index: 10;
}
/* Responsividade para telas pequenas (celulares) */
@media (max-width: 600px) {
    .redesign-menu-select-product-cover-image img {
        width: 100%; /* Garante que a imagem ocupe toda a largura */
        height: auto; /* Mantém a proporção */
    }
    .cashback-banner {

        left: 0;
        width:100%;
        font-size: 12px;

        padding: 4px 8px;
    }
}*/
/*-----------------------------------------*/
.redesign-menu-select-category,
.redesign-menu-select-product {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    padding-bottom: 0.25rem;
}

.resign-menu-category-item,
.redesign-menu-select-product-item {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 5.5rem;
    background-color: #fff;
    margin-bottom: 1rem;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
    border-radius: 0.75rem;
    box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.resign-menu-category-item {
    padding: 0.5rem 1.2rem 0.5rem 0.5rem;
}

.redesign-menu-select-product-item {
    height: 11rem;
}

.redesign-menu-category-cover-image,
.redesign-menu-select-product-cover-image {
    width: 25%;
    position: relative;
    height: 100%;
}

.redesign-menu-select-product-cover-image {
    display: flex;
    justify-content: right;
}

.redesign-menu-category-cover-image img,
.redesign-menu-select-product-cover-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.5rem;
    border: 1px solid #efefef;
}

.redesign-menu-category-title,
.redesign-menu-product-title {
    width: 75%;
    font-weight: 400;
    font-size: 18px;
    color: #646464;
}

.redesign-menu-product-title {
    font-weight: normal;
}

.redesign-menu-product-title h4,
.redesign-menu-product-price {
    font-size: 1.1rem !important;
    font-weight: bold;
}

.redesign-menu-product-title p {
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 4px;
}

.redesign-menu-add-cart {
    padding: 0.5rem 1.5rem;
    border-radius: 3rem;
}

@media (max-width: 767px) {

    .redesign-menu-category-cover-image,
    .redesign-menu-select-product-cover-image {
        width: 33%;
        height: auto;
        margin-right: 2%;
    }

    .redesign-menu-category-cover-image img,
    .redesign-menu-select-product-cover-image img {
        max-width: 75%;
    }

    .redesign-menu-category-title,
    .redesign-menu-product-title {
        width: 65%;
        font-size: 14px;
    }

    .redesign-menu-select-category,
    .redesign-menu-select-product {
        width: 100%;
    }

    div#Cardapio,
    .menu-title span {
        background: transparent;
    }

    div#Cardapio .barra-cinza-menu {
        width: 100%;
        height: 52px;
        display: flex;
        align-items: center;
        color: #333;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 12px;
        border-radius: 10px
    }

    div#Cardapio .cd-title {
        margin-left: 12px;
    }

    .bola-back {
        margin-top: -41px;
    }



}

.want-to-schelude-delivery {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.25rem;
    text-align: left;
}

.want-to-schelude-table {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.25rem;
    text-align: left;
}


.want-to-schelude-delivery p {
    text-indent: 2rem;
}

.want-to-schelude-delivery-options {
    margin-left: 1rem;
}

.want-to-schelude-delivery-options label {
    margin-right: 1rem;
}
