/* CORES DO TEMA */
:root{
--cor-fundobotao : #ffffff ;
--cor-botao : #141414 ;
--cor-titulovitrine : #141414 ;
--cor-fundopix : #141414 ;
--cor-textopix : #ffffff ;
--cor-rodapetitulo : #141414 ;
--cor-fundorodape : #e9e9e9 ;
--cor-textorodape : #707070 ;
--cor-newsletter : #ffffff ;
--cor-textonewsletter : #141414 ;
--cor-newsfundobotao : #e9e9e9 ;
--cor-newsbotao : #141414 ;
}
@media screen and (min-width: 767px){
.logo a img {
    width: auto;
}
.busca input {
    background: #fff !important;
    border-bottom: 1px solid black !important;
    color: black !important;
}
.busca .botao-busca {
    color: black !important;
}
.minha-conta .btn-group a i {
    filter: invert(0);
}
.carrinho a>i.icon-shopping-cart.fundo-principal {
    filter: invert(0);
}
}