:root {
		--cor_primaria: #ff70bf;
		--cor_secundaria: #ff70bf;
		--cor_botao: #ff70bf;
		--cor_botao_hover: #ff70bf;
		--cor_texto_botao: #fff;
		--cor_texto_botao_hover: #fff;
		--cor_botao_comprar: #ff70bf;
		--pre_cabecalho: #ff70bf;
        --cor_texto_pre_cabecalho: #fff;
		--cor_cabecalho: #ffffff;
		--cor_icones: #ff70bf;
		--cor_icones_hover: #ff70bf;
		--cor_texto_icones: #1b1b1b;
		--cor_menu: #ff70bf;
		--cor_texto_menu: #fff;
		--cor_newsletter: #ff70bf;
		--cor_footer: #fff;
		--cor_texto_footer: #292929;
		--cor_tag_frete_gratis: #ff70bf;
		--texto_global: #292929;
		--texto_background:#ffffff;
}

.top-header {
    height: 38px;
    padding: 10px 5px;
    background: #000;
    text-align: center;
}

a#return-to-top {
    text-transform: uppercase;
    bottom: 20px;
    right: 30px;
    margin-bottom: -170px;
    background: #e8e8e8;
    width: 40px;
    height: 40px;
    padding: 2px;
    line-height: 20px;
    text-align: center;
    font-weight: 300!important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    text-decoration: none;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    color: var(--texto_global);
}