﻿
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4, h4 {
    font-size: 18px
}

.h3, h3 {
    font-size: 24px
}

.container {
    padding: 0
}

body {
    font-family: var(--fonte-padrao);
    position: relative;
    overflow-x:hidden;
}

ul li {
    list-style: none
}

a:hover {
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0;
    outline-offset: 0
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--fonte-titulos)
}

.btn:focus, .btn:hover {
    outline: 0;
    box-shadow: none
}

.navbar-toggle {
    background-color: #000
}

.header_top {
    background: none repeat scroll 0 0 var(--topo-fundo)
}

.contactinfo div {
    text-align: center;
    height: 31px;
    line-height: 31px
}

    .contactinfo div:first-child {
        float: left;
        text-align: left
    }

    .contactinfo div:last-child {
        float: right;
        text-align: right
    }

.contactinfo a {
    font-size: 12px;
    color: #696763;
    font-family: var(--fonte-padrao);
    display: inline-block
}

.contactinfo ul li a:hover {
    background: inherit
}

.fa-facebook:hover {
    background: #0083c9
}

.fa-google-plus:hover {
    background: #ce3c2d
}

.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 20px
}

    .header-middle .container .row .col-sm-4 {
        padding-left: 0
    }

    .header-middle .container .row .col-sm-8 {
        padding-right: 0
    }

.menu1 {
    float: right
}

    .menu1 ul li {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px
    }

        .menu1 ul li:last-child {
            padding-right: 0
        }

        .menu1 ul li a {
            background: #fff;
            color: #696763;
            font-family: var(--fonte-padrao);
            font-size: 14px;
            font-weight: 300;
            padding: 0;
            padding-right: 0;
            margin-top: 10px
        }

            .menu1 ul li a i {
                margin-right: 3px
            }

            .menu1 ul li a:hover {
                color: var(--cor-padrao);
                background: #fff
            }

.header-bottom {
    padding-bottom: 30px;
    padding-top: 30px
}

.navbar-collapse.collapse {
    padding-left: 0
}

.menu2 ul li {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .menu2 ul li:first-child {
        padding-left: 0
    }
}

.menu2 ul li a {
    color: #696763 !important;
    font-family: var(--fonte-padrao);
    font-size: 17px;
    font-weight: 300;
    padding-left: 0 !important;
    padding-bottom: 10px
}

    .menu1 ul li a.active, .menu2 ul li a.active, .menu2 ul li a:hover {
        background: 0 0;
        color: var(--cor-padrao) !important;
    }

.txBusca {
    background: var(--topo-fundo);
    border: medium none;
    color: #b2b2b2;
    font-family: var(--fonte-padrao);
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    -webkit-border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.btBusca {
    background: var(--topo-fundo);
    border: medium none;
    color: #b2b2b2;
    font-family: var(--fonte-padrao);
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 1px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 1px
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#footer {
    background: var(--topo-fundo)
}

.footer-top .container {
    border-bottom: 1px solid #e0e0da;
    padding-bottom: 20px
}

.footer-top .col-sm-3 {
    overflow: hidden
}

.iframe-img {
    position: relative;
    display: block;
    height: 61px;
    margin-bottom: 10px;
    border: 2px solid #ccccc6;
    border-radius: 3px
}

.footer-widget {
    margin-bottom: 30px;
    padding-top: 20px
}

    .footer-widget .container {
        border-top: 0 solid #fff;
        padding-top: 15px
    }

.single-widget h2 {
    color: #666663;
    font-family: var(--fonte-titulos);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase
}

    .single-widget h2 i {
        margin-right: 15px
    }

.single-widget ul li a {
    color: #8c8c88;
    font-family: var(--fonte-padrao);
    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: 0 0;
            color: var(--cor-padrao);
        }

.footer-bottom {
    background: var(--rodape-fundo);
    padding-top: 10px;
    font-size: 14px
}

    .footer-bottom p {
        color: #363432;
        font-family: var(--fonte-padrao);
        font-weight: 300
    }

        .footer-bottom p span a {
            color: var(--cor-padrao);
            font-style: italic;
            text-decoration: underline
        }

.divSelos {
    margin-top: 30px
}


.divSelos div, .divSelos h2 {
    height: 80px;
    line-height: 80px;
    vertical-align: middle
}

#slider {
    padding-bottom: 45px
}

.item {
    padding-left: 0
}

    .item h1 {
        color: #b4b1ab;
        font-size: 48px;
        margin-top: 115px
    }

        .item h1 span {
            color: var(--cor-padrao)
        }

    .item h2 {
        color: #363432;
        font-family: var(--fonte-padrao);
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 22px;
        margin-top: 10px
    }

    .item p {
        color: #363432;
        font-size: 16px;
        font-weight: 300;
        font-family: var(--fonte-padrao)
    }

    .item button:hover {
        background: var(--cor-padrao)
    }

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #c2c2c1
}

    .control-carousel:hover {
        color: var(--cor-padrao)
    }

.right {
    right: 0
}

.category-products {
    border: 1px solid #f7f7f0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px
}

h1 {
    color: var(--cor-padrao);
    font-family: var(--fonte-titulos);
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    text-shadow: -2px -2px 2px #fff,2px -2px 2px #fff,-2px 2px 2px #fff,2px 2px 2px #fff
}

    h1:after, h2:after {
        content: " ";
        position: absolute;
        border: 1px solid #f5f5f5;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 0;
        z-index: -2
    }

    h1:before {
        content: " ";
        position: absolute;
        background: #fff;
        bottom: -6px;
        width: 130px;
        height: 30px;
        z-index: -1;
        left: 50%;
        margin-left: -65px
    }

    h1.title:before, h2:before {
        content: " ";
        position: absolute;
        background: #fff;
        bottom: -6px;
        height: 30px;
        z-index: -1;
        left: 50%
    }

.category-products .panel {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0
}

.category-products .panel-default .panel-heading {
    background-color: #fff;
    border: 0 none;
    color: #fff;
    padding: 5px 20px
}

    .category-products .panel-default .panel-heading .panel-title a {
        color: #696763;
        font-family: var(--fonte-padrao);
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase
    }

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none
}

.category-products .badge {
    background: 0 0;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    margin-right: 10px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.panel-body ul {
    padding-left: 20px
}

    .panel-body ul li a {
        color: #696763;
        font-family: var(--fonte-padrao);
        font-size: 12px;
        text-transform: uppercase
    }

.shipping {
    background-color: #f2f2f2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative
}

.padding-right {
    padding-right: 0
}

.features_items {
    overflow: hidden
}

h2 {
    color: var(--cor-padrao);
    font-family: var(--fonte-titulos);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    text-shadow: -2px -2px 2px #fff,2px -2px 2px #fff,-2px 2px 2px #fff,2px 2px 2px #fff
}

.single-products {
    position: relative
}

.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: var(--cor-padrao);
    border: 0;
    color: #fff;
    cursor: default;
    margin-right: 0;
    margin-left: 0
}

.nav-tabs li a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0
}






.paginaON {
    background-color: var(--cor-padrao);
    border: 0;
    display: inline-block;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #fff;
}

.pagina {
    background-color: var(--topo-fundo);
    border: 0;
    display: inline-block;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

    .pagina:hover {
        background-color: var(--cor-padrao);
        border-color: var(--cor-padrao);
        color: #FFFFFF;
        cursor: default;
        z-index: 2;
    }

.linkOferta {
    display: block;
    padding: 10px 10px 10px 12px;
    text-decoration: none;
    width: 100%;
    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 img {
        max-width: 100%;
    }


.linkOferta:hover {
    background-color: #f2f2f2;
    border: 0px;
}

.linkOferta b {
    display: block;
    text-align: center;
    width: 100%;
    max-height: 140px;
    margin-bottom: 23px;
    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-height: 140px;
        width: 100%;
        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-size: 15px;
    text-decoration: none;
    color: #383838;
    margin-bottom: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.linkOferta span {
    font-size: 16px;
    text-decoration: none;
    color: var(--cor-valor);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.catTit {
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.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: var(--cor-padrao);
        color: white !important;
    }

#mensagemEmail {
    color: #7f972b;
    font-weight: bold;
}

#mensagem {
    color: #7f972b;
    font-weight: bold;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.espaco5 {
    height: 20px;
    display: block;
}

.espaco10 {
    height: 20px;
    display: block;
}

.espaco20 {
    height: 20px;
    display: block;
}

.CarrinhoCesta {
    margin-bottom: 10px;
    width: 100%;
    background-color: rgb(242, 242, 242);
    text-align: left;
}

    .CarrinhoCesta a {
        float: left;
        color: #000;
        margin-left: 5px;
        font-family: var(--fonte-padrao);
    }

.CarrinhoVazio {
    font-size: 15px;
    color: #000;
}

.CarrinhoValor {
    color: var(--cor-valor) !important;
    font-size: 12px;
    font-weight: bolder;
    letter-spacing: -1px;
}

.CarrinhoRemove {
    float: right !important;
    margin-right: 10px;
    display: block;
    width: 15px;
    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;
    text-align: center;
}

.CarrinhoBotao {
    font-size: 14px !important;
    color: black !important;
    font-weight: normal !important;
    padding-left: 0;
    margin-right: 15px;
    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;
    }

.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;
}

#Carrinho {
    background-repeat: no-repeat;
    padding-top: 0px;
}

    #Carrinho h4 {
        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;
            color: #80077c;
            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;
    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;
    }

.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;
}

.divEscolhaDomicilio {
    background-color: #daf3b9;
    padding: 12px;
    margin-bottom: 20px;
}

.valorEntrega {
    background-image: url('../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('../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;
}

.esquerda {
    float: left !important;
    z-index: 9999;
}
.linhaPaginas span {
    color: var(--cor-padrao);
    text-transform: uppercase;
    font-size: 11px;
}

.linhaPaginas span {
    color: var(--cor-padrao);
    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;
}

.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;
}
.linkOferta:hover {
    background-color: #fee9e0;
}


.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;
}

.btCadastra {
    background-color: #DDD;
}
.geleriaFotos {
    max-width: 50%;
}
@media only screen and (max-device-width: 480px) {
    .linkOferta img {
        width: 100%;
    }

    .ofertaCategoria img {
        width: 100% !important;
    }

    .seloTitulo {
        width: 100%
    }
    .tabelaCarrinho{
        width:96% !important;
    }
    .contact-info address {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-form {
        padding-left: 20px;
        padding-right: 30px;
    }
    .menu2{
        margin-top:-80px;
    }
    .header-middle .container .row {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .header-bottom {
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .navbar-collapse {
        margin-top: 30px;
    }
    .navbar-brand {
        color:white !important;
        z-index:-1;
    }

    .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%;
        margin-left: 15%;
    }
    .linkOferta b {
        max-height: none;
    }
    .divPaginaDados{
        padding:10px;
    }
    #CarrinhoItens {
        padding: 0px 0px 0px 15px;
    }
    .logo{
        max-width:180px !important;
    }
    .logo {
        z-index: 999;
        position: relative;
    }
    #header {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 99999;
        width: 100%;
        background-color: white;
    }
    .padding-right {
        padding-right: 15px;
    }
    .onStick {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.26);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.26);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.26);
    }
    .geleriaFotos {
        max-width: 100%;
    }
}
.divSelos img{ max-width:115px; padding-bottom:15px; }

.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;
    color: var(--cor-valor);
}

.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;
}

.outrasOfertas {
    padding: 0px 6px 6px 6px;
    
    font-size: 20px;
    font-weight: lighter;
    color: #CC3300;
    display: block;
    background-color: #F2F2F2;
    margin-bottom: 8px;
}

/* 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;
        }


/* 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;
        width: 280px;
    }

    .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: var(--cor-padrao);
    }

    .ofertaCategoria p {
        padding: 0px;
        font-size: 12px;
        color: #999999;
        margin-bottom: 13px;
        margin-top: 0px;
    }

    .ofertaCategoria span {
        font-size: 25px;
        text-decoration: none;
        color: var(--cor-valor);
    }

/* Fim ofertas categoria */
/* Carrinho */
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(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 */