    input,
    select,
    textarea {
        border: none;
        padding: 3px 5px;
        box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    }
    
    * {
        box-sizing: border-box;
    }
    
    .animated {
        background-image: url(/css/images/logo.png);
        background-repeat: no-repeat;
        background-position: left top;
        padding-top: 95px;
        margin-bottom: 60px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    fieldset {
        border: none;
        margin: 0;
        padding: 10px 0;
    }
    
    fieldset legend {
        margin-bottom: 10px;
    }
    
    .CadFrame div {
        float: left;
        height: 51px;
    }
    
    .CadastroClienteEX div p {
        width: 100%;
        margin: 5px 0 3px 0px;
    }
    
    .CadastroClienteEX .CadFrame {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .CadastroClienteEX .CadFrame .btnVoltarAvancar {
        float: right;
        height: 78px;
        width: 100%;
        padding-right: 10px;
    }
    
    .CadastroClienteEX .CadFrame #pnlTelefone {
        width: Calc(100% - 35px);
        padding-left: 15px;
        float: left;
    }
    
    .CadastroClienteEX .CadFrame #pnlSenha {
        width: Calc(49% - 22px);
        float: left;
        padding-left: 15px
    }
    
    .CadastroClienteEX .CadLogin {
        display: block;
        box-sizing: border-box;
        width: 300px;
        height: 300px;
        border-radius: 10px;
        margin: auto;
        float: unset !important;
    }
    
    .CadastroClienteEX .CadLogin .btnVoltarAvancar {
        box-sizing: border-box;
        height: 50px;
        width: 100%;
        padding-right: 10px;
        margin-top: calc(100% - 75px);
    }
    
    .CadastroClienteEX .CadLogin #pnlTelefone {
        margin: 40px 30px 30px 30px;
        width: Calc(100% - 90px);
        padding-left: 15px;
        float: left;
    }
    
    .CadastroClienteEX .CadLogin #pnlSenha {
        margin: 0 30px;
        width: Calc(100% - 90px);
        padding-left: 15px;
        float: left;
    }
    
    .CadastroClienteEX .CPDescricao {
        height: auto;
    }
    
    .CadastroClienteRe div p {
        width: 100%;
        margin: 5px 0 3px 0px;
    }
    
    .CadastroClienteRe .CPDescricao {
        height: auto;
    }
    
    .CadastroClienteRe div {
        width: 260px;
        margin: 20px Calc(50vw - 130px);
    }
    
    .CadastroClienteRe .Aviso {
        width: 80vw;
        margin-left: 10vw;
        text-align: center;
    }
    
    .divLogo {
        float: left;
    }
    
    @-webkit-keyframes shake {
        0%,
        100% {
            -webkit-transform: translateX(0);
        }
        10%,
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: translateX(-10px);
        }
        20%,
        40%,
        60%,
        80% {
            -webkit-transform: translateX(10px);
        }
    }
    
    @keyframes shake {
        0%,
        100% {
            transform: translateX(0);
        }
        10%,
        30%,
        50%,
        70%,
        90% {
            transform: translateX(-10px);
        }
        20%,
        40%,
        60%,
        80% {
            transform: translateX(10px);
        }
    }
    
    .shake {
        -webkit-animation-name: shake;
        animation-name: shake;
    }
    
    .geral {
        min-height: 100%;
    }
    
    .aside {
        width: 200px;
    }
    
    .fleft {
        float: left;
    }
    
    .fright {
        float: right;
    }
    
    Teste {
        display: none;
    }
    
    .TSlide {
        width: 100%;
        height: 363px;
    }
    
    .CorMensagem {
        position: fixed;
        top: 95px;
        right: 20px;
        border-radius: 7px;
        color: #f1f1f1;
        background: #00539D;
        padding: 3px 2px 0px 3px;
        border: 1px solid #c3c3c3;
        box-shadow: 2px 1px 4px 0px #b6b6b6;
        z-index: 5000;
    }
    
    .CorMensagem .cab {
        font-size: 20px;
        font-weight: bolder;
    }
    
    .CorMensagem div {
        text-align: center;
    }
    
    .MenuTab {
        float: left;
        width: 100%;
    }
    
    .MenuTab li {
        display: inline-block;
        text-transform: uppercase;
        padding: 11px;
    }
    
    @-webkit-keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    
    @keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    
    .btnAlt,
    .btn {
        border-radius: 10px;
    }
    
    .CaixaTextoFP input {
        border: 0;
        background-color: #ddd;
    }
    
    @media only screen and (max-width: 300px) {
        .prev,
        .next,
        .text {
            font-size: 11px
        }
    }
    
    .Erro {
        font-size: 8px;
        color: red;
        font-weight: bold;
    }
    
    .IconeUsuarioLogin {
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    
    .ConteudoLogin {
        position: relative;
        border-radius: 5px;
        padding: 0;
        width: 100vw;
        height: calc(100vh - 65px);
    }
    
    .LinhaMeioLogin {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        border: 2px solid #ddd;
        height: 175px;
    }
    
    .TextoLinhaMeio {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        border-radius: 50%;
        padding: 8px 10px;
    }
    
    .FonteTituloCad {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        float: right;
        width: Calc(100% - 110px);
        padding: 10px;
    }
    
    .TextoConteudo2 {
        display: none;
    }
    
    .btnLogin:hover {
        opacity: 1;
    }
    
    .btnGoogleLogin {
        background-color: #a98053;
        color: #fff;
    }
    
    .FonteComum {
        font-size: 15px;
        color: #fff;
        position: relative;
        right: 82px;
        font-weight: bold
    }
    
    .TxtAreaObservacao {
        width: 353px;
        height: 41px;
        background: white;
        position: relative;
        border-radius: 6px;
        display: none;
        bottom: 5px;
        font-family: Century Gothic;
        color: #363636;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .Observacao {
        width: 153px;
        height: 100px;
        background: white;
        border: 2px solid #ddd;
        position: absolute;
        border-radius: 20px;
        bottom: 103px;
    }
    
    .CheckBoxConteudo input {
        display: none;
    }
    
    .CheckBoxConteudo:hover h3 {
        display: flex;
    }
    
    .CheckBoxConteudo div {
        position: absolute;
        bottom: 6px;
        right: 10px;
        font-size: 10px;
    }
    
    .marcado {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fbfbfb;
        border: 2px solid #939393;
    }
    
    .CheckBoxConteudo :hover input~.marcado {
        background-color: #ccc;
    }
    
    .marcadoR {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fbfbfb;
        border-radius: 50px;
        border: 2px solid #939393;
    }
    
    .CheckBoxConteudo :hover input~.marcadoR {
        background-color: #ccc;
    }
    
    .MenuUsuario {
        position: relative;
        top: 49px;
        left: 0px;
        width: 95px;
        position: absolute;
        float: left;
        height: 100px;
    }
    
    .btnMenuUsuario {
        font-family: Century Gothic;
        font-size: 14px;
        border: 1px solid #5f3612;
        color: #ffffff;
        background-image: linear-gradient(to top, #8f6836 0%, #b98b49 100%);
        font-weight: bold;
        width: 123px;
        margin-left: 12px;
        padding: 10px;
    }
    
    .bgItem {
        background-size: cover;
    }
    
    .btnAdicionarTelefoneCadastro {
        margin-top: 7px;
        height: 35px;
        border: 1px solid #a98053;
        border-radius: 15px;
        color: #7d7d7d;
        opacity: 0.85;
        background: transparent;
        text-align: center;
        font-size: 14px;
    }
    
    .btnAdicionarTelefoneCadastro:hover {
        opacity: 1;
    }
    
    .background1 {
        background-color: #191922;
        opacity: 6;
        background-color: #191922;
        height: 100%;
        left: 0px;
        opacity: 0.96;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .SomeTela {
        display: none;
    }
    
    .SomeTela:target {
        display: inline-block;
    }
    
    .FonteMessageBox {
        font-family: 'Century Gothic';
        font-size: 18px;
    }
    
    .MenuTopItem {
        width: Calc(100vw - 185px);
    }
    
    .CaixaMessageBox {
        width: 50%;
        margin: 0px auto !important;
        background-color: #0d963f;
        color: #fff;
        padding: 30px 15px;
        top: 190px;
        position: relative;
        text-align: center;
        border-radius: 10px;
    }
    
    .btnFecharMessageBox {
        margin-left: 15px;
        color: #7b7b7b;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
        margin-right: 4px;
    }
    
    .btnFecharMessageBox:hover {
        color: #767676;
    }
    
    .FonteTitulo {
        text-align: center;
        font-weight: bold;
        font-size: 22px;
    }
    
    .Item {
        vertical-align: middle;
    }
    
    .Item p {
        margin: 5px;
        text-align: center;
    }
    
    .FonteCarrinhoMenu {
        font-family: Century Gothic;
        font-size: 17px;
        font-weight: bold;
        color: #522415;
    }
    
    .CaixaPesquisaHistorico {
        width: Calc(80% - 50px);
        background: blue;
    }
    
    .FonteTotalItem {
        font-family: 'Century Gothic';
        font-size: 18px;
        font-weight: bold;
        color: #5f3612;
        margin-right: 5px;
    }
    
    #btnEntrar {
        float: right;
        margin-top: 20px;
        width: 180px;
        height: 45px;
        font-family: Century Gothic;
        color: #fff;
        border: none;
        text-align: center;
        font-size: 15px;
        border-radius: 50px;
        background-color: #0f8f3e;
    }
    
    .Pedidos {
        width: Calc(50% - 80px);
        height: Calc(45vh - 30px);
        background-color: #fff;
        border: 2px solid #59381b;
        padding: 5px;
    }
    
    .btnP {
        border-radius: 5px;
        height: 30px;
        border: none;
        font-weight: bold;
        margin-left: 5px;
        float: right;
        font-family: Century Gothic;
        font-size: 18px;
        background: #d20000;
        color: #fff;
        cursor: pointer;
        margin-top: 10px;
        opacity: 0.5;
    }
    
    .btnP:hover {
        opacity: 1;
        color: #fff !important;
    }
    
    .Desabilita {
        content: "Fechado";
        -webkit-transform: rotate(-9deg);
        -moz-transform: rotate(-9deg);
        transform: rotate(-9deg);
        color: #930000;
        width: 100px;
        font-size: 22px;
        margin-right: -100px;
        position: absolute;
    }
    
    #TextArea1 {
        width: 255px;
        height: 170px;
        resize: none;
        margin-top: 4px;
        font-family: Century Gothic;
        font-size: 18px;
        color: #363636;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    #txtTaxaEntrega {
        width: 180px;
        height: 25px;
        border-radius: 5px;
        border: 2px solid #ddd;
        font-family: Century Gothic;
        font-size: 18px;
        color: #363636;
    }
    
    .FontePedidos {
        float: left;
        font-family: Century Gothic;
        font-size: 22px;
        color: #522415;
        margin-left: 0px;
    }
    
    .FonteItemPedidos {
        font-family: Century Gothic;
        font-weight: bold;
        font-size: 22px;
        color: #522415;
        margin-left: 0px;
        border-bottom: 1px solid #9a9a9a;
        padding-top: 15px;
    }
    
    #BarraInformacoes {
        position: relative;
        background: -webkit-linear-gradient(bottom, #1e0e00, #5f3612);
        min-height: 30px;
        width: 100%;
        font-family: 'Century Gothic';
        color: #fff;
        font-size: 22px;
    }
    
    .background {
        background: #fbfbfb;
    }
    
    .btnSemEntrega {
        width: Calc(100% - 20px);
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        /*float: right;*/
        border-radius: 5px;
        /*margin: 10px 10px 0 10px;*/
        padding: 10px;
        text-decoration: none;
        background: #c82929;
        color: #fff;
        word-wrap: break-word;
        text-align: center;
    }
    
    .CPMenu {
        float: left;
        width: 121px;
        margin-top: 20px;
    }
    
    .CPItem {
        float: left;
        width: 95%;
        box-sizing: content-box;
        color: #482c06;
        font-size: 15px;
    }
    
    h3 {
        position: relative;
        display: none;
        height: 34px;
        overflow: hidden;
    }
    
    h3 p {
        margin: 0;
    }
    
    .Carrinho h1 {
        margin: 0;
    }
    
    .Carrinho #divCarrinho div,
    #pnlPagamento #divCarrinho div {
        /*float: left;*/
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        padding: 0;
        margin-bottom: 2px;
    }
    
    .Carrinho #divCarrinho div p,
    #pnlPagamento #divCarrinho div p {
        /*width: Calc(66% - 127px);
        margin: 0px;
        line-height: 1.0em;
        padding-right: 6px;*/
    }
    
    .Carrinho #divCarrinho div .divQtde {
        /*float: left;*/
        margin: 0px 0 0 0;
        border: 0;
        width: 100%;
    }
    
    @media(min-width:0px) and (max-width:600px) {
        .MenuTop {
            width: Calc(100vw - 185px);
            text-transform: uppercase;
        }
        #TopoFixoAlt {
            /*display: none;*/
            height: 181px !important;
        }
        .footer {
            bottom: 0;
            background: #262626;
            height: 200px;
            width: 100%;
            color: #fff;
            float: left;
            margin-top: 33px;
        }
        .footerDiv {
            float: left;
            width: 100%;
            border-radius: 15px;
            background-color: #333;
            margin-top: 10px;
        }
        .CheckBoxConteudo {
            width: calc(50% - 10px) !important;
        }
        .MenuConfirma div {
            float: left;
            margin-top: 9px;
            width: 99%;
        }
        .btnObservacao {
            border-radius: 15px;
            text-align: center;
            font-weight: bold;
            font-size: 16px;
            padding: 0;
        }
        .FonteTituloCad {
            font-size: 30px;
            font-weight: bold;
            color: #fff;
            position: relative;
            left: 0px;
            display: none;
            top: 13px;
            float: right;
            transform: translate(0%);
        }
        .btnVoltar {
            width: 100%;
            height: 40px;
            border-radius: 15px;
            margin-top: 10px;
            font-weight: bold;
            text-align: center;
            font-size: 16px;
        }
        .btnAvancar {
            width: 100%;
            height: 40px;
            border: 2px solid #a98053;
            border-radius: 15px;
            color: #fff;
            text-align: center;
            font-size: 16px;
            margin-top: 10px;
            background-color: #a98053;
            padding: 0;
        }
        .btnAvancar p {
            color: #fff;
        }
        .ObsText {
            position: fixed;
            top: 210px;
            left: 10px;
            width: Calc(100vw - 20px);
            height: Calc(100vh - 370px);
        }
        .IconeX {
            float: right;
            font-size: 30px;
            font-weight: bold;
            margin: 0 7px;
        }
        .Preco {
            color: #fff;
            width: 73px !important;
            height: 80px;
            border: 2px solid;
            margin-top: 15px;
            font-weight: bold;
            border-radius: 10px;
            padding: 0;
        }
        .ObservacaoTexto {
            background-color: white;
            border-radius: 8px;
            width: 166px;
            position: relative;
            height: 85px;
            resize: none;
            display: none;
            margin-top: 10px;
            border-radius: 8px;
            bottom: 33px;
        }
        .CaixaLogin {
            width: Calc(100% - 22px);
            margin: 10px;
            text-align: center;
        }
        .BotoesFixos .btnPrincipal {
            border-radius: 10px;
            height: 30px;
            font-weight: bold;
            margin-left: 5px;
            float: right;
            font-size: 18px;
            background: #A57449;
            color: #fff;
            border: none;
            cursor: pointer;
            margin: 14px 5%;
        }
        .BotoesFixos .btnPrincipal:hover {
            color: #fff !important;
        }
        .BotoesFixos .btnSetorSelecionado {
            background: #5f3612;
            color: #fff;
            opacity: .95 !important;
        }
        .CorFundoItem {
            height: 100vh;
            opacity: .85;
        }
        .txtQtdDescricao {
            margin-left: 3px;
            width: 70px;
            height: 42px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom: 2px solid #299c29;
            font-weight: bold;
            background: #18773b;
            color: #ffffff;
            border: none;
        }
        .txtQtdDescricaoNegativo {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            border-top: 2px solid #299c29;
            font-weight: bold;
            width: 70px;
            margin-left: 3px;
            height: 39px;
            background: #18773b;
            color: #ffffff;
            border: none;
        }
        .BotaoLateralItemConfirmar {
            width: 80px;
            height: 60px;
            border: 2px solid #0f8f3e;
            font-family: Century Gothic;
            color: #fff;
            margin-top: 10px;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 12px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            border-radius: 8px;
            background-color: #18773b;
        }
        .BotaoLateralItemConfirmar:hover {
            opacity: 1;
        }
        .BotaoLateralItemVoltar {
            width: 80px;
            height: 60px;
            border: 2px solid #c81b1d;
            font-family: Century Gothic;
            color: #fff;
            margin-top: 10px;
            opacity: .8;
            border-radius: 8px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            background-color: #9e1717;
        }
        .BotaoLateralItemVoltar:hover {
            opacity: 1;
        }
        .BotaoLateralItemObservacao {
            width: 80px;
            height: 60px;
            background: #1c41ab;
            font-family: Century Gothic;
            color: #fff;
            margin-top: 10px;
            opacity: .8;
            border-radius: 8px;
            border: 2px solid #1d4ac7;
            text-align: center;
            font-weight: bold;
            font-size: 11px;
        }
        .BotaoLateralItemObservacao:hover {
            opacity: 1;
        }
        .BotaoLateralItemAvancar {
            width: 80px;
            height: 60px;
            border: 2px solid #0f8f3e;
            font-family: Century Gothic;
            color: #fff;
            margin-top: 10px;
            border-radius: 8px;
            text-align: center;
            font-weight: bold;
            opacity: .8;
            font-size: 14px;
            background-color: #18773b;
        }
        .BotaoLateralItemAvancar:hover {
            opacity: 1;
        }
        .BarraTexto {
            width: 100%;
            height: 35px;
            margin-left: 3px;
            border: 1px solid #b3b3b3;
            background: #e8fbee;
        }
        .BarraTexto:focus {
            color: #363636;
            outline: none;
            background: #fff;
        }
        div.FiltroMobile {
            background-color: #1A4A4F;
            position: static;
            width: 100%;
            white-space: nowrap;
        }
        .MenuTop {
            font-family: Century Gothic;
            font-size: 25px;
            margin-top: 8px;
            margin-bottom: 8px;
            color: #fff;
            width: 100%;
            float: left;
        }
        .MenuTopItem {
            font-size: 25px;
            margin: 8px 0;
            width: 100%;
            float: left;
        }
        div.FiltroMobile a {
            display: inline-block;
            color: #fff;
            text-align: center;
            padding: 14px;
            text-decoration: none;
        }
        div.FiltroMobile a:hover {
            background-color: #777;
        }
        .CaixaBordaFormaPagamento {
            width: 170px;
            height: 190px;
            border: 3px solid #5f3612;
            margin: auto;
            display: inline-block;
        }
        .SomeFiltro {
            display: none;
        }
        .TelaFormaPagamento {
            width: Calc(100% - 30px);
            height: 500px;
            margin: 0 auto !important;
        }
        .FonteTituloFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 20px;
            font-weight: bold;
            color: #000;
            text-align: center;
        }
        .FonteConteudoFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 14px;
            font-weight: bold;
            color: #000;
        }
        .ConteudoImagemFormaPagamento {
            margin-left: 20px;
        }
        .FonteCaixaFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 14px;
            color: #fff;
            text-align: center;
            padding: 13px;
            font-weight: bold;
            background: #5f3612;
        }
        .CPtxtValorTotalFormaPagamento {
            width: 183px;
            Height: 27px;
            Font-Size: 15px;
            font-family: Century Gothic;
            color: #363636;
            margin-left: 0px;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .SomeTela1 {
            display: none;
        }
        .SomeTela1:target {
            display: inline-block;
        }
        .DescricaoBorda {
            width: 100vw;
        }
        .btnMaiseMenosDescricao {
            float: left;
            width: 40px;
            height: 40px;
            cursor: pointer;
            border-radius: 50%;
            font-size: 28px !important;
            margin: 4px;
        }
        #txtQtdDescricao {
            float: left;
            width: 50px;
            padding: 0px 0px;
            font-size: 32px;
            border: 0 !important;
            height: 55px;
            margin: 0px 0;
        }
        .divPreco {
            width: 150px !important;
            padding-top: 16px !important;
        }
        #objPreco {
            font-size: 22px;
        }
        .BotoesFixos .btnSetorSelecionado {
            background: #5f3612;
            color: #fff;
        }
        .CPLateral {
            position: absolute;
            top: 77px;
            width: 100vw;
            height: 205px;
            font-size: 18px;
        }
        .CPimagem {
            width: 70px;
            height: 512px;
        }
        .CPimagem img {
            width: 79px;
            height: 83px;
            margin-bottom: 34px;
            background: #dadada;
            border-radius: 8%;
            box-shadow: 1px 2px 5px 2px #bbb;
        }
        .btnAvancarVoltar {
            float: right;
            width: 42px;
            cursor: pointer;
        }
        .btnPrincipalDescricao {
            float: right;
            width: 156px;
            height: 40px;
            border: none;
            margin-top: 10px;
            border-radius: 50px;
            font-family: Century Gothic;
            color: #fff;
            text-align: center;
            font-size: 14px;
            background-color: #0f8f3e;
        }
        .btnPrincipalDescricao:hover {
            background-color: #0d963f;
        }
        .CPDescricao {
            width: 100%;
            height: Calc(100vh - 200px);
            float: right;
        }
        .CPDescricao p {
            font-weight: bold;
            font-size: 20px;
            padding: 0px 10px;
        }
        .CPDescricao h1 {
            padding: 10px;
            font-size: 22px;
            width: 100vw;
            margin: 0 0 240px 0 !important;
            text-align: center;
        }
        .ImagemLogo {
            border-radius: 10px;
            width: 200px;
            height: 200px;
            margin: 0 Calc(50vw - 100px);
        }
        .SomeLogo {
            display: none;
        }
        .BordaBarra {
            box-shadow: 6px 6px 5px 0px rgba(177, 103, 16, 0.39);
            border: 2px solid #5f3612;
        }
        .FonteFooter {
            float: right;
            margin: 10px;
            font-weight: bold;
            font-size: 11px;
        }
        .footer {
            /* position: absolute; */
            bottom: 0;
            background: #262626;
            width: 100%;
            color: #fff;
            float: left;
            margin-top: 33px;
        }
        .LogoFooter {
            width: 70px;
            padding: 10px;
            float: right;
            margin: 9px 0 0 0;
            border-radius: 20px;
        }
        .FonteHistorico {
            font-family: Century Gothic;
            font-size: 28px;
            margin-top: 20px;
            color: #5f3612;
            text-align: center;
        }
        .BarraInformacoes {
            position: relative;
            background: linear-gradient(#5f3612, #1e0e00);
            width: 100%;
            font-family: 'Century Gothic';
            color: #fff;
            height: 60px;
            font-size: 22px;
        }
        #txtPesquisaHistorico {
            width: 76%;
            height: 28px;
            border-radius: 5px;
            border: 1px solid #ddd;
            font-family: Century Gothic;
            font-size: 18px;
            margin: 0px;
            color: #363636;
            display: none;
        }
        #imgLupaHistorico {
            width: 34px;
            height: 33px;
            border-radius: 5px;
            color: #fff;
            margin-bottom: -10px;
            display: none;
        }
        .Tabela {
            border: 1px solid #ddd;
            font-family: Century Gothic;
            font-size: 18px;
            color: #363636;
            background: #fff;
            margin-top: 20px;
        }
        .FonteHistorico {
            font-family: Century Gothic;
            font-weight: bold;
            font-size: 28px;
            margin-top: 20px;
            color: #5f3612;
            text-align: center;
        }
        .TopoBarra {
            position: relative;
        }
        .Tela2 {
            width: Calc(43% - 23px);
            min-width: 317px;
            margin: 0 auto;
        }
        .fb-login-button {
            width: 100%;
        }
        .btnJaCadastradoLogin {
            width: 317px;
            height: 40px;
            border: none;
            margin-top: 10px;
            border-radius: 5px;
            font-family: Century Gothic;
            color: #fff;
            text-align: center;
            font-size: 14px;
            background-color: #0f8f3e;
        }
        .btnJaCadastradoLogin:hover {
            background-color: #0d963f;
        }
        .FonteLoginTituloB {
            font-family: 'Century Gothic';
            float: right;
            margin-right: 150px;
            font-size: 18px;
            font-weight: bold;
            display: none;
        }
        #FontLogin {
            font-family: Century Gothic;
            font-size: x-large;
            font-weight: bold;
            font-style: normal;
            color: #fff;
            margin-left: 10px;
            text-align: left;
            float: left;
        }
        #FontCadastrar {
            font-size: 10px;
            float: right;
            text-decoration: underline;
            font-family: Century Gothic;
        }
        #txtUsuarioLogin {
            Width: 380px;
            Height: 30px;
            margin-top: 30px;
            Font-Size: 16px;
            font-family: Century Gothic;
            color: #363636;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
            padding: 0 10px;
        }
        #txtSenhaLogin {
            Width: 380px;
            Height: 30px;
            Font-Size: 16px;
            margin-top: 7px;
            font-family: Century Gothic;
            color: #363636;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
            padding: 0 10px;
        }
        #FonteLembrarUsuario {
            font-family: century gothic;
            font-weight: bold;
        }
        .btnEntrar {
            float: right;
            margin-top: 14px;
            width: 180px;
            height: 35px;
            font-family: Century Gothic;
            color: #fff;
            border: none;
            text-align: center;
            font-size: 14px;
            border-radius: 50px;
            background-color: #0f8f3e;
        }
        .btnFacebook {
            float: right;
            margin-top: 14px;
            width: 100%;
            line-height: 32px;
            font-family: Century Gothic;
            color: #fff;
            text-align: center;
            font-size: 14px;
            border-radius: 50px;
            border: none;
            background-color: #4C69BA;
            background-image: linear-gradient(#4C69BA, #3B55A0);
        }
        .btnCadastro:hover {
            background-color: #0d963F;
        }
        .btnGoogle:hover {
            background-color: #E74B37
        }
        .btnFacebook:hover {
            background-image: linear-gradient(#5B7BD5, #4864B1);
        }
        .btnEntrar:hover {
            background-color: #0d963f;
        }
        .btnCadastrarCadastro {
            margin-top: 11px;
            width: 170px;
            height: 45px;
            border: none;
            border-radius: 15px;
            color: #fff;
            text-align: center;
            font-size: 14px;
            opacity: 0.85;
            margin-right: 10px;
            background-color: #fe5707;
            cursor: pointer;
        }
        .btnCadastrarCadastro:hover {
            transition: 1s;
            opacity: 1;
        }
        .FontCod {
            font-family: Century Gothic;
            font-weight: bold;
            font-size: 15px;
            color: #59381b;
            margin-left: 10px;
        }
        .CadastroCliente {
            width: 100vw;
            height: 340px;
            margin: 0px;
            margin-top: 20px;
        }
        .CadastroClienteEX {
            width: 100vw;
            height: 340px;
            margin: 0px;
            margin-top: 20px;
        }
        .FontTelAlt {
            float: left;
            font-family: Century Gothic;
            font-weight: bold;
            font-size: 15px;
            color: #59381b;
            padding-top: 10px;
            margin-left: 10px;
        }
        .btnVernomapa {
            float: left;
            margin-top: 25px;
            margin-left: 10px;
        }
        .txtCodCadUsuario {
            Width: 90px;
            Height: 25px;
            Font-Size: 15px;
            color: #363636;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .txtNomeCadUsuario {
            width: 100%;
            height: 25px;
            font-size: 15px;
            color: #363636;
            border: 1px solid #9a9a9a;
            border-radius: 4px;
        }
        .txtEmailCadUsuario {
            width: 99%;
            height: 25px;
            font-size: 15px;
            border-radius: 4px;
            color: #363636;
            border: 1px solid #9a9a9a;
            margin-top: 6px;
        }
        .txtBDateUsuario {
            width: 40%;
            height: 25px;
            font-size: 15px;
            color: #868686;
            margin-top: 8px;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .txtSexoUsuario {
            height: 25px;
            font-size: 15px;
            color: #868686;
            border-radius: 4px;
            margin-top: 8px;
            border: 1px solid #9a9a9a;
        }
        .txtCpfCadUsuario {
            width: 25%;
            height: 25px;
            font-size: 15px;
            color: #868686;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
            border-radius: 4px;
        }
        .txtTelefoneCadUsuario {
            width: 30%;
            height: 25px;
            font-size: 15px;
            color: #363636;
            float: left;
            border-radius: 4px;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
        }
        .txtCepCadUsuario {
            width: 14%;
            height: 25px;
            Font-Size: 15px;
            color: #363636;
            margin-left: 8px;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
            border-radius: 4px
        }
        .txtUFCadUsuario {
            Width: 6%;
            Height: 25px;
            Font-Size: 15px;
            margin-top: 6px;
            margin-left: 9px;
            background: #fff;
            float: left;
            border-radius: 4px;
            color: #868686;
            border: 1px solid #9a9a9a;
        }
        .txtSenha {
            width: 47%;
            Height: 25px;
            float: left;
            margin-top: 3px;
            Font-Size: 15px;
            margin-right: 15px;
            border-radius: 4px;
            color: #363636;
            border: 1px solid #9a9a9a;
        }
        .txtTelAlternativoCadUsuario {
            Width: 130px;
            Height: 25px;
            Font-Size: 15px;
            font-family: Century Gothic;
            color: #363636;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .txtEnderecoCadUsuario {
            Width: 99%;
            Height: 25px;
            Font-Size: 15px;
            margin-top: 6px;
            color: #363636;
            border: 1px solid #9a9a9a;
            border-radius: 4px;
        }
        .txtBairroCadUsuario {
            Width: 100%;
            Height: 25px;
            Font-Size: 15px;
            color: #868686;
            border-radius: 4px;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
        }
        .txtCidadeCadUsuario {
            Width: 30%;
            Height: 25px;
            Font-Size: 15px;
            color: #868686;
            float: left;
            border-radius: 5px;
            background: #fff;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
        }
        #VerMapa {
            Font-Size: 15px;
            font-family: Century Gothic;
            color: #363636;
            font-weight: bold;
        }
        .txtNumeroCadUsuario {
            width: 11%;
            height: 25px;
            font-size: 15px;
            border-radius: 5px;
            color: #363636;
            margin-top: 6px;
            float: left;
            border: 1px solid #9a9a9a;
        }
        .txtPesquisa {
            margin-left: 10vw;
            position: relative;
            bottom: 0px;
            font-size: 17px;
            width: 80vw;
            height: 37px;
            box-shadow: 1px 1px #b7b7b7;
            padding-left: 5px;
        }
        .CaixaPesquisa {
            width: 100%;
            margin-top: 0px;
        }
        .CaixaPesquisa .CPPesquisa {
            height: 40px;
            float: right;
            width: Calc(100vw - 170px);
        }
        .Principal {
            width: Calc(99vw);
            margin-top: 5px;
            float: left;
            /* position: absolute; */
            top: 538px;
        }
        .Principal .PrincipalTop {
            min-height: Calc(100vh - 178px);
        }
        .Principal .PrincipalBottom {
            height: 80px;
        }
        @media(min-width:301px) and (max-width:600px) {
            .Icone {
                width: calc((100vw - 26px) / 2);
                float: left;
            }
            .Icone img {
                min-height: calc(((100vw - 47px) / 2) * 0.75);
                max-height: calc(((100vw - 47px) / 2) * 0.75);
            }
        }
        @media(min-width:1px) and (max-width:300px) {
            .Icone {
                width: 97%;
                float: left;
            }
            .Icone img {
                min-height: 75vw;
                max-height: 75vw;
            }
        }
        .Icone .IconeTop {
            height: 40px;
        }
        .Icone .IconeInt {
            cursor: pointer;
        }
        .Icone .IconeText {
            margin-top: 0;
            text-align: center;
            padding: 8px 4px 1px 0px;
            height: 40px;
        }
        .Icone .IconeText a {
            font-family: Century Gothic;
            font-size: 15px;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }
        .Icone .IconeDesc {
            font-size: 11px;
            color: #fff;
            margin-top: 0;
            text-align: center;
            padding: 8px 4px 1px 0px;
        }
        .Icone .IconeP {
            padding-right: 15px;
            height: 35px;
            line-height: 41px;
        }
        .Icone .IconeP a {
            font-family: Century Gothic;
            font-size: 24px;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }
        .Icone Img {
            border-radius: 50px;
            width: 75px;
            height: 75px;
            margin-top: 5px;
        }
        .FontMenu {
            float: right;
            font-family: Century Gothic;
            font-weight: bold;
            font-size: medium;
            color: #522415;
            margin-left: 15px;
        }
        .FontMenu2 {
            font-size: 22px;
            font-family: Century Gothic;
            color: #522415;
            margin-left: 15px;
        }
        .Carrinho {
            display: none;
            width: 100%;
            height: 100vh;
            background: #fbfbfb;
            padding: 0px;
            margin: 66px 0 0 0;
            border-radius: 0px !important;
            position: fixed;
            left: 0px;
            top: 0px;
        }
        .SomeCarrinhoCelular {
            display: none;
        }
        .SomeCarrinhoCelular:target {
            display: block;
            position: fixed;
            left: 0px;
            top: 0px;
        }
        .Fundo {
            background: #a98053;
            margin: 0;
            height: 38px;
            width: 100%;
            border-radius: 0px !important
        }
        .FonteCarrinho {
            float: left;
            width: Calc(100vw - 105px);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            padding-top: 7px;
        }
        .Mensagem {
            font-family: 'Century Gothic';
            color: #fff;
            margin-left: 12px;
            margin-top: 20px;
            font-size: 18px;
        }
        #txtEnderecoConfirma {
            width: 240px;
            height: 35px;
            margin-left: 10px;
            font-family: 'Century Gothic';
            font-size: 14px;
            color: #363636;
            border-radius: 5px;
            border: none;
            margin-top: 32px;
            box-shadow: 1px 1px #b7b7b7;
        }
        #txtNumeroConfirma {
            width: 57px;
            height: 34px;
            margin-left: 10px;
            margin-top: 6px;
            font-size: 13px;
            font-family: 'Century Gothic';
            color: #363636;
            border-radius: 5px;
            border: none;
            box-shadow: 1px 1px #b7b7b7;
        }
        .txtComplementoCadUsuario {
            width: 85%;
            height: 25px;
            font-size: 15px;
            margin-left: 8px;
            margin-top: 6px;
            color: #363636;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        #txtCepConfirma {
            width: 87px;
            height: 34px;
            font-size: 14px;
            font-family: 'Century Gothic';
            color: #363636;
            margin-left: 10px;
            margin-top: 3px;
            border-radius: 5px;
            border: none;
            box-shadow: 1px 1px #b7b7b7;
        }
        #txtTelefoneConfirma {
            width: 129px;
            height: 35px;
            margin-top: 5px;
            font-family: 'Century Gothic';
            margin-left: 10px;
            font-size: 14px;
            color: #363636;
            border-radius: 5px;
            border: none;
            box-shadow: 1px 1px #b7b7b7;
        }
        #divQtde {
            display: none;
        }
        .btnLimparCarrinho {
            font-family: arial;
            font-size: 13px;
            border: none;
            border-radius: 5px;
            text-transform: uppercase;
            padding: 10px;
            width: 224px;
            font-weight: 700;
            margin: 12px 11px 0 169px;
            cursor: pointer;
            float: right;
            text-decoration: none;
            background: #A59149;
            color: #fff;
        }
        .btnLimparCarrinho:hover {
            background: #5F4E12;
        }
        .btnRetirarnolocal {
            float: left;
            cursor: pointer;
            font-size: 11px;
            border: none;
            border-radius: 15px;
            text-decoration: none;
            text-align: center;
            margin: 3px 10px;
            padding: 10px;
            width: Calc(100% - 20px);
        }
        .CpRemoverTaxa {
            margin: 7px 0px 0 9px;
            width: 224px;
            Height: 25px;
            Font-Size: 15px;
            font-family: Century Gothic;
            color: #363636;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .ImgbtnDinheiroIndex {
            width: 40px;
            float: left;
            padding-top: 4px;
        }
        .ImgbtnCartaoIndex {
            width: 51px;
            float: left;
            padding-top: 0px;
        }
        .btnFormaPagamentoIndex {
            font-size: 11px;
            border: none;
            float: left;
            border-radius: 15px;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            margin: 3px 10px;
            padding: 10px;
            width: Calc(100% - 20px);
        }
        .btnFormaPagamento {
            font-family: arial;
            width: 224px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            margin: 19px 0 0 28px;
            border-radius: 5px;
            padding: 10px;
            cursor: pointer;
            display: inline-block;
            text-decoration: none;
            background: #A59149;
            color: #fff;
        }
        .btnFormaPagamento:hover {
            background: #5F4E12;
        }
        .CPtxtValorTotal {
            border-radius: 5px;
            border: 1px solid #ddd;
            font-family: Verdana;
            height: 35px;
            font-size: 16px;
            color: #363636;
            width: 230px;
            margin: 0px 0 0 28px;
            padding: 0 5px 0 0;
            text-align: left;
            box-shadow: 1px 1px #b7b7b7;
        }
        .Rodape {
            height: 133px;
            position: fixed;
            width: 100%;
            bottom: 0;
            padding: 0;
        }
        .Rodape div {
            float: left;
            vertical-align: middle;
            padding: 0;
            position: relative;
        }
        .Rodape div label,
        .Rodape div span {
            font-size: 15px;
            text-align: center;
            font-weight: bold;
        }
        #RodapeEspaco {
            float: left;
            height: 144px;
            width: 80vw;
        }
        .Carrinho #divCarrinho {
            position: relative;
            margin: 10px;
            resize: none;
            overflow-x: hidden;
            overflow-y: auto;
            width: Calc(100vw - 20px);
        }
        .Carrinho #divCarrinho div {
            float: left;
            color: #7d7d7d;
            font-weight: bold;
            font-size: 11px;
            padding: 5px;
            margin-bottom: 4px;
            width: Calc(100% - 14px);
            border: 2px solid #a98053;
            border-radius: 15px;
        }
        .Carrinho #divCarrinho div p {
            margin: 0px;
        }
        .Carrinho #divCarrinho div :last-child {
            float: right;
            position: relative;
        }
        .FonteConfirma {
            font-family: 'Century Gothic';
            font-size: 17px;
            color: #fff;
        }
        .FonteTituloConfirma {
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: bold;
            margin-top: 30px;
            color: #7d7d7d;
        }
        .txtConfirma {
            width: 672px;
            font-size: 14px;
            color: #868686;
            height: 25px;
            margin: 1px;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .btnEditarEnd {
            border-radius: 15px;
            padding: 8px;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        .btnEditarEnd:hover {
            opacity: 1;
        }
        .txtFonteEnder {
            font-size: 18px;
            color: #7d7d7d;
            font-weight: bold;
        }
        .btnSalvarEnd {
            height: 36px;
            border: 2px solid #a98053;
            border-radius: 15px;
            margin-top: 10px;
            color: #7d7d7d;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 15px;
            background-color: transparent;
        }
        .btnSalvarEnd:hover {
            opacity: 1;
        }
        .FonteConfirma {
            font-family: 'Century Gothic';
            font-size: 17px;
            color: #fff;
        }
        .btnExcluirEnd {
            height: 36px;
            border: 2px solid #ab1c1c;
            border-radius: 15px;
            font-family: Century Gothic;
            color: #fff;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 12px;
            background-color: #b93d3d;
        }
        .btnExcluirEnd:hover {
            opacity: 1;
        }
        .btnConfirmarEnd {
            width: 120px;
            height: 40px;
            border: none;
            border-radius: 15px;
            color: #fff;
            left: 75px;
            opacity: .8;
            position: relative;
            margin-left: 30px;
            text-align: center;
            font-weight: bold;
            font-size: 17px;
            background-color: #a98053;
        }
        .btnConfirmarEnd:hover {
            transition: 1s;
            opacity: 1;
        }
        .MoldeFP {
            width: 100%;
            height: 100vh;
            position: fixed;
            left: 0px;
            top: 0px;
            z-index: 2;
        }
        .FundoTop2 {
            height: 38px;
            width: 100%;
        }
        .FontePagamentoLabel {
            font-size: 16px;
            font-weight: bold;
            margin-left: 10px;
            float: left;
            width: 50%;
            max-height: 37px;
            overflow: hidden;
        }
        .FundoFP {
            height: 38px;
            margin-top: 3px;
            margin-bottom: 2px;
        }
        .ConteudoTextoFP {
            width: 50%;
            float: left;
        }
        .btnFinalizarCompra {
            width: 94%;
            font-size: 10px;
            border: none;
            float: left;
            border-radius: 15px;
            margin: 4px 8px;
            cursor: pointer;
            text-decoration: none;
            background: #a98053;
            word-wrap: break-word;
            text-align: center;
        }
        #imagecifrao {
            position: relative;
            top: 4px;
            left: 6px;
        }
        #FundoFP {
            border: none;
            padding: 7px;
            position: relative;
            color: #fff;
            width: 100%;
            font-weight: bold;
            font-size: 15px;
            bottom: 2px;
            left: 2px;
        }
        .CaixaTextoFP {
            width: 112px;
            height: 30px;
            font-weight: bold;
            font-size: 20px;
            position: relative;
            margin-right: 3px;
            float: right;
            padding: 0;
        }
        .CaixaTextoFP:focus {
            background: #fff;
        }
        #ImgDetalheItem {
            display: none
        }
        .Loog {
            float: left;
            margin-left: 0px;
            height: 114px;
            background: #a6684826;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }
        .Fixar-TopoFixo .LgoCheftech {
            width: 85px;
            height: 85px;
            background: #a6684826;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }
        .Fixar-TopoFixo .LgoCheftech {
            width: 85px;
            height: 85px;
            background: #a6684826;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }
        .Fixar-TopoFixo .Loog {
            float: left;
            margin-left: 0px;
            height: 90px;
            width: 90px;
            background: #a6684826;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }
        .BotaoCarrinhoMobile {
            border-radius: 11px;
            position: fixed;
            z-index: 1;
            top: -63px;
            width: 47px;
            border: 2px outset #dadada;
        }
        .LgoCheftech {
            width: 100px;
            height: 100px;
            margin-top: 3px;
            margin-right: 50px;
        }
        .Fixar-TopoFixo .BotaoCarrinhoMobile {
            width: 41px;
            position: fixed;
            top: 4px;
            right: 15px;
        }
        .Fixar-TopoFixo .TopoFixo {
            position: fixed;
            width: 100%;
            top: 0px;
            left: 0px;
        }
        .Cabecalho {
            width: 100%;
            height: Calc(100vh + 50px);
            position: relative;
        }
        .btnVoltarComprarlocal {
            height: 45px;
            font-size: 14px;
            border: none;
            font-weight: bold;
            float: left;
            border-radius: 15px;
            cursor: pointer;
            text-decoration: none;
            word-wrap: break-word;
            text-align: center;
            padding: 10px;
            margin: 3px 10px;
            width: Calc(100% - 20px);
        }
        .Notificacao {
            width: 10px;
            height: 10px;
            position: absolute;
            border-radius: 100%;
            background: #ff0000;
            font-size: 11px;
            right: 5px;
            color: #fff;
            top: 0px;
            padding: 6px 11px 7px 3px;
            text-align: center;
            z-index: 2;
        }
        .Fixar-TopoFixo .Notificacao2 {
            width: 10px;
            height: 10px;
            position: fixed;
            border-radius: 100%;
            background: #ff0000;
            font-size: 11px;
            right: 9px;
            color: #fff;
            top: 0px;
            padding: 6px 11px 7px 3px;
            text-align: center;
            z-index: 2;
        }
        .MenuGrande .LogoTamanho {
            /*Tamanho Horizontal width: 130px;*/
            /*Tamanho vertical width:73pxx*/
            width: 85px;
            height: auto;
            margin: 5px 0 0 5px;
            border-radius: 20px;
            float: left;
            cursor: pointer;
        }
        .MenuPequeno .LogoTamanho {
            /*Tamanho Horizontal width: 130px;*/
            /*Tamanho vertical width:73pxx*/
            width: 85px;
            margin: 5px 0 0 5px;
            border-radius: 20px;
            float: left;
            cursor: pointer;
        }
        /*body::-webkit-scrollbar {
        display: none;
    }*/
        .TSlide {
            width: 100%;
            height: 235px;
        }
        .animated {
            margin-bottom: -21px !important;
        }
        #slide-window {
            position: absolute;
            width: 100%;
            height: 33%;
            overflow: hidden;
        }
        #slides {
            height: 100%;
            position: absolute;
            margin: 0px;
            padding: 0px;
            -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
            transition: all 0.66s ease;
            -webkit-transition: all 0.66s ease;
        }
        .slide {
            list-style: none;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
            width: 500px;
            height: 100%;
            background: transparent;
            text-align: center;
            line-height: 300px;
            background-size: cover;
            background-position: 50% 50%;
            color: #fff;
            -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
            visibility: hidden;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
        .alive {
            visibility: visible;
        }
        .nav {
            position: absolute;
            z-index: 0;
            top: 50%;
            cursor: pointer;
            color: #fff;
            opacity: 0.7;
            transition: all 0.66s ease;
            -webkit-transition: all 0.66s ease;
        }
        .nav:hover {
            opacity: 1.0;
        }
        #left {
            left: 3%;
        }
        #right {
            right: 3%;
        }
        #credit {
            position: fixed;
            top: 25px;
            left: 25px;
            color: #eaeaea;
            font-family: 'Courier New', Courier, monospace;
        }
        .dvQtde {
            float: left;
            width: 148px !important;
            margin-top: 18px;
        }
        .dvAdd {
            width: 168px !important;
        }
        .dvAdd div .btn,
        .dvAdd div .btnAlt {
            margin-top: 3px !important;
        }
        .Social {
            float: right;
            /*width: Calc(100vw - 90px);*/
            text-align: right;
        }
        .Social ul {
            list-style: none;
            margin: 5px 5px 0 0;
            padding: 0;
        }
        .Social ul li {
            display: inline-block;
        }
        .Social ul li i {
            height: 50px;
            width: 50px;
            line-height: 50px;
            border-radius: 50%;
            font-size: 30px;
        }
        #pnlBairro {
            width: Calc(100% - 15px);
            padding-left: 15px;
        }
        #pnlBairro #ddlBairro {
            max-width: 90vw;
        }
        #pnlEndereco {
            width: Calc(100% - 15px);
            padding-left: 15px;
        }
        #pnlEnderecoNumero {
            width: Calc(100% - 15px);
            padding-left: 15px;
        }
        .CadastroClienteEX div p {
            font-size: 14px;
        }
        #CarrinhoCelular {
            cursor: pointer;
            position: fixed;
            bottom: 0;
            border: 2px solid #a98053;
            border-radius: 15px;
            background-color: #fbfbfb;
            color: #7b7b7b;
            width: Calc(100% - 8px);
            text-align: center;
            padding: 5px;
            margin: 4px;
            font-weight: bold;
        }
    }
    
    @media(min-width:601px) and (max-width:800px) {
        .MenuTop {
            width: Calc(100vw - 185px);
            text-transform: uppercase;
        }
        .footer {
            bottom: 0;
            background: #262626;
            height: 190px;
            width: 100%;
            color: #fff;
            float: left;
            margin-top: 33px;
        }
        .footerDiv {
            float: left;
            width: 100%;
            border-radius: 15px;
            background-color: #333;
            margin-top: 10px;
        }
        .Carrinho {
            position: fixed;
            top: 60px;
            left: 0px;
            width: 100%;
            height: Calc(100vh - 60px);
            border-radius: 0px !important;
            background: #fbfbfb;
            z-index: 2;
        }
        .LogoTamanho {
            /*Tamanho Horizontal width: 130px;*/
            /*Tamanho vertical width:73pxx*/
            width: 73px;
            height: auto;
            border-radius: 10px;
            cursor: pointer;
        }
        .TSlide {
            width: 100%;
            height: 276px;
        }
        .MenuConfirma div {
            float: left;
            margin-top: 9px;
        }
        .btnObservacao {
            border-radius: 15px;
            margin-left: 15px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        .ObsText {
            width: 174px;
            height: 50px;
        }
        .CaixaLogin {
            width: 400px;
            transform: translate(20%);
            margin: 0% 14% 0% 14%;
            padding: 0;
            margin-top: 6px;
        }
        .IconeX {
            float: right;
            font-size: 30px;
            font-weight: bold;
            margin: 0 7px;
        }
        .BotoesFixos .btnPrincipal {
            border-radius: 10px;
            height: 30px;
            border: none;
            font-weight: bold;
            margin-left: 5px;
            float: right;
            font-size: 18px;
            background: #A57449;
            color: #fff;
            cursor: pointer;
            margin-top: 14px;
        }
        .BotoesFixos .btnPrincipal:hover {
            color: #fff !important;
        }
        .BotoesFixos .btnSetorSelecionado {
            background: #5f3612;
            color: #fff;
            opacity: .95 !important;
        }
        .btnFormaPagamentoIndex {
            width: 100%;
            font-size: 11px;
            border: none;
            float: left;
            border-radius: 15px;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            margin: 3px 10px;
            padding: 10px;
            width: Calc(100% - 20px);
        }
        .CaixaBordaFormaPagamento {
            width: 170px;
            height: 190px;
            margin: 3px;
            border: 3px solid #5f3612;
            float: left;
        }
        .TelaFormaPagamento {
            width: calc(100% - 58px);
            height: 500px;
            margin: 0 auto !important;
        }
        .FonteTituloFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 20px;
            font-weight: bold;
            color: #000;
            text-align: center;
        }
        .FonteConteudoFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 14px;
            font-weight: bold;
            color: #000;
        }
        .ConteudoImagemFormaPagamento {
            margin-left: 20px;
        }
        .FonteCaixaFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 14px;
            color: #fff;
            text-align: center;
            padding: 13px;
            font-weight: bold;
            background: #5f3612;
        }
        .CPtxtValorTotalFormaPagamento {
            width: 183px;
            Height: 27px;
            Font-Size: 15px;
            font-family: Century Gothic;
            color: #363636;
            margin-left: 0px;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .BotoesFixos {
            float: left;
            height: 40px;
            margin-left: 69px;
        }
        .BotoesFixos .btnSetorSelecionado {
            background: #5f3612;
            color: #fff;
            opacity: .95 !important;
        }
        .SomeTela4 {
            display: none;
        }
        .SomeTela4:target {
            display: inline-block;
        }
        .DescricaoBorda {
            width: 100%;
            min-height: 100vh;
        }
        .btnMaiseMenosDescricao {
            float: left;
            cursor: pointer;
            width: 40px;
            height: 40px;
            margin-left: 15px;
            font-size: 35px !important;
            border-radius: 50%;
        }
        #txtQtdDescricao {
            width: 40px;
            border: 0 !important;
            float: left;
            font-size: 32px;
            margin: 0 0 0 13px;
        }
        .txtQtdDescricao {
            width: 38px;
            height: 39px;
            margin-left: 6px;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
            background: #18773b;
            color: #ffffff;
            position: absolute;
            border: none;
            border-right: 4px solid #299c29;
        }
        .txtQtdDescricaoNegativo {
            background: #18773b;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            position: absolute;
            color: #ffffff;
            border: none;
            border-left: 4px solid #299c29;
            left: 122px;
            width: 39px;
            bottom: 10px;
            height: 39px;
        }
        .CPLateral {
            float: left;
            width: 170px;
            height: 310px;
        }
        .CPimagem {
            width: 200px;
            height: 180px;
        }
        .CPimagem img {
            width: 166px;
            height: 146px;
            margin-bottom: 20px;
            background: #dadada;
            border-radius: 8%;
            box-shadow: 1px 2px 5px 2px #bbb;
        }
        .ImagemLogo {
            border-radius: 10px;
            width: 170px;
        }
        .btnAvancarVoltar {
            float: right;
            width: 48px;
            margin-left: 10px;
            cursor: pointer;
        }
        .btnPrincipalDescricao {
            float: right;
            width: 156px;
            height: 40px;
            border: none;
            margin-top: 10px;
            border-radius: 50px;
            font-family: Century Gothic;
            color: #fff;
            text-align: center;
            font-size: 14px;
            background-color: #0f8f3e;
        }
        .btnPrincipalDescricao:hover {
            background-color: #0d963f;
        }
        .BotaoLateralItemConfirmar {
            width: 167px;
            height: 52px;
            border: 2px solid #0f8f3e;
            font-family: Century Gothic;
            color: #fff;
            margin-bottom: 18px;
            border-radius: 10px;
            text-align: center;
            margin-left: 4px;
            font-weight: bold;
            font-size: 19px;
            background-color: #18773b;
        }
        .BotaoLateralItemVoltar {
            width: 80px;
            height: 80px;
            background: #9e1717;
            border-radius: 5px;
            font-family: Century Gothic;
            color: #fff;
            margin-left: 4px;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 19px;
            border: 2px solid #c81b1d;
        }
        .BotaoLateralItemVoltar:hover {
            opacity: 1;
        }
        .BotaoLateralItemObservacao {
            width: 167px;
            height: 52px;
            margin-top: 6px;
            margin-left: 4px;
            background: #1c41ab;
            border-radius: 10px;
            font-family: Century Gothic;
            color: #fff;
            margin-bottom: 4px;
            border: 2px solid #1d4ac7;
            text-align: center;
            font-weight: bold;
            font-size: 19px;
        }
        .BotaoLateralItemAvancar {
            width: 80px;
            height: 80px;
            border: 2px solid #0f8f3e;
            border-radius: 5px;
            font-family: Century Gothic;
            color: #fff;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 17px;
            background-color: #18773b;
        }
        .BotaoLateralItemAvancar:hover {
            opacity: 1;
        }
        .ObservacaoTexto {
            position: fixed;
            background-color: white;
            border-radius: 8px;
            width: 166px;
            height: 115px;
        }
        .BarraTexto {
            width: 123px;
            padding-left: 49px;
            height: 39px;
            margin-left: 8px;
            border: 1px solid #b3b3b3;
            background: #e8fbee;
            border-radius: 10px;
            margin-bottom: 10px;
        }
        .BarraTexto:focus {
            color: #363636;
            outline: none;
            background: #fff;
        }
        .CPDescricao {
            width: Calc(100% - 174px);
            height: 100vh;
            border-left: 2px solid #c3a788;
            float: right;
            color: #482c06;
            font-size: 14px;
            overflow: auto;
        }
        .CPDescricao p {
            font-weight: bold;
            font-size: 20px;
            padding: 0px 10px;
        }
        .CPDescricao h1 {
            width: Calc(100vw - 180px);
            padding: 10px;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
        }
        .tooltip:hover .tooltiptext {
            visibility: visible;
        }
        .CheckBoxConteudo .tooltiptext {
            position: absolute;
            background-color: #fbfbfb;
            width: 30%;
            visibility: hidden;
        }
        .CheckBoxConteudo .tooltiptext p {
            position: absolute;
            background-color: #fbfbfb;
            border: 3px solid;
        }
        .BordaBarra {
            border: 2px solid #5f3612;
        }
        .FonteHistorico {
            font-family: Century Gothic;
            font-size: 28px;
            margin-top: 20px;
            color: #5f3612;
            text-align: center;
        }
        .BarraInformacoes {
            position: relative;
            background: linear-gradient(#5f3612, #1e0e00);
            height: 35px;
            width: 100%;
            font-family: 'Century Gothic';
            color: #fff;
            font-size: 22px;
        }
        #txtPesquisaHistorico {
            width: 340px;
            height: 28px;
            border-radius: 5px;
            border: 1px solid #ddd;
            margin-left: 50px;
            font-family: Century Gothic;
            font-size: 18px;
            color: #363636;
            display: none;
        }
        #imgLupaHistorico {
            width: 34px;
            height: 33px;
            border-radius: 5px;
            color: #fff;
            margin-bottom: -10px;
            display: none;
        }
        .Tabela {
            border: 1px solid #ddd;
            font-family: Century Gothic;
            font-size: 18px;
            color: #363636;
            background: #fff;
            margin-top: 20px;
        }
        .FonteHistorico {
            font-family: Century Gothic;
            font-weight: bold;
            font-size: 28px;
            margin-top: 20px;
            color: #5f3612;
            text-align: center;
        }
        .TopoBarra {
            position: relative;
        }
        #FontLogin {
            font-family: Century Gothic;
            font-size: x-large;
            font-weight: bold;
            font-style: normal;
            color: #fff;
            margin-left: 10px;
            text-align: left;
            float: left;
        }
        .FontePadrao {
            font-family: Century Gothic;
            font-size: larger;
            color: #363636;
            float: left;
            padding-top: 80px;
            margin-left: 450px;
        }
        #FontCadastrar {
            font-size: 10px;
            float: right;
            text-decoration: underline;
            font-family: Century Gothic;
        }
        #txtUsuarioLogin {
            width: 380px;
            height: 30px;
            margin-top: 30px;
            font-size: 16px;
            font-family: "Century Gothic";
            color: rgb(54, 54, 54);
            box-shadow: rgb(183, 183, 183) 1px 1px;
            border-radius: 5px;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(154, 154, 154);
            border-image: initial;
            padding: 0 10px;
        }
        #txtSenhaLogin {
            width: 380px;
            height: 30px;
            margin-top: 10px;
            font-size: 16px;
            font-family: "Century Gothic";
            color: rgb(54, 54, 54);
            box-shadow: rgb(183, 183, 183) 1px 1px;
            border-radius: 5px;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(154, 154, 154);
            border-image: initial;
            padding: 0 10px;
        }
        .btnEntrar {
            margin-top: 20px;
            width: 180px;
            height: 45px;
            font-family: Century Gothic;
            color: #fff;
            border: none;
            text-align: center;
            font-size: 14px;
            border-radius: 50px;
            background-color: #0f8f3e;
        }
        .btnFacebook {
            float: right;
            margin-top: 15px;
            width: 100%;
            line-height: 32px;
            font-family: Century Gothic;
            color: #fff;
            text-align: center;
            font-size: 14px;
            border-radius: 50px;
            border: none;
            background-color: #4C69BA;
            background-image: linear-gradient(#4C69BA, #3B55A0);
        }
        .FonteLoginTituloB {
            font-family: 'Century Gothic';
            float: right;
            margin-right: 150px;
            font-size: 18px;
            font-weight: bold;
        }
        .btnCadastrar:hover {
            background-color: #0d963F;
        }
        .btnGoogle:hover {
            background-color: #E74B37
        }
        .btnFacebook:hover {
            background-color: #5B7BD5;
            background-image: linear-gradient(#5B7BD5, #4864B1);
        }
        .btnEntrar:hover {
            background-color: #0d963f;
        }
        .fcc {
            margin-top: 20px;
            text-align: left;
        }
        .btnCadastrarCadastro {
            float: right;
            margin-top: 33px;
            width: 232px;
            height: 45px;
            border: none;
            border-radius: 15px;
            color: #fff;
            text-align: center;
            font-size: 14px;
            opacity: 0.85;
            margin-right: 10px;
            background-color: #fe5707;
            cursor: pointer;
        }
        .btnCadastrarCadastro:hover {
            transition: 1s;
            opacity: 1;
        }
        .CadastroCliente {
            width: 100vw;
            height: 70vh;
            margin-top: 20px;
            padding: 5px;
        }
        .CadastroClienteEX {
            width: 100%;
            height: Calc(100vh - 100px);
            margin: 20px 0 0 0;
            padding: 5px;
        }
        .txtCodCadUsuario {
            Width: 90px;
            Height: 25px;
            Font-Size: 15px;
            color: #363636;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .txtEmailCadUsuario {
            width: 71%;
            height: 25px;
            font-size: 15px;
            color: #363636;
            border: 1px solid #9a9a9a;
            margin-top: 6px;
            border-radius: 4px;
            margin-left: 8px;
        }
        #txtBDateUsuario {
            Width: 98px;
            Height: 25px;
            Font-Size: 15px;
            color: #363636;
            margin-left: 15px;
            margin-top: 8px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .txtCpfCadUsuario {
            width: 25%;
            height: 25px;
            font-size: 15px;
            color: #363636;
            float: left;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
            border-radius: 4px;
        }
        .txtEnderecoCadUsuario {
            width: 74%;
            height: 25px;
            font-size: 15px;
            float: left;
            color: #363636;
            margin-top: 6px;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .btnVernomapa {
            float: left;
            margin-top: 25px;
            margin-left: 10px;
        }
        .FontCod {
            font-weight: bold;
            font-size: 15px;
            color: #59381b;
            margin-left: 15px;
            float: left;
        }
        .txtNomeCadUsuario {
            Width: 98%;
            Height: 25px;
            Font-Size: 15px;
            color: #363636;
            margin-top: 7px;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .txtBDateUsuario {
            width: 24%;
            height: 28px;
            font-size: 15px;
            color: #868686;
            margin-top: 6px;
            float: left;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .txtSexoUsuario {
            width: 25%;
            Height: 29px;
            Font-Size: 15px;
            color: #868686;
            margin-left: 8px;
            margin-top: 6px;
            float: left;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .txtTelefoneCadUsuario {
            width: 18%;
            height: 25px;
            font-size: 15px;
            color: #363636;
            border-radius: 4px;
            margin-top: 6px;
            margin-left: 10px;
            border: 1px solid #9a9a9a;
        }
        .txtCepCadUsuario {
            width: 14%;
            height: 25px;
            margin-right: 9px;
            float: right;
            margin-top: 6px;
            font-size: 15px;
            border-radius: 4px;
            color: #363636;
            border: 1px solid #9a9a9a;
        }
        .txtTelAlternativoCadUsuario {
            Width: 130px;
            Height: 25px;
            Font-Size: 15px;
            color: #363636;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .txtBairroCadUsuario {
            width: 29%;
            height: 29px;
            font-size: 15px;
            margin-top: 6px;
            float: left;
            margin-left: 15px;
            border-radius: 4px;
            color: #868686;
            border: 1px solid #9a9a9a;
        }
        #VerMapa {
            font-size: 15px;
            color: #363636;
            font-weight: bold;
        }
        .txtNumeroCadUsuario {
            width: 50px;
            height: 25px;
            font-size: 15px;
            margin-left: 6px;
            margin-top: 6px;
            color: #363636;
            border: 1px solid #9a9a9a;
            border-radius: 4px;
        }
        .txtCidadeCadUsuario {
            width: 35%;
            height: 25px;
            font-size: 15px;
            color: #868686;
            border-radius: 4px;
            float: left;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
            background: #fff;
        }
        .txtSenha {
            width: 26%;
            Height: 25px;
            float: left;
            margin-top: 3px;
            Font-Size: 15px;
            margin-right: 15px;
            border-radius: 4px;
            color: #363636;
            border: 1px solid #9a9a9a;
        }
        .txtUFCadUsuario {
            width: 4%;
            height: 25px;
            font-size: 15px;
            color: #363636;
            float: left;
            border-radius: 4px;
            background: #fff;
            margin-top: 6px;
            margin-left: 9px;
            border: 1px solid #9a9a9a;
        }
        .txtPesquisa {
            width: 80vw;
            height: 32px;
            margin-left: 10vw;
            position: relative;
            bottom: 0px;
            border-bottom-right-radius: 100px;
            font-size: 17px;
            color: #363636;
            border: 1px solid #9a9a9a;
        }
        .CaixaPesquisa {
            width: 100%;
        }
        .CaixaPesquisa .CPPesquisa {
            height: 40px;
            float: left;
            width: Calc(100vw - 275px);
            margin-top: 20px;
        }
        .ImgLupa {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            color: #fff;
            margin-bottom: -14px;
            position: relative;
            bottom: 1px;
            cursor: pointer;
            right: 44px;
        }
        .Principal {
            width: 100vw;
            float: left;
        }
        .MenuTop {
            font-size: 25px;
            width: Calc(100vw - 110px);
            float: left;
        }
        .MenuTopItem {
            font-size: 25px;
            width: Calc(100vw - 260px);
            float: left;
        }
        .Principal .PrincipalTop {
            min-height: Calc(100vh - 178px);
            overflow: auto;
        }
        .Principal .PrincipalBottom {
            height: 80px;
        }
        .Icone {
            width: Calc((100vw - 50px) / 3);
            float: left;
        }
        .Icone img {
            min-height: Calc(((100vw - 50px) / 3) * 0.75);
            max-height: Calc(((100vw - 50px) / 3) * 0.75);
        }
        .Icone .IconeTop {
            height: 40px;
        }
        .Icone .IconeInt {
            cursor: pointer;
        }
        .Icone .IconeText {
            margin-top: 3px;
            text-align: center;
        }
        .Icone .IconeDesc {
            margin-top: 3px;
            text-align: center;
        }
        .FonteFooter {
            width: 386px;
            float: right;
            text-align: right;
            margin-top: 19px;
            font-weight: bold;
            margin-right: 32px;
            font-size: 12px;
        }
        .LogoFooter {
            width: 56px;
            padding: 6px;
            float: right;
            margin-right: 13px;
            border-radius: 20px;
        }
        .LogoFooter {
            width: 58px;
            padding: 6px;
            float: right;
            margin-right: 13px;
            border-radius: 20px;
        }
        .Icone .IconeText a {
            font-family: Century Gothic;
            font-size: 15px;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }
        .Icone .IconeP {
            text-align: center;
            height: 35px;
            line-height: 41px;
        }
        .Icone .IconeP a {
            font-family: Century Gothic;
            font-size: 24px;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }
        .Icone Img {
            width: 75px;
            height: 75px;
            margin-top: 5px;
        }
        .FontMenu {
            float: right;
            font-family: Century Gothic;
            font-weight: bold;
            font-size: medium;
            color: #522415;
            margin-left: 15px;
        }
        .FontMenu2 {
            font-size: 22px;
            font-family: Century Gothic;
            color: #522415;
            margin-left: 15px;
        }
        .Fundo {
            background: #a98053;
            margin: 0;
            height: 38px;
            /*width: Calc(100% - 10px);*/
            border-radius: 0px !important
        }
        .FonteCarrinho {
            float: left;
            width: Calc(100vw - 120px);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            padding-top: 7px;
        }
        .txtComplementoCadUsuario {
            width: 68%;
            height: 25px;
            font-size: 15px;
            color: #363636;
            margin-top: 6px;
            border-radius: 4px;
            float: left;
            border: 1px solid #9a9a9a;
        }
        #BarraSuperior {
            margin-top: -30px;
            background: #59381b;
            margin-left: 8px;
            width: Calc(51vw - 100px);
            height: Calc(9vh - 30px);
        }
        .Mensagem {
            font-family: 'Century Gothic';
            color: #fff;
            margin-left: 20px;
            margin-top: 20px;
            font-size: 18px;
        }
        #txtEnderecoConfirma {
            width: 630px;
            height: 35px;
            font-family: 'Century Gothic';
            font-size: 14px;
            color: #363636;
            border-radius: 5px;
            border: none;
            box-shadow: 1px 1px #b7b7b7;
        }
        #txtNumeroConfirma {
            width: 67px;
            height: 35px;
            font-size: 14px;
            float: left;
            margin-top: 10px;
            font-family: 'Century Gothic';
            color: #363636;
            border-radius: 5px;
            border: none;
            box-shadow: 1px 1px #b7b7b7;
        }
        #txtCepConfirma {
            width: 87px;
            margin-top: 11px;
            height: 35px;
            font-size: 14px;
            float: left;
            margin-left: 12px;
            font-family: 'Century Gothic';
            color: #363636;
            border-radius: 5px;
            border: none;
            box-shadow: 1px 1px #b7b7b7;
        }
        #txtTelefoneConfirma {
            width: 129px;
            height: 35px;
            margin-left: 10px;
            margin-top: 9px;
            font-family: 'Century Gothic';
            font-size: 14px;
            color: #363636;
            border-radius: 5px;
            border: none;
            box-shadow: 1px 1px #b7b7b7;
        }
        .MenuConfirma {
            width: Calc(97% - 30px);
            height: 200px;
            padding-top: 55px;
        }
        .btnLimparCarrinho {
            font-family: arial;
            width: 224px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            margin: 3px 27px 0 260px;
            float: right;
            border-radius: 5px;
            padding: 10px;
            cursor: pointer;
            text-decoration: none;
            background: #A59149;
            color: #fff;
        }
        .btnLimparCarrinho:hover {
            background: #5F4E12;
        }
        .btnRetirarnolocal {
            width: 100%;
            font-size: 11px;
            border: none;
            float: left;
            border-radius: 15px;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            margin: 3px 10px;
            padding: 10px;
            width: Calc(100% - 20px);
        }
        .CpRemoverTaxa {
            margin: 19px 0 0 28px;
            width: 224px;
            Height: 25px;
            Font-Size: 15px;
            font-family: Century Gothic;
            color: #363636;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .ImgbtnDinheiroIndex {
            width: 40px;
            float: left;
            padding-top: 4px;
            margin-left: 32px;
        }
        .ImgbtnCartaoIndex {
            width: 51px;
            float: left;
            padding-top: 0px;
        }
        .btnFormaPagamento {
            font-family: arial;
            width: 224px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            margin: 19px 0 0 28px;
            border-radius: 5px;
            padding: 10px;
            cursor: pointer;
            display: inline-block;
            text-decoration: none;
            background: green;
            color: #fff;
            box-shadow: 0 5px 0 #006000;
        }
        .btnFormaPagamento:hover {
            background: #006000;
            box-shadow: 0 5px 0 #003f00;
        }
        .btnFormaPagamento:active {
            position: relative;
            top: 5px;
            box-shadow: none;
        }
        .CPtxtValorTotal {
            border-radius: 5px;
            border: 1px solid #ddd;
            font-family: Verdana;
            height: 35px;
            margin: 0px 0 0 28px;
            font-size: 16px;
            color: #363636;
            width: 257px;
            padding: 0 5px 0 0;
            text-align: left;
            box-shadow: 1px 1px #b7b7b7;
        }
        .Rodape {
            width: 169px;
            margin-top: 9px;
            float: left;
        }
        .Rodape div {
            float: left;
            vertical-align: middle;
            padding: 0px;
        }
        .Rodape div label,
        .Rodape div span {
            font-size: 24px;
            text-align: center;
            font-weight: bold;
        }
        .divPreco {
            width: 169px;
            height: 70px;
            margin-top: 5px;
        }
        .Carrinho #divCarrinho {
            width: Calc(100% - 20px);
            resize: none;
            margin: 10px;
            overflow-x: hidden;
            overflow-y: auto;
        }
        .Carrinho #divCarrinho div {
            float: left;
            font-size: 11px;
            color: #7d7d7d;
            font-weight: bold;
            width: 96%;
            border: 2px solid #a98053;
            border-radius: 15px;
            padding: 3px;
            margin-bottom: 4px;
        }
        .Carrinho #divCarrinho div p {
            margin: 0px;
        }
        .Carrinho #divCarrinho div :last-child {
            float: right;
            position: relative;
        }
        .divbtnFacebookDireita {
            display: inline-block;
            list-style: none;
            padding: 25px;
            color: #fff;
        }
        .Tela2 {
            width: Calc(63% - 94px);
            height: 400px;
            float: left;
            padding-top: 50px;
        }
        .btnAvancar {
            border-radius: 15px;
            margin-left: 16px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        .btnVoltar {
            margin-left: 15px;
            border-radius: 15px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        .FonteTituloConfirma {
            font-size: 35px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #7d7d7d;
        }
        .txtConfirma {
            width: 672px;
            font-size: 14px;
            color: #868686;
            height: 25px;
            margin: 1px;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .FonteConfirma {
            font-size: 17px;
            color: #fff;
        }
        .btnConfirmarEnd {
            width: 120px;
            height: 40px;
            border: none;
            border-radius: 15px;
            color: #fff;
            left: 75px;
            opacity: .8;
            position: relative;
            margin-left: 30px;
            text-align: center;
            font-weight: bold;
            font-size: 17px;
            background-color: #a98053;
        }
        .btnConfirmarEnd:hover {
            transition: 1s;
            opacity: 1;
        }
        .BotoesConfirmaEnd {
            position: relative;
            left: 20px;
            width: 320px;
            height: 52px;
            float: right !important;
        }
        .btnEditarEnd {
            border-radius: 15px;
            padding: 8px;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        .btnEditarEnd:hover {
            opacity: 1;
        }
        .btnSalvarEnd {
            height: 36px;
            border: 2px solid #a98053;
            border-radius: 15px;
            margin-top: 10px;
            color: #7d7d7d;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 15px;
            background-color: transparent;
        }
        .btnSalvarEnd:hover {
            opacity: 1;
        }
        .btnExcluirEnd {
            height: 35px;
            border: 2px solid #ab1c1c;
            border-radius: 8px;
            font-family: Century Gothic;
            color: #fff;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 12px;
            background-color: #b93d3d;
        }
        .btnExcluirEnd:hover {
            opacity: 1;
        }
        .txtFonteEnder {
            font-size: 27px;
            color: #7d7d7d;
            font-weight: bold;
        }
        .FundoTop2 {
            margin-top: -5px;
            background: #a98053;
            margin-left: -2px;
            width: 100%;
            height: 35px;
        }
        #imagecifrao {
            position: relative;
            top: 4px;
            left: 6px;
        }
        .MoldeFP {
            border: 2px solid #a98053;
            width: 100%;
            height: 100vh;
            background: #fbfbfb;
            position: fixed;
            left: 0px;
            top: 0px;
            z-index: 2;
        }
        .btnFinalizarCompra {
            height: 45px;
            width: 100%;
            font-size: 11px;
            border: none;
            margin: 0px 0px 5px -1px;
            float: left;
            border-radius: 15px;
            cursor: pointer;
            background: #a98053;
            text-decoration: none;
            word-wrap: break-word;
            text-align: center;
        }
        #FundoFP {
            border: none;
            padding: 7px;
            position: relative;
            color: #fff;
            width: 100%;
            font-weight: bold;
            font-size: 15px;
            bottom: 2px;
            left: 2px;
        }
        .FontePagamentoLabel {
            font-size: 20px;
            font-weight: bold;
            color: #7d7d7d;
            margin-left: 10px;
            float: left;
            width: 50%;
        }
        .FundoFP {
            height: 30px;
            margin-top: 7px;
            margin-bottom: 2px;
        }
        .ConteudoTextoFP {
            width: 50%;
            float: left;
        }
        .CaixaTextoFP {
            width: 112px;
            height: 30px;
            font-family: 'Century Gothic';
            font-weight: bold;
            font-size: 20px;
            color: #363636;
            position: relative;
            float: right;
            padding: 0;
            margin-right: 5px;
            top: -3px;
        }
        .CaixaTextoFP:focus {
            background: #fff;
        }
        .Preco {
            color: #fff;
            width: 156px;
            height: 52px;
            border: 2px solid;
            margin: 0 auto;
            font-weight: bold;
            margin-left: 4px;
            font-family: Arial;
            border-radius: 10px;
        }
        .FixoBotoes {
            position: fixed
        }
        .SomeLogo {
            display: none;
        }
        .Loog {
            float: left;
            margin-left: 0px;
            height: 114px;
            background: #a6684826;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }
        .Fixar-TopoFixo .LgoCheftech {
            width: 85px;
            height: 85px;
            background: #a6684826;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }
        .Fixar-TopoFixo .LgoCheftech {
            width: 85px;
            height: 85px;
            background: #a6684826;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }
        .Fixar-TopoFixo .Loog {
            float: left;
            margin-left: 0px;
            height: 90px;
            width: 90px;
            background: #a6684826;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }
        .BotaoCarrinhoMobile {
            border-radius: 11px;
            position: fixed;
            z-index: 1;
            top: -63px;
            width: 47px;
            border: 2px outset #dadada;
        }
        .LgoCheftech {
            width: 100px;
            height: 100px;
            margin-top: 3px;
            margin-right: 50px;
        }
        .Fixar-TopoFixo .TopoFixo {
            position: fixed;
            width: 100%;
            top: 0px;
            left: 0px;
        }
        .Cabecalho {
            width: 100%;
            /* height: 100vh; */
            min-height: 100vh;
            overflow-x: hidden;
            overflow-y: auto;
            position: relative;
        }
        .btnVoltarComprarlocal {
            height: 45px;
            width: Calc(100% - 20px);
            font-size: 15px;
            border: none;
            margin: 3px 10px;
            float: left;
            font-weight: bold;
            border-radius: 15px;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
        }
        .SomeCarrinhoCelular {
            display: none;
        }
        .SomeCarrinhoCelular:target {
            display: block;
            position: fixed;
            left: 0px;
            top: 0px;
        }
        .Notificacao {
            width: 20px;
            height: 20px;
            position: absolute;
            border-radius: 100%;
            background: #ff0000;
            right: 6px;
            top: 0px;
            z-index: 2;
        }
        .Fixar-TopoFixo .Notificacao2 {
            width: 10px;
            height: 10px;
            position: fixed;
            border-radius: 100%;
            background: #ff0000;
            font-size: 11px;
            right: 9px;
            color: #fff;
            top: 0px;
            padding: 6px 11px 7px 3px;
            text-align: center;
            z-index: 2;
        }
        /*
    body::-webkit-scrollbar {
        display: none;
    }
    */
        #slide-window {
            position: absolute;
            width: 100%;
            height: 33%;
            overflow: hidden;
            top: 170px;
            left: 0px;
        }
        #slides {
            height: 100%;
            position: absolute;
            margin: 0px;
            padding: 0px;
            -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
            transition: all 0.66s ease;
            -webkit-transition: all 0.66s ease;
        }
        .slide {
            list-style: none;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
            width: 500px;
            height: 100%;
            background: transparent;
            text-align: center;
            line-height: 300px;
            background-size: cover;
            background-position: 50% 50%;
            color: #fff;
            -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
            visibility: hidden;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
        .alive {
            visibility: visible;
        }
        .nav {
            position: absolute;
            z-index: 0;
            top: 50%;
            cursor: pointer;
            color: #fff;
            opacity: 0.7;
            transition: all 0.66s ease;
            -webkit-transition: all 0.66s ease;
        }
        .nav:hover {
            opacity: 1.0;
        }
        #left {
            left: 3%;
        }
        #right {
            right: 3%;
        }
        #credit {
            position: fixed;
            top: 25px;
            left: 25px;
            color: #eaeaea;
            font-family: 'Courier New', Courier, monospace;
        }
        .Social {
            float: right;
            /*width: Calc(100vw - 100px);*/
            text-align: right;
        }
        .Social ul {
            list-style: none;
            margin: 5px 10px 0 0;
            padding: 0;
        }
        .Social ul li {
            display: inline-block;
        }
        .Social ul li i {
            height: 50px;
            width: 50px;
            line-height: 50px;
            border-radius: 50%;
            font-size: 30px;
        }
        #pnlBairro {
            width: Calc(100% - 185px);
            padding-left: 15px;
        }
        #pnlEndereco {
            width: Calc(100% - 185px);
            padding-left: 15px;
        }
        #pnlEnderecoNumero {
            width: 130px;
            float: right;
            padding-right: 20px
        }
        #CarrinhoCelular {
            cursor: pointer;
            position: fixed;
            bottom: 0;
            border: 2px solid #a98053;
            border-radius: 15px;
            background-color: #fbfbfb;
            color: #7b7b7b;
            width: Calc(100% - 8px);
            text-align: center;
            padding: 5px;
            margin: 4px;
            font-weight: bold;
        }
    }
    
    @media(min-width:801px) and (max-width:8000px) {
        .MenuTop {
            /*width: Calc(100vw - 385px);*/
            text-transform: uppercase;
        }
        .CarrinhoMeio {
            top: 130px;
            transition: all 2s ease;
        }
        .CarrinhoTopo {
            top: 125px;
            transition: all 2s ease;
        }
        .footer {
            bottom: 0;
            background: #262626;
            width: 100%;
            color: #fff;
            float: left;
            margin-top: 33px;
        }
        .footerDiv {
            float: left;
            width: 49%;
            border-radius: 15px;
            margin: 10px 0;
        }
        .IconeX {
            display: none;
        }
        .Carrinho {
            /*position: fixed;*/
            /*right: 0px;*/
            height: Calc(100vh - 250px);
            /*padding: 5px;*/
            /*width: 296px;*/
            overflow: hidden;
        }
        .divTipo {
            /*float: left;*/
            /*width: Calc(100vw - 300px);*/
        }
        .Carrinho #divCarrinho {
            /*width: 282px;*/
            resize: none;
            margin: 10px 0 0 5px;
            height: Calc(100% - 115px);
            overflow-x: hidden;
            overflow-y: auto;
        }
        .MenuGrande .BotoesFixos {
            float: right;
            transition: all 2s ease;
        }
        .MenuPequeno .BotoesFixos {
            float: right;
            height: 37px;
            transition: all 2s ease;
        }
        .MenuPequeno {
            max-height: 79px !important;
            transition: all 2s ease;
        }
        .CaixaPesquisa {
            float: left;
            width: Calc(100vw - 340px);
            /*Tamanho horizontal
        width: 100%;
        position: relative;
        margin-left: 146px;
        bottom: 26px;
        */
        }
        .CaixaPesquisa .CPPesquisa {
            float: left;
            width: 100%;
            margin-top: 5px;
        }
        .ImgLupa {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            color: #fff;
            bottom: 1px;
            margin-bottom: -14px;
            position: relative;
            cursor: pointer;
            right: 44px;
        }
        .btnObservacao {
            height: 38px;
            border-radius: 15px;
            margin-left: 10px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        .btnObservacao:hover {
            opacity: 1;
        }
        .ObsText {
            position: fixed;
            width: 80vw;
            height: 64px;
            bottom: 80px;
            left: 10vw;
        }
        #txtQtdDescricao {
            width: 57px;
            padding: 4px 10px;
            margin-right: 15px;
            border: 0 !important;
            font-size: 32px;
            float: left;
            position: relative;
            height: 44px;
            top: 3px;
        }
        .Preco {
            color: #fff;
            margin-top: 2px;
            font-weight: bold;
            padding: 10px !important;
            border-radius: 10px;
        }
        .DescricaoBorda {
            min-height: 100vh;
            overflow: auto;
        }
        .btnMaiseMenosDescricao {
            width: 48px;
            height: 48px;
            cursor: pointer;
            font-size: 40px !important;
            margin-right: 15px;
            float: left;
            border-radius: 50%;
        }
        .CPLateral {
            width: 200px;
            height: 530px;
            font-size: 18px;
            display: none;
            color: #522415;
        }
        .CPimagem {
            width: 200px;
            height: 180px;
        }
        .CPimagem img {
            width: 200px;
            background: #ffede1;
            height: 220px;
            border-radius: 8%;
            box-shadow: 1px 2px 5px 2px #bbb;
        }
        .btnAvancar {
            width: 88px;
            height: 38px;
            border-radius: 15px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        .btnAvancar:hover {
            opacity: 1;
        }
        .btnAvancar p {
            color: #fff;
        }
        .btnVoltar {
            width: 88px;
            height: 38px;
            background: transparent;
            border-radius: 15px;
            color: #7c7c7c;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            border: 2px solid #a98053;
        }
        .btnVoltar:hover {
            opacity: 1;
        }
        .btnAvancarVoltar {
            float: right;
            width: 48px;
            margin-left: 10px;
            cursor: pointer;
        }
        .btnPrincipalDescricao {
            float: right;
            width: 156px;
            height: 40px;
            border: none;
            margin-top: 10px;
            border-radius: 50px;
            font-family: Century Gothic;
            color: #fff;
            text-align: center;
            font-size: 14px;
            background-color: #0f8f3e;
        }
        .btnPrincipalDescricao:hover {
            background-color: #0d963f;
        }
        .CPDescricao {
            width: 100%;
            height: 90vh;
            float: right;
            color: #fff;
            font-family: Verdana;
            overflow-x: hidden;
        }
        .CPDescricao h1 {
            width: 100vw;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
        }
        .tooltip:hover .tooltiptext {
            visibility: visible;
        }
        .CheckBoxConteudo .tooltiptext {
            position: absolute;
            background-color: #fbfbfb;
            width: 33vw;
            visibility: hidden;
        }
        .CheckBoxConteudo .tooltiptext p {
            position: absolute;
            background-color: #fbfbfb;
            border: 3px solid;
        }
        .FonteHistorico {
            font-family: Century Gothic;
            font-size: 28px;
            margin-top: 20px;
            color: #5f3612;
            text-align: center;
        }
        .BarraInformacoes {
            position: relative;
            background: linear-gradient(#5f3612, #1e0e00);
            height: 35px;
            width: 100%;
            font-family: 'Century Gothic';
            color: #fff;
            font-size: 22px;
        }
        #txtPesquisaHistorico {
            width: 399px;
            height: 31px;
            border-radius: 5px;
            border: 1px solid #ddd;
            margin-left: 50px;
            font-family: Century Gothic;
            font-size: 18px;
            color: #363636;
            display: none;
        }
        #imgLupaHistorico {
            width: 34px;
            height: 33px;
            background-color: #5f3612;
            border-radius: 5px;
            background: -webkit-linear-gradient(bottom, #1e0e00, #5f3612);
            color: #fff;
            margin-bottom: -10px;
            cursor: pointer;
            display: none;
        }
        .Tabela {
            border: 1px solid #ddd;
            font-family: Century Gothic;
            font-size: 15px;
            color: #363636;
            background: #fff;
            margin-top: 20px;
        }
        .FonteHistorico {
            font-family: Century Gothic;
            font-weight: bold;
            font-size: 28px;
            margin-top: 20px;
            color: #5f3612;
            text-align: center;
        }
        #FontLogin {
            font-family: Century Gothic;
            font-size: x-large;
            font-weight: bold;
            font-style: normal;
            color: #fff;
            margin-left: 10px;
            text-align: left;
            float: left;
        }
        .FontePadrao {
            font-family: Century Gothic;
            font-size: larger;
            color: #363636;
            float: left;
            padding-top: 80px;
            margin-left: 450px;
        }
        #FontCadastrar {
            font-size: 10px;
            float: right;
            text-decoration: underline;
            font-family: Century Gothic;
        }
        #txtUsuarioLogin {
            Width: 380px;
            Height: 30px;
            Font-Size: 18px;
            font-family: Century Gothic;
            color: #363636;
            border-radius: 5px;
            margin-top: 37px;
            border: 1px solid #9a9a9a;
            float: right;
            box-shadow: 1px 1px #b7b7b7;
            padding: 0 10px;
        }
        #txtSenhaLogin {
            Width: 380px;
            Height: 30px;
            Font-Size: 18px;
            margin-top: 10px;
            font-family: Century Gothic;
            color: #363636;
            float: right;
            border-radius: 5px;
            box-shadow: 1px 1px #b7b7b7;
            border: 1px solid #9a9a9a;
            padding: 0 10px;
        }
        .BotaoCarrinhoMobile {
            display: none;
        }
        #FonteLembrarUsuario {
            font-family: century gothic;
            font-weight: bold;
        }
        .btnEntrar {
            margin-top: 20px;
            width: 180px;
            height: 45px;
            font-family: Century Gothic;
            color: #fff;
            text-align: center;
            font-size: 20px;
            border: 2px solid #0f8f3e;
            border-radius: 50px;
            font-weight: bold;
            background-color: #18773b;
        }
        .btnCadastrar:hover {
            background-color: #0d963F;
        }
        .btnGoogle:hover {
            background-color: #E74B37
        }
        .btnEntrar:hover {
            background-color: #0d963f;
        }
        .btnCadastrarCadastro {
            float: right;
            margin-top: 33px;
            width: 232px;
            height: 45px;
            border: none;
            border-radius: 15px;
            color: #fff;
            text-align: center;
            font-size: 14px;
            opacity: 0.85;
            background-color: #fe5707;
            cursor: pointer;
        }
        .btnCadastrarCadastro:hover {
            transition: 1s;
            opacity: 1;
        }
        .FontCod {
            font-family: Century Gothic;
            font-weight: bold;
            font-size: 15px;
            color: #59381b;
            margin-left: 15px;
            float: left;
            box-shadow: 1px 1px #b7b7b7;
        }
        .CadastroCliente {
            width: Calc(66vw + 70px);
            height: Calc(50vh - 30px);
            margin: 0px auto;
            padding: 15px;
            border-radius: 6px;
        }
        .CadastroClienteEX {
            width: Calc(66vw + 70px);
            height: Calc(100vh - 100px);
            margin: 0 auto;
            padding: 15px;
            border-radius: 6px;
        }
        .btnVernomapa {
            float: left;
            margin-top: 25px;
            margin-left: 10px;
        }
        .txtCodCadUsuario {
            Width: 90px;
            Height: 25px;
            Font-Size: 15px;
            color: #363636;
            border: 1px solid #9a9a9a;
        }
        .txtNomeCadUsuario {
            Width: 98%;
            Height: 25px;
            Font-Size: 15px;
            color: #868686;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
            padding: 0px 0px 0px 6px;
        }
        .txtEmailCadUsuario {
            Width: 72%;
            Height: 25px;
            Font-Size: 15px;
            float: left;
            margin-top: 6px;
            margin-left: 12px;
            color: #868686;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .txtBDateUsuario {
            Width: 24%;
            Height: 28px;
            Font-Size: 15px;
            color: #868686;
            margin-top: 6px;
            float: left;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .txtSexoUsuario {
            width: 25%;
            Height: 29px;
            Font-Size: 15px;
            color: #868686;
            margin-left: 8px;
            margin-top: 6px;
            float: left;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .txtCpfCadUsuario {
            Width: 150px;
            Height: 25px;
            Font-Size: 15px;
            color: #868686;
            float: left;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
            border-radius: 4px;
        }
        .txtTelefoneCadUsuario {
            Width: 18%;
            Height: 25px;
            Font-Size: 15px;
            color: #868686;
            border-radius: 4px;
            margin-top: 6px;
            margin-left: 10px;
            border: 1px solid #9a9a9a;
        }
        .txtTelAlternativoCadUsuario {
            Width: 130px;
            Height: 25px;
            Font-Size: 15px;
            color: #868686;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .txtEnderecoCadUsuario {
            width: 74%;
            height: 25px;
            font-size: 15px;
            float: left;
            color: #868686;
            margin-top: 6px;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .txtBairroCadUsuario {
            width: 29%;
            height: 29px;
            font-size: 15px;
            margin-top: 6px;
            float: left;
            margin-left: 15px;
            border-radius: 4px;
            color: #868686;
            border: 1px solid #9a9a9a;
        }
        .txtCidadeCadUsuario {
            width: 35%;
            height: 25px;
            font-size: 15px;
            color: #868686;
            border-radius: 4px;
            float: left;
            margin-top: 6px;
            border: 1px solid #9a9a9a;
            background: #fff;
        }
        .txtCepCadUsuario {
            width: 14%;
            Height: 25px;
            float: right;
            margin-top: 6px;
            Font-Size: 15px;
            border-radius: 4px;
            color: #868686;
            margin-right: 14px;
            border: 1px solid #9a9a9a;
        }
        .txtSenha {
            width: 26%;
            height: 25px;
            float: left;
            margin-top: 3px;
            font-size: 15px;
            margin-right: 15px;
            border-radius: 4px;
            color: #868686;
            border: 1px solid #9a9a9a;
        }
        #VerMapa {
            Font-Size: 15px;
            color: #363636;
            font-weight: bold;
        }
        .txtNumeroCadUsuario {
            width: 6%;
            height: 25px;
            font-size: 15px;
            margin-left: 14px;
            margin-top: 6px;
            color: #868686;
            border: 1px solid #9a9a9a;
            border-radius: 4px;
        }
        .txtUFCadUsuario {
            width: 4%;
            height: 25px;
            font-size: 15px;
            color: #868686;
            float: left;
            border-radius: 4px;
            background: #fff;
            margin-top: 6px;
            margin-left: 9px;
            border: 1px solid #9a9a9a;
        }
        .txtPesquisa {
            width: Calc(100% - 125px);
            height: 32px;
            margin-left: 68px;
            border-top-right-radius: 100px;
            position: relative;
            padding: 3px 8px;
            bottom: 0px;
            border-bottom-right-radius: 100px;
            font-size: 17px;
            color: #363636;
            border: 0px solid #9a9a9a;
        }
        .Principal {
            margin-top: 5px;
            /*width: Calc(100vw - 310px);*/
            z-index: 1;
            /*Tamanho para horizontal
        margin-top: 5px;
        width: Calc(99vw - 320px);
        position: relative;
        top: 10px;
        z-index: -1;*/
        }
        .Principal .PrincipalTop {
            min-height: Calc(100vh - 178px);
            overflow: auto;
        }
        .Principal .PrincipalBottom {
            height: 80px;
        }
        .Icone .IconeTop {
            height: 40px;
        }
        .Icone .IconeText a {
            font-size: 15px;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }
        .Icone .IconeP a {
            font-size: 24px;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }
        .Icone Img {
            width: 65px;
            height: 65px;
            margin-top: 5px;
            padding: 10px;
        }
        .FontMenu {
            float: right;
            font-family: Century Gothic;
            font-weight: bold;
            font-size: medium;
            color: #522415;
            margin-left: 15px;
        }
        .FontMenu2 {
            font-size: 22px;
            font-family: Century Gothic;
            color: #522415;
            margin-left: 15px;
        }
        .ItemConfBloco {
            background-color: #5f3612;
            width: 100%;
            height: 10px;
            float: left;
            display: none;
        }
        .ItemConfigura {
            background-color: #5f3612;
            width: 90vw;
            height: 90vh;
            float: left;
            display: none;
        }
        .HistoricoBorda {
            width: calc(41% - 50px);
            border: 2px solid red;
            margin-top: 50px;
        }
        .CarrinhoInfo {
            display: none;
            /*
        float: right;
        background-color: #818181;
        color: #fff;
        width: 135px;
        border-radius: 8px 0 0 8px;
        border: solid 1px #fff;
        padding: 5px;
        z-index: 5000;
            */
        }
        .CarrinhoInfo div {
            color: #fff;
            width: 99%;
        }
        .txtComplementoCadUsuario {
            Width: 68%;
            Height: 25px;
            Font-Size: 15px;
            color: #868686;
            margin-top: 6px;
            border-radius: 4px;
            float: left;
            border: 1px solid #9a9a9a;
        }
        #FontTopoEsq {
            font-family: Century Gothic;
            font-size: 22px;
            font-style: normal;
            color: #fff;
            margin-left: 10px;
            text-align: left;
            float: left;
        }
        .Mensagem {
            font-family: 'Century Gothic';
            color: #fff;
            margin-left: 20px;
            margin-top: 20px;
            font-size: 18px;
        }
        .txtFonteEnder {
            font-size: 27px;
            color: #7d7d7d;
            font-weight: bold;
        }
        .txtConfirma {
            width: 672px;
            font-size: 14px;
            color: #868686;
            height: 25px;
            margin: 1px;
            border-radius: 4px;
            border: 1px solid #9a9a9a;
        }
        .FonteConfirma {
            font-size: 17px;
            color: #fff;
        }
        .MenuConfirma {
            width: 700px;
            height: 200px;
            margin: 0px auto;
            font-size: 38px;
            padding: 20px;
            color: #fff;
        }
        .MenuConfirma div {
            float: left;
            margin-top: 9px;
        }
        .CpRemoverTaxa {
            margin: 19px 0 0 28px;
            width: 224px;
            Height: 25px;
            Font-Size: 15px;
            font-family: Century Gothic;
            color: #363636;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .btnLimparCarrinho {
            font-family: arial;
            width: 240px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            margin: 3px 18px 0 260px;
            float: right;
            border-radius: 5px;
            padding: 10px;
            cursor: pointer;
            text-decoration: none;
            background: #A59149;
            color: #fff;
        }
        .btnLimparCarrinho:hover {
            background: #5F4E12;
        }
        .btnRetirarnolocal {
            width: 246px;
            font-size: 12px;
            border: none;
            /*margin: 4px 18px 0 18px;*/
            /*float: right;*/
            border-radius: 15px;
            padding: 10px;
            cursor: pointer;
            text-decoration: none;
            background: #a98053;
            color: #fff;
            word-wrap: break-word;
            text-align: center;
        }
        .btnRetirarnolocal h1 {
            margin: 0;
        }
        .ImgbtnDinheiroIndex {
            width: 40px;
            float: left;
            padding-top: 3px;
            margin-left: 27px;
        }
        .ImgbtnCartaoIndex {
            width: 51px;
            float: left;
            margin-top: -3px;
        }
        .btnFormaPagamento {
            font-family: arial;
            width: 224px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            border: 2px solid;
            float: right;
            margin: 19px 0 0 260px;
            border-radius: 5px;
            padding: 10px;
            cursor: pointer;
            text-decoration: none;
            background: #0a6500;
            color: #fff;
            box-shadow: 0 5px 0 #006000;
        }
        .btnFormaPagamento:hover {
            background: #006000;
            box-shadow: 0 5px 0 #003f00;
        }
        .btnFormaPagamento:active {
            position: relative;
            top: 5px;
            box-shadow: none;
        }
        .CPtxtValorTotal {
            border-radius: 5px;
            border: 1px solid #ddd;
            font-family: Verdana;
            height: 35px;
            font-size: 16px;
            color: #363636;
            width: 260px;
            padding: 0 5px 0 0;
            text-align: left;
        }
        .Rodape {
            width: 100%;
        }
        .Rodape div {
            float: left;
            vertical-align: middle;
            padding: 3px;
        }
        .Rodape div label,
        .Rodape div span {
            font-size: 17px;
            text-align: center;
            position: relative;
            font-weight: bold;
            top: 10px;
        }
        .Icone .IconeText {
            margin-top: 3px;
            text-align: center;
        }
        .Fundo {
            margin-top: -6px;
            margin-left: -6px;
            /*width: 307px;*/
        }
        .Tela2 {
            width: Calc(46% - 170px);
            height: 400px;
            padding-top: 77px;
            float: left;
            border-left: 1px solid #ddd;
        }
        .btnFormaPagamentoIndex {
            width: 246px;
            font-size: 12px;
            border: none;
            /*margin: 3px 18px 0 18px;
            float: right;*/
            border-radius: 15px;
            padding: 7px;
            cursor: pointer;
            text-decoration: none;
            background: #a98053;
            color: #fff;
            word-wrap: break-word;
            text-align: center;
        }
        .btnFormaPagamentoIndex h1 {
            margin: 0;
        }
        .CPtxtValorTotalFormaPagamento {
            width: 183px;
            Height: 27px;
            Font-Size: 15px;
            font-family: Century Gothic;
            color: #363636;
            margin-left: 0px;
            border-radius: 5px;
            border: 1px solid #9a9a9a;
            box-shadow: 1px 1px #b7b7b7;
        }
        .CaixaBordaFormaPagamento {
            width: 170px;
            height: 190px;
            border: 3px solid #5f3612;
            margin: 2px;
            float: left;
        }
        .TelaFormaPagamento {
            width: 544px;
            height: 289px;
            margin: 0 auto !important;
        }
        .TelaFormaPagamento .FonteTituloFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 20px;
            font-weight: bold;
            color: #000;
            text-align: center;
        }
        .FonteConteudoFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 14px;
            font-weight: bold;
            color: #000;
        }
        .CPtxtValorTotal {
            border-radius: 5px;
            border: 1px solid #ddd;
            font-family: Verdana;
            height: 35px;
            font-size: 16px;
            color: #363636;
            width: 260px;
            padding: 0 5px 0 0;
            text-align: left;
        }
        .Icone .IconeP {
            text-align: right;
            padding-right: 8px;
            height: 35px;
            line-height: 41px;
        }
        .Icone .IconeInt {
            cursor: pointer;
        }
        @media(min-width:801px) and (max-width:1010px) {
            .Icone {
                width: calc((100vw - 350px) / 3);
                float: left;
            }
            .Icone img {
                min-height: calc(((100vw - 350px) / 3) * 0.75);
                max-height: calc(((100vw - 350px) / 3) * 0.75);
            }
        }
        @media(min-width:1011px) and (max-width:1260px) {
            .Icone {
                width: calc((100vw - 360px) / 4);
                float: left;
            }
            .Icone img {
                min-height: calc(((100vw - 360px) / 4) * 0.75);
                max-height: calc(((100vw - 360px) / 4) * 0.75);
            }
        }
        @media(min-width:1261px) and (max-width:7000px) {
            .Icone {
                /*width: calc((100vw - 440px) / 6);*/
                float: left;
                /*margin: 10px !important;
                padding: 10px;*/
            }
            .Icone img {
                /*min-height: calc(((100vw - 370px) / 5) * 0.75);
                max-height: calc(((100vw - 370px) / 5) * 0.75);*/
                width: 100%;
            }
        }
        .btnEnviarEnd {
            width: 120px;
            height: 40px;
            border: none;
            border-radius: 15px;
            left: 75px;
            opacity: .8;
            position: relative;
            margin-left: 30px;
            text-align: center;
            font-weight: bold;
            font-size: 17px;
            background-color: #a98053;
        }
        .btnConfirmarEnd {
            width: 120px;
            height: 40px;
            border: none;
            border-radius: 15px;
            left: 75px;
            opacity: .8;
            position: relative;
            margin-left: 30px;
            text-align: center;
            font-weight: bold;
            font-size: 17px;
            background-color: #a98053;
        }
        .SomeIcone {
            display: none;
        }
        .btnConfirmarEnd:hover {
            transition: 1s;
            opacity: 1;
        }
        .BotoesConfirmaEnd {
            position: relative;
            left: 20px;
            width: 320px;
            height: 52px;
            float: right !important;
        }
        .btnSalvarEnd {
            height: 36px;
            margin-top: 10px;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            font-size: 15px;
        }
        .btnSalvarEnd:hover {
            opacity: 1;
        }
        .btnExcluirEnd {
            border: 2px solid #ab1c1c;
            font-family: Century Gothic;
            color: #fff;
            opacity: .8;
            text-align: center;
            font-weight: bold;
            background-color: #b93d3d;
            height: 36px;
            border-radius: 15px;
            margin-top: 10px;
            font-size: 15px;
        }
        .btnExcluirEnd:hover {
            opacity: 1;
        }
        .ConteudoImagemFormaPagamento {
            margin-left: 20px;
        }
        .FonteCaixaFormaPagamento {
            font-family: 'Century Gothic';
            font-size: 14px;
            color: #fff;
            text-align: center;
            padding: 13px;
            font-weight: bold;
            background: #5f3612;
        }
        .CorFundoItem {
            opacity: .85;
        }
        .FonteTitulo {
            text-align: center;
        }
        .SomeTela5 {
            display: none;
        }
        .SomeTela5:target {
            display: inline-block;
        }
        .MoldeFP {
            position: fixed;
            width: 300px;
            height: Calc(100vh - 230px);
            right: 0px;
            margin-right: 2px;
            border-radius: 15px;
        }
        .FontePagamentoLabel {
            font-size: 16px;
            font-weight: bold;
            color: #7d7d7d;
            margin-left: 10px;
            float: left;
            width: 50%;
        }
        .FundoFP {
            padding: 0px;
            border-radius: 4px;
            height: 30px;
            margin-top: 9px;
            margin-bottom: 2px;
            width: 98%;
            border: 0 !important;
        }
        .BotaoVoltar {
            background: #9e1717 !important;
        }
        .BotaoFinalizar {
            background: #1A4A4F !important;
        }
        .BotaoFinalizarDesabilita {
            background: #444 !important;
        }
        .ConteudoTextoFP {
            width: 50%;
            float: left;
        }
        .CaixaTextoFP {
            width: 126px;
            height: 30px;
            font-family: 'Century Gothic';
            font-weight: bold;
            font-size: 20px;
            color: #363636;
            float: left;
            padding: 0;
        }
        .CaixaTextoFP:focus {
            background: #fff;
        }
        .ImagemLogo {
            border-radius: 10px;
            border-style: none;
            max-height: 300px;
            min-height: 300px;
            margin: 11px 51px 38px 56px;
            float: left;
        }
        .IconeX {
            cursor: pointer;
            width: 30px;
            height: 33px;
            float: right;
            border: 1px solid #eee;
            border-radius: 5px;
        }
        #FundoFP {
            border: none;
            padding: 7px;
            position: relative;
            color: #fff;
            width: 100%;
            font-weight: bold;
            font-size: 15px;
            bottom: 2px;
            left: 2px;
        }
        .FundoTop2 {
            margin-top: -6px;
            margin-left: -6px;
            background: #a98053;
            width: 300px;
            height: 35px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }
        .Fixar-TopoFixo .TopoFixo {
            position: fixed;
            width: 100%;
            top: 0px;
            left: 0px;
        }
        .btnFinalizarCompra {
            width: 94%;
            font-size: 13px;
            border: none;
            margin: 5px 10px 0 18px;
            float: right;
            border-radius: 15px;
            margin-bottom: 8px;
            cursor: pointer;
            text-decoration: none;
            background: #a98053;
            word-wrap: break-word;
            text-align: center;
        }
        .SomeTela6 {
            display: none;
        }
        .FonteCarrinho {
            float: right;
            font-size: 16px;
            margin-top: 9px;
            float: left;
            padding-left: 5px;
            text-align: center
        }
        .MenuGrande .LogoTamanho {
            width: 100px;
            margin: 7px 0;
            border-radius: 10px;
            transition: all 2s ease;
            cursor: pointer;
        }
        .MenuPequeno .LogoTamanho {
            width: 75px;
            max-height: 75px;
            margin: 2px 0;
            border-radius: 10px;
            transition: all 2s ease;
            cursor: pointer;
            box-shadow: 1px 1px 5px rgb(0 0 0 / 25%);
        }
        .btnSemEntrega {
            width: 246px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            /*float: right;*/
            border-radius: 5px;
            /*margin: 10px 18px 0 18px;*/
            padding: 10px;
            text-decoration: none;
            background: #c82929;
            color: #fff;
            word-wrap: break-word;
            text-align: center;
        }
        .CaixaLogin {
            /* float: left; */
            width: 400px;
            margin: 0 auto;
            padding: 0;
            margin-top: 6px;
        }
        /*
    body::-webkit-scrollbar {
        display: none;
    }
    */
        #slide-window {
            position: absolute;
            width: 100%;
            height: 67%;
            overflow: hidden;
            top: 170px;
            left: 0px;
        }
        #slides {
            height: 100%;
            position: absolute;
            margin: 0px;
            z-index: 1;
            padding: 0px;
            -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
            transition: all 0.66s ease;
            -webkit-transition: all 0.66s ease;
        }
        .slide {
            list-style: none;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
            width: 500px;
            height: 100%;
            background: transparent;
            text-align: center;
            line-height: 300px;
            background-size: cover;
            background-position: 50% 50%;
            color: #fff;
            -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
            visibility: hidden;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
        .alive {
            visibility: visible;
        }
        .nav {
            position: absolute;
            z-index: 9;
            top: 50%;
            cursor: pointer;
            color: #fff;
            opacity: 0.7;
            transition: all 0.66s ease;
            -webkit-transition: all 0.66s ease;
        }
        .nav:hover {
            opacity: 1.0;
        }
        #left {
            left: 3%;
        }
        #right {
            right: 3%;
        }
        #credit {
            position: fixed;
            top: 25px;
            left: 25px;
            color: #eaeaea;
            font-family: 'Courier New', Courier, monospace;
        }
        .FonteFooter {
            width: 300px;
            float: right;
            text-align: right;
            margin-top: 19px;
            font-weight: bold;
            margin-right: 32px;
            font-size: 12px;
        }
        .LogoFooter {
            width: 82px;
            float: right;
            margin: 10px 13px 0 0;
            border-radius: 20px;
        }
        .footer {
            /*position: absolute;*/
            bottom: 0;
            background: #262626;
            width: 100%;
            color: #fff;
            float: left;
            margin-top: 50px;
        }
        .Social {
            /*float: right;
            width: Calc(100% - 105px);
            text-align: center;*/
        }
        .Social ul {
            list-style: none;
            /*float: right;
            margin: 5px 150px 0 0;*/
            text-align: right;
            padding: 0;
        }
        .Social ul li {
            display: inline-block;
        }
        .Social ul li i {
            height: 35px;
            width: 35px;
            line-height: 35px;
            border-radius: 50%;
            font-size: 20px;
            margin: 5px;
        }
        #pnlBairro {
            width: Calc(100% - 185px);
            padding-left: 15px;
        }
        #pnlEndereco {
            width: Calc(100% - 185px);
            padding-left: 15px;
        }
        #pnlEnderecoNumero {
            width: 130px;
            float: right;
            padding-right: 20px
        }
    }
    
    .TopoFixo {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        float: left;
        width: 100%;
        /*max-height: 156px;*/
        transition: all 2s ease;
    }
    
    #TopoFixoAlt {
        height: 220px;
    }
    
    @media(min-width:0px) and (max-width:800px) {
        .lblCarrinho input~.CarrinhoInfo {
            display: none;
        }
        .lblCarrinho input~.Carrinho {
            display: none;
        }
    }
    /*
@media(min-width:801px) and (max-width:7000px) {
    .lblCarrinho input ~ .CarrinhoInfo {
        display: block;
    }
}
    */
    
    .lblCarrinho input:checked~.CarrinhoInfo {
        display: none;
    }
    
    .lblCarrinho input:checked~.Carrinho {
        display: block;
    }
    
    .tooltiptext {
        z-index: 5000;
        background-color: #fbfbfb;
    }
    
    #pnlBalcao,
    #pnlEntrega {
        width: Calc(50% - 60px) !important;
        border-radius: 10px;
        padding: 10px;
        margin: 20px 10px;
    }
    
    .Item p {
        padding: 0;
    }
    
    .MenuCardapio {
        width: Calc(100vw - 185px);
        text-transform: uppercase;
    }
    
    .MenuCardapio {
        display: block;
        font-size: 25px;
        color: #fff;
        max-width: 100vw;
        float: left;
        padding: 2px;
        text-align: center;
        margin: 5px 0;
    }
    /*
.MenuCardapio .FonteTitulo::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 12px;
    background-image: url('../Imagens/Efeito2.png');
}

.MenuCardapio .FonteTitulo::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 12px;
    background-image: url('../Imagens/Efeito.png');
}
    */
    
    .IcoCardapio {
        float: left;
        width: 100%;
        font-family: 'Open-sans', sans-serif;
    }
    
    .IcoCardapio .IconeInt {
        float: left;
        width: 700px;
        max-width: 92vw;
        margin-top: 5px;
        margin-left: 9px;
    }
    
    .IcoCardapio .IconeP {
        float: right;
        margin-right: 10px;
        font-weight: bold;
        font-size: 25px;
        margin-top: 5px;
        margin-bottom: 14px;
        padding: 4px;
        color: #59391b;
        text-align: right;
    }
    
    .IcoCardapio .IcoObs {
        width: 510px;
        max-width: Calc(100vw - 190px);
        float: left;
    }
    
    .IcoCardapio .IcoObs p {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px;
        margin: 0;
        border-radius: 1px;
        color: #3c3c3c;
        width: 100%;
    }
    /*
                .IcoCardapio .IcoObs p::before {
                    content: "\00b0";
                }
                */
    
    .IcoCardapio .IcoObs p {
        float: left;
    }
    
    .FundoTelaCardapio {
        background-image: url('../Imagens/FundoCardapio.jpg');
        background-size: contain;
    }
    
    .FonteCardapioDescricao {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 18px;
        color: #5f3612;
        text-align: justify;
    }
    
    .IcoCardapio {
        float: left;
        width: 100%;
        font-family: 'Open-sans', sans-serif;
    }
    
    .IcoCardapio .IcoObs {
        width: 510px;
        max-width: Calc(100vw - 190px);
        float: left;
        margin-left: 19px;
    }
    
    .IcoCardapio .IcoObs p {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px;
        margin: 0;
        border-radius: 1px;
        color: #3c3c3c;
        width: 100%;
    }
    /*
                .IcoCardapio .IcoObs p::before {
                    content: "\00b0";
                }
*/
    
    .IcoCardapio .IcoObs p {
        float: left;
    }
    
    .FonteCardapioDescricao {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 18px;
        color: #5f3612;
        text-align: justify;
    }
    
    .IcoCardapio {
        float: left;
        width: 100%;
    }
    
    .IcoCardapio Img {
        float: left;
        margin-left: 4px;
    }
    
    .IcoCardapio .IcoObs {
        width: 510px;
        max-width: Calc(100vw - 190px);
        float: left;
        margin-left: 22px;
    }
    
    .IcoCardapio .IcoObs p {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px;
        margin: 0;
        border-radius: 1px;
        color: #3c3c3c;
        width: 100%;
    }
    
    .IcoCardapio .IcoObs p {
        float: left;
    }
    
    .FundoTelaCardapio .CarrinhoInfo {
        display: none !important;
    }
    
    .btnLogin {
        width: 300px !important;
        height: 38px;
        padding: 0px;
        border: 1px solid #9a9a9a;
        margin: 5px 0;
        display: inline-block;
        font-size: 17px;
        line-height: 20px;
    }
    
    .Quick-navigation {
        width: 100%;
    }
    
    @media(min-width:0px) and (max-width:600px) {
        .Quick-navigation {
            user-select: none;
            /*Nao permitir selecionar o texto*/
            z-index: 1;
            padding: 0;
            overflow: scroll;
            white-space: nowrap;
            margin: 0 auto;
            box-sizing: border-box;
        }
        .Quick-navigation li {
            display: inline-block;
            text-decoration: none;
            box-sizing: border-box;
        }
    }
    
    @media(min-width:601px) and (max-width:8000px) {
        .Quick-navigation {
            user-select: none;
            /*Nao permitir selecionar o texto*/
            z-index: 1;
            padding: 0;
            margin: 0 auto;
            box-sizing: border-box;
        }
        .Quick-navigation li {
            display: inline-block;
            text-decoration: none;
            box-sizing: border-box;
        }
    }
    
    button {
        cursor: pointer;
    }
    
    #pnlEsqueci {
        width: 200px;
        margin: auto;
    }
    
    #pnlEsqueci .btnAlt {
        width: 200px;
        height: 40px;
        font-size: 18px;
        text-align: center;
        padding-top: 8px;
    }
    
    .divAviso {
        position: fixed;
        top: 10vh;
        left: 10vw;
        width: 80vw !important;
        height: 70vh !important;
        border-radius: 40px;
        border: 3px solid #000;
        text-align: center;
        font-size: 32px;
    }
    
    .divAviso #divAvisoFechar {
        position: absolute;
        right: 0px;
        top: 0px;
        border-radius: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        color: #f00;
        font-size: 50px;
    }
    
    .divAviso #divAvisoFechar2 {
        position: absolute;
        right: Calc(50% - 100px);
        bottom: 6px;
        border-radius: 40px;
        width: 200px;
        font-size: 30px;
    }
    
    .btnDelivery {
        min-width: 100px;
        border-radius: 4px;
        background-color: #fff;
        margin: 3px 5px;
        line-height: 33px;
        font-size: 13px;
        text-align: center;
    }
    
    .btnDelivery a {
        color: #000;
        padding: 10px;
    }
    
    .LojaFechada {
        position: fixed;
        bottom: 0;
        border: 3px solid #fff;
        background-color: #f00;
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 5px;
        font-weight: bold;
    }
    
    .LojaFechadaRodape {
        height: 40px;
        width: 90vw;
        float: left;
    }
    
    #divCarrinho div span label {
        border-radius: 5px;
        padding: 2px;
        margin: 2px;
        font-weight: 100;
        line-height: 1.5;
        float: left;
    }
    
    #divCarrinho div span label small {
        margin-left: 5px;
        font-weight: bold;
    }
    
    .Icone .IconeP s {
        padding: 4px;
        font-size: 12px;
    }
    
    #pnlUsuario {
        display: none;
        position: absolute;
        z-index: 5001;
        top: 60px;
        right: 8px;
        border: 1px solid #ccc;
        border-color: #000;
        width: 350px;
        border-radius: 8px;
        max-height: calc(100vh - 62px - 100px);
    }
    
    #pnlUsuario div {
        transform: translateZ(0);
        width: 100%;
        float: left;
    }
    
    #pnlUsuario i {
        font-size: 40px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 20px 24px;
        margin: 20px 135px;
    }
    
    #pnlUsuario #Contato {
        width: 100%;
        text-align: center;
    }
    
    #pnlUsuario #btnFecha {
        position: fixed;
        top: 10px;
        right: 10px;
        display: inline-block;
        width: 36px;
        height: 36px;
        text-align: center;
        font-size: 20px;
        font-weight: bolder;
        border-radius: 50%;
    }
    
    #pnlUsuario #Botao {
        width: 290px;
        margin: 30px;
    }
    
    #pnlUsuario #Botao input {
        width: 290px;
    }
    
    .Modal.Fundo {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .Modal {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1000;
        position: fixed;
    }
    
    .popupBox {
        padding: 24px;
        position: absolute;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(230, 230, 230);
        min-width: unset;
        width: 100%;
        transform: none;
        left: 0px;
        border-radius: 0px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        height: 100%;
        min-width: 375px;
        width: unset;
        transform: translate(-50%, 50%);
        left: 50%;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        height: unset;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    
    .popupBox.Fundo {
        bottom: 50%;
    }
    
    .popupBoxCard {
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
    
    .popupBoxCard figure {
        padding: 0px;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-block: 0px;
        margin-inline: 0px;
    }
    
    .Spacer {
        height: 24px;
    }
    
    .popupBoxCard .Aviso {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    
    .popupBoxCard .RodapeCard {
        width: 100%;
    }