@media only screen and (min-width: 770px) {
strong.qtd-carrinho.titulo.cor-secundaria {
    background: #47b8f5;
}
}
.top-header {
    background: #7ecaf3;
}
@media (max-width: 770px){
	.cart-mobile strong.qtd-carrinho.titulo.cor-secundaria {
		color: #47b8f5;
	}
}