.barra-inicial {
    background-color: #444444 !important;
    border-bottom: 1px solid #FAC600;
}

.fundo-secundario {
    background-color: #444444;
}
#cabecalho {
    background: #fff url(https://cdn.awsli.com.br/547/547074/arquivos/BG-TOPO-AMERICO-CENTER.jpg) top center repeat-x;
}
.conteiner-principal .conteiner {
    background: transparent !important;
    box-shadow:none;
    
}

.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px auto;
    max-height: 100%;
}
.menu.superior {
    background-color: transparent;
    margin-top: 20px;
}

.menu.superior .nivel-um li {
    float: left;
    border:none;
}

@media only screen and (max-width: 767px){
    
.logo a { /** ajusta logo mobile */
       height: 70px !important;
    /* left: 999px !important; */
    background: url(https://cdn.awsli.com.br/547/547074/arquivos/logo-300x70-horizontal.jpg) no-repeat
    center center;}
    
    .logo a img {/* tira logo padrao*/
    margin: 5px auto 0;
    left: 999px !important;
    display: none;
}
    
.menu.superior {
    margin: 0 !important;
    padding: 0 !important;
}
.busca .botao-busca {
    height: auto;
    top: 5px;
    right: 6px;
    line-height: 28px;
    border-radius: 0 10px 10px 0;
}
    .conteudo-topo .busca-mobile {
    overflow: hidden;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

.conteudo-topo .busca-mobile .atalho-menu {
    float: right;
    line-height: 28px;
    margin: 5px;
}

}


.carrinho {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.12);
    position: relative;
    background: #fff;
border-radius: 10px;
}
.busca {
    position: relative;
    padding: 5px;
    background-color: trasnaprent;
    border: 1px solid #ddd;
    border-radius: 10px;
}


/** SLIDE FULL BANNER **/
.secao-banners .conteiner {
    max-width: 1440px;
    height: auto;
    padding: 0;
    margin: 5px auto 20px;
    border: none;
    background: #FFF !important;
}

.secao-banners {
    background: #FFF;
}

.mini-banner {
    max-width: 1140px;
    display: flex;
    margin: auto;
}



.flexslider {
margin: 0;
background: transparent;
border:none;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
-moz-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
-o-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
}

/** opção para layout com 2 selos **/
@media (min-width: 1200px){
.row-fluid .mini-banner .modulo.span4 {/* opção para 02 selos */
    width: 50% !IMPORTANT;
}

.row-fluid .mini-banner .modulo.span4.sem-banner { /* tira 3º banner */
    DISPLAY: NONE !important;
}}

/** produtos */
.listagem.com-caixa .listagem-item {
    margin: 0;
    box-shadow: none;
    border: none;
    background-color: rgba(255,255,255,0.04);
    transition: transform .08s ease 0;
    -webkit-transition: -webkit-transform .08s ease 0;
}

.listagem .listagem-item {
    position: relative;
    transition: box-shadow .1s;
    margin-left: 7.127659574468085%;
}

.listagem .bandeiras-produto .bandeira-carrinho {
    background-color: #fbbc05;
    color: #000;
}
.bandeiras-produto span {
    display: inline-block;
    padding: 5px 10px;
    line-height: 17px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin: 0 3px 3px 0;
    border: 0; 
    box-sizing: none;
    box-shadow: none;
    white-space: nowrap;
    background-color: #34a853;
border-radius: 0 25px 25px 0
}



.listagem .produtos-carrossel .listagem-linha li .listagem-item {
    margin: 5px 10px;
    padding-bottom: 20px;
}

.listagem.com-caixa .listagem-item {
    margin: 0;
    box-shadow: none !important;
    border: none !important;
    background-color: rgba(255,255,255,0.04);
    transition: transform .08s ease 0;
    -webkit-transition: -webkit-transform .08s ease 0;
}


.listagem-item .produto-sobrepor:hover {
    border: 1px solid #08c;
    padding: 10px;
box-shadow: none;
}

.listagem-item .produto-sobrepor {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    z-index: 10;
    background-color: rgba(255,255,255,0);
    border: 0px;
    border-radius: 5px;
}


.listagem .listagem-item .nome-produto {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    min-height: 40px;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 5px;
    padding-bottom: 10px;
    color: #333;
}


/** preço display home **/
strong.preco-promocional.cor-principal {
    display: block;
    font-size: 24px;
    color: #ff0000;
}

/** banners extras **/
.banners {
display: flex;
margin: 20px auto;
}

.banner01 {
margin-right: 10px
}

.banner02 {
 margin-left: 10px;
}
.banner03{}
.banner04{
    margin: 20px auto;}

/** botao comprar padrao **/
a.botao.botao-comprar.principal.grande {
    border-radius: 10px;
    height: 50px;
    line-height: 47px;
    background: #fa5100;
}

/** botao comprar lista mobile **/
@media only screen and (max-width: 479px){
.acoes-produto-responsiva .tag-comprar {
    margin: 0;
    display: none;
}
.listagem.com-caixa .listagem-item .imagem-produto {
    border-bottom: none;
}
 .listagem-linha li {
    margin: 5px;
    padding-bottom: 0;
    width: 178px !important;
    border: 0;
 }
    
    
}

@media only screen and (max-width: 767px){
.listagem-linha li {
    margin-top: 0;
}}

/** titulo listagem categorias home **/
.titulo-categoria.borda-principal.cor-principal.vitrine-lancamento,
.titulo-categoria.borda-principal.cor-principal.vitrine-mas-vendido,
.titulo-categoria.borda-principal.cor-principal.vitrine-destaque {
    display: none;
}
/** novo titulo **/
.prod-em-alta, .prod-mais-vendidos, .prod-em-destaque {
    font-size: 24px;
    margin: 20px auto 0;
    color: #333;
    border-left: 2px solid #ccc;
    padding-left: 10px;
}

/** pagina do produto **/

.produto .nome-produto /* titulo produto */{
    font-size: 24px;
    line-height: normal;
    margin: 0;
    color: #333;
}

/** mobile **/

@media only screen and (max-width: 767px){

.produto .conteiner-imagem > div {
    border: 0; /* tira borda foto produto */
}

.cep form, .acoes-produto .cep div {
    margin: 0;
    padding: 10px;
    background: #f5f5f5;
}

.cep .input-append.input-prepend input { /* ajusta cx do cep */
    border-radius: 4px 0 0 4px;
    width: 100%;
    height: 35px;
}

.logo a img {
    margin: 5px auto 0;
}

.banners-rodape-01 {
    display:none;
}


a.banner-info01.span6, a.banner-info02.span6 , a.banner-info03.span6  {
    margin-bottom: 20px;
}
    
 .listagem .listagem-item .nome-produto {
    font-size: 16px !important;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0 !important;
    color: #333;
    padding-bottom: 13px;
}
    .listagem-item .acoes-produto {

display: none;
}

}
@media only screen and (max-width: 767px){
    .banner06 .slides{
    display: flex !important;
}
    
    .banner05 .banners-rodape-01 {
    display: none !important;
}
}

/** desktop **/
.produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional  { /*preço*/
    font-size: 24px;
    font-weight: bold;
}

.banner05 .banners-rodape-01 {
    display: flex;
}
.banner06 .slides{
display:none;
}

/*** carrinho interno **/
.produto .principal .comprar .botao-quantidade {

    height: 23px;
    text-align: center;
    background: #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;

    padding: 0;
    cursor: pointer;
}

.qtde-adicionar-carrinho i {
    color: #646464;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-style: inherit;
}

.depoimentos {
    text-align: center;
    margin: 50px auto;
}

/*** altera alerta de nao estoque **/
.alert-danger {
    background-color: #d00;
    border-color: #b00;
    color: #fff;
    font-size: 24px;
}

/** adiciona alerta box de entrega **/
.aviso-disponibilidade.hide.cor-principal::after {
    display: block;
    content: "**Produtos com opção de DRIVE THRU -Retirar na Loja- só estarão disponíveis após confirmação de pagamento.";
    padding: 10px 0;
}

.produto .cep .aviso-disponibilidade {
    font-size: 11px;
    margin-top: 20px;
color: #000;
}

/** tira borda box descrição produto **/
.abas-custom .tab-content {
    padding: 0;
    box-shadow: none;
}


/** redes sociais rodape **/
#rodape .redes-sociais {
    width: 220px;
    height: auto;
    padding: 0 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    COLOR: #fff;
    background: transparent;
    box-shadow: none ;
}

#rodape .redes-sociais .titulo {
    border-bottom: none;
    margin-bottom: 0;
    color: #fff;
}

/** icone menu mobile **/
.icon-th:before {
    content: "\f0c9";
}



/** altera solicitar preço na lista de produtos **/


.preco-produto.destaque-avista span.titulo {
    visibility: hidden;
    display: inherit;
}

.preco-produto.destaque-avista span.titulo:after {
    color: #fff;
    text-align: center !important;
    display: inherit;
    background: #F6921E;
    padding: 10px;
    border-radius: 5px;
    content: "PREÇO ESPECIAL PARA REGIÃO";
    visibility: visible;
    margin-top: -20px;
}
/** altera bt solicitar preço na pagina do produto **/
a#produto-consulta-preco.botao.principal {
    visibility: hidden;
    width: 100%
}

a#produto-consulta-preco.botao.principal:after {
    visibility: visible;
    background: #ff691e;
    padding: 10px 0;
    border-radius: 5px;
    content: "COTAÇÃO POR EMAIL";
    float: left;
    width: 100%;
    margin: -20px 0 0 -17px;
    font-size: 16px;
    color: #fff;
}
/** botão comprar pelo whatsapp pagina do produto sme preço **/
.bt-comprar-wpp a {
 color: #fff;
}

.bt-comprar-wpp {
    background: #18b915;
    padding: 10px 0;
    border-radius: 5px;
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

/** tamanho logo marcas **/

.marcas .flexslider ul li img {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 55PX;
    display: inline-block;
}

@media only screen and (max-width: 767px){
.logo a {
    position: relative;
    display: block;
    height: 112px;
    margin-bottom: 10px;
}}

.logo a {
    position: relative;
    display: block;
    height: 112px;
    margin-bottom: 28px;
}

.carrinho-checkout .atendimento {
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    margin: 20px 0 0;
    background: #fff;
}

/** bt´s carrinho finalizar compra **/
h5.titulo.cor-principal.text-right.pagamento-valor.preco-carrinho-total {
    font-size: 22px;
    color: #d00;
    font-weight: bold;
}


div#exibirFormasPagamento {
    background: #cddc39;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px !important;
}

div#exibirFormasPagamento a.btn.btn-small {
    background: transparent;
    border: none;
    font-size: 15px;
    box-shadow: none;
}

button#finalizarCompra {
    width: 100%;
    border: 5px;
}
.banner .flex-control-paging li a {
    width: 10px;
    height: 10px;
    margin: 1px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: none;
}