

:root {--cor_primaria: #4a5159;--cor_secundaria: #999999;--cor_botao: #444a52;--cor_botao_hover: #949494;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #444a52;--pre_cabecalho: #e4e4e4;--cor_texto_pre_cabecalho: #2b2b2b;--cor_cabecalho: #ffffff;--cor_icones: #444a52;--cor_icones_hover: #e3e3e3;--cor_texto_icones: #2b2b2b;--cor_menu: #2b2b2b;--cor_texto_menu: #ffffff;--cor_newsletter: #222222;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #333333;--texto_global: #333333;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}


.g_ .logo a > img{max-height: 150px !important;}


<style>
.back-to-top {
    color:black; /* alterar cor do botão */
    position: fixed;
    z-index: 999;
    bottom: 2rem; /* posição vertical: quanto maior, mais para cima */
    right: 1rem; /* posição horizontal: quanto maior, mais para esquerda */
    display:none;
}
.back-to-top:active, .back-to-top:focus, .back-to-top:hover {
    text-decoration: none;
    color:#afb3b0; /* alterar cor do botão quando o mouse estiver em cima ou mobile */    
}

.back-to-top i {
    font-size: 3em; /* alterar tamanho do botão */
}
</style>
<!-- 2f41fe4a-af21-11ec-b909-0242ac120002 -->
<script type="text/javascript">
$(document).ready(function(){
 $("body").append("<a href='#' class='back-to-top'><i class='fa fa-arrow-circle-up' aria-hidden='true'></i></a>"),
$(function toTop() {
     $(window).scroll(function() {
        $(this).scrollTop() > 400 ? $(".back-to-top").fadeIn() : $(".back-to-top").fadeOut()}), $(".back-to-top").click(function() {
        return $("html, body").animate({
            scrollTop: 0
        }, 900), !1})});        
    })
</script>


.carrinho>a span.titulo {   
 display: none !important;    
}



/* PLUGOO AJUSTES */

.carrinho .qtd-carrinho {
    font-size: 18px;
    width: 24px;
    height: 24px;
    margin: 6px !important;
    line-height: 24.6px;
    background: var(--cor_botao);
    /* left: -4px; */
    top: -16px;
    position: absolute;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    color: var(--cor_texto_botao);
}

.carrinho svg {
    width: 60px;
    height: 64px;
    padding-right: px;
    /* margin-right: 10px; */
}

.carrinho>a span {
    line-height: 13px;
    padding: 8px 0 0;
    display: none;
}

.carrinho {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    border: 0;
    position: relative;
    height: 54px;
    float: right;
    line-height: 42px;
    padding: 0 10px;
    width: 85px;
    border-radius: 8px;
}

.carrinho.vazio>a span {
    float: none;
    display: none;
    margin-left: 55px;
    line-height: 40px;
    padding: 0;
    font-size: 13px
}

.pagina-pagina strong, .pagina-pagina span, .pagina-pagina bold, .pagina-pagina p {
    font-weight: revert;
}

/**/

.elastislide-carousel ul li a {
	width: 70px !important;
	height: 70px !important;
}

#carouselImagem .flex-direction-nav a.flex-prev {
	background: url(../img/nav-thumbs.png) 0 0 !important;
	height: 10px;
	width: 10px;
	top: 45px;
}

#carouselImagem .flex-direction-nav a.flex-next {
	background: url(../img/nav-thumbs.png) -90px 0 !important;
	height: 10px;
	width: 10px;
	top: 45px;
}

@media (max-width: 768px) {
    #blog .blog-post:last-child {
        display: flex !important;
    }
}

@media(min-width:768px){
    .blog-container{
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/*  FIM PLUGOO AJUSTES*/




 