/* BACKGROUND HOME */

body {
    background-color: #fff;
}

@media screen and (min-width: 768px){

.pagina-inicial {
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/background-home.jpg) center top no-repeat;
}


/* DISPLAY NONE */

#barraTopo {
    display: none!important;
}

/* BARRA INICIAL */

.barra-inicial {
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/background-barra-inicial.png) center center no-repeat;
    height: 25px;
    line-height: 25px;
    background-color: #ff7200;
}

.conteudo-topo .superior {
    position: absolute;
    left: -9999px;
}

.canais-contato.span9 {
    display: none;
}

.lista-redes i {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    background: none!important;
    line-height: 25px;
    transition: all .2s;
    font-size: 14px;
}

.lista-redes li {
    border: 0!important;
}

.lista-redes li:hover i {
    color: #ffae00;
}

.barra-inicial .conteiner {
    padding: 0;
    height: 25px;
}

.barra-inicial .acoes-conta li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .4px;
    transition: all .2s;
}

.barra-inicial .acoes-conta li:hover>a {
    color: #ff7200;
    text-decoration: none;
}

.barra-inicial .acoes-conta .icon-list:before {
    content: "\f0c9";
}

.acoes-conta li:first-child, .acoes-conta li {
    margin-right: 10px
}

.acoes-conta>li i {
    background: none;
    color: #ff7200;
    margin-right: 0;
    padding-left: 5px;
    border-left: 1px solid #a78130;
}

.acoes-conta>li:first-child i {
    border-left: 0;
}

/* CABEÇALHO */

#cabecalho {
    background: rgba(0,0,0,.85);
    height: 112px;
}

#cabecalho .inferior .btn-group > a {
    background: #262626;
    border: 0;
    position: absolute;
    margin-left: -140px;
    padding: 26px 10px;
    color: #fff;
}

.logo a {
    height: 89px;
    margin-top: 0;
}

.busca {
    padding: 0;
    border: 0;
}

.busca input {
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 15px;
    margin: 0;
    border: 0;
}

.busca .botao-busca {
    background: #ff7200;
    border: 0;
    border-radius: 0;
    height: 45px;
    top: 0;
    width: 57px;
    transition: all .2s;
}

.busca .botao-busca:hover {
    background: #c18500;
}

.busca .botao-busca:before {
    content: "";
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/sprite.png)-73px -21px;
    width: 22px;
    height: 22px;
}

#cabecalho .carrinho>a i:before {
    content: "";
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/sprite.png) -113px -16px;
    width: 31px;
    height: 34px;
}

#cabecalho .carrinho>a i {
    background-color: transparent;
    position: absolute;
    left: -21px;
    top: 6px;
}

#cabecalho .carrinho>a i:hover {
    opacity: 1;
}

.conteudo-topo .inferior .hidden-phone.span3 {
    float: right;
    margin-top: 24px;
}

.carrinho {
    background: #ff7200;
    border: 0;
    width: 82%;
    float: right;
    height: 45px;
}

.carrinho>a span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.carrinho>a strong {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-left: 37px;
    margin-right: 3px;
    line-height: 43px;
}

.carrinho.vazio>a span {
    padding: 9px 0;
    line-height: 14px;
    font-size: 14px;
    margin-left: 0;
    padding-top: 4px;
}

.login-topo {
    width: 18%!important;
    text-align: right;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding-top: 9px;
    position: relative;
    margin-top: 23px;
}

.busca-mobile {
    width: 53%!important;
    margin-top: 23px;
}

.login-topo a {
    color: #fff;
    transition: all .2s;
}

.login-topo a:hover {
    text-decoration: none;
    color: #ff7200;
}

.login-topo a:before {
    content: "";
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/sprite.png) no-repeat -19px -16px;
    width: 36px;
    height: 31px;
    position: absolute;
    right: 0;
    top: 6px;
}

.login-topo span {
    color: #ff7200;
}


/* MENU SUPERIOR */

.menu.superior .nivel-dois li, .menu.superior .nivel-tres li {
    padding: 3px 20px;
    border: 0;
}

.menu.superior .nivel-dois li a, .menu.superior .nivel-tres li a {
    text-transform: uppercase;
    color: #fff;
}
.menu.superior .nivel-dois {
    background: #3c3c3c;
    box-shadow: none;
    text-align: left;
    min-width: 230px;
    top: 60px;
    padding: 0;
}

.menu.superior .nivel-tres {
    background: #3c3c3c;
    box-shadow: none;
    text-align: left;
    padding: 0;
}

#menu-categoria .conteiner {
    padding: 0;
}

.menu.superior {
    margin-top: 0;
    height: 66px;
    box-shadow: inset 0 -5px #ff7200;
    position: relative;
    text-align: center;
}

.menu.superior .titulo {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all .2s;
}

.menu.superior .nivel-um li:hover .titulo {
    color: #ff7200;
}

.menu.superior {
    margin-top: 0;
    height: 66px;
    box-shadow: inset 0 -5px #ff7200;
    background: #2f2f2f;
}

.menu.superior .nivel-um>li {
    padding: 0 15px;
    border: 0;
}

.menu.superior .nivel-um {
    display: inline-block;
}

.menu.superior .nivel-um>li:hover {
    border: 0;
    margin-top: 0;
}

.menu.superior .nivel-um>li.com-filho>a i {
    display: none;
}

.menu.superior:before {
    content: "";
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/sprite.png) no-repeat -171px -16px;
    width: 31px;
    height: 66px;
    position: absolute;
    left: -31px;
}

.menu.superior:after {
    content: "";
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/sprite.png) no-repeat no-repeat -212px -17px;
  	width: 31px;
  	height: 66px;
    position: absolute;
    right: -31px;
}

/* BANNERS */

.banner.cheio .flexslider {
    border: 0;
    border-radius: 0;
    border-left: 5px solid #ff7200;
    border-right: 5px solid #ff7200;
}

.banner.cheio .flex-direction-nav {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
    background: #ff7200;
    height: 100px;
    margin-top: -53px;
    width: 16px;
}

.flex-nav-next a:after {
    content: "";
    position: absolute;
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/flex-nav-bg.png) no-repeat -24px 0;
  	width: 10px;
  	height: 14px;
    right: 1px;
    top: 43%;
    z-index: 1000;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}

.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
    background: #ff7200;
    height: 100px;
    margin-top: -53px;
    width: 16px;
}

.flex-nav-prev .flex-prev:after {
    content: "\f053";
    position: absolute;
    left: 1px;
    top: 43%;
    z-index: 1000;
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/flex-nav-bg.png) no-repeat 0 0;
    width: 10px;
    height: 14px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}

.banner .flex-control-nav {
    width: 100%;
    left: auto;
    right: auto;
}

.banner.tarja {
    width: 59.2%;
    margin-left: 7px;
}

.banner.cheio+.row-fluid {
    margin-top: 10px;
}

/* NEWSLETTER TARJA */

.newsletter-tarja {
    background: #ff7200;
    height: 60px;
    position: relative;
}

.newsletter-tarja .newsletter-confirmacao span {
    padding-left: 100px;
    line-height: 39px;
    color: #000;
}
.newsletter-tarja .newsletter-confirmacao i {
    display: none;
}
.newsletter-tarja .newsletter-confirmacao {
    margin-top: 10px;
}

.newsletter-tarja .texto-newsletter.newsletter-cadastro {
    float: left;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-left: 50px;
    margin-right: 20px;
    line-height: 36px;
}

.newsletter-tarja .icon-envelope-alt {
    position: absolute;
    font-size: 61px;
    margin-left: 20px;
    color: #fff;
    opacity: .2;
    top: -2px;
}

.newsletter-tarja .newsletter-cadastro.input-conteiner input {
    float: left;
    width: 41%;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 10px;
    height: 36px;
    font-size: 11px;
}

.newsletter-tarja .newsletter-cadastro.input-conteiner button {
    background: #333333;
    border: 0;
    border-radius: 0;
    padding: 0;
    height: 36px;
    width: 51px;
    font-size: 16px;
    font-weight: 600;
}

.newsletter-tarja .newsletter-cadastro.input-conteiner {
    margin-top: 12px;
}

/* VITRINE */

.listagem .titulo-categoria {
    text-align: center;
    border: 0;
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/bg-titulo-listagem.jpg) center center no-repeat;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    height: 55px;
    padding: 0;
    line-height: 55px;
}

.listagem .listagem-linha li {
    border: 0;
}

.bandeiras-produto span {
    border: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    padding: 2px 10px;
    margin-left: -10px;
}

.listagem .titulo-categoria:hover {
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/bg-titulo-listagem.jpg) center center no-repeat;
    padding-left: 0;
}

.listagem .listagem-item {
    border: 1px solid #9d9d9d;
    text-align: center;
    padding-bottom: 90px;
}

.listagem .listagem-item .nome-produto {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.listagem-item .preco-produto strong.titulo {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.listagem-item .preco-parcela {
    font-size: 13px;
}

.listagem-item .preco-parcela strong {
    color: #ff7200;
}

.listagem .span3 .imagem-produto {
    height: 230px;
}

.listagem-item .acoes-produto {
    bottom: 10px;
    opacity: 1;
    background: none;
    border: 0;
    width: 100%;
    padding: 0;
}

.listagem-item:hover .acoes-produto {
    bottom: 10px;
}

.listagem-item .acoes-produto .botao-comprar {
    background: #ff7200;
    border: 0;
    border-radius: 0;
    padding: 14px;
    width: 80%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    margin-left: -1px;
    margin-bottom: -1px;
    transition: all .2s;
}

.listagem-item .acoes-produto .botao-comprar:hover {
    background: #000;
}

.listagem-item .acoes-produto .botao-comprar i {
    display: none;
}

/* MODAL NEWSLETTER */

#modalNewsletter .componente .titulo, #modalNewsletter .componente .texto-newsletter {
    color: #252525;
}

/* NEWSLETTER RODAPÉ */

#barraNewsletter.posicao-rodape {
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/bg-news-footer.jpg) center center repeat-x;
    height: 112px;
    box-shadow: none;
}

#barraNewsletter.posicao-rodape .componente, #barraNewsletter.posicao-rodape .componente .interno, #barraNewsletter.posicao-rodape .conteiner {
    background-color: transparent;
}

#barraNewsletter .componente .texto-newsletter {
    width: 230px;
    white-space: inherit;
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 16px;
}

#barraNewsletter .componente input[type="text"] {
    border: 0;
    border-radius: 0;
    padding: 0 0 0 15px;
    height: 42px;
    width: 415px;
}

#barraNewsletter .componente .botao {
    margin: 0;
    padding: 0 30px;
    height: 42px;
    border: 0;
    border-radius: 0;
    background: #000;
    margin-left: -7px;
}

#barraNewsletter .componente .botao:after {
    content: "ENVIAR";
    font-size: 18px;
}

#barraNewsletter .componente .interno-conteudo {
    text-align: center;
    min-height: 30px;
    font-size: 0;
    width: 74%;
    float: right;
    margin-top: 18px;
}


/* RODAPÉ */

#rodape .links-rodape ul li {
    list-style: none;
}

#rodape .institucional {
    background: #000;
}

#rodape .institucional .titulo {
    margin: 0;
    text-transform: uppercase;
    color: #ff7200;
    font-size: 15px;
    font-weight: 600;
    border: 0;
}
.links-rodape ul li a {
    transition: all .2s;
}

.links-rodape ul li a:hover {
    color: #ff7200;
    text-decoration: none;
}

#rodape .redes-sociais {
    background: none;
    box-shadow: none;
    border: 0;
}

#rodape .institucional .lista-redes {
    display: none;
}

#rodape .pagamento-selos .titulo {
    margin: 0;
    text-transform: uppercase;
    color: #707070;
    font-size: 15px;
    font-weight: 600;
    border: 0;
}

#rodape .pagamento-selos {
    background: #fff;
}

/* ASSINATURA */

#rodape .assinatura, #rodape .assinatura-rodape {
    display: inline-block;
}

#rodape .assinatura {
    line-height: 38px;
    position: absolute;
    width: auto;
    padding: 20px 0;
}

#rodape .assinatura-rodape {
    float: right;
    padding: 20px 0;
}

#rodape .assinatura p, #rodape .assinatura-rodape span {
    font-size: 12px;
    color: #4e4e4e;
}

span.integrada {
    margin-left: 10px;
}
span.adway {
    margin-right: 10px;
}
.ordenar-listagem.topo {
    border-width: 0;
}

#rodape .assinatura p, #rodape .assinatura-rodape span {
    font-size: 12px;
    color: #4e4e4e;
}

/* PÁGINA LOGIN */

.filtro h4 {
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.filtro.lista ul li label {
    background: #bd8200;
    border-bottom: 1px solid #ff7200;
}

.filtro.lista a {
    color: #fff;
}

.filtro.lista {
    background: #ff7200;
    border-radius: 0;
    border: 0;
}

.ordenar-listagem label {
    border: 2px solid #999;
    border-radius: 0;
    line-height: 25px;
}

.ordenar-listagem button {
    background: #ff7200;
    border-radius: 0!important;
    border: 2px solid #cc8c00;
    line-height: 21px;
    padding: 6px 16px;
}

.cadastro legend i {
    display: none;
}

.cadastro .span6:first-child legend {
    background: #ff7200;
    color: #000;
    position: absolute;
    width: 220px;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 10px;
    top: -12.5px;
    margin-left: -21px;
    font-weight: 600;
    text-align: center;
}

.cadastro .span6:nth-child(2) legend {
    background: #ff7200;
    color: #000;
    position: absolute;
    width: 220px;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 10px;
    top: -12.5px;
    margin-left: -21px;
    font-weight: 600;
    text-align: center;
}

.cadastro .span6 .caixa-sombreada {
    padding: 50px 20px 20px 20px;
}

.cadastro .span6 {
    position: relative;
    padding: 0 20px 20px 20px;
}

.cadastro .span6 .caixa-sombreada {
    padding: 50px 20px 20px 20px;
    border-top: 37px solid #000000;
    border-radius: 0;
    box-shadow: none;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    background: #ffffff;
}

.cadastro .cabecalho-interno .titulo {
    font-size: 22px;
    padding: 0 20px;
}

.cadastro button.botao.principal {
    background: #ffa915;
    border: 0;
    border-radius: 0;
    padding: 6px 20px;
    text-transform: uppercase;
    text-shadow: none;
    color: #000;
    font-weight: 600;
    transition: all .2s;
}

.cadastro button.botao.principal:hover {
    background: #000;
    color: #fff;
}

/* PÁGINA CATEGORIA */

#corpo {
    margin-top: 30px;
}

.menu.lateral .nivel-dois {
    padding: 0;
    box-shadow: none;
    background: #2f2f2f;
}

.menu.lateral .nivel-um>li:first-child>a {
    box-shadow: none;
    margin-top: 0;
    background: #ff7200;
}

.menu.lateral .com-filho.borda-principal {
    border: 0;
}

.menu.lateral .nivel-dois li a {
    color: #ff7200;
    text-transform: uppercase;
    border-bottom: 1px solid #525252;
}

.menu .nivel-dois li:hover {
    background-color: #4e4e4e;
}

.menu.lateral.outras .nivel-um li:hover a {
    background-color: #2f2f2f;
}
.menu.lateral.outras .nivel-um li:hover a strong {
    color: #fff;
}

.menu.lateral .nivel-um>li>a {
    background: #ff7200;
    box-shadow: none;
    margin-top: 5px;
}

.menu.lateral .nivel-um>li>a strong {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.menu.lateral.outras {
    background: none;
}

.componente.newsletter {
    color: #fff;
    background-color: #2f2f2f;
}

.componente.newsletter .titulo {
    color: #fff;
}

.componente.newsletter .botao {
    background: #ff7200;
}

.pagina-categoria .listagem-item .acoes-produto .botao-comprar, .pagina-busca .listagem-item .acoes-produto .botao-comprar {
    width: 80%;
    padding: 10px;
}

.breadcrumbs ul li a, .breadcrumbs ul li strong {
    color: #fff;
}

.breadcrumbs {
    background: #2f2f2f;
    padding: 10px 20px;
}

/* PÁGINA DE PRODUTO */

.pagina-produto .breadcrumbs {
    background: #2f2f2f;
    padding: 10px 20px;
    display: none;
}

.produto .principal .nome-produto {
    font-size: 22px;
    color: #000;
}

.produto .principal .preco-produto.destaque-preco .titulo {
    color: #ff7200;
    font-weight: bold;
    font-size: 33px;
}

.produto .acoes-produto .comprar {
    float: left;
}

.produto .principal .acoes-produto .preco-produto {
    float: none;
}

.produto .principal .comprar .botao-comprar i {
    display: none;
}
.produto .principal .comprar .botao-comprar {
    background: #76b900;
    border: 0;
    border-radius: 0;
    padding: 14px 100px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    text-shadow: none;
    transition: all .2s;
}

.produto .principal .comprar .botao-comprar:hover {
    background: #65980b;
}

.produto .acoes-produto .comprar .disponibilidade-produto b {
    color: #000000;
}
.produto .acoes-produto .comprar .disponibilidade-produto {
    text-align: left;
}

.parcelas-produto .accordion {
    border: 2px solid #f3f3f3;
}

.cep label {
    float: none;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}

.cep .input-append.input-prepend input {
    border: 2px solid #eaeaea;
    box-shadow: none;
    padding: 10px 20px;
    border-right: 0;
    border-radius: 0;
}

.produto .cep .input-prepend.input-append .btn:last-child {
    background: #ff7200;
    border: 0;
    border-radius: 0;
    color: #000;
    text-shadow: none;
    font-weight: 600;
    padding: 12px 20px;
    transition: all .2s;
}

.produto .cep .input-prepend.input-append .btn:last-child:hover {
    background: #222;
    color: #fff;
}

.produto .acoes-flutuante {
    display: none!important;
}

.abas-custom .tab-content {
    padding: 20px;
    box-shadow: none;
    border: 2px solid #dbdbdb;
}

.listagem.aproveite-tambem h4:nth-child(1) {
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

#barraNewsletter .componente .botao:hover {
    background: #563e00;
}

.carrinho-interno.borda-principal {
    box-shadow: 0 4px 0 #2f2f2f;
    border: 0;
}

.carrinho-interno>div .botao {
    float: none;
    display: block;
    background: #2f2f2f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 0;
}

.carrinho-interno>div>span {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.carrinho-interno .titulo {
    font-weight: bold;
    color: #000;
}

}

/* PÁGINA CARRINHO */

.pagina-carrinho .acao-editar .botao.principal.grande {
    background: #76b900;
    border-radius: 0;
    padding: 10px 22px 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    font-size: 20px;
}

.caixa-sombreada {
    box-shadow: none;
}

.pagina-carrinho .finalizar-compra .input-append .btn:last-child {
    background: #2f2f2f;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 6px 19px;
}

.pagina-carrinho .finalizar-compra input#calcularFrete {
    border: 2px solid #dedede;
    border-radius: 0;
    border-right: 0;
}

.total strong {
    font-weight: 600;
    color: #000;
}

.produto .codigo-produto {
    border: 0;
}

.pagina-carrinho .finalizar-compra .acao-editar .span12 a {
    background: #efefef;
    border: 0;
    box-shadow: inset 0 -2px #d8d8d8;
}

.carrinho-checkout .atendimento li .display-table, .carrinho-checkout .atendimento li .display-table a, .carrinho-checkout .atendimento li .display-table span, .carrinho-checkout .atendimento li .display-table strong {
    color: #fff;
}

.carrinho-checkout .atendimento {
    margin-top: 12px;
}

.carrinho-checkout .conteiner-principal #corpo .conteiner {
    box-shadow: none;
    border: 1px solid #e0e0e0;
}

.carrinho-checkout .identificacao .control-group .submit-email.botao.principal {
    background: #76b900;
    border-radius: 0;
}

.caixa-destaque .botao {
    background: #222;
    color: #fff;
}


/* MOBILE */

@media screen and (max-width: 1024px) {


  .banner.tarja, .span5.newsletter-tarja, #barraNewsletter.posicao-rodape, .menu.superior:after, .menu.superior:before {
      display: none;
  }


}

@media screen and (max-width: 768px) {

  .carrinho.vazio>a span {
      display: none;
  }

  .login-topo {
      padding: 0;
      margin-top: 31px;
  }

  .login-topo a:before {
      display: none;
  }

  .busca .botao-busca {
      right: 0;
  }

  .institucional .row-fluid .span3 {
      display: none;
  }

  #rodape .assinatura-rodape {
      float: none;
  }

  #rodape .assinatura {
      position: relative;
  }

  .listagem-item .acoes-produto .botao-comprar {
      width: 72%
  }

  .menu.superior {
      height: auto;
  }

  .link-bg {
      display: none;
  }

  .pagina-inicial #corpo {
      margin-top: 0;
  }

  .pagina-inicial {
    background: #fff;
  }


}

@media screen and (max-width: 767px) {

  .cooldown.cd-home {
  	display: none;
  }

  strong, b, a, span {
    font-weight: normal!important;
  }

  body {
      background: #fff!important;
  }

  .atalhos-mobile ul {
      background: #ffa915;
  }

  .atalhos-mobile li {
      background: #ffa915;
  }

  .atalhos-mobile {
      border: 0;
  }

  #cabecalho {
      background: #222;
  }

  .busca .botao-busca {
      background: #ffa915;
      border: 0;
      border-radius: 0;
      top: 0;
      padding: 7px 20px;
      font-size: 22px;
  }

  .busca input {
      border: 0;
      border-radius: 0;
      height: 43px;
      padding: 0px 0px 0px 20px;
  }

  .conteudo-topo .busca-mobile .atalho-menu {
      background: #ffa915;
      border: 0;
      border-radius: 0;
      padding: 0;
      height: 43px;
      width: 48px;
      color: #000;
      line-height: 43px;
  }

  .icon-th:before {
      content: "\f0c9";
      text-shadow: none;
      font-size: 21px;
  }

  .menu .titulo {
      color: #ffa915;
  }

  .menu .nivel-dois a {
      color: #fff;
  }

  .listagem-item {
      text-align: center;
  }

  .listagem .listagem-item .acoes-produto-responsiva {
      margin: 0;
      position: relative;
      text-align: center;
  }

  .listagem .listagem-item .acoes-produto-responsiva a {
      background: #ff7200;
      border-radius: 0px;
      padding: 4px 30px;
      text-transform: uppercase;
  }

  .acoes-produto-responsiva .tag-comprar span {
      font-size: 18px;
  }

  #rodape .institucional {
      background-position: top center;
      background-repeat: repeat;
      background: #222;
      text-align: center;
  }

  .links-rodape ul li {
      list-style: none;
  }

  .tema-pequeno #rodape .redes-sociais {
      width: auto;
  }

  .pagamento-selos {
      background: #fff;
      text-align: center;
  }

  .cep {
      display: none;
  }

  .produto .conteiner-imagem div {
      border: 0;
  }


  .principal .acoes-produto.disponivel {
      text-align: center;
  }

  .produto .comprar .botao-comprar {
      margin-bottom: 10px;
      margin-top: 30px;
      background: #76b900;
      padding: 0;
      border: 0;
      text-transform: uppercase;
      font-size: 22px;
      transition: all .2s;
      font-weight: 600!important;
      font-family: "Open Sans", sans-serif;
  }

  .conteudo-topo .busca-mobile {
      border-radius: 0;
      border: 0;
      padding: 0;
  }

  .desconto-a-vista strong {
      color: #29ae24;
      font-size: 30px;
  }

  .listagem .listagem-item {
      border: 1px solid #e8e8e8;
      border-radius: 5px;
  }

}


@media screen and (min-width: 768px) {

/* Carro */

.menu.superior .categoria-id-3162013>a>strong:before {
    content: "";
    background: url(https://cdn.awsli.com.br/842/842190/arquivos/categorias.png) no-repeat 0 -4px;
    width: 49px;
    height: 31px;
    display: block;
    margin: 0 auto;
}

.menu.superior .categoria-id-3162013>a>strong {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

/* Beleza */

.menu.superior .categoria-id-3172693>a>strong:before {
    content: "";
	background: url('https://cdn.awsli.com.br/842/842190/arquivos/categorias.png') no-repeat -65px -2px;
	width: 29px;
    height: 31px;
    display: block;
    margin: 0 auto;
}

.menu.superior .categoria-id-3172693>a>strong {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

/* Casa */

.menu.superior .categoria-id-3160421>a>strong:before {
    content: "";
	background: url('https://cdn.awsli.com.br/842/842190/arquivos/categorias.png') no-repeat -114px -1px;
	width: 38px;
	height: 31px;
    display: block;
    margin: 0 auto;
}

.menu.superior .categoria-id-3160421>a>strong {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

/* Eletronicos */

.menu.superior .categoria-id-3162011>a>strong:before {
    content: "";
	background: url('https://cdn.awsli.com.br/842/842190/arquivos/categorias.png') no-repeat -173px 0;
	width: 32px;
	height: 31px;
    display: block;
    margin: 0 auto;
}

.menu.superior .categoria-id-3162011>a>strong {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

/* Ferramentas */

.menu.superior .categoria-id-3176534>a>strong:before {
    content: "";
	background: url('https://cdn.awsli.com.br/842/842190/arquivos/categorias.png') no-repeat -224px -3px;
	width: 26px;
	height: 31px;
    display: block;
    margin: 0 auto;
}

.menu.superior .categoria-id-3176534>a>strong {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

/* Brinquedos */

.menu.superior .categoria-id-20514077>a>strong:before {
    content: "";
	background: url('https://cdn.awsli.com.br/842/842190/arquivos/categorias.png') no-repeat -263px 0;
	width: 38px;
	height: 31px;
    display: block;
    margin: 0 auto;
}

.menu.superior .categoria-id-20514077>a>strong {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}



}