* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-family: 'Lato', sans-serif;
    padding: 0 !important;
    ;
    margin: 0;
}

a {
    text-decoration: none;
}
a:hover {
    color: initial;
}

.toastr-top-60 {
    top: 60;
}

.bolder {
    font-weight: 900;
    margin-right: .3rem;
}

.btn {
    font-weight: bold;
}

.btn-link:hover {
    color: #777;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: 900;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.navbar {
    padding-left: 1.5rem;
    padding-right: 15px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}
.navbar.appMenu{
    width: auto;
    border-bottom-left-radius: 10px;
}
.number-spinner-produto .input-group-append .btn{
    color: #28a745;
}
.number-spinner-produto .input-group-prepend .btn{
    color: #dc3545;
}
.number-spinner-produto .spinner-control,
.number-spinner-produto .input-group-append .btn,
.number-spinner-produto .input-group-prepend .btn{
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 .375rem;
}
.number-spinner-complemento .input-group-append .btn{
    color: #28a745;
}
.number-spinner-complemento .input-group-prepend .btn{
    color: #dc3545;
}
.number-spinner-complemento .spinner-control,
.number-spinner-complemento .input-group-append .btn,
.number-spinner-complemento .input-group-prepend .btn{
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 .375rem;
}
.input-group-append .btn,
.input-group-prepend .btn {
    z-index: initial;
}

.close {
    padding: 1rem 1.25rem !important;
    color: var(--primary-bg-color)
}

.media-body {
    display: flex;
    flex-direction: column;
    min-height: 150px;
    padding-right: .5rem;
    width: calc(100% - (150px + 1rem));
}

.item-slider {
    position: relative;
}
.number-spinner-produto{
    width: 150px;
}
.info {
    top: 30%;
    position: absolute;
    height: 350px;
    display: block;
    width: 100%;
    bottom: 0;
}

.info h3 {
    color: white;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
}

.btn-plus {
    padding: 0 10px;
    color: #ffffff;
    background-color: var(--primary-bg-color);
    font-weight: bold;
    margin: 0 5px;
    text-align: center;
    bottom: -9px;
}

.btn-plus :hover {
    opacity: .8;
}

.btn-cliente {
    color: #ffffff;
    background-color: var(--dark-bg-color);
    margin: 0 auto;
}

.btn-dark-cliente {
    color: #ffffff;
    background-color: var(--dark-bg-color);
    display: block;
}

.btn-dark-cliente:hover {
    color: #ffffff;
    background-color: var(--dark-bg-color);
    opacity: .8;
    display: block;
}

.btn-cliente:hover {
    color: #ffffff;
    opacity: .8;
}

.btn-produto {
    color: #ffffff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
    font-weight: bold;
}

.produto-descricao-single {
    margin-bottom: 1rem;
    text-align: justify;
}

.btn.focus {
    box-shadow: 0 0 0 .2rem rgba(253, 125, 21, 0.25);
}

a:focus-visible {
outline-style: none;
}

.btn-produto:hover {
    color: #ffffff;
    opacity: .8;
}
.precoPromocional {
    color: #b72c2c;
    margin-left: 0.5rem;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.list-produto {
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    background-color: #fff;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 10px;
}
.list-produto-image{
    height: 150px;
    width: 150px;
    max-width: 150px;
    max-height: 150px;
    margin-right: 16px; 
}
.image-produto-modal{
    max-height: 100vw;
    overflow: hidden;
}
.list-produto img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.list-produto p {
    font-size: 13px;
    font-weight: 400;
}

.lista-produtos {
	margin-bottom: calc(70px + 1rem);
	margin-top: 120px;
}
.prato-descricao{
    font-size: 1rem !important;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

/*MENU CARDAPIO*/

.cardapio-menu-title {
    font-weight: 900;
    font-size: .8rem;
    display: block;
    padding: 1rem .8rem;
    white-space: nowrap;
}

.cardapio-item {
    border-radius: 100%;
    border-radius: 100% !important;
}

.cardapio-item a{
    text-decoration: none;
    color: white;
}

.cardapio-item a :hover{
    color: var(--second-bg-color);
}

/* header */

.shop-cart {
    color: white;
    font-size: 19px;
    margin-right: 20px;
    ;
}

.shop-cart a {
    color: white;
}

.img-cart {
    display: none;
    margin-right: 0.5rem;
}
.table td,
.table th {
    vertical-align: middle;
    font-weight: 600;
    border-top: 1px solid #dee2e6;
    font-size: .8rem;
}

.table th {
    padding: .75rem;
    font-weight: 900;
    background-color: white;
    border: none;
}
.table td{
    padding: .375rem;
}
.table {
    background-color: none;
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: none !important;
}

.table thead {
    background-color: white;
    border: none;
}

.table .thead-light th {
    color: #777;
    background-color: #fff;
    border-color: none;
}
.thPreco, .tdPreco{
    text-align: right;
}

/* .btn-excluir{
      padding: 5px;
      padd
  } */

.modal {
    padding: 0 !important;
    z-index: 4000;
}
#modalSenha, #modalCupom, #modalMytapp, #modalNumMesa{
    z-index: 4001;
}
.modal-backdrop {
    z-index: 3999;
}
.swal2-container {
    z-index: 5000 !important;
}

.modal-header {
    align-items: center;
}

.modal-full .modal-body {
    max-height: 100%;
    overflow: auto;
    position: absolute;
    top: 57px;
    bottom: 71px;
    width: 100%;
    padding: 0;
}

#modalCarrinho .table {
    margin-bottom: 68px;
}

.modal-title {
    color: var(--primary-bg-color);
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-open {
    padding-right: 0px !important;
}

.arrow-back {
    color: white;
}

.arrow-back a {
    color: white;
    text-decoration: none;
}

.shop-cart .quantidade {
    background-color: var(--primary-bg-color);
    border-radius: 50%;
    padding: 6px 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 21px;
    top: 9px;
}

.shop-cart i {
    font-size: 22px;
}


/* FOOTER*/

footer {
    background-color: black;
    padding: 1rem 1.5rem;
    font-size: 14px;
    width: 100%;
    height: auto;
    color: azure;
}

footer a {
    color: white;
}

.prato-title {
    margin-top: 10px !important;
    font-size: .9rem;
}
.complemento-title{
    font-size: 16px;
    text-transform: uppercase;
}

footer .myaccount {
    text-decoration: none;
    color: #fff;
}

.fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
}

.mesa-numero {
    font-weight: bold;
    font-size: 1rem;
}

.mesa-valor {
    font-weight: bold;
    color: var(--primary-bg-color);
    font-size: 1rem;
}


/*PRODUTOS*/

.header-produtos {
    background-color: var(--primary-bg-color);
	color: #fff;
	position: fixed;
	z-index: 1000;
    top: 56px;
	width: 100%;
	transform: none;

}
#modalSenha .modal-body, #modalMytapp .modal-body, #modalNumMesa .modal-body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.modal-full {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-full .modal-content {
    min-height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.modal-full .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: black;
}
.card-body{
    padding: .8rem 1rem;
}
.iradio_square{
    background-position: -144px 0 !important;
}
.iradio_square.checked {
    background-position: -168px 0 !important;
}
#accordion .card-footer{
    background-color: #fff;
}
#accordion .card-header.grupo-complemento:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    left: 0;
    top: 5px;
    position: absolute;
    padding: .375rem 1rem;
    font-weight: 900;
    color: #777;
}
#accordion .card-header.collapsed.grupo-complemento:after {
    content: "\f105";
}
.btn-accordion {
    font-weight: 800;
    color: #777;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1rem;
    white-space: initial;
    text-align: left;
    padding: .375rem .75rem;
    display: inline-block;
}

.badge-obrigatorio{
    color: #b72c2c;
}
.complemento-title .badge {
    display: inline-block;
    min-width: 10px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color:var(--primary-bg-color);
    border-radius: 10px;
}
.info {}

.info-produto h2 {
    color: white;
    top: 140px;
    left: 15px;
    position: fixed;
    font-size: 1rem;
    /*text-shadow: 2px 5px 8px #000000;*/
    background-color: black;
    padding: 8px 15px;
}

.image-produto {
    position: relative;
}

.image-produto img {
    width: 100%;
}

.image-produto .card-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.image-produto .card-header.active span{
    color: black;
}

.image-produto .card.etapa{
    cursor: pointer;
}

.image-produto .card.etapa.ok span{
    color: green;
}

.btn-adicionar{
    text-transform: uppercase;
}
.btn-adicionar.not-ok{
	background-color: rgb(156, 150, 150);
}
.image-produto .card-header span{
    margin-right: 1rem;
}

.content-produto {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.menu-produtos-tablet {
    display: none;
}

.price-produto {
    color: var(--primary-bg-color);
    font-size: .9rem;
    padding: 15px 0;
    text-align: center;
}

.price-subtotal {
    font-size: 1rem;
    line-height: 16px;
    text-align: center;
}

.price-subtotal .title {
    font-size: 0.7rem;
}

.price-subtotal-cart {
    text-align: right;
    color: var(--primary-bg-color);
    font-size: .8rem;
    margin-bottom: 71px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}
.price-subtotal-conta {
    margin-bottom: 71px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primary-bg-color);
}
.price-subtotal-conta .update{
    font-size: .7rem;
}
.price-subtotal-conta .subtotal{
    font-size: .8rem;
}
.price-subtotal-conta .subtotal div{
    display: flex;
    justify-content: space-between;
}

.card-header {
    padding: .25rem;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card {
    border: none;
}


/*PAGAMENTO*/

.col-pagamento {
    color: white;
    padding-top: 20px;
    padding-left: 25px;
    height: auto;
    background-color: var(--primary-bg-color);
}

.col-pagamento h2 {
    font-size: 2rem;
}

.col-pagamento-content h3 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-bg-color);
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--primary-bg-color);
    background-color: white;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    color: white;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-pills .nav-link {
    border-radius: 0rem;
}
.lista-produtos .menu-title-page {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 1rem;
    margin-top: 2rem;
}

.lista-produtos .menu-title-page img{
    height: 150px;
    width: auto;
    object-fit: cover;
    border-radius: 10px;
}

.divCartaoDadosPessoais{
    margin-bottom: 68px;
}
.dropdown-menu {
    position: relative !important;
    transform: none !important;
    top: inherit;
    left: inherit;
    z-index: inherit;
    display: none;
    float: inherit;
    min-width: inherit;
    padding: inherit;
    margin: inherit;
    font-size: inherit;
    text-align: inherit;
    list-style: none;
    background-color: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    border: none;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.dropdown-menu>li>a {
    white-space: inherit;
}
/*PAGAMENTO*/

@media only screen and (max-width: 500px) {
    .btn-pagameneto {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (min-width: 700px) {
    body{
        font-size: 1.2rem;
    }
    footer.appMenu{
        width: 250px;
        left: 0;
    }
    .divCartao{
        width: 40%;
        float: left;
    }
    .divCartaoDadosPessoais{
        float: right;
        width: 60%;
        padding-left: 10px;
    }
    .media-body {
        min-height: 200px;
        padding-right: 1rem;
    }
    .table td, .table th {
        font-size: 1rem;
        padding: .75rem .375rem;
    }
    .price-subtotal-conta .update{
        font-size: 1.1rem;
    }
    .price-subtotal-cart, .price-subtotal-conta .subtotal {
        font-size: 1.5rem;
    }
    .price-subtotal-conta .subtotal{
        display: flex;
    }
    .price-subtotal-conta .subtotal div:not(:first-child){
        margin-left: 1rem;
    }
    .modal-title {
        font-size: 1.5rem;
    }
    .shop-cart .quantidade {
        background-color: var(--primary-bg-color);
        border-radius: 50%;
        padding: 6px 5px;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        position: absolute;
        right: 18px;
        top: 6px;
    }
    .col-pagamento {
        color: white;
        padding-top: 50px;
        padding-left: 25px;
        height: 100vh;
        background-color: var(--primary-bg-color);
    }
    .img-cart {
        display: initial;
    }
    .header-produtos {
        display: none;
    }
    .menu-produtos-tablet {
        display: block;
        background-color: var(--primary-bg-color);
        height: 100vh;
        width: 250px;
        float: left;
        position: fixed;
		overflow: auto;
		padding-bottom: 70px;
    }
    .menu-produtos-tablet > ul {
        margin-top: 85px;
    }
    .menu-produtos-tablet.appMenu > ul {
        margin-top: 15px;
    }
    .menu-produtos-tablet ul .menu-title {
        font-size: 1.8rem;
        font-weight: bolder;
        color: white;
        opacity: .7;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    .menu-produtos-tablet ul .menu-title.appMenu {
        margin-bottom: 15px;
    }
    .menu-produtos-tablet ul .menu-mesa {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
    .menu-produtos-tablet ul .menu-mesa > div{
        font-size: .8rem;
        font-weight: bolder;
        color: white;
        opacity: .7;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        border: 1px solid white;
        border-radius: 10px;
        width: fit-content;
        padding: 5px;
    }
    .menu-produtos-tablet li.pai a {
        display: block;
        padding: 10px 30px 10px 15px;
        font-weight: bold;

    }
    .menu-produtos-tablet li.pai > a::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        right: 15px;
        display: unset;
        width: unset;
        height: unset;
        border: unset;
    }
    .menu-produtos-tablet li.filho{
        background-color: var(--hover-bg-color);
        color: var(--primary-bg-color);
    }
    .menu-produtos-tablet li.filho a {
        display: block;
        padding: 10px 15px 10px 30px;
        font-weight: bold;
    }
    .menu-produtos-tablet li.filho a.fecha-submenu::before {
        font-family: "Font Awesome 5 Free";
        content: "\f060";
        position: absolute;
        left: 15px;
    }
    .menu-produtos-tablet li.pai .dropdown-backdrop {
        display: none;
    }
    .menu-produtos-tablet > ul .menu-item {
        color: white;
        font-size: .8rem;
        font-weight: 700;
        letter-spacing: 2px;
        border-bottom: 1px solid var(--hover-bg-color);
        width: 100%;
        text-transform: uppercase;        
    }
    .menu-produtos-tablet > ul .menu-item a {
        color: white;
        width: 100%;
        padding: 15px;
        display: flex;
        align-items: center;
    }
    .menu-produtos-tablet > ul .menu-item:hover, .menu-produtos-tablet > ul .menu-item a.active {
        background-color: var(--color-second);                
        border-radius: 20px;
        cursor: pointer;
    }
    .lista-produtos {
        margin-top: 56px;
        margin-left: 250px;
    }
    .lista-produtos.appMenu{
        margin-top: 0;
    }
    .lista-produtos .menu-title-page {
        color: var(--primary-bg-color);        
        padding: 1rem;
        font-size: 1.5rem;
        margin: 0;
        margin-top: 2rem;
    }
    .list-produto-image{
        height: 200px;
        width: 200px;
        max-width: 200px;
        max-height: 200px;
        margin-right: 1rem;
    }
    .image-produto-modal{
        max-height: calc(100vw * .4);
    }
    .list-produto img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }
    .price-produto {
        font-weight: bold;
        font-size: 1rem;
    }
    .prato-title {
        font-size: 1.2rem;
        letter-spacing: -1px;
        color: #222;
    }
    .prato-descricao {
        text-overflow: initial;
        overflow: initial;
        white-space: initial;
        -webkit-line-clamp: unset;
        font-size: 1.2rem !important;
    }
    #modalProduto .modal-body {
        display: flex;
    }
    .modal-full .modal-body{
        top: 69px;
    }
    .image-produto {
        float: left;
        width: 40%;
        max-width: 400px;
        background-color: #f2f2f2;
        overflow: auto;
    }
    #accordion {
        width: 60%;
        float: right;
        overflow: auto;
    }
    .price-subtotal {
        font-size: 1.5rem;
    }
    .price-subtotal .title {
        font-size: 1.5rem;
    }
    /*PAGAMENTO*/
    .flex-column {
        display: block;
        width: 100%;
    }
    .nav-pills .nav-link {
        border-radius: 0;
    }
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: var(--primary-bg-color);
        background-color: white;
        -webkit-text-decoration-skip: objects;
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 400;
    }
    .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        color: white;
        -webkit-text-decoration-skip: objects;
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 400;
    }
    .col-pagamento-content h3 {
        font-weight: 900;
        color: var(--primary-bg-color);
    }
    .col-pagamento-content>div>div>form>div>label {
        font-size: .7rem !important;
        font-weight: 600;
        color: #777 !important;
    }
    .footer-pagamento {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 50px;
        z-index: 999;
    }
    .dropdown-menu{
        position: fixed !important;
        left: 250px;
        top: 0;
        z-index: 2;
        background-color: var(--menu-bg-color);
        width: 0px;
        height: 100%;
        padding-top: 57px;
        padding-bottom: 70px;
        overflow: auto;
    }
    .dropdown-menu.appMenu{
        padding-top: 15px;
    }
}


/* Preloader*/
#modalSenha .preloader, #modalCupom .preloader, #modalMytapp .preloader, #modalNumMesa .preloader{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: white;
    z-index: 999998;
}
#modalSenha .sk-spinner-wave div, #modalCupom .sk-spinner-wave div, #modalMytapp .sk-spinner-wave div, #modalNumMesa .sk-spinner-wave div {
    background-color: var(--primary-bg-color);
}
#modalSenha .sk-spinner-wave.sk-spinner, #modalCupom .sk-spinner-wave.sk-spinner, #modalMytapp .sk-spinner-wave.sk-spinner, #modalNumMesa .sk-spinner-wave.sk-spinner {
    top:50%;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: var(--primary-bg-color);
    z-index: 999998;
}

.sk-spinner-wave img {
    position: relative;
    left: calc(50% - 100px);
    margin-bottom: 20px;
    max-width: 200px;
    max-height: 200px;
}

.sk-spinner-wave.sk-spinner {
    margin: -15px 0 0 -25px;
    position: absolute;
    left: 50%;
    top: calc(50% - 125px);
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* END PRELOADER */
.cat_nav {
    background-color: var(--primary-bg-color);
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    border-bottom: 2px solid #DDD;
    -ms-overflow-style: none; /*// IE 10+*/
    overflow: -moz-scrollbars-none;/*// Firefox*/
}
.cat_nav a{
    position: relative;
}
.cat_nav a.linkGrupo:after {
	content: "" !important;
	background: var(--hover-bg-color);
	height: 2px;
	position: absolute;
	width: 100%;
	top: auto !important;
	left: 0px;
	bottom: 2px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.cat_nav a.active:after, .cat_nav a:hover:after{
	transform: scale(1);
}
.cat_nav .filho{
    background-color: var(--hover-bg-color);
    color: var(--primary-bg-color);
}
.cat_nav .filho .cardapio-menu-title {
    padding: .3rem .8rem;
}
/* CARTAO */
.divCartao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-cartao-credito{
    padding: 20px 20px 10px 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
    background-color: #ededed;
    margin-bottom: 20px;
}

#formCartao .form-group{
    margin-bottom: 10px;
}

#formCartao .form-control{
    margin: 5px auto;
}

#formCartao .form-group label{
    margin-bottom: 0;
}

.box-cartao-credito .validade > div{
    display: flex;
    float: left;
    width: 100%;
    padding-right: 0;
}

.box-cartao-credito .validade select{
    margin: 5px !important;
    width: auto !important;
}

.pay-method-icons{
    text-align: center;
    margin-bottom: 10px;
}
.icon-pay-method {
    background-image: url('../img/cards-icons.svg');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 380px 90px;
    height: 29px;
    opacity: 0.3;
}
.icon-pay-method.active{
    opacity: 1;
}
.icon-pay-method.visa {
    background-position: 0 0;
    width: 44px;
}
.icon-pay-method.mastercard {
    background-position: -55px 0;
    width: 40px;
}
.icon-pay-method.elo {
    background-position: -106px 0;
    width: 29px;
}
.icon-pay-method.diners {
    background-position: -146px 0;
    width: 31px;
}
.icon-pay-method.hipercard {
    background-position: -194px 0;
    width: 50px;
}
.icon-pay-method.amex {
    background-position: -257px 0;
    width: 53px;
}
.chamaGarcom{
    padding-right: 15px;
    background-color: var(--menu-bg-color);
    display: flex;
    align-items: center;
}
.menu-title .logo{
    max-width: 150px;
    max-height: 150px;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    right: 0;
    height: 100vh;
}
.fade-carousel .carousel-inner .carousel-item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: white;
    border-color: white;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.carousel-indicators {    
    bottom: calc(100% - 40px);
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

/********************************/
/*          Hero Headers        */
/********************************/
hgroup{
    flex-grow: 1;
}
.hero {
    position: absolute;
    padding: 10px;
    bottom: 0px;
    width: 100%;
    z-index: 3;
    color: #fff;
    background-color: rgba(1,1,1,.4);
    text-align: center;
    text-transform: uppercase;    
    display: flex;
    flex-direction: row;
}
.hero h1 {
    font-size: 1.5em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
}

.hero h3{
    font-size: .9em;
    margin: 0;
    text-align: left;
}

.fade-carousel .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: .5s all ease-in-out .1s;
       -moz-transition: .5s all ease-in-out .1s; 
        -ms-transition: .5s all ease-in-out .1s; 
         -o-transition: .5s all ease-in-out .1s; 
            transition: .5s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: .5s all ease-in-out .1s;
       -moz-transition: .5s all ease-in-out .1s; 
        -ms-transition: .5s all ease-in-out .1s; 
         -o-transition: .5s all ease-in-out .1s; 
            transition: .5s all ease-in-out .1s;    
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {margin: 5px auto;}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-image{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}