:root {
		--cor_primaria: #FF6699;
		--cor_secundaria: #808285;
		--cor_botao: #FF6699;
		--cor_botao_hover: #FF6699;
		--cor_texto_botao: #ffffff;
		--cor_texto_botao_hover: #ffffff;
		--cor_botao_comprar: #FF6699;
		--pre_cabecalho: #808285;
        --cor_texto_pre_cabecalho: #808285;
		--cor_cabecalho: #ffffff;
		--cor_icones: #FF6699;
		--cor_icones_hover: #FF6699;
		--cor_texto_icones: #000000;
		--cor_menu: #808285;
		--cor_texto_menu: #ffffff;
		--cor_newsletter: #000000;
		--cor_footer: #ffffff;
		--cor_texto_footer: #000000;
		--cor_tag_frete_gratis: #FF6699;
		--texto_global: #000000;
		--texto_background:#000000;
		
}
.pulse-button, div.whats-button {
    bottom: 90px;
    left: auto;
    right: 30px;
}

.conteiner-principal .menu.superior li.categoria-paginas strong {
    text-transform: uppercase;
    color: var(--cor_texto_menu) !important;
}
@media(max-width:769px){
.pulse-button, div.whats-button {
    bottom: 80px;
}
a#return-to-top {
    bottom: 150px !important;
}

.lrMenuBox .categoria-paginas strong{
	text-transform: uppercase;
}
}


/* FULLBANNERS HTML */

.full-banners {
    display: none;
}

.conteiner1 {
	max-width: 1920px;
}

.full-banners {
    display: none;
}

.imagem_banner {
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: flex-end;
}

.full_banner_theme .banner_texto li {
	width: 50%;
	line-height: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
	/*! text-align: left; */
}

.banner_titulo {
	font-size: 42px;
}

.banner_titulo,
.banner_subtitulo,
.botaoban {
	font-weight: 700;
}

.banner_titulo,
.banner_subtitulo {
	color: var(--cor_cabecalho);
	width: 60%;
	text-align: center;
	text-shadow: 0 4px 60px #00000052;
}

.banner_texto {
	position: relative;
	width: inherit;
	margin: 0;
	height: 100%;
}

.banner_subtitulo {
	font-size: 20px;
	font-weight: 400;
}

.banner_botao {
	font-weight: 800;
	background: gray;
	top: inherit;
	align-self: center;
	position: relative;
	width: fit-content;
	padding: 2px 34px;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 20px;
	transition: .12s all
}

.banner_botao:hover {
	opacity: .8
}


.full_banner_theme .slick-prev.slick-arrow {
	top: 48%;
	opacity: 0;
}

.full_banner_theme:hover .slick-prev.slick-arrow {
	opacity: 1;
	transition: all .2s;
	left: 20px !important;
}

.full_banner_theme .slick-next.slick-arrow {
	top: 48%;
	opacity: 0;
}

.full_banner_theme:hover .slick-next.slick-arrow {
	opacity: 1;
	transition: all .2s;
	right: 20px !important;
}

.full_banner_theme .slick-dots {
	bottom: -55%;
}

.full_banner_theme ul.full-items.slick-initialized.slick-slider {
    margin: 0;
}

@media(max-width: 1366px){
	.imagem_banner{
		max-height: 550px;
	}
}

.featuredProducts-timer-deion {
    color: var(--cor_texto_botao_hover);
}
/* Personalização Numero WP - Plugoo*/

.table a[href$="5508008882525"]:before {
    visibility: visible;
    content: "0800 888 2525";
}

.table a[href$="5508008882525"] {
    visibility: hidden;
}

