/*ALTURA LOGO*/

.logo a img {
    position: absolute;
    top: 19px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}

/* Alterar fundo da busca */

.busca input{
    background-color: #000000;
}

/* Alterar COR textos da barra inicial */

.barra-inicial .lista-redes a i, .barra-inicial p, .barra-inicial a, .barra-inicial span{
    color: #ffe5a0;
}

.barra-inicial .canais-contato span, .barra-inicial .canais-contato a, .barra-inicial .canais-contato i {
    color: #ffe5a0;
}

/*TEXTO MENU SUPERIOR*/

.menu.superior .titulo {
    color: #000;
    font-family: 'Nunito Sans';
    font-size: 12px;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    font-weight: 800;
}

/*ALTERAR COR TITULOS E LINKS RODAPÉ*/

#rodape .institucional .titulo {
    font-size: 13px;
    color: #ffe5a0;
    letter-spacing: 1.86px;
    font-family: "Nunito Sans";
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 0px;
}

#rodape .links-rodape li a {
    font-family: "Nunito Sans";
    font-size: 10px;
    color: #ffe5a0;
    letter-spacing: 1.43px;
    line-height: 25px;
    text-transform: uppercase;
}

/*ALTERAR COR ICONE TEL RODAPÉ*/

.icon-phone:before {
    content: "\f095";
    COLOR: #ffe5a0;
}

/*BARRA DIV. TITULO E LINKS RODAPÉ*/

#rodape .institucional .titulo:after {
    background: #ffe5a0;
    width: 160px;
    height: 2px;
    display: block;
    content: "";
    margin: 0 auto;
    position: relative;
    top: 8px;
}

/*ALTERAR COR ICONE REDES SOCIAIS RODAPÉ*/

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #ffe5a0;
}

/*ALTERAR BORDA ICONE REDES SOCIAIS RODAPÉ*/

#rodape .lista-redes a i {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ffe5a0;
    margin-left: 10px;
    background: none!important;
    transition: all .4s;
}

    
/*ALTERAR COR BOTÃO LOGIN */

.login-conta span {
    font-family: "Nunito Sans";
    font-size: 10px;
    color: #000;
    letter-spacing: 1.43px;
    text-transform: uppercase;
    font-weight: 800;

}

/*ALTERAR FUNDO BOTÃO LOGIN*/

.login-conta.span1 {
    width: 113px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    margin-left: 10px;
    height: 35px;
    line-height: 35px;
    float: right;
}

/*BORDA DESCRIÇÃO PAGINA PRODUTO*/
.abas-custom .tab-content {
    padding: 20px;
    box-shadow: none;
}

/*ALTERAR TEXTO ICONE CARRINHO*/

.carrinho>a i:before {
    content: "Carrinho";
    font-family: "Nunito Sans";
    font-size: 10px;
    color: #000000;
    letter-spacing: 1.43px;
    text-transform: uppercase;
    font-weight: 800;

}

/*ALTERAR HOVER CARRINHO*/
.carrinho:hover {
    background: 0;
    background-size: 0;
}

.carrinho:hover>a i:before {
    color: BLACK;
}


/*ALTERAR HOVER LOGIN*/

.login-conta.span1:hover {
    background-size: 0;
    cursor: pointer;
}

.login-conta.span1:hover span {
    color: #000000!important;
    padding-right: 0;
}



/*ALTERAR COR BARRA PESQUISA E BORDA*/

.busca input {
    background-color: #ffffff;
    width: 96%;
    padding: 0 0 0 4%;
    border: 1px solid #000000;
}

/*ALTERAR HOVER BARRA PESQUISA*/

.busca input:focus {
    background: 0;
    box-shadow: none!important;
    height: 34px;
    background-size: 0;
    border-color: #000;
    color: #171311;
}

input#auto-complete:hover {
    color: black;
}

.busca {
    position: relative;
    padding: 0px;
    background-color: TRANSPARENT;
    border: 1px solid TRANSPARENT;
}

/*ALTERAR TEXTO NA PAGINA DE COMPRA "CLIQUE EM FINALIZAR COMPRA"*/

.cabecalho-interno .titulo small {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
    color: black;
}

/*MODIFICAR TITULO DEPOIMENTOS*/
.titulo-depoimento {
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
    font-family: "Nunito Sans";
    font-weight: 600;
    color: #000;
    TEXT-TRANSFORM: UPPERCASE;
}

/*ALTERAR COR TEXTO PREÇO*/

.titulo {
    font-family: 'Open Sans' , serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #907444;
}

/*ALTERAR ESPAÇO MARGEM MENU SUPERIOR*/
.menu.superior {
    margin-top: 8px;
    background: transparent;
}

/*RETIRAR BORDA PRODUTOS VITRINE*/
.listagem-item .produto-sobrepor:hover {
    border: none;
    margin-bottom: 10px;
}


/*busca*/
.busca input::placeholder{
    color: #000;
}

.busca .botao-busca:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2315/2315130/arquivos/busca.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.busca .botao-busca {
    background: TRANSPARENT;
    height: 32px;
    right: 1px;
}

/*icone carrinho*/
.carrinho>a i:after {
    content: "";
    background: url(https://cdn.awsli.com.br/2315/2315130/arquivos/carri.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 2px;
    background-size: 100%;
    transition: all .4s;
}

.carrinho:hover>a i:after {
    background: url(https://cdn.awsli.com.br/2315/2315130/arquivos/carri.png) no-repeat;
    background-size: 100%;
}

/*BOTÃO ORDENAR PRODUTOS*/

.ordenar-listagem label {
    background: #9a7e4e;
    text-transform: uppercase;
    font-family: "Nunito Sans";
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 1.42px;
    font-weight: 600;
    border-radius: 0;
    padding: 0 10px 0 20px;
    height: 35px;
    border: 0;
    line-height: 35px;
}

.ordenar-listagem #botaoOrdenar {
    background: #9a7e4e;
    color: #fff;
    text-shadow: none;
    border: 0;
    border-radius: 0;
    line-height: 35px;
    padding: 0 15px;
}

/*BOTAO CALCULAR CEP*/
.produto .principal .cep button.btn {
    font-size: 0;
    background: #876b3b;
    border: 0;
    border-radius: 0!important;
    line-height: 29px;
    padding: 0 20px;
    text-shadow: none;
}


/*ICONE BOTÃO LISTA DE DESEJO*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    COLOR: WHITE;
}

/*FUNDO E TEXTO LISTA DE DESEJO*/
.produto .produto-compartilhar .lista-favoritos {
    font-family: "Nunito Sans";
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    background: #876b3b;
    padding: 6px 40px;
}

/*MENU LATERAL DESKTOP*/
.menu.lateral .nivel-um>li {
    padding: 0px;
    text-align: center;
}

/* REMOVER CATEGORIA LATERAL */
.pagina-categoria .coluna.span3 {
display:none;
}

/*ALTERAR MENU DROPDOWN ORDENAÇÃO PRODUTOS*/
.open>.dropdown-menu {
    display: block;
    BACKGROUND: #9a7e4e;
    color: white;
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 10px;
}

/*RETIRAR ICONES MENU ORDENAÇÃO PAGINA PRODUTOS*/
.icon-font:before {content: "";} .icon-shopping-cart:before {content: "";} .icon-dollar:before, .icon-usd:before {content: "";}

.listagem .bandeiras-produto .bandeira-carrinho {
    background-color: #89694d;
}

.breadcrumbs ul li a {
    color: #000;
}

.borda-alpha, .borda-alpha {
    border-color: rgb(0 0 0);
}

.menu.superior .nivel-um > li:hover {background-color: transparent; }


/*ALTERAR ICONES INSTAGRAM E FACEBOOK*/
.icon-instagram::before {
    content: "\f16d";
    color: #ffe5a0;
}

.icon-facebook::before {
    content: "\f09a";
    color: #ffe5a0;
}

/*ALTERAR SEÇÕES INTERNAS CARRINHO*/
.icon-trash:before {
    content: "\f014";
    COLOR: #93743e;
}

.icon-plus:before {
    content: "\f067";
    COLOR: #93743e;
}

.icon-minus:before {
    content: "\f068";
    color: #93743e;
}

.icon-question-sign:before {
    content: "\f059";
    color: #93743e;
}

h6 {
    font-size: 11.9px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.tabela-carrinho th:first-child * {
    text-align: center;
}

.icon-truck:before {
    content: "\f0d1";
    color: #93743e;
}

/*COR BOTÃO CALCULAR CARRINHO*/
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
    color: #93743e;
}

.pagina-carrinho .acao-editar .botao:not(.grande) {
    background-image: none;
    background: #8c7040;
    border: 0;
    border-radius: 0;
    padding: 0px 30px;
    height: 43px;
    line-height: 43px;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
}

/*TRANSFORMAR TEXTOS CARRINHO*/
.tabela-carrinho td, .tabela-carrinho th {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    padding: 10px;
    TEXT-TRANSFORM: UPPERCASE;
}

.campos-pedido .caixa-sombreada, .campos-pedido .acao-editar button:first-child {
    margin-bottom: 20px;
    text-transform: uppercase;
}


/*ALTERAR NEWSLATTER DESKTOP*/
#modalNewsletter .componente .interno {
    background: #ffffff;
}


.icon-envelope-alt:before {
    content: "\f003";
    color: black;
}

#modalNewsletter .componente .titulo {
    margin-bottom: 15px;
    display: block;
    float: none;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 15px;
    color: #89694d;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

#modalNewsletter .componente .texto-newsletter {
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 11px;
    color: #89694d;
    letter-spacing: 2.71px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 17%;
    margin: 36px -6px;
}

#modalNewsletter .newsletter .botao {
    background: #89694d;
    line-height: 35px;
    padding: 0 40px;
    border-radius: 0;
    border: 0;
    display: block;
    position: relative;
    margin: 20px auto 0;
}

#modalNewsletter .newsletter .botao:before {
    content: "Inscrever-se";
    font-family: "Nunito Sans";
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    font-weight: 800;
}

#modalNewsletter .newsletter-cadastro input {
        text-align: center;
    padding: 0;
    height: 34px;
    background: #e1e1e1;
    border: 0;
    border-bottom: auto;
    border-color: black;
    border-radius: 0;
    font-family: "Nunito Sans";
    font-size: 10px;
    color: #000000;
    letter-spacing: 1.43px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.modal-modalNewsletter .fancybox-skin {
    position: relative;
    background: #171311;
    color: #FFF;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 420px;
    padding-bottom: 15px;
}


.newsletter .newsletter-confirmacao span {
    display: block;
    margin-left: 15px;
    padding: 6px 28px;
    color: black;
}

/*AJUSTES MOBILE*/



@media (max-width: 767px) {
.pagina-carrinho .acao-editar > .span12 > a.botao {
    background: #957949;
    color: #fff;
    padding: inherit;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.identificacao .control-group .submit-email.botao.principal {
    background: #957949;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 10px;
    max-width: 120px;
}}


media (min-width: 768px)
.modal-modalNewsletter .fancybox-skin {
    position: relative;
    background: #171311;
    color: #FFF;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 420px !important;
    padding-bottom: 15px!important;
}

@media screen and (max-width: 767px) {
.listagem .listagem-linha >ul>li {
    width: 48%;
    margin: 1%!important;
    float: left;
    min-height: 476px;
}}

/*ALTERAR ESPAÇO PRODUTOS VITRINE MOBILE*/

@media screen and (max-width: 767px) {
.listagem.com-caixa .listagem-item .imagem-produto {
    border: none;
    margin: 0 0 -65px;
}}

@media screen and (max-width: 767px) {
.listagem .listagem-linha >ul>li {
    width: 48%;
    margin: 1%!important;
    float: left;
    min-height: 400px;
}}

@media screen and (max-width: 767px) {
.listagem .info-produto {
    min-height: 125px;
}}

.alert-danger, .alert-error {
    background-color: #82654cde;
    border-color: #85684f;
    color: #ffff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 9px;
}

/*ALTERAR BOTÃO FECHAR*/
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: unset;
    filter: alpha(opacity=20);
}


/*TEXTO CABEÇALHO*/

.cabecalho-interno .titulo small {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    color: black;
}

/*ICONES PAGINA CADASTRO*/
.icon-user:before {
    content: "\f007";
    color: #907444;
}

.icon-envelope:before {
    content: "\f0e0";
    color: #907444;
}

.icon-group:before {
    content: "\f0c0";
    color: #907444;
}

.icon-list:before {
    content: "\f03a";
    color: #907444;
}

.icon-map-marker:before {
    content: "\f041";
    color: #907444;
}

.icon-lock:before {
    content: "\f023";
    color: #907444;
}

.cadastro label {
    font-size: 13px;
    font-weight: bold;
}
.alert-success {
    background-color: #907444;
    border-color: #85684f;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icon-list-alt:before {
    content: "\f022";
    color: #907444;
}

.icon-star:before {
    content: "\f005";
    color: #907444;
}

.botao.pequeno {
    font-size: 12px;
    padding: 3px 10px;
    color: white;
    background: #89694d;
}

.conta-menu .titulo {
    margin: -5px -30px 9px;
    padding: 0px 19px 15px;
    border-width: 0px 0px 1px;
    border-style: solid;
    display: block;
    font-size: 11.5px;
}

.login-conta.span1 a {
    text-decoration: none!important;
    color: black;
}

.login-conta ul.dropdown-menu a {
    color: #fff!important;
    font-family: "Nunito Sans";
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
.login-conta ul.dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 2px 3px;
}}

.alert, .alert h4 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    background-color: #907444;
    border: 1px solid #89694d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
}

/*ALTERAR ESPAÇO CADEADO CHECKOUT*/
.checkout-alerta-seguro {
    text-align: left;
    background-color: #fcfcfc;
    padding: 0 33px 12px 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    max-width: 400px;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
}

/*ALTERAR COR BOTÃO FILTRAR MOBILE*/
.ordenar-listagem label {
    background: #9a7e4e;
    text-transform: uppercase;
    font-family: "Nunito Sans";
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 1.42px;
    font-weight: 600;
    border-radius: 0;
    padding: 0 10px 0 20px;
    height: 35px;
    border: 0;
    line-height: 35px;
}

.ordenar-listagem .filtro-mobile .btn {
    background: #9a7e4e;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}