/* CENTRALIZANDO MENU */


/* .menu.superior .nivel-um { */
/* margin:0 auto; */ /* Esse valor será sempre o mesmo */
/* width: 49em; */ /* Este valor irá variar e é o que você deve encontrar na sua loja */
/* } */


/*
.listagem .listagem-item .nome-produto {
font-size: 20px !important;
line-height: 18px;
display: inline-block;
min-height: 40px;
word-wrap: break-word;
word-break: break-word;
}
*/

/*
.produto .info-principal-produto .nome-produto{ color: #000000; }
*/

/*hover subcategorias*/
/*.full.menu .conteiner li.all-categories.com-filho .nivel-dois .titulo:hover {
    color: #059da8;
}
*/

/* ===== AVISO COOKIES ===== */

/*
.box-cookies.accept {
    display: none !important
}

.box-cookies {
    bottom: 0;
    width: 100%;
    z-index: 998;
    color: #fff;
    position: fixed;
    background: rgba(0, 0, 0, .9)
}

.msg-cookies {
	margin-bottom: 0 !important;
    margin-left: auto !important;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
}

.msg-cookies a{
	text-decoration: underline;
	color: #ffffff;
}

.btn-cookies {
	width: 10%;
	height: 40px !important;
    margin-right: auto !important;
    color: white;
    background: #0289ff;
    border-radius: 5px !important;
}

@media screen and (min-width: 576px) {
    .box-cookies {
        display: flex;
        align-items: center;
        height: 60px
    }

}

@media screen and (max-width: 600px) {
    
    .box-cookies .btn-cookies {
        width: 100%;
        border-radius: 0 !important;
    }
}
*/
