.menu.superior .nivel-um>li>a>img {
    filter: brightness(0) invert(1);
}

.menu.superior li a img {
	margin-right: 2px;
    max-height: 24px;
}

@media(max-width: 767px){
	a.btn-favorite{
		right: -50px !important;
	}
	
	.bandeiras-produto{
		left: -20px !important;
	}
}

.whatsapp-fixo {
    position: fixed;
    bottom: 100px;
    right: -75px;
    z-index: 999;
    width: 150px;
    height: 150px;
}

.lrMenuBox a img {
    float: left;
    margin: 0;
    width: 30px;
    margin-top: 8px;
    margin-left: 8px;
}

.span.titulo.cor-secundaria {
    color: #000000;
    /*ALTERE A COR AQUI*/
}

div#span4-envios {
    float: left;
    width: 100%
}

#span4-envios .titulo+p, #span4-envios .titulo+ul {
    max-height: 300px;
}

.menu.superior .titulo {
    font-size: 13px;
}

:root {
    --cor_primaria: #e52860;
    --cor_secundaria: #1b1b1b;
    --cor_botao: #e52860;
    --cor_botao_hover: #e52860;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #31b15f;
    --pre_cabecalho: #e52860;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #ffffff;
    --cor_icones: #e52860;
    --cor_icones_hover: #444;
    --cor_texto_icones: #e52860;
    --cor_menu: #e52860;
    --cor_texto_menu: #fff;
    --cor_newsletter: #e52860;
    --cor_footer: #ffffff;
    --cor_texto_footer: #444;
    --cor_tag_frete_gratis: #444;
    --texto_global: #1b1b1b;
    --texto_background: #ffffff;
}

.instagram-fixo {
    position: fixed;
    bottom: 115px;
    right: 10px;
    z-index: 999;
}

@media screen and (max-width: 1024px) {
    #rodape .row-fluid .span3 {
        display: block;
    }
}
/*Check Tag Na Opção Escolhida - agenciaekos.com.br */
.produto .atributos ul li.active:before {
    content: '\f00c';
    background: #34af23;
    color: #fff;
    padding: 1px;
    font-family: fontawesome;
    position: absolute;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    top: -5px;
    border-radius: 60px;
    z-index: 1
}

.produto .atributos .atributo-cor ul li, .produto .atributos ul li {
    position: relative;
    overflow: inherit;
}
        
        
 @media (max-width: 767px){
span.fundo-principal.bandeira-promocao {
    margin-left: 27px;
    }
 }
        
@media (max-width: 768px){
.prod-options {
         left: 70px;
   }
 }