:root {
    --cor_primaria: #666;
    --cor_secundaria: #666;
    --cor_botao: #666;
    --cor_botao_hover: #666;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #efdc9f;
    --pre_cabecalho: #666;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #f6eccb;
    --cor_icones: #666;
    --cor_icones_hover: #111;
    --cor_texto_icones: #666;
    --cor_menu: #f3e4b5;
    --cor_texto_menu: #666;
    --cor_newsletter: #666;
    --cor_footer: #faf4e1;
    --cor_texto_footer: #666;
    --texto_global: #666;
    --cor_clara: #fff;
    --cor_escura: #666;
    --texto_background: #ffffff;
    --texto_bg_escuro: #666;
    --texto_bg_claro: #666;
}

.logo {
	margin-left: 20px;   
}

/*.busca {*/
/*    display: none;*/
/*}*/

.breadcrumbs {
    display:none;
}

.banner.tarja img {
    max-width: 100%;
}

.modulo.span4, .modulo.span4 img {
    border-radius: 0px;
}

.menu.superior {
    border-top: 1.5px solid #ffffff;
    border-bottom: 1.5px solid #ffffff;
}

.menu.superior .nivel-um>li {
    border-radius: 0px;
}

.menu.superior .nivel-dois:hover>li:hover, .menu.superior .nivel-um:hover>li:hover {
    border-radius: 0px;
    background: #fff;
}

#rodape .design-fox, #rodape .loja-integrada-copyright {
    display: none !important;
}

.pagina-carrinho .acao-editar .botao.principal.grande {
    background-color: #a7927f;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
    z-index:999;
}
        
.conteudo h1.titulo {
	font-size: 40px;
    font-weight: 100;
    text-align: center;
    padding: 25px;
}
        
.menu.superior .nivel-um>li, .menu.superior .nivel-um>li:hover {
    border-width: 0px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    /*display: inline-block;*/
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F3E4B5;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #666;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #FFF;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #FFF;}

/* Reposicionamento do botão de WhatsApp na página */
.whats-button {bottom: 70px !important;}
.pulse-button {bottom: 70px !important;}