/* ==========================================================================
   Estruturas
   ========================================================================== */
#NavSuperior{
    border-top: 5px solid;
    position: relative;
    z-index: 2;
}

#div1bg{
    margin-top: 15px;
    padding: 5px 0 15px;
    position: relative;
    z-index: 1;
}

#NavLateralEsquerda{
    margin-right: 18px;
    position: relative;
    width: 225px;
    z-index: 2;
}

.structure-2 #NavLateralEsquerda{
    margin-right: 0;
    margin-left: 18px;
}

#NavLateralDireita{
    position: relative;
    z-index: 2;
    display: none;
}

#NavCentral{
    display:block;
    margin: 0;
    overflow:hidden;
    position: relative;
    width:auto;
}


#Page{
    background: none repeat scroll 0 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}

/* ==========================================================================
   Global classes
   ========================================================================== */

.clear{
    clear:both;
    display:block;
}

.overflow,
.caixa-overflow{
    display:block;
    overflow:hidden;
}

.left{
    float: left;
}

.right{
    float: right;
}

.inline-block,
.inline-block > ul{
    /* resetando font-size para os navegadores */
    font-size: 0;
}

.inline-block > li,
.inline-block > ul > li{
    /* inline-block cross-browser */
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;

    /* adicionando font-size */
    font-size: 11px;
}

/* ==========================================================================
   Banners
   ========================================================================== */

.banner-vitrine, .banner-showcase,
.banner-rodape, .banner-footer,
.banner-home {
    margin: 0 auto;
    text-align: center;
}

/* ==========================================================================
   Cabeçalho (cima.php)
   ========================================================================== */

#NavSuperior .cabecalho{
    background-color: transparent;
    background-image: url('../img/opacity/bg_opacity_10.png');
    background-repeat: repeat;
    padding: 5px 10px 15px;
}

.logotipo{
    margin: 20px 35px 0 0;
    height: 115px;
    overflow: hidden;
}


.logotipo a {
    line-height: 110px;
    height: 115px;
    font-size: 24px;
    text-decoration: none;
}
 
.logotipo a:before {
    content: "";
    width: 1px;
    height: 115px;
    display: inline-block;
    vertical-align: middle;
}
 
.logotipo img {
    max-height: 115px;
    max-width: 96%;
    display: inline-block;
    vertical-align: middle;
}

.cabecalho-telefone{
    font-size: 13px;
    margin-left: 15px;
}

.nav-cliente{
    margin: 3px 0 40px;
    text-align: right;
}

.nav-cliente li{
    font-size: 13px;
    margin-left: 6px;
}

.carrinho-compras{
    border-left: 1px solid #d0e0ef;
    height: 55px;
    margin-left: 2px;
    padding: 9px 0 8px 62px;
    position: relative;
}
.icon-carrinho{
    color: #263646;
    font-size: 45px;
    left: 6px;
    padding: 12px 5px;
    position: absolute;
    top: 1px;
}

.carrinho-descricao{
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.8px;
    margin: 5px 3px 0;
    text-align: left;
    text-transform: uppercase;
}

.carrinho-itens{
    text-align: right;
}

.carrinho-itens a{
    display: block;
}

.carrinho-quantidade{
    font-size: 14px;
}

.carrinho-itens .carrinho-separador{
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    padding: 0 15px;
}
.carrinho-separador-sports{
    display: none;
}

.carrinho-valor{
    font-weight: bold;
    font-size: 14px;
}

.bg-busca{
    height: 35px;
    padding: 17px 14px 20px;
}
.caixa-busca label{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    border: 1px solid #bbcfdf;
    padding: 0 0 0 35px;
    position: relative;
}
.caixa-busca .icon-busca{
    font-size: 20px;
    left: 8px;
    position: absolute;
    text-align: center;
    top: 7px;
    vertical-align: middle;
}

.busca-palavra{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-left: 1px solid #bfd1e0;
    font-size: 18px;
    padding: 0 1%;
    margin: 5px 0;
    height: 23px;
    width: 96%;
}

.busca-botao{
    background: url("../img/bg_btn_busca.png") repeat-x scroll left top transparent;
    border: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    margin-left: 3px;
    width: 80px;
}

/* ==========================================================================
   Lateral Esquerda (esquerdo.php)
   ========================================================================== */

.menu-esquerdo{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 3px 4px;
}
#menu-esquerdo{
    background-color: transparent;
}

.menu-esquerdo > ul > li{
    padding-bottom: 18px;
}

.menu-esquerdo h3{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.menu-esquerdo h3 a,
.menu-esquerdo h3 p{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    padding: 10px;
    overflow: hidden;
    text-transform: uppercase;
}

.menu-esquerdo h3:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.menu-esquerdo .menu-icons{
    cursor: pointer;
    font-size: 6px;
    line-height: 32px;
    padding-right: 10px;
}

.menu-esquerdo .nivel-2{
    border: 1px solid;
    border-top: 0 none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    margin: -2px 0 2px;
    padding: 10px 0 5px;
}
.menu-esquerdo-dinamico .nivel-2{
    display: none;

}
.menu-esquerdo .nivel-2 a{
    border-bottom: 1px dotted;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 7px;
}
.menu-esquerdo .nivel-2 .ultima a{
    border-bottom: 0 none;
}
.menu-esquerdo a:hover{
    text-decoration: none;
}

.news{
    background-image: url("../img/opacity/bg_opacity_80.png");
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    padding: 4px 0;
}

.news h5{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news form{
    padding: 10px 13px;
}

.news label{
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;

    /* opacity */
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    opacity: 0.9;
}

.news-email{
    border: 1px solid #d3d5d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 2%;
    width: 96%;
}

.news-botao{
    background: url("../img/bg_btn_busca.png") repeat-x scroll left top transparent;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    margin: 0;
}


/* ==========================================================================
   Vitrine Página Inicial (home.php)
   ========================================================================== */

.vitrine-geral > ul{
    margin-bottom: 35px;
}

.vitrine-geral li{
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3%;
    width: 26.8%;
}

.vitrine-geral li:hover{
    border: 0;
}

.vitrine-geral li.hover:hover{
    box-shadow: none;
}

.vitrine-borda-produto{
    padding: 9px;
    text-align: center;
}

.vitrine-geral li:first-child .vitrine-borda-produto{
    margin-left: 0;
}

.vitrine-imagem{
    border: 1px solid #dde1e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin-bottom: 7px;
    min-height: 180px;
    padding: 2px 0;
    text-align:center;
}

.vitrine-geral .botoes-extras{
    display: block;
    text-align: center;
}

.vitrine-geral .botoes-extras img,
.botoes-extras span{
    margin: 2px 0;
    max-width: 100%;
}

.vitrine-geral .botoes-extras img:first-child{
    padding-left: 0;
}

.vitrine-geral .vitrine-nome{
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.vitrine-descricao{
    display: block;
    font-size: 10px;
    text-align: center;
}

.vitrine-preco{
    display: block;
    padding: 5px 0;
}

.vitrine-geral .de-preco{
    display: block;
    font-size: 11px;
    text-decoration: line-through;
    text-transform: lowercase;
}
.vitrine-geral .de-preco .v-preco{
    text-transform: uppercase;
}

.vitrine-geral .por-preco{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: lowercase;
}
.vitrine-geral .por-preco .v-preco{
    text-transform: uppercase;
}

.vitrine-geral .v-preco span{
    margin-left: 3px;
}


.vitrine-parcela{
    display: block;
    padding-bottom: 5px;
}

.vitrine-parcela,
.vitrine-parcela strong,
.vitrine-parcela .precoAvista,
.vitrine-parcela .color{
    font-size: 12px;
    font-weight: normal;
}

.vitrine-parcela br:first-child,
.vitrine-mais-detalhes{
    display:none;
}

.vitrine-botoes-extras span{
    display: block;
    padding: 2px 0;
}



/* ==========================================================================
   Rodapé (baixo.php)
   ========================================================================== */

#NavTagCloud{
    display: none;
}

#NavVisitados{
    border: 1px solid #e5e6e8;
    border-radius: 3px;
    margin: 17px auto 0;
    padding: 14px 5px 10px 19px;
    width: 970px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.visitados {
    background: none;
    border: 0 none;
    padding: 0;
}

.visitados_produtos{
    margin: 0;
    overflow: hidden;
    padding: 0 58px 0 0;
    position: relative;
}

.paginacao_ajax{
    border: 0 none;
    font: 400 11px/15px 'Exo', sans-serif;
}

.total_produtos{
    color: #000;
    font: 700 16px/18px 'Exo', sans-serif;
    margin: 0;
}

.paginacao_ajax .pageON{
    background: none;
    color: #fe4d6a!important;
    font: inherit;
    padding: 0;
}

.clearVisiteds,
.clearVisiteds:hover{
    background-color: #ebebeb;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    color: #767676;
    display: block;
    font: 400 11px/15px 'Exo', sans-serif;
    height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 49px;
}

.visitados .NomeProdLista{
    color: #07040d;
    display: block;
    font: 700 12px/14px 'Exo', sans-serif;
    margin: 0 0 15px 0;
    text-align: left;
}

.visitados .FotoLista{
    margin: 0 0 11px 0;
}

.visitados .ValoresLista{
    text-align: left;
}

.visitados .txt-por,
.visitados .precoAvista,
.visitados strong{
    color: #fe4d6a;
    font: 700 12px/16px 'Exo', sans-serif;
}

.visitados .txt-semjurosde{
    color: #767676;
    font: 400 12px/16px 'Exo', sans-serif;
    text-transform: lowercase;
}

.visitados .ValoresLista br{
    display: none;
}

.visitados_itens{
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    width: 214px;
}

.visitados_itens > div{
    overflow: hidden;
}

.visitados_itens .itens{
    margin: 0 0 13px 0;
    width: 214px;
}

.visitados_itens h4{
    color: #000919;
    display: block;
    font: 500 11px/13px 'Exo', sans-serif;
    margin: 0 0 11px 0;
}

.visitados_itens .link_itens a{
    color: #767676;
    font: 500 11px/18px 'Exo', sans-serif;
}

.myNavigation,
.myNavigation:hover{
    background-color: #ebebeb;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    color: #767676;
    display: block;
    font-size: 11px;
    line-height: 19px;
    height: auto;
    text-align: center;
    text-decoration: none;
    width: 146px;
}

.rodape{
    margin-top: 16px;
    padding-bottom: 16px;
}

.mini-menu-rodape{
    background: url('../img/opacity/bg_opacity_20.png') 0 0 repeat;
    margin-bottom: 20px;
}

#footer .nav-pages{
    background: transparent;
}

.nav-pages{
    padding: 20px 0;
    text-align: center;
}

.nav-pages li{
    margin: 0 6px;
}

.nav-pages-spacer{
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=15)';
    opacity: 0.15;
}

.nav-pages li,
.nav-pages a{
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
}

.rodape-info{
    border-bottom: 3px solid transparent;
    margin-bottom: 8px;
    padding-bottom: 20px;
    text-align: center;
}

.rodape-info > ul > li {
    border-left: 1px solid transparent;
    min-height: 170px;
    min-width: 135px;
    padding: 10px 16px 0 8px;
    text-align: left;
}

.rodape-info > ul > li:first-child{
    border-left: 0 none;
    max-width: 280px;
}

.rodape-info h6{
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.rodape-info .formas-pagamento li{
    margin: 8px 1px 5px 0;
    width: 42px;
}

.formas-pagamento img{
    max-width: 100%;
}

.redes-sociais a{
    display: block;
}

.rodape-info .atendimento li{
    margin-bottom: 2px;
}
.rodape-info .atendimento .telefones{
    font-size: 12px;
    padding: 5px 0 5px 2px;
}

.icon-telefone:before{
    font-size: 26px;
}

.rodape-info .atendimento .email{
    font-size: 13px;
    padding: 5px 0;
}
.rodape-info .atendimento .telefones{
    font-weight: bold;
    margin-bottom: 0;
}
.rodape-info .atendimento .email{
    margin-bottom: 10px;
}

.atendimento-info{
    max-width: 210px;
}

.atendimento-info li,
.atendimento a{
    font-size: 12px;
    line-height: 16px;
}

.atendimento-fale-conosco{
    margin-top: 15px;
}

.rodape .redes-sociais{
    padding-left: 5px;
}
.rodape .redes-sociais li{
    margin-bottom: 7px;
    min-height: 33px;
}
.rodape .redes-sociais img{
    margin-right: 5px;
}
.rodape .redes-sociais span{
    padding-top: 3px;
}

.certificados-seguranca{
    max-width: 240px;
}

.certificados-seguranca li{
    margin-right: 10px;
    vertical-align: middle;
}

#footer .copyright-mensagem{
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    margin-top: 10px;
    padding: 9px;
    text-align: center;
}

/* ==========================================================================
   Elementos em comum (varias paginas)
   ========================================================================== *

/* Element: breadcrumb */

.breadcrumb{
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.breadcrumb-text{
    font-weight: bold;
    font-size: 12px;
}

.breadcrumb-spacer{

}
.icon-breadcrumb{
    font-size: 3px;
    margin: 0 0 0 6px;
    padding: 0;
    vertical-align: middle;
}

.breadcrumb a{
    color: inherit; /* retirando cor padrÃ£o do browser */
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70,0.5);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    opacity: 0.7;
}

.breadcrumb a:hover{
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,0.5);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    opacity: 1;
}

.breadcrumb a:before{
    background: #000;
    content: "";
    display: inline;
}

/* ==========================================================================
   Processo de compra (login_layout.php, cadastro_layout.php, finalizar_dados.php, finalizar_pagamento.php, finalizar_finalizar.php)
   ========================================================================== */

.page-carrinho #NavLateralEsquerda,
.page-login_layout #NavLateralEsquerda,
.page-login #NavLateralEsquerda,
.page-cadastro_layout #NavLateralEsquerda,
.page-finalizar_dados #NavLateralEsquerda,
.page-finalizar_pagamento #NavLateralEsquerda,
.page-finalizar_finalizar #NavLateralEsquerda,
.page-retorno_pagamento #NavLateralEsquerda,
.bottom span{
    display: none;
}

.page-carrinho .container,
.page-carrinho .container2,
.page-carrinho .container3,
.page-login_layout .container,
.page-login_layout .container2,
.page-login_layout .container3,
.page-cadastro_layout .container,
.page-cadastro_layout .container2,
.page-cadastro_layout .container3,
.page-finalizar_dados .container,
.page-finalizar_dados .container2,
.page-finalizar_dados .container3,
.page-finalizar_pagamento .container,
.page-finalizar_pagamento .container2,
.page-finalizar_pagamento .container3,
.page-finalizar_finalizar .container,
.page-finalizar_finalizar .container2,
.page-finalizar_finalizar .container3{
    background: none;
}


/* passos do carrinho */
.carrinho-tabs{
    margin-bottom: 20px;
    overflow: hidden;
}
.carrinho-tabs li{
    /* inner shadow */
    box-shadow: 0px 0px 5px #666 inset;

    /* radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    /* opacity */
    opacity: 0.3;

    float: left;
    margin-left: 1%;
    width: 24%;
}

.carrinho-tabs .active{
    opacity: 1;
}

.carrinho-tabs li:first-child{
    margin-left: 0;
}

.carrinho-tabs .passo-num{
    background-image: url('../img/opacity/bg_opacity_80.png');
    background-repeat: repeat;

    /* inner shadow */
    box-shadow: 0px 0px 5px #6c6a6c inset;

    float: left;
    font-size: 34px;
    line-height: 26px;
    height: 26px;
    font-weight: normal;
    margin: 0 6px;
    padding: 9px 12px;
}

.carrinho-tabs .passo-desc{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 12px;
    margin-top: 8px;
    text-transform: uppercase;

    /* opacity */
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    opacity: 0.8;
}

.carrinho-tabs .passo-text{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 16px;
    text-transform: uppercase;
}


.carrinho-heading{
    font-size: 24px;
}

.caixa-agradecimento .pedido-codigo{
    /* gradiente */
    background: #579e5a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3OWU1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjg5NDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #579e5a 0%, #3f8942 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#579e5a), color-stop(100%,#3f8942));
    background: -webkit-linear-gradient(top,  #579e5a 0%,#3f8942 100%);
    background: -o-linear-gradient(top,  #579e5a 0%,#3f8942 100%);
    background: -ms-linear-gradient(top,  #579e5a 0%,#3f8942 100%);
    background: linear-gradient(to bottom,  #579e5a 0%,#3f8942 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579e5a', endColorstr='#3f8942',GradientType=0 );

    /* radius */
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;

    border: 0;

    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

/* triangulo branco */
.caixa-agradecimento .pedido-codigo:before{
    border-bottom: 25px solid #fff;
    border-top: 25px solid #fff;
    border-right: 10px solid #4A954D;
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
}


/* ==========================================================================
   Central Cliente (central_cliente.php)
   ========================================================================== */

/* escondendo elementos */
.central-mapa,
.central-bottom,
.central-conteudo .container2 hr,
.central-saudacao > br{
    display: none;
}

/* limpando elementos */
.central-conteudo,
.central-conteudo .container3,
.central-conteudo .container2{
    background: none;
    border: 0;
}

.central-conteudo .central-titulo{
    margin: 10px 0;
    padding: 15px 0 0;
}
.central-conteudo .central-titulo h1{
    font-size: 24px;
    font-weight: bold;
}

.central-saudacao h2{
    padding: 0;
}
.central-saudacao p{
    border-bottom: 1px dotted #434343;
    margin: 10px 0 5px;
    padding-bottom: 5px;
}

/* icones de opcoes */
.central-icons{
    border-right: 1px dotted #434343;
}

.central-icons p{
    border-bottom: 1px dotted #434343;
    margin-bottom: 15px;
    padding-bottom: 3px;
}

.finish-button, .cyrcle, .modal-erro-botao-tentar a {
    background-image: none;
}

.catalogo-lista #Vitrine .dados {
    width: 46%;
}