﻿body {
    padding: 0px;
    margin: 0px;
    font-family: var(--fonte-padrao);
    font-size: 12px;
    overflow-x: hidden;
}

img {
    border-width: 0px;
}

.menuConta a {
    color: #343434 !important;
}

.carrinhoResumoValor {
    color: black;
}

.meio {
    width: 1077px;
    margin: auto;
}

.espaco5 {
    display: block;
    height: 5px;
}

.espaco10 {
    display: block;
    height: 10px;
}

.espaco15 {
    display: block;
    height: 15px;
}

.espaco20 {
    display: block;
    height: 20px;
}

.barraRoxa {
    background-color: #5c5c5c;
    height: 51px;
    margin-top: -40px;
    position: absolute;
    right: 0px;
    width: 100%;
    margin-right: -100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.58);
}

.barraRoxa2 {
    background-color: #5c5c5c;
    height: 51px;
    margin-top: -40px;
    position: absolute;
    left: 0px;
    width: 100%;
    margin-left: -100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.58);
}

.alerta {
    position: fixed;
    bottom: 30px;
    margin: auto;
    z-index: 9999;
    left: 0;
    right: 0;
    display: none;
}

.socialMenu {
    padding-top: 12px;
}

.txBusca {
    background: #F0F0E9;
    border: medium none;
    color: #B2B2B2;
    font-family: var(--fonte-titulos);
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btBusca {
    background: #F0F0E9;
    border: medium none;
    color: #B2B2B2;
    font-family: var(--fonte-titulos);
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 1px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 1px;
}

.menuTopo a {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: var(--fonte-titulos);
}

.linhaCinza {
    height: 1px;
    background-color: #cfd0cf;
}

.linhaMenu {
    margin-bottom: 30px;
}

.align-center {
    text-align: center;
}

.divBusca {
    padding-top: 15px;
}

.menu2 {
}

    .menu2 ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        flex-wrap: wrap;
    }

    .menu2 li a {
        padding: 20px !important;
        display: inline-block;
        text-decoration: none;
        font: 500 18px/18px "Raleway", sans-serif;
        position: relative;
        color: #242424 !important;
        border-width: 0px 1px 0px 0px;
        border-color: #cfd0cf;
        border-style: solid;
        margin-bottom: 5px;
    }

    .menu2 li:first-child > a {
        padding: 20px 20px 20px 0;
        border-width: 0px 1px 0px 1px;
    }

    .menu2 li:last-child > a {
        padding: 20px 0px 20px 20px;
        border-width: 0px 0px 0px 0px;
    }


#footer {
    background: #F0F0E9;
}


.footer-top .container {
    border-bottom: 1px solid #E0E0DA;
    padding-bottom: 20px;
}

.companyinfo {
    margin-top: 57px;
}

.divSelos {
    margin-top: 40px;
}

.footer-widget {
    padding-bottom: 40px;
    padding-top: 40px;
}

.single-widget h2 {
    color: var(--cor-titulo);
    font-family: var(--fonte-titulos);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

    .single-widget h2:after {
        background-image: none;
    }

    .single-widget h2 i {
        margin-right: 15px;
    }

.single-widget ul li a {
    color: #8C8C88;
    font-family: var(--fonte-titulos);
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.single-widget {
    font-size: 13px;
}

    .single-widget ul li {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }

        .single-widget ul li a i {
            margin-right: 18px;
        }

        .single-widget ul li a:hover {
            background: none;
            color: #FE980F;
        }

.tituloHome, h2 {
    text-decoration: none;
    font-family: var(--fonte-titulos);
    font-size: 22px;
    position: relative;
    color: var(--cor-titulo);
    text-align: center;
    padding: 0px;
    margin: 0px;
}

    h2:after {
        border-style: solid;
        border-width: 1px 0px 0px 0px;
        border-color: #cfd0cf;
        content: ' ';
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        background-image: url('../imagens/sombraCinza2.png');
        background-repeat: no-repeat;
        background-position: center;
        height: 9px;
    }


    h2:before {
        height: 1px;
        background-color: #cfd0cf;
        content: ' ';
        display: block;
        margin-bottom: 10px;
    }

.panel-default {
    border-width: 0px;
}

    .panel-default > .panel-heading {
        background: none;
        background-image: none;
    }

.linhaPaginas span {
    color: rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    font-size: 11px;
}

.linhaPaginas div {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: initial;
}

.linhaPaginas p {
    color: #7d7f82;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: normal;
}

.linhaPaginas hr {
    width: 50%;
    color: #c8c8c8;
    height: 1px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.paginaFoto {
    height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: no-repeat center center;
}

.divPaginaDados {
    padding: 30px 0px;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 30px;
}

#paginaGaleria {
    width: 415px;
    float: left;
    margin-right: 20px;
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(../imagens/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
        text-align: center;
    }

    .mGrid .alt {
        background: #fcfcfc url(../imagens/grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(../imagens/grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.ocultar {
    display: none;
}

.altura10 {
    height: 10px;
    display: block;
}

.altura20 {
    height: 20px;
    display: block;
}

.btn-success {
    color: white !important;
}

.btCadastra {
    background-color: #DDD;
}

.linkEsgotado {
}

    .linkEsgotado::before {
        margin-top: -30px;
        content: 'Esgotado';
        background-color: #be1a1a;
        color: white;
        padding: 3px 10px;
    }

@media only screen and (max-device-width: 640px) {
    .seloTitulo {
        width: 100%;
    }

    .ordem1 {
        order: 1;
    }

    .ordem2 {
        order: 2;
    }

    #paginaGaleria {
        width: 100%;
        float: left;
        margin-right: 20px;
    }

    #cssmenu ul li {
        width: 100%;
    }

        #cssmenu ul li a {
            text-align: left;
        }

    .txBusca {
        max-width: 60%;
    }
    .menu2 li, .menu2 a {
        margin-right: 0;
        width: 100%;
        border-width: 0px 1px 0px 0px !important;
    }
    .menu2 .navbar-brand, .menu2 .navbar-toggler {
        display: none;
    }
    .divProdutoDados {
        margin-left: 0px !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}
.btMenu {
    border-width: 1px;
    border-color: #DDD;
    position: absolute;
    bottom: 40px;
}
fieldset {
    border-width: 0px;
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    font-size: 12px;
}

.icoMenos, .icoMais, .icoRemover {
    color: #fff !important;
}

#order_steps {
    padding: 0px;
    width: 550px;
    height: 56px;
    overflow: hidden;
    margin: 20px 0 20px 0;
    background-image: url(../imagens/passos.png);
    background-repeat: no-repeat;
    list-style-type: none;
}

ul.step1 {
    background-position: 0 0;
}

ul.step2 {
    background-position: 0 -56px;
}

ul.step3 {
    background-position: 0 -112px;
}

ul.step4 {
    background-position: 0 -168px;
}

ul.step5 {
    background-position: 0 -224px;
}

#order_steps li {
    width: 110px;
    height: 56px;
    float: left;
}

    #order_steps li a,
    #order_steps li span {
        width: 100px;
        height: 22px;
        display: block;
        padding: 34px 0 0 10px;
        font: normal 12px "Arial";
    }

    #order_steps li span {
        color: #a1a1a1;
        font-weight: bold;
    }

    #order_steps li.step_current span {
        font-weight: bold;
        color: #fff;
    }

    #order_steps li a {
        font-weight: bold;
        color: #ccc;
        text-decoration: none;
    }

        #order_steps li a:hover {
            color: #fff;
        }

.info {
    font-size: 13px;
    color: #808080;
    padding-top: 15px;
    padding-bottom: 15px;
}

.Avancar {
    border-width: 0px;
}

.tabelaCarrinho {
    border: 1px solid #F0F0F0;
    width: 100%;
    border-collapse: collapse;
}

    .tabelaCarrinho td {
        border: 0px solid #F0F0F0;
        border-collapse: collapse;
    }

    .tabelaCarrinho tr {
        border: 1px solid #F0F0F0;
        border-collapse: collapse;
    }

.trCabecalho {
    padding: 5px 15px 5px 15px;
    background-color: whiteSmoke;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.tdValores {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
}

.tdTotal {
    background-color: #EA5828;
    color: #FFFFFF;
    font-weight: bold;
}

.tdDescricao a {
    font-size: 14px;
    color: #808080;
    text-decoration: none;
}

    .tdDescricao a:hover {
        font-size: 14px;
        color: #EA5828;
    }

.tdValor {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

.inputQtd {
    margin: 0px;
    padding: 2px;
    background: white;
    border: 1px solid #DDD;
    font: normal 12px "Arial";
    color: #555;
    width: 20px;
}

.CarrinhoVazioPagina {
    font-size: 15px;
    color: #999999;
}

/* Login e cadastro */

.cadastro {
    clear: none;
    margin: 0 3% 0 0;
    background: url(../imagens/login-content-left.gif) right bottom no-repeat white;
    border: 1px solid #E2DEDE;
    padding: 5px 20px 53px 20px;
    margin-top: 10px;
}

.login {
    clear: none;
    background: url(../imagens/login-content-right.gif) right 0px no-repeat #F8F8F8;
    border: 1px solid #E2DEDE;
    padding: 5px 20px 23px 20px;
    margin-top: 10px;
}

#mensagemErro {
    display: none;
    font-size: 12px;
    color: #FF0000;
}

.Botao {
    border-width: 0px;
    background: url(../imagens/tail-btn.gif) repeat-x 0px 0px;
    font: 12px Oswald;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 6px;
}

    .Botao:hover {
        background-color: #666666;
    }

.linkCinza {
    color: #333333;
    text-decoration: none;
}

    .linkCinza:hover {
        color: #808080;
    }

/* Fim Login e cadastro */
/* Ofertas categoria */

.ofertaCategoria {
    border: 1px solid #F0F0F0;
    display: block;
    padding: 20px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

    .ofertaCategoria:hover {
        background-color: #F4F4F4;
    }

    .ofertaCategoria img {
        border: 1px solid #ffffff;
        float: left;
        margin-right: 20px;
    }

    .ofertaCategoria div div {
        border-style: solid;
        border-width: 0px 0px 0px 1px;
        border-color: #CCCCCC;
        float: right;
        width: 100px;
        margin-right: 22px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ofertaCategoria img:hover {
        border: 1px solid #CCCCCC;
    }

    .ofertaCategoria div {
        font-size: 17px;
        text-decoration: none;
        color: #EA5828;
    }

    .ofertaCategoria p {
        padding: 0px;
        font-size: 12px;
        color: #999999;
        margin-bottom: 13px;
        margin-top: 0px;
    }

    .ofertaCategoria span {
        font-size: 25px;
        text-decoration: none;
        color: #909D00;
    }

/* Fim ofertas categoria */
fieldset {
    border-width: 0px;
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    font-size: 12px;
}

.h4, h4 {
    font-size: 15px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #000000;
}

.menuLogo {
    margin-top: 10px;
    margin-bottom: 10px;
}

a:hover {
    color: #808080;
    text-decoration: none;
}

h3 {
    margin: 0;
    padding: 17px 5px 7px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    font-family: var(--fonte-titulos);
    color: #808080;
}
/*input[type="text"], input[type="password"], textarea
{
padding: 3px;
background: #F1F1F1;
border: 1px solid #F1F1F1;
}*/
input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
    height: 27px !important;
    display: inline-block;
    background: url(tail-btn.gif) 0px 0px repeat-x;
    border: none;
    font: bold 12px "Arial" !important;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 0 10px 0 10px;
}

    input.button_mini:hover, a.button_mini:hover, input.button_small:hover, a.button_small:hover, input.button:hover, a.button:hover, input.button_large:hover, a.button_large:hover, input.exclusive_mini:hover, a.exclusive_mini:hover, input.exclusive_small:hover, a.exclusive_small:hover, input.exclusive:hover, a.exclusive:hover, input.exclusive_large:hover, a.exclusive_large:hover {
        background: #777;
        text-decoration: none !important;
    }

.catTit {
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#Categorias {
    font-family: var(--fonte-titulos);
    font-size: 18px;
    color: var(--cor-padrao);
    width: 100%;
}

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

.LinkMeusDados {
    display: block;
    font-size: 12px !important;
    color: black !important;
    font-weight: normal !important;
    padding: 10px 20px;
    background-color: #F7F7F0;
    text-transform: uppercase;
    text-decoration: none;
}

    .LinkMeusDados:hover {
        text-decoration: none;
        background-color: #FE980F;
        color: white !important;
    }

#Categorias ul li {
    background-position: 0px 28px;
    margin-left: 10px;
    display: block;
    background-repeat: repeat-x;
    margin-right: 10px;
    cursor: pointer;
    padding-bottom: 5px;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: var(--cor-padrao);
}

    #Categorias ul li:last-child {
        border-width: 0px 0px 0px 0px !important;
    }

    #Categorias ul li a {
        text-decoration: none;
        color: #000;
        display: block;
        font-size: 14px;
        padding-left: 5px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        #Categorias ul li a:hover {
            background-color: #666666;
            color: white;
        }


.linkOferta {
    display: block;
    padding: 10px 10px 10px 27px;
    text-decoration: none;
    width: 205px;
    margin-bottom: 20px;
    float: left;
    background-color: rgba(255,255,255,0.4);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}

    .linkOferta:hover {
        background-color: #efefef;
    }

    .linkOferta b {
        display: block;
        text-align: center;
        width: 154px;
        max-height: 140px;
        margin-bottom: 5px;
        border: 1px solid #DDD;
        background-color: white;
        overflow: hidden;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
    }

        .linkOferta b:hover {
            max-height: 240px;
        }

        .linkOferta b img {
            min-width: 152px;
            width: 152px;
            border: 0px;
        }

.linkEsgotado {
}

    .linkEsgotado::before {
        margin-top: -30px;
        content: 'Esgotado';
        background-color: #be1a1a;
        color: white;
        padding: 3px 10px;
    }

.linkOferta span img {
    float: right;
    width: 56px;
    height: 26px;
    margin-right: 22px;
}

.linkOferta img:hover {
    border: 1px solid #CCCCCC;
}

.linkOferta div {
    font-family: var(--fonte-titulos);
    font-size: 17px;
    text-decoration: none;
    color: #383838;
    margin-bottom: 0px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.linkOferta span {
    font-size: 22px;
    text-decoration: none;
    color: #000;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

/* Ofertas categoria */

.ofertaCategoria {
    border: 1px solid #F0F0F0;
    display: block;
    padding: 20px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    background-color: rgba(255,255,255, 0.5);
}

    .ofertaCategoria:hover {
        background-color: #F4F4F4;
    }

    .ofertaCategoria img {
        border: 1px solid #ffffff;
        float: left;
        margin-right: 20px;
        max-width: 272px;
    }

    .ofertaCategoria div div {
        border-style: solid;
        border-width: 0px 0px 0px 1px;
        border-color: #CCCCCC;
        float: right;
        width: 100px;
        margin-right: 22px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ofertaCategoria img:hover {
        border: 1px solid #CCCCCC;
    }

    .ofertaCategoria div {
        font-size: 17px;
        text-decoration: none;
        color: #EA5828;
    }

    .ofertaCategoria p {
        padding: 0px;
        font-size: 12px;
        color: #999999;
        margin-bottom: 13px;
        margin-top: 0px;
    }

    .ofertaCategoria span {
        font-size: 25px;
        text-decoration: none;
        color: #909D00;
    }

/* Fim ofertas categoria */


.filetree span.folder {
    background: url(folder.png) no-repeat right 15px;
    display: block;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #f3d3f2;
}

.filetree li.expandable span.folder {
    text-decoration: none;
    color: var(--cor-padrao);
    display: block;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: url(folder-closed.png) no-repeat right 15px;
}

    .filetree li.expandable span.folder:hover {
        background-color: var(--cor-padrao);
        color: white;
    }

.produtosTitulo {
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
}

.produtosHr {
    color: #CCCCCC;
    border: 1px solid #E6E6E6;
}

.produtosValor {
    font-family: var(--fonte-titulos);
    font-size: 25px;
    font-weight: lighter;
    color: #FF0000;
    display: inline-block;
    padding-right: 15px;
}

.divQuantidade {
    /*float: left;*/
}

    .divQuantidade img {
        cursor: pointer;
    }

#divCarrinho {
    display: none;
    font-weight: bold;
    color: #669900;
}

.inputQuantidade {
    width: 20px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px 2px 5px;
    color: #808080;
}

.selectOpcoes {
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    color: #808080;
    font-size: 11px;
}

.adicionarAlternativos {
    float: right;
    background-image: url('adicionar.png');
    width: 120px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.outrasOpcoes {
    font-weight: bold;
}

.outrasOfertas {
    padding: 5px;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    font-family: var(--fonte-titulos);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.30);
    margin-top: 15px;
    width: 100%;
    display: block;
}

.tab-content {
    background-color: white;
    padding: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.paginaON {
    padding: 7px;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    color: #333333;
    text-decoration: none;
    background-color: #CCCCCC;
}

.pagina {
    padding: 7px;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    color: #333333;
    text-decoration: none;
    background-color: #FFFFFF;
    margin-bottom: 5px;
}

    .pagina:hover {
        background-color: #EA5828;
        color: #FFFFFF;
    }

.iconesBg {
    height: 30px;
    position: relative;
}

h1 {
    padding: 10px;
    font-size: 22px;
    margin-top: 0px;
    font-weight: normal;
    color: #fff;
    font-family: var(--fonte-titulos);
    text-align: left;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.45);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69);
}

    h1 span {
        font-size: 16px;
        font-weight: 100;
        color: #fff;
        text-transform: none;
        float: right;
        font-weight: bold;
        font-family: var(--fonte-titulos);
    }

/* Inicio Carrinho de Compras */
#Carrinho {
    background-repeat: no-repeat;
    padding-top: 0px;
}

    #Carrinho h4 {
        font-family: var(--fonte-titulos);
        padding: 0px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

        #Carrinho h4 a {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            text-decoration: none;
            font-family: var(--fonte-titulos);
            color: var(--cor-padrao);
            padding-bottom: 18px;
            width: 100%;
        }

            #Carrinho h4 a b {
                color: #ff80b1;
            }

            #Carrinho h4 a:hover {
                color: #ff80b1;
            }

.CarrinhoBotao {
    font-size: 14px !important;
    color: black !important;
    font-weight: normal !important;
    padding-left: 0;
    margin-right: 15px;
    background: url(../imagens/marker.png) no-repeat right 8px;
    padding-right: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

    .CarrinhoBotao:hover {
        text-decoration: underline;
    }

.CarrinhoPrecos {
    height: 22px;
    background: url(line-cart.png) 0px 0px repeat-x;
    font-size: 12px;
    margin-bottom: 10px;
}

    .CarrinhoPrecos span {
        float: left;
        padding: 9px 0 0 0px;
        color: white;
    }

    .CarrinhoPrecos p {
        margin: 0px;
        float: right;
        padding: 9px 0px 0 0;
        font-weight: bold;
        color: white;
    }

.CarrinhoCesta {
    margin-bottom: 10px;
    width: 100%;
    background-color: rgba(255,128,177, 0.5)
}

    .CarrinhoCesta a {
        float: left;
        color: var(--cor-padrao);
        margin-left: 5px;
    }

.CarrinhoVazio {
    font-size: 15px;
    color: #000;
}

.CarrinhoValor {
    color: #EA5828 !important;
    font-size: 12px;
    font-weight: bolder;
    letter-spacing: -1px;
}

.CarrinhoRemove {
    float: right;
    display: block;
    width: 12px;
    cursor: pointer;
}

.CarrinhoQuantidade {
    padding: 0 2px 0 0;
    float: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #000000;
}

#CarrinhoItens {
    padding: 0px 0px 0px 0px;
    width: 100%;
    color: #000;
}

.inputCep {
    padding: 0px;
    margin: 0px;
    border: 1px solid #F08A68;
    background-image: url('carrinho-bg.gif');
    font-size: 12px;
    color: #FFFFFF;
    width: 55px;
}

.carrinhoCep {
    font-size: 12px;
    color: #000;
    font-weight: lighter;
    margin-top: 2px;
    float: right;
}

.carrinhoCalcular {
    float: right;
    cursor: pointer;
}
/* Fim Carrinho de Compras */


/*Página Carrinho de Compras*/

#order_steps {
    padding: 0px;
    width: 550px;
    height: 56px;
    overflow: hidden;
    margin: 20px 0 20px 0;
    background-image: url(../imagens/passos.png);
    background-repeat: no-repeat;
    list-style-type: none;
}

ul.step1 {
    background-position: 0 0;
}

ul.step2 {
    background-position: 0 -56px;
}

ul.step3 {
    background-position: 0 -112px;
}

ul.step4 {
    background-position: 0 -168px;
}

ul.step5 {
    background-position: 0 -224px;
}

#order_steps li {
    width: 110px;
    height: 56px;
    float: left;
}

    #order_steps li a,
    #order_steps li span {
        width: 100px;
        height: 22px;
        display: block;
        padding: 34px 0 0 10px;
        font: normal 12px "Arial";
    }

    #order_steps li span {
        color: #a1a1a1;
        font-weight: bold;
    }

    #order_steps li.step_current span {
        font-weight: bold;
        color: #fff;
    }

    #order_steps li a {
        font-weight: bold;
        color: #ccc;
        text-decoration: none;
    }

        #order_steps li a:hover {
            color: #fff;
        }

.info {
    font-size: 13px;
    color: #808080;
    padding-top: 15px;
    padding-bottom: 15px;
}

.Avancar {
    border-width: 0px;
}

.tbCarrinhoQtd, .tbCarrinhoQtd tr {
    border-style: solid;
    border-width: 0px !important;
    border-collapse: collapse;
    background-color: rgba(255,255,255, 0) !important;
}

    .tbCarrinhoQtd td {
        padding: 0px 5px 0px 5px !important;
        margin-right: 5px;
    }

.tabelaCarrinho {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    width: 100%;
    border-collapse: collapse;
}

    .tabelaCarrinho td {
        border: 0px solid #F0F0F0;
        border-collapse: collapse;
        padding: 10px;
    }

    .tabelaCarrinho tr {
        border-style: solid;
        border-width: 1px;
        border-color: white;
        border-collapse: collapse;
        background-color: rgba(255,255,255, 0.5);
    }

        .tabelaCarrinho tr:hover {
            background-color: rgba(255,255,255, 0.7);
        }

.trCabecalho {
    padding: 5px 15px 5px 15px !important;
    background-color: #f6f6f6 !important;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.tdValores {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    background-color: rgba(255,255,255, 0.7) !important;
}

.tdTotal {
    background-color: #EA5828;
    color: #FFFFFF;
    font-weight: bold;
}

.tdDescricao a {
    font-size: 14px;
    color: #808080;
    text-decoration: none;
}

    .tdDescricao a:hover {
        font-size: 14px;
        color: #EA5828;
    }

.tdValor {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    max-width: 150px;
}

.icoRemover {
    width: 18px;
    height: 18px;
    cursor: pointer;
    padding-left: 5px;
}

.icoMenos {
    width: 23px;
    height: 20px;
    cursor: pointer;
}

.icoMais {
    width: 23px;
    height: 20px;
    cursor: pointer;
}

.inputQtd {
    margin: 0px;
    padding: 2px;
    background: white;
    border: 1px solid #DDD;
    font: normal 12px "Arial";
    color: #555;
    width: 20px;
}

.CarrinhoVazioPagina {
    font-size: 15px;
    color: #000;
}

/*Fim página carrinho de compras*/

/* Login e cadastro */

.cadastro {
    background: url(../imagens/login-content-left.gif) right bottom no-repeat white;
    border: 1px solid #E2DEDE;
    padding: 5px 20px 53px 20px;
    margin-top: 10px;
}

.login {
    background: url(../imagens/login-content-right.gif) right 0px no-repeat #F8F8F8;
    border: 1px solid #E2DEDE;
    padding: 5px 20px 23px 20px;
    margin-top: 10px;
}

#mensagemErro {
    display: none;
    font-size: 12px;
    color: #FF0000;
}

.Botao {
    border-width: 0px;
    background: url(../imagens/tail-btn.gif) repeat-x 0px 0px;
    font: 12px Oswald;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 6px;
}

    .Botao:hover {
        background-color: #666666 !important;
        color: white;
        text-decoration: none;
    }

.linkCinza {
    color: #333333;
    text-decoration: none;
}

    .linkCinza:hover {
        color: #808080;
    }

/* Fim Login e cadastro */

.divEscolhaDomicilio {
    background-color: #daf3b9;
    padding: 12px;
    margin-bottom: 20px;
}

.valorEntrega {
    background-image: url('../imagens/icoMoney.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    font-size: 13px;
    font-weight: lighter;
    color: #5c5c5c;
    padding-left: 25px;
    margin-left: 40px;
}

    .valorEntrega span {
        color: #3e8414;
        font-weight: normal;
    }

.tempoEntrega {
    background-image: url('../imagens/icoTempo.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    font-size: 13px;
    font-weight: lighter;
    color: #5c5c5c;
    padding-left: 25px;
    margin-left: 40px;
}

    .tempoEntrega span {
        color: #05918f;
        font-weight: normal;
    }

.entregaCorreios {
    font-size: 13px;
    font-weight: lighter;
    color: #5c5c5c;
    margin-left: 65px;
}

.rodapeBg {
    height: 224px;
    background-repeat: no-repeat;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    padding-top: 20px;
}

.rodapeBg2 {
    background-color: #555;
    padding: 12px;
    color: white;
}

    .rodapeBg2 p {
        margin: 0px;
    }

.divSelos div, .divSelos h2 {
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}

.divSelos img {
    max-width: 150px;
    margin-right: 25px;
    margin-left: 25px;
}

.divEndereco, .divEndereco a {
    color: white;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.bgBranco {
    background-color: white;
}

.divimagensProduto {
    display: inline-block;
    float: left;
    max-width: 440px;
}

.divProdutoDados {
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    float: left;
    max-width: min-content;
    min-width: 40%;
}

#myGallery {
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin: 0px auto;
    padding: 0;
}

    #myGallery li {
        position: relative;
        float: left;
        display: block;
        margin-right: 15px;
        margin-bottom: 15px;
        width: 200px;
        height: 225px;
    }

        #myGallery li:nth-child(3n+1) {
            clear: left
        }

        #myGallery li:focus {
            outline: 0;
        }

        #myGallery li img {
            max-width: 200px;
            height: 225px;
            display: block;
            cursor: pointer;
            padding: 5px;
            background: #fff;
            position: relative;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
            cursor: zoom-in;
            cursor: -webkit-zoom-in;
            cursor: -moz-zoom-in;
        }

        #myGallery li:hover img {
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
            max-width: 630px;
            position: absolute;
            height: auto;
            z-index: 5;
        }

        #myGallery li:focus img {
            -webkit-box-shadow: #000 0px 0px 20px;
            -moz-box-shadow: #000 0px 0px 20px;
            box-shadow: #000 0px 0px 20px;
            max-width: 100%;
            position: absolute;
            height: auto;
            z-index: 5;
        }

        #myGallery li:focus div:before {
            content: attr(title);
            display: block;
            position: absolute;
            bottom: 5px;
            right: 5px;
            padding: 5px 15px;
            background: rgba(0,0,0,.8);
            color: #fff;
            z-index: 9;
        }

.textoProduto {
    background-color: rgba(255,255,255, 0.6);
    padding: 20px;
    text-align: justify;
}

.tbEspaco {
}

    .tbEspaco td {
        padding: 5px;
    }

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.verde {
    color: #909D00;
}

.laranja {
    color: #EA5828;
}

.vermelho {
    color: #d81c1c;
}

.altura5 {
    display: block;
    height: 5px;
}

.altura10 {
    display: block;
    height: 10px;
}

.altura15 {
    display: block;
    height: 15px;
}

.altura20 {
    display: block;
    height: 20px;
}

.loader {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    border: 2px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

.ocultar {
    display: none;
}

.iframe {
    width: 100%;
    height: 200px;
}

.shareTopo {
    padding-top: 10px;
}

.Banner_11 {
    float: left;
    height: 100% !important;
}



@media screen and (min-width: 600px) {
    .Banner_11 {
        max-width: 48%;
    }

    .bannersP {
        padding-right: 0px;
    }

    .Banner_11:nth-child(2), .Banner_11:nth-child(4), .Banner_11:nth-child(2), .Banner_11:nth-child(4) {
        display: inline-block;
    }

    .Banner_11:nth-child(1), .Banner_11:nth-child(2), .Banner_11:nth-child(1), .Banner_11:nth-child(2) {
        margin-bottom: 25px;
        display: inline-block;
    }

    .Banner_12 {
        margin-bottom: 25px;
    padding: 0;
    }

        .Banner_12 img {
            max-height: 555px !important;
        }
}

@media only screen and (max-width: 600px) {
    .Banner_11 {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }

        .Banner_11 img {
            width: 100%;
        }

    .linkOferta {
        width: 100%;
        padding: 0px;
    }

        .linkOferta b {
            width: 100%;
            max-height: 240px;
        }

            .linkOferta b img {
                width: 100%;
            }

    .menuTopo, .menuConta {
        display: none;
    }

    .divPromo {
        width: 100%;
    }

    .justify-content-between {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.banners11 h3 {
    font-family: var(--fonte-titulos);
    font-size: 35px;
    color: white;
    font-weight: bold;
    border-width: 0px;
}

.hover_caption {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

    .hover_caption p {
        font-size: 20px;
        color: white;
        font-weight: normal;
        margin-top: 30px;
    }

.Banner_15 img {
    float: left;
    margin-right: 8px;
    margin-top: 25px;
}

.Banner_15:last-child img {
    margin-right: 0px;
}

.tituloBanner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    display: none;
}

.selectOpcoes {
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    color: #808080;
    font-size: 11px;
}

.grupoSelect {
    max-width: 250px;
    margin-top: 20px;
}

.produtosValor {
    font-size: 17px;
    font-weight: lighter;
    color: #FF0000;
}

.divQuantidade {
    float: right;
}

    .divQuantidade img {
        cursor: pointer;
    }

#divCarrinho {
    display: none;
    font-weight: bold;
    color: #669900;
}

.inputQuantidade {
    width: 20px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px 2px 5px;
    color: #808080;
}

.selectOpcoes {
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    color: #808080;
    font-size: 11px;
}

.adicionarAlternativos {
    float: right;
    background-image: url('adicionar.png');
    width: 120px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.outrasOpcoes {
    font-weight: bold;
}


/* Style for Usual tabs */
.usual {
    color: #111;
    width: 100%;
}

    .usual li {
        list-style: none;
        float: left;
    }

    .usual ul a {
        display: block;
        padding: 6px 10px;
        text-decoration: none !important;
        margin: 1px;
        margin-left: 0;
        font: 12px Trebuchet MS;
        color: #c0c0c0;
        background: #fff;
        border-style: solid;
        border-width: 1px 1px 0px 1px;
        border-color: #DDD;
    }

        .usual ul a:hover {
            color: #FFF;
            background: #111;
        }

        .usual ul a.selected {
            margin-bottom: 0;
            color: #000;
            background: whiteSmoke;
            border-bottom: 1px solid snow;
            cursor: default;
            border-style: solid;
            border-width: 1px 1px 0px 1px;
            border-color: #DDD;
        }

    .usual div {
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: #DDD;
        padding: 10px 10px 8px 10px;
        *padding-top: 3px;
        *margin-top: -15px;
        clear: left;
        background: whiteSmoke;
        font: 10pt 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        color: #333333;
    }



        .usual div a {
            color: #000;
            font-weight: bold;
        }
