/*cabeçalho*/

/*background cabeçalho*/

#cabecalho {
    background-color: #820000;
    background-position: top center;
    background-repeat: repeat;
}

/*títulos cabeçalho*/
#cabecalho .actions>li>a, #cabecalho .span4.hidden-phone > ul .fale-conosco .title {
    color: #ffffff;
}

/*background full menu*/
.full.menu {
    background: #F70D1A;
}

/*icones cabeçalho*/
#cabecalho .actions>li>a svg path {
    fill: #ffffff;
}

#cabecalho .actions> .carrinho >a .icon * {
    fill: #ffffff;
}

/*hover icone fale conosco*/
#cabecalho .span4.hidden-phone ul li.action-item.account:hover > a > svg path, #Capa_1:hover {
    fill: #ffffff;
}

/*títulos full menu*/
.full.menu .conteiner .nivel-um>li>a>.titulo {
    color: #ffffff;
}

/*icone ofertas*/
.full.menu .conteiner .nivel-um>li.offers .icon path {
    fill: #ffffff;
}

.full.menu .conteiner .nivel-um>li.offers>a>.titulo {
    color: #ffffff!important;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    border-radius: 5px;
    background: #820000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    width: auto;
    flex: auto;
    height: 42px;
    text-transform: lowercase;
    margin: 0;
}
.acoes-produto-responsiva .tag-comprar, .botao.principal.botao-comprar, .botao.principal.grande {
    background: #820000;
}
.botao.principal, .botao.principal:hover, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .flex-control-paging li a.flex-active, .fundo-principal, .menu li:hover>a .fundo-secundario, .menu-simples li a:hover, .menu-simples li.active a {
    background: 0 0;
    color: #D40000;
    text-shadow: none;
}

/*icone newsletter*/
#barraNewsletter.posicao-rodape .componente .texto-newsletter svg.icon path {
    stroke: #ffffff;
}
/*botão newsletter*/
#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    color: #ffffff;
    border: solid 2px #F70D1A;
}

.coluna div.componente.newsletter .botao {
    margin-top: 15px;
    width: 100%;
    display: block;
    background: #F70D1A;
    border: solid 2px #F70D1A;
    height: 55px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: inherit;
    border-radius: 5px;
    color: #fff;
}

.atributo-comum a span {
    padding: 0 10px;
    min-width: 10px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    color: #F70D1A;
}
* {
    margin: 0;
    padding: 0;
}
.filtro.atributos .atributo-comum ul li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #F70D1A;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#rodape .institucional.fundo-secundario {
    background-color: #820000
}

#barraNewsletter.posicao-rodape {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F70D1A;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    color: #ffffff;
    border: solid 2px #ffffff;
}

#rodape .pagamento-selos {
    background: #A74C4C;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
    width: 40%;
    border-radius: 5px;
    border: solid 1px #F70D1A;
    background: #F70D1A;
    height: 45px;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative;
}

li.offers.com-filho {
display: none;
}

div.support-items p {
    display: none;
}

@media only screen and (max-width: 767px)
.conteudo-topo .busca-mobile.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #820000;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    z-index: 999;
    border-radius: 0px;
    width: 100% !important;
}