/*/ DESKTOP /*/
@media only screen and (min-width: 1024px){
    
/*/ CABECALHO /*/    
/* ajustes cabeÃ§alho */
#cabecalho .span6 {
    width: 22.2%;
}

/*/ CARRINHO /*/    
    
.carrinho-interno-ajax .imagem-produto:after {
 display:none; 
}
.carrinho-interno-ajax a.botao.principal {
    background: #4CAF50;
}
.carrinho-interno-ajax .produto-sku.hide {
    display: none;
}
.carrinho-interno.borda-principal {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.carrinho-interno.borda-principal:before {
    content: url(https://cdn.awsli.com.br/158/158400/arquivos/seta-carrinho.png);
    display: block;
    position: absolute;
    margin-top: -33px;
    margin-left: -10px;
}

 .pagina-produto .spanNone.banner.tarja {
    margin-top: 7px;
}
    
    
.menu.superior .nivel-dois, .menu.superior .nivel-tres {
    box-shadow: none;
    border: 1px solid #dfdfdf;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #525252;
    font-weight: 600;
}
.menu.superior i.icon-chevron-right.fundo-secundario {
    background: none;
    color: #000;
    font-size: 11px;
}    
    
}

/*/ MOBILE /*/
@media only screen and (max-width: 425px){ 

#rodape {
    position: relative;
    border-top: 3px solid #eee;
}
#rodape .redes-sociais {
    width: 100%;
    padding: 0px;
} 
#rodape .span12.visible-phone i {
    color: #000;
} 

    
.atalhos-mobile {
    background: #eee;
    border-bottom: 3px solid #000;
}
.atalhos-mobile li.fundo-principal {
    background: #000;
  box-shadow: none;
}
.atalhos-mobile li.fundo-principal a {
  color: #fff !important;
}
.atalhos-mobile ul a {
    color: #000;
    text-shadow: none;
}
    
    
.menu.superior {
    padding: 0px !important;
    border: none !important;
}
.span12.busca-mobile {
    background: #eee !important;
    padding: 7px !important;
    border-radius: 2px !important;
    margin-bottom: 5px !important;
}
#cabecalho .busca input {
    padding: 10px 8px !important;
  width: 88% !important;
  border-radius: 3px !important;
}

a.atalho-menu {
    background: #959595 !important;
    padding: 4.5px 5px !important;
    border-radius: 3px !important;
    border: 1px solid #959595;
}
.icon-th:before {
  font-size: 11px;
  content:"\f0c9";
}
.icon-th:after {
    content: 'MENU';
    margin-left: 2px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 13px;
}

.menu.superior .nivel-um>li {
    display: inherit !important;
}
.menu.superior ul.nivel-um.active {
    background: #fff;
}
#cabecalho button.botao.botao-busca.icon-search.fundo-secundario {
    top: 1px !important;
    right: 20px !important;
}    
    
}



body {
    background: #fff;
}
.conteiner-principal .conteiner {
    box-shadow: none;
}

/*/ CABECALHO /*/
#cabecalho .conteiner {
    padding-bottom: 0px;
}
.barra-inicial.fundo-secundario {
    padding: 5px 0px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
}
.canais-contato.span9 span, .canais-contato.span9 a, .canais-contato.span9 i {
    color: #525252;
  text-transform: uppercase;
}
.lista-redes li i {
    font-size: 11px;
    line-height: 23px;
    background: none !important;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
    height: 22px;
    width: 22px;
  color: #959595;
  font-weight: 100 !important;
}
.lista-redes li:hover i {
    font-size: 11px;
    line-height: 23px;
    background: #959595 !important;
    border: 1px solid #959595;
    border-radius: 50px;
    height: 22px;
    width: 22px;
  color: #fff !important;
}
.lista-redes li {
    line-height: 28px !important;
    border: none !important;
    margin-right: 5px;
}
/* icones barra inicial */
.barra-inicial i.icon-comment {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/icon-fale-conosco.png) center center no-repeat;
    color: transparent !important;
    width: 16px;
    height: 15px;
}
.barra-inicial i.icon-phone {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/icon-telefone.png) center center no-repeat;
    color: transparent;
    width: 17px;
    height: 16px;
    line-height: 16px;
}
.barra-inicial i.fa.fa-whatsapp {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/icon-whatsapp.png) center center no-repeat;
    color: transparent;
    width: 17px;
    height: 19px;
    line-height: 18px;
}
.barra-inicial i.fa.fa-skype {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/icon-skype.png) center center no-repeat;
    color: transparent;
    width: 17px;
    height: 17px;
    line-height: 17px;
}

.conteudo-topo.span3.hidden-phone {
    width: 36.3%;
}
/* borda de baixo da parte superior */
.conteudo-topo .superior {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}

/* minha conta / meus pedidos / rastreio */
.acoes-conta li i {
    display: none;
}
.inferior .acoes-conta li:first-child {
    margin-right: 0px;
}
.inferior .acoes-conta li:after {
    content: '/';
    margin: 0px 10px;
}
.acoes-conta li:first-child:after {
    display: none;
}
.inferior .acoes-conta li {
    margin-right: 0;
    text-align: center;
    display: inline!important;
    width: initial;
      float: right;
}
.inferior .acoes-conta {
    float: right;
    width: 100%;
    background-color: transparent;
    margin-top: 10px;
}
.inferior .acoes-conta li a {
    font-weight: 500;
    display: inline;
    line-height: 20px;
    border-width: 1px;
    border-style: none;
    text-transform: uppercase;
}

.rastreio-content {
    position: absolute;
    padding: 10px 10px;
    background: #000;
    margin-top: 35px;
    border-radius: 3px;
}

.rastreio-content input#OrderTracking {
    margin-bottom: 0;
}
.rastreio-content input#OrderTracking {
    margin-bottom: 0;
    padding: 10px;
    border-radius: 2px;
    box-shadow: none;
    border: none;
}
.rastreio-content button.rastreio {
    margin-left: 5px;
    padding: 10px 10px;
    border-radius: 3px;
    background: #eee;
    color: #444;
    font-weight: 700;
}
.rastreio-content button.rastreio:hover {
    margin-left: 5px;
    padding: 10px 10px;
    border-radius: 3px;
    background: #f4f4f4;
    color: #000;
    font-weight: 700;
}
.rastreio-btn {
    cursor: pointer;
}
.rastreio-btn li.rastreio-topo {
    font-weight: 500;
    display: inline;
    line-height: 20px;
    border-width: 1px;
    border-style: none;
    text-transform: uppercase;
    color: #444444;
}

/* bem vindos */
.conteudo-topo.span3.hidden-phone.span-carrinho .superior .span12 a {
    float: right !important;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 7px;
    padding-top: 8px;
}
.conteudo-topo.span3.hidden-phone.span-carrinho .superior .span12 a:before {
    content: url(https://cdn.awsli.com.br/439/439795/arquivos/icon-user.png);
    position: absolute;
    display: inline-block;
    margin-right: 5px;
    margin-left: -16px;
}
.conteudo-topo.span3.hidden-phone.span-carrinho a.bem-vindo.cor-secundaria span.cor-principal {
    font-weight: 600;
    color: #525252;
}
.caixa-sombreada {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    border-top: 0px;
}

/* ajuste logado */
.conteudo-topo.span3.hidden-phone.span-carrinho .superior .span12 .btn-group a:before {
    display: none;
}
.conteudo-topo.span3.hidden-phone.span-carrinho .superior .span12 .btn-group a {
    background: none;
  border:none;
}
.conteudo-topo.span3.hidden-phone.span-carrinho .superior .span12 .btn-group.open .dropdown-menu a:hover {
    background: #eee;
}
.conteudo-topo.span3.hidden-phone.span-carrinho .superior .span12 .btn-group.open .dropdown-menu a {
    float: none !important;
    line-height: 10px;
    color: #525252 !important;
    text-align: left !important;
}

/*/ BUSCA /*/
#cabecalho .busca.borda-alpha {
    background: none;
    padding: 0px;
    border: none;
}
#cabecalho .busca input {
    padding: 6.5px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    font-size: 11px;
    text-transform: uppercase;
    color: #525252;
    width: 88%;
  box-shadow: none;
}
#cabecalho button.botao.botao-busca.icon-search.fundo-secundario {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/icon-buscar.png) center center no-repeat;
    border: none;
    color: transparent;
    top: 2px;
    right: 35px;
}
.busca input::-webkit-input-placeholder {
   color: #525252;
}

.busca input:-moz-placeholder { /* Firefox 18- */
   color: #525252;  
}

.busca input::-moz-placeholder {  /* Firefox 19+ */
   color: #525252;  
}

.busca input:-ms-input-placeholder {  
   color: #525252;  
}

/*/ CARRINHO /*/
.carrinho {
    border: none;
  height: 35px;
}
#cabecalho i.icon-shopping-cart.fundo-principal {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/icon-carrinho.png) center center no-repeat;
    color: transparent;
    width: 21px;
    height: 35px;
}
/* intens adicionados */
#cabecalho .carrinho>a span>span {
    display: none;
}
#cabecalho .carrinho>a strong {
    font-size: 14px;
    margin: 0 0%;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
}
#cabecalho .carrinho>a span b {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}
#cabecalho .carrinho > a strong:before {
    content: 'MEU CARRINHO ';
    font-size: 13px;
    margin-right: 10px;
}

/*/ MENU SUPERIOR /*/
.menu.superior {
    background: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 1px;
    margin-top: 0px;
}
.menu.superior .titulo {
    margin: 15px 0;
    color: #525252;
    text-transform: uppercase;
    font-size: 13.5px;
}
/* setinha menu */
.menu.superior i.icon-chevron-down {
    background: none;
    color: #525252;
    font-size: 11px;
}
.menu.superior li:hover i.icon-chevron-down.fundo-secundario {
    background: none;
    color: #000;
}
.menu.superior .nivel-um>li:hover {
    border-top-width: 0;
    margin-top: 0;
  background: #f4f4f4;
}
.menu.superior .nivel-um>li:hover .titulo {
  color:#000;
}
.menu.superior .nivel-um>li {
    border-right: 0;
    border-left: 0;
    float: none;
    display: inline-block;
}
.menu.superior .nivel-um {
    text-align: center;
}


/*/ BANNERS /*/
.secao-banners .conteiner {
    padding-top: 0px;
}
.flexslider {
    border: 0px solid transparent;
}


/* borda traÃ§ada dos produtos */
.listagem .listagem-linha li {
    border-style: none;
}


/* Listagem Produtos */
.listagem.com-caixa .listagem-item {
    margin: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.33);
    border: 1px solid rgba(0,0,0,0.035);
    background-color: rgba(255,255,255,0.04);
    transition: transform .08s ease 0;
    -webkit-transition: -webkit-transform .08s ease 0;
}


.listagem.com-caixa .listagem-item .acoes-produto {
    border-style: none !important;
}


.listagem.com-caixa .listagem-item:hover, .listagem.com-caixa .listagem-item:active {
    box-shadow: 0 0 5px rgba(0,0,0,0.28);

}



/* tamanho da imagem da listagem */
.tema-pequeno .listagem .span3 .imagem-produto, .tema-pequeno .listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto {
    height: 275px;
}

/* ajustes na imagem - e no hover */
.imagem-produto:after {
    content: url(https://cdn.awsli.com.br/439/439795/arquivos/separador-titulo-nome.png);
    position: absolute;
    bottom: -12px;
    left: -1px;
}
.imagem-produto {
   border: 01px solid rgba(223, 223, 223, 0.31);
}
.listagem-item:hover .imagem-produto img {
    opacity: 0.18;
}
/* remove bandeira adicionada */
.listagem-item span.adicionado-carrinho.bandeira-carrinho {
    display: none !important;
}

/*/ HOVER PRODUTO /*/
.listagem-item:hover .acoes-produto {
    bottom: 42%;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    border: none;
}
.listagem-item a.botao.botao-comprar.principal {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/btn-ver-mais.png) center center no-repeat rgba(255, 255, 255, 0.50);
    border: none;
    text-indent: -9999px;
    width: 125px;
    height: 31px;
    padding: 0px;
    margin-bottom: 50px !important;
}
a.adic-favo {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/btn-lista-desejo-new.png) center center no-repeat rgba(255, 255, 255, 0.50);
    width: 125px;
    height: 31px;
    display: inline-block;
    color: transparent;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-left: 10px;
    margin-bottom: 10px;
}
a.adic-favo:hover {
-webkit-filter: grayscale(1);
  filter: grayscale(1);
    
}


.listagem-item .info-produto span.preco-parcela {
    font-size: 12px;
    text-transform: uppercase;
    color: #525252;
    font-family: 'Open Sans';
}
.listagem-item .info-produto span.desconto-a-vista {
    font-size: 12px;
    text-transform: uppercase;
    color: #525252;
}
.listagem-item .info-produto .preco-produto strong.titulo {
    font-size: 16px;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans';
    margin-top: 0px;
    margin-bottom: 0px;
}

.listagem-item .info-produto s.preco-venda.titulo {
    font-size: 15px;
    font-weight: 500;
    margin-left: 25px;
    color: #525252;
}
.listagem-item .info-produto s.preco-venda.titulo:before {
    content: 'DE';
    color: #000;
    font-weight: 600;
    position: absolute;
    margin-left: -25px;
    font-size: 14px;
}

/* tags produtos */
.listagem-item span.bandeira-frete-gratis.label-success {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/tag-frete-gratis.png) center center no-repeat;
    border: none;
    box-shadow: none;
    text-indent: -9999px;
    width: 49px;
    height: 49px;
    margin-left: 8px !important;
    margin-top: 8px;
    display: block;
}
.listagem-item span.fundo-principal.bandeira-promocao {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/tag-desconto.png) center center no-repeat;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    width: 49px;
    height: 49px;
    padding-top: 10px;
    padding-left: 12px;
    margin-left: 8px;
    margin-top: 8px;
}

/* titulos categorias */
.titulo-categoria.borda-principal {
    text-align: center;
    border-top: 0px;
    border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.listagem .titulo-categoria:hover {
    background: none;
    padding-left: 0px;
}
.titulo-categoria strong {
    position: absolute;
    text-align: center !important;
    background: #fff;
    padding: 0px 20px;
    margin-left: -120px;
    font-weight: 600;
    font-size: 18px;
    margin-top: -0px;
    color: #000;
    text-transform: uppercase;
}

/* sub lanÃ§amento */
.titulo-categoria.borda-principal.cor-principal.vitrine-lancamento strong:after {
    content: 'DIVERSOS LANÃ‡AMENTOS PARA VOCÃŠ';
    display: block;
    font-size: 11px;
    color: #b3b3b3;
}
/* sub mais vendidos */
.titulo-categoria.borda-principal.cor-principal.vitrine-mas-vendido strong:after {
    content: 'CONFIRA OS PRODUTOS MAIS VENDIDOS';
    display: block;
    font-size: 11px;
    color: #b3b3b3;
}
/* sub destaque */
.titulo-categoria.borda-principal.cor-principal.vitrine-destaque strong:after {
    content: 'CONFIRA TODOS NOSSOS DESTAQUES';
    display: block;
    font-size: 11px;
    color: #b3b3b3;
}


/*/ RODAPE E NEWSLETTER /*/
#rodape .institucional {
    background: #fff;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
#rodape .pagamento-selos {
  background: #fff;
}

#rodape .titulo {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: none;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
#rodape .redes-sociais {
    background: none;
    box-shadow: none;
    border-top: 0px;
    padding-top: 10px;
}
#rodape .caixa-facebook {
    box-shadow: none;
}
#rodape .lista-redes li i {
    font-size: 11px;
    line-height: 23px;
    background: #000 !important;
    border: 1px solid #000;
    border-radius: 50px;
    height: 22px;
    width: 22px;
    color: #fff;
    font-weight: 100 !important;
}
#rodape p {
    color: #525252;
    font-size: 13px;
}
#rodape a {
    color: #525252;
    font-size: 13px;
    text-transform: uppercase;
}
#rodape .links-rodape ul li {
    list-style-image: none;
    line-height: 19px;
}

/*/ NEWSLETTER rodape /*/
#barraNewsletter.posicao-rodape {
    position: static;
    box-shadow: none;
    background: none;
}
#barraNewsletter.posicao-rodape .componente .interno {
    padding: 35px 0;
}
#barraNewsletter.posicao-rodape .newsletter-cadastro.input-conteiner {
    width: 33%;
    margin-top: 5px;
}
#barraNewsletter.posicao-rodape .conteiner {
  border-style: solid;
border-width: 0px 0px 7px;
-moz-border-image: url(https://cdn.awsli.com.br/439/439795/arquivos/separador-newsletter-boom.png) 0 0 27 stretch repeat;
-webkit-border-image: url(https://cdn.awsli.com.br/439/439795/arquivos/separador-newsletter-boom.png) 0 0 27 stretch repeat;
-o-border-image: url(https://cdn.awsli.com.br/439/439795/arquivos/separador-newsletter-boom.png) 0 0 27 stretch repeat;
border-image: url(https://cdn.awsli.com.br/439/439795/arquivos/separador-newsletter-boom.png) 0 0 27 fill stretch repeat;
}
#barraNewsletter.posicao-rodape .newsletter-confirmacao {
    margin-top: 15px;
}

/*/ logo news /*/
#barraNewsletter.posicao-rodape .logo.cor-secundaria {
    float: left !important;
    width: 20% !important;
    margin-top: -20px !important;
    margin-left: 30px !important;
}
#barraNewsletter.posicao-rodape p.texto-newsletter.newsletter-cadastro {
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/texto-news-rdp.png) center center no-repeat;
    color: transparent;
    width: 296px;
    height: 52px;
    margin-right: 5% !important;
    margin-left: -50px !important;
    margin-top: 5px !important;
}
#barraNewsletter.posicao-rodape .componente input[type="text"] {
    width: 92% !important;
    margin-right: 5px !important;
    border-radius: 0px !important;
    padding: 15px !important;
    border: none !important;
}
#barraNewsletter .componente .botao {
    position: absolute;
    line-height: 13px;
    padding-bottom: 8px;
    border: none;
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
    background: url(https://cdn.awsli.com.br/439/439795/arquivos/btn-news-rdp.png) center center no-repeat;
    color: transparent;
}
.cor-secundaria {
    color: #444444;
}

.listagem-item a.nome-produto.cor-secundaria {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    min-height: 30px !important;
}


/* pagina produto */
.acoes-produto .preco-produto {
    float: left;
    margin-bottom: 15px;
    width: 42%;
}
.produto .acoes-produto .comprar {
    float: none;
    text-align: right;
    width: 100%;
}
.produto .acoes-produto .comprar a.botao.botao-comprar.principal.grande {
    border-radius: 3px;
    border-bottom: 3px solid #08a03b;
    width: 50%;
}
.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    background-color: #33cc66;
}
.produto .acoes-produto .comprar .disponibilidade-produto {
    font-size: 11px;
    margin: 5px 0 0 0;
    display: inline-block;
    text-align: center;
    width: 55%;
}
.breadcrumbs.borda-alpha {
    border: none;
}
.produto .acoes-flutuante {
    display: none !important;
}
.produto .acoes-produto strong.preco-promocional.cor-principal.titulo {
    font-size: 38px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #000;
}
.produto .acoes-produto .preco-parcela {

    font-size: 13px;
}
/* menu lateral categorias */
.menu.lateral .nivel-dois, .menu.lateral .nivel-tres, .menu.lateral .nivel-um>li>a {
    background-color: #FFF;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.coluna.span3 .filtro {
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    outline: 1px solid rgba(0,0,0,0.05);
    padding: 20px;
    border-top: 0px;
}
.coluna.span3 label small {
    display: none;
}
/* deativa newsletter lateral */
.pagina-categoria .coluna.span3 .row-fluid:last-child {
    display: none;
}

/* checkout */
.carrinho-checkout .conteiner-principal #corpo .conteiner {
    box-shadow: none;
}
.carrinho-checkout .atendimento {
    border-width: 0px;
}
.carrinho-checkout .atendimento .icone-box {
    border-width: 0;
    font-size: 30px;
}fa
