.logoTheme1{
    display:none;
}
.logoTheme2 {
    display: none;
}
.posCompra3Ceus{
    display:none;
}
.clear {
    clear: both;
}

p, h1, h2, h3, span {
    font-family: Arial;
}

.errorCep {
    padding: 6px 4px;
    margin: 6px 0 0 0;
    color: #fd0e0e;
    font-weight: bold;
    border: 2px solid #fd0e0e;
    text-align: center;
}

.formasPagto {
    padding: 27px 0 0 0;
}
/*topo*/
.topo {
    background: #2daadf;
    padding: 12px 0;
}

.containerFormaPagamento.atv .btnSelect {
    opacity: 0.1;
}

.topo .colLeft {
    padding-bottom:4px;
}

    .topo .colLeft svg {
        margin: auto;
        display: block;
        padding: 0px 0 0 0;
        max-width: 222px;
        max-height: 61px;
        color: #fff;
    }

    @media screen and (max-width:768px){
        .topo .colLeft svg {
            max-width: 170px;
        }
    }

.errorCEPtxt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}

    .errorCEPtxt p {
        text-align: center;
        font-size: 17px;
        margin: 13px 0;
        color: #fff;
        font-weight: bold;
    }

.topo .colRight {
    padding: 0;
}
@media (max-width: 768px) {
    .topo .colRight {
        padding-top: 15px!important;
    }
}
    .topo .colRight .item {
        color: #fff;
        text-align: center;
        width: 147px;
        margin: 0;
        padding: 0;
        float: left;
        width: 25%;
        opacity: 0.5;
    }

        .topo .colRight .item.atv {
            opacity: 1;
        }

        .topo .colRight .item i {
            display: block;
            font-size: 16px;
            background: #268db9;
            width: 35px;
            margin: auto;
            height: 35px;
            padding-top: 7px;
            border-radius: 24%;
            z-index: 99;
            position: relative;
            border:1px solid transparent;
        }

        .topo .colRight .item span {
            font-size: 13px;
            margin-top: 0px;
            display: block;
        }

        .topo .colRight .item .passoEtapa {
            width: 100%;
            border-bottom: 3px solid #268db9;
            position: relative;
            z-index: 0;
            top: -18px;
        }

        .topo .colRight .item.atv.atual i {
            border-color: #fff;
            padding-top: 7px;
        }

        .topo .colRight .item.atv .passoEtapa {
            border-bottom: 3px solid #ffffff;
        }

        .topo .colRight .item.atv.atual .passoEtapa {
            opacity: 0.5;
            border-bottom: 3px solid #268db9;
        }

        .topo .colRight .item .passoEtapa.right {
            left: 50%;
        }

        .topo .colRight .item .passoEtapa.left {
            right: 50%;
        }



/*pagina*/
.pagina {
    padding: 10px 0 80px;
    min-height: 80vh;
}

    .pagina h1 {
        font-size: 25px;
        font-weight: bold;
        color: #4c4c4c;
    }

@media screen and (max-width:768px) {
    .pagina h1 {
        text-align: center;
        margin-top: 28px;
        margin-bottom: 12px;
    }
}

    .pagina .blocoItem {
        padding-bottom: 36px;
    }

        .pagina .blocoItem h2 {
            font-size: 20px;
            font-weight: bold;
            color: #4c4c4c;
            display: block;
            padding: 4px 0 6px 0;
        }

#sliderProdutosRelacionados {
}

    #sliderProdutosRelacionados .item {
    }

        #sliderProdutosRelacionados .item .left {
            padding: 0;
        }

            #sliderProdutosRelacionados .item .left img {
                width: 100%;
            }

        #sliderProdutosRelacionados .item .right {
            padding: 0;
            padding: 17px 0 0 0;
        }

            #sliderProdutosRelacionados .item .right p {
                font-size: 13px;
                line-height: 16px;
                margin-bottom: 2px;
                min-height: 46px;
            }

            #sliderProdutosRelacionados .item .right span {
                font-size: 20px;
                font-weight: bold;
            }

            #sliderProdutosRelacionados .item .right .btnCesta {
                font-size: 15px;
                text-align: center;
                background: #dedede;
                padding: 6px 0;
                font-weight: 600;
                border-bottom: 3px solid #c3c3c3;
                margin-top: 3px;
                cursor: pointer;
            }

.btnDefault {
    padding: 7px 32px;
    min-width: 250px;
    font-size: 18px;
    text-align: center;
    background: #dedede;
    border-bottom: 3px solid #c5c5c5;
    font-weight: bold;
    cursor: pointer;
}

.btnMaisItens {
    float: left;
    color: #353535 !important;
    text-decoration: none !important;
}

@media screen and (max-width:768px){

    .btnMaisItens {
        display:none!important;
    }
}

.btnComprar {
    width: 100%;
    margin: 8px 0;
    background: #2daadf !important;
    color: #fff !important;
    border-color: #268db9 !important;
    display: block;
}

.carrinhoTable {
    padding-top: 13px;
}

    .carrinhoTable table {
    }

        .carrinhoTable table thead {
            background: #f1f1f1;
        }

            .carrinhoTable table thead tr {
            }

                .carrinhoTable table thead tr td {
                }

                .carrinhoTable table thead tr th {
                    font-size: 12px;
                    padding: 8px;
                    white-space: nowrap;
                }

                @media screen and (min-width:768px){
                    .carrinhoTable table thead tr th {
                        font-size: 16px;
                        padding: 6px;
                    }
                }

.carrinhoTable table tbody tr {
    border: 1px solid #f1f1f1;
}

            .carrinhoTable table tbody tr td {
            }

                .carrinhoTable table tbody tr td select {
                    width: 50px;
                    padding: 6px 15px 6px 6px;
                    margin: 10px 0 -2px 0;
                }

                .carrinhoTable table tbody tr td .retirarCesta {
                    font-size: 11px;
                    margin: 0;
                    cursor: pointer;
                }

                .carrinhoTable table tbody tr td .left {
                    padding: 0;
                    max-width: 66px;
                }

                    .carrinhoTable table tbody tr td .left img {
                        width: 100%;
                    }

                .carrinhoTable table tbody tr td .right {
                    height: 75px;
                }

                .carrinhoTable table tbody tr td p {
                    display: table-cell;
                    height: 73px;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-align-items: center;
                    align-items: center;
                    /* -webkit-justify-content: center; */
                    /* justify-content: center; */
                }

.pagina .containerCeep {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .pagina .containerCeep p {
        margin: 0;
        text-align: left;
        line-height: 1.4;
    }

.containerCEEPinput {
    margin: auto;
    padding-top: 7px;
}

    .containerCEEPinput .colleft {
        padding: 0;
    }

        .containerCEEPinput .colleft input {
            float: left;
            width: 38%;
            padding: 1px 6px;
            margin-left: 1%;
        }

        .containerCEEPinput .colleft .btnOK {
            float: left;
            width: 18%;
            background: #f1f1f1;
            padding: 7px 0px;
            margin: 0 0 0 2%;
            text-align: center;
            border-radius: 8px;
            cursor: pointer;
            font-weight: bold;
            color: #696969;
        }

    .containerCEEPinput .colRight {
        display: table-cell;
        height: 34px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding-right: 0px;
    }

        .containerCEEPinput .colRight a {
            font-size: 11px;
            line-height: 20px;
        }

.pagina .resumoRight {
    margin-bottom: 20px;
    padding-right: 0px;
}

    .pagina .resumoRight .containerNumeros {
        border: 1px solid #eaeaea;
        margin-bottom: 0;
        padding: 10px 19px;
        min-height: 89px;
        background: #f1f1f1;
        margin-bottom: 10px;
    }

        .pagina .resumoRight .containerNumeros table {
            margin: 0;
        }

.pagina .containerBorder {
    border: 1px solid #dcdcdc;
}

    .pagina .containerBorder .containerLeftTop {
        border: 1px solid #dcdcdc;
        border-width: 0 1px 0px 0;
        padding: 9px 9px;
    }

        .pagina .containerBorder .containerLeftTop p {
            float: left;
            margin: 0;
            font-weight: bold;
        }

        .pagina .containerBorder .containerLeftTop span {
            float: right;
        }

        .pagina .containerBorder .containerLeftTop .item {
            padding-bottom: 1px;
            margin: auto;
            margin-bottom: 14px;
            background: #fbfbfb;
            padding: 2px 8px;
            max-width: 400px;
        }

.pagina .containerRightTop {
    padding: 12px 15px;
}

.pagina h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 9px 0;
}



.pagina .containerRightTop .nome {
    margin: 0;
    /* font-weight: bold; */
    line-height: 19px;
    padding-top: 9px;
    color: #8a8a8a;
}

.pagina .containerRightTop .endereco {
    margin: 0;
}

.pagina .containerLeftTop .itemResumo {
    padding: 6px 10px;
    border-top: 1px solid #d0d0d0;
    max-width: 513px;
    margin: auto;
}

    .pagina .containerLeftTop .itemResumo p {
        font-size: 17px;
    }

    .pagina .containerLeftTop .itemResumo span {
        font-size: 17px;
        font-weight: bold;
    }

.pagina .containerCenterTop {
    padding-bottom:17px;
    clear: both;
}

    .pagina .containerCenterTop h2 {
        margin: 0;
        padding-bottom: 15px;
    }

@media screen and (max-width:768px) {
    .pagina .containerCenterTop h2 {
        padding-bottom: 6px;
        font-size: 15px;
    }
}

    .pagina .containerCenterTop .item {
        float: left;
        width: 200px;
        border: 1px solid #e8e8e8;
        padding: 10px 7px;
        margin: 0px 9px 9px 0;
        cursor: pointer;
    }

        .pagina .containerCenterTop .item input {
            margin: auto;
            display: block;
            margin-top: 5px;
        }

        .pagina .containerCenterTop .item p {
            float: left;
            font-size: 14px;
            padding: 0 0 0 0px;
            font-weight: bold;
            width: 87%;
            margin: 0;
        }

        .pagina .containerCenterTop .item span {
            float: left;
            margin: 0;
            color: #9a9a9a;
            line-height: 14px;
        }

        .pagina .containerCenterTop .item .left {
            padding: 0;
            max-width: 30px;
        }

        .pagina .containerCenterTop .item .right {
            padding-left: 0px;
        }

.containerCupomDesconto {
    display: flex;
    gap: 5px;
}

    .containerCupomDesconto input[type=submit] {
        background-color: #333;
        color: white;
    }

    .containerCupomDesconto .right {
        padding: 0;
    }

        .containerCupomDesconto .right input {
            float: left;
            width: 88%;
        }

    .containerCupomDesconto .left {
    }

    .containerCupomDesconto .right .btnOK {
        float: left;
        background: #ececec;
        padding: 5px 8px;
        font-size: 15px;
        margin: 0 0 0 4px;
        border-bottom: 3px solid #cecece;
        cursor: pointer;
        max-width: 40px;
        color: #808080;
        font-weight: bold;
    }

    .containerCupomDesconto .left p {
        margin: 0;
        display: table-cell;
        height: 32px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

.containerFormaPagamento {
    float: left;
    border: 1px solid #d0d0d0;
    padding: 15px 14px;
    max-width: 230px;
    width: 100%;
    margin: 0px 3px 0 0;
    background: #fbfbfb;
}

    .containerFormaPagamento i {
        float: left;
        padding: 7px 7px;
        font-size: 41px;
        color: #bbb;
    }

    .containerFormaPagamento .conteudo {
        float: left;
        padding: 0 0 0 10px;
    }

        .containerFormaPagamento .conteudo p {
            margin: 0;
            font-size: 15px;
            font-weight: bold;
            color: #333;
        }

        .containerFormaPagamento .conteudo .btnSelect {
            background: #ececec;
            max-width: 203px;
            width: 100%;
            padding: 2px 18px;
            display: block;
            border-bottom: 3px solid #bbbbbb;
            margin: 5px 0 7px 0;
            color: #0a0a0a;
            font-size: 14px;
            font-weight: bold;
            text-transform: lowercase;
            cursor: pointer;
        }

.containerPagamentoSelecionado {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #909090;
    margin-top: -1px;
    display: none;
}

    .containerPagamentoSelecionado.atv {
        display: block;
        background: #ffffff;
        border-color: #2daadf;
    }

.containerFormaPagamento.atv {
    z-index: 999;
    border-color: #2daadf;
    border-bottom: 1px solid #ffffff;
    BACKGROUND: #ffffff;
    border-top: 4px solid #2daadf;
}

.instrucoes {
}

    .instrucoes i {
        float: left;
        font-size: 25px;
        color: #666;
    }

    .instrucoes p {
        float: left;
        padding: 3px 0 0 11px;
    }

        .instrucoes p span {
            font-weight: bold;
        }

.btnPagar {
    float: right;
    background: #2daadf;
    color: #fff;
    border-color: #268db9;
}

.containerBtnImprimir {
    max-width: 250px;
    float: right;
}

    .containerBtnImprimir p {
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

.obrigado .pagina {
    border: 1px solid #dcdcdc;
    /* padding: 18px 21px; */
}

.pagina .passoApasso {
    padding: 20px 20px;
}

.containerError i {
    color: #fff;
    font-size: 62px;
    text-align: center;
    display: block;
    padding-top: 12px;
}

.quantidade {
}

.containerError {
    width: 298px;
    height: 298px;
    padding: 23px 22px;
    position: relative;
    top: 14px;
    margin: auto;
    display: block;
    background: #00aeef;
    border-radius: 50%;
    /* box-shadow: 0px 0px 9px #00aeef; */
    border: 3px solid #fff;
}

.btnAlterarCep {
    padding: 0px;
    display: table;
    cursor: pointer;
    /* border-bottom: 1px solid #444444; */
    color: #000000;
    text-decoration: underline;
    font-size: 14px;
    text-transform: inherit;
    height: 18px;
    margin: 4px 0 13px 0;
}

.parcelasSELECT {
    float: right;
    padding: 0 0 10px 0;
}

.okEntendi, .okEntendi2 {
    width: 200px;
    background: #ffffff;
    color: #000;
    border-radius: 59px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 5px auto;
}

.okEntendi2 {
    width: auto;
    max-width: 320px;
    padding: 5px;
    text-decoration: none !important;
}

.infoChave {
    text-align: center;
    padding: 4px 0;
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: bold;
}

    .infoChave.success {
        color: #1ece1e;
    }

    .infoChave.error {
        color: red;
    }

.AceitarContratoCheck {
    float: right;
}

    .AceitarContratoCheck input {
        height: 20px;
        width: 32px;
    }

    .AceitarContratoCheck label {
        margin: 0;
        position: relative;
        top: -5px;
    }

.containerFormaPagamento.atv p {
    color: #2daadf;
}

.containerFormaPagamento.atv i {
    color: #2daadf;
}

.conteudoPedidoAceito {
}

    .conteudoPedidoAceito .mask {
    }

    .conteudoPedidoAceito .topo {
    }

        .conteudoPedidoAceito .topo h1 {
            text-align: center;
            margin: 0;
            color: #fff;
            font-weight: bold;
            font-size: 38px;
        }

        .conteudoPedidoAceito .topo p {
            text-align: center;
            color: #fff;
            margin: 13px 0;
            font-size: 12px;
        }

        .conteudoPedidoAceito .topo span {
        }

        .conteudoPedidoAceito .topo a {
            text-align: center;
            display: block;
            color: #fff;
            text-decoration: underline;
            font-size: 14px;
            display: table;
            margin: auto;
        }

    .conteudoPedidoAceito .infosPedido {
        /* max-width: 553px; */
        margin: auto;
        background: #f7f7f7;
        padding: 7px 21px;
        border-radius: 7px;
    }

.h3Ttl {
    font-size: 15px;
    margin: 0;
    margin: 25px 0 00;
    font-weight: bold;
    border-bottom: 1px dotted #dcdcdc;
    padding-bottom: 7px;
}

.topo.red {
    background: #e60014;
}

.topo.green {
    background: #3bd185;
}

.btn {
}

.btnAlterCartao {
    margin: auto;
    display: table;
    font-weight: bold;
    border: 2px solid #3bc539;
    background: #40e43d;
    color: #ffffff;
    font-family: arial;
    transition: 0.3s;
}

    .btnAlterCartao:hover {
        border: 2px solid #fff;
        color: #000;
        background: #fff;
    }


#editCartao {
    position: fixed;
    z-index: 999999999999999;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

    #editCartao.atv {
        display: block;
    }

    #editCartao .ttl {
        display: block;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        padding: 17px 0;
    }

    #editCartao .container {
        max-width: 500px;
    }

    #editCartao input {
        color: #000;
        border: 2px solid #fff;
        display: block;
        width: 100%;
        margin-bottom: 11px;
        background: #fff;
    }

    #editCartao .formularioCartao {
    }

    #editCartao .btnSalvar {
        background: #3bd185;
        color: #fff;
        font-weight: bold;
        font-family: arial;
        font-size: 16px;
        padding: 4px 12px;
        float: right;
        margin-left: 10px;
        margin-top: 10px;
        width: auto;
        border: 0;
    }

    #editCartao .btnCancelar {
        background: #cacaca;
        color: #212121;
        font-weight: bold;
        font-family: arial;
        font-size: 16px;
        padding: 8px 12px;
        float: right;
        margin-top: 10px;
    }
