/* =========================================
   CAFE CANTARES
   Laranja: #FF6319
   Marrom:  #4E2E2D
   ========================================= */

/* FUNDO PRINCIPAL */
body,
.conteiner-principal,
#cabecalho,
#corpo {
    background-color: #FF6319 !important;
}


/* =========================================
   LOGO
   ========================================= */

.g_ .logo.no-image a.cor-principal,
.logo.no-image a {
    color: #4E2E2D !important;
}


/* =========================================
   BUSCA
   ========================================= */

#form-buscar #auto-complete {
    background-color: #4E2E2D !important;
    color: #FFFFFF !important;
    border: 1px solid #4E2E2D !important;
    border-radius: 20px !important;
}

#form-buscar #auto-complete::placeholder {
    color: #FFFFFF !important;
    opacity: 0.85;
}


/* ÍCONE DA LUPA */

#form-buscar .botao-busca {
    background-color: #4E2E2D !important;
    color: #FFFFFF !important;
}


/* =========================================
   NEWSLETTER
   ========================================= */

#barraNewsletter {
    background-color: #4E2E2D !important;
}

#barraNewsletter .componente.newsletter {
    background-color: #4E2E2D !important;
    border-color: #4E2E2D !important;
}

#barraNewsletter .interno {
    background-color: #4E2E2D !important;
}

#barraNewsletter .titulo,
#barraNewsletter .texto-newsletter,
#barraNewsletter .newsletter-confirmacao {
    color: #FFFFFF !important;
}


/* CAMPO DA NEWSLETTER */

#barraNewsletter .input-conteiner input {
    background-color: #4E2E2D !important;
    color: #FFFFFF !important;
    border: 1px solid #FF6319 !important;
    border-radius: 25px !important;
}

#barraNewsletter .input-conteiner input::placeholder {
    color: #FFFFFF !important;
    opacity: 0.8;
}


/* BOTÃO ASSINAR */

#barraNewsletter .newsletter-assinar {
    background-color: #FF6319 !important;
    border-color: #FF6319 !important;
    color: #FFFFFF !important;
}


/* =========================================
   MENU
   ========================================= */

.menu.superior {
    background-color: #FF6319 !important;
}

.menu.superior a {
    color: #4E2E2D !important;
}

.menu.superior a:hover {
    color: #FFFFFF !important;
}


/* =========================================
   CARRINHO E CONTA
   ========================================= */

.carrinho .titulo,
.carrinho a,
.acoes-conta a {
    color: #4E2E2D !important;
}


/* =========================================
   CORES PRINCIPAIS DO TEMA
   ========================================= */

.cor-principal {
    color: #4E2E2D !important;
}

.fundo-principal {
    background-color: #FF6319 !important;
}

.cor-secundaria {
    color: #4E2E2D !important;
}

.fundo-secundario {
    background-color: #4E2E2D !important;
}


/* =========================================
   BORDAS
   ========================================= */

.borda-principal {
    border-color: #4E2E2D !important;
}