
:root {
		--cor_primaria: #1454a8;
		--cor_secundaria: #73c8ee;
    	--cor_botao: #8fe84f;
		--cor_botao_hover: #15570d;
		--cor_texto_botao: #f0f2f3;
		--cor_texto_botao_hover: #f0f2f3;
		--cor_botao_comprar: #8fe84f;
		--pre_cabecalho: #15570d;
    --cor_texto_pre_cabecalho: #fff;
		--cor_cabecalho: #f0f2f3;
		--cor_icones: #1454a8;
		--cor_icones_hover: #8fe84f;
		--cor_texto_icones: #1b1b1b;
		--cor_menu: #1454a8;
		--cor_texto_menu: #f0f2f3;
		--cor_newsletter: #15570d;
		--cor_footer: #f0f2f3;
		--cor_texto_footer: #15570d;
		--cor_tag_frete_gratis: #8fe84f;
		--texto_global: #1b1b1b;
		--texto_background:#ffffff;
}

.thumbs-vertical .flex-direction-nav{
    display: flex !important;
}

.thumbs-vertical #carouselImagem .flex-direction-nav .flex-next, .thumbs-vertical #carouselImagem .flexslider:hover .flex-direction-nav .flex-next {
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

/* AJUSTE SETAS DO CARROSSELD DE COMPRE JUNTO */

.compre-junto .slick-prev::before{
        content: '';
}

.compre-junto .slick-next::before {
    content: '';
}

.compre-junto .slick-prev[aria-disabled="true"]{
    display: none !important;
}

.compre-junto .slick-next[aria-disabled="true"]{
    display: none !important;
}