/* ajustes minibanners para texto centralizar no balão */
.g_ .mini-banner .modulo img+label {
position: absolute;
top: 46%;
left: 52%;
transform: translate(-50%, -50%);
color: #000;
text-transform: uppercase;
font-weight: 700;
font-size: var(--fs22);
letter-spacing: 7px;
}

/* ajuste tamanho da logo */
.g_ .logo a > img {
    position: relative;
    max-height: 100px;
    display: block;
    margin: unset;
    margin-left: auto;
}

/* ajuste formulario de frete no produto que ficou encoberto pela coluna à direita */
 .g_ #formCalcularCep .btn, .g_ .pagina-carrinho .acao-editar a.botao {
    background-color: var(--tc3)!important;
    border: 1px solid var(--tc3)!important;
    color: #000;
   /* margin-right: -75px; */
}

.g_ .produto .cep input {
    width: auto;
    box-sizing: border-box;
}

/* tabelas estilizada */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table th {
    border-bottom: 2px solid #ed2020;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #ed2020;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* ajuste na coluna da direita para parecer uma arte só */
.coluna > div, #corpo .conteiner > div {
    margin-bottom: 0px;
}

.g_ .coluna .componente .interno {
    border: 0;
    background-color: var(--bg2);
    box-shadow: 0 0 0;
    border-radius: 0px;
}

.g_ .lateral, .g_ .coluna .componente.newsletter {
    border: 0;
    background-color: var(--bg2);
    box-shadow: 0 0 0;
    border-radius: 0px;
}


/* cor do botao de assinar newsletter */
.g_ .botao, .g_ .botao:hover, .g_ .btn, .g_ .btn:hover, .g_ .identificacao .control-group .submit-email.botao.principal {
    background-image: none;
    padding: 0 30px;
    line-height: 50px;
    font-size: var(--fs16);
    font-weight: 500;
    border-radius: 5px!important;
    background:#ed2020;
    border: 0;
    color: #fff;
    outline: 0;
    box-sizing: border-box;
    box-shadow: 0 0 0;
    max-width: unset;
}


/* css da faixa superior ao header */
.promocao-topo {
    padding: 6px;
    text-align: center;
    color: #ffffff;
}

/* botão flutuante do whatsapp */
.box-whatsapp {
    z-index: 9999;
    position: fixed;
    float: right;
    right: 20px;
    bottom: 20px;
    width: 60px;
    background-color: #25d366;
    height: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ajuste na fonte do botao whatsapp pra nao bugar outros ícones */
.fa2 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome-v4;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    color: #fff;
}

/* logos-rodape off*/
#LOJA_INTEGRADA_-_CINZA {
    display: none;
}

.g_ #rodape #logo_before {
    display: none;
    vertical-align: middle;
    padding: 0 10px;
}

.span9.span12 {
    text-align: center;
    min-height: 20px;
    width: 100%;
    margin-bottom: -200px!important;
}

.termLGPD-StartEcom {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-color: #ed2020!important;
    font-size: 30px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;
    padding-bottom: 15px;
    opacity: 0.9;
    text-align: center;
    color: #fff;
}

.termLGPD-StartEcom button {
    background-color: #fff;
    border: solid 1px #ed2020;
    padding: 15px;
    color: #ed2020;
    border-radius: 5px;
    margin-left: 10px;
}

/* ADICIONA A PALAVRA "NO CARRINHO" DEPOIS DE "PRODUTO ADICIONADO" EM CIMA DA IMAGEM DO PRODUTO */

.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho::after {
    content: " no carrinho";
}

/* ADICIONA ADORNOS ESTILO <HR> SÓ COM CSS, SEM HTML CENTRALIZADO */
.g_ .g_title, .g_ .listagem .titulo-categoria strong {
    font-size: var(--fs42);
    color: var(--tc1);
    font-weight: 500!important;
    display: block;
    line-height: initial;
    text-align: center;
    position: relative;
}


.g_ .g_title::before, .g_ .listagem .titulo-categoria strong::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ed2020;
    right: 300px;
    top: 50%;
    position: absolute;
}

.g_ .g_title::after, .g_ .listagem .titulo-categoria strong::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    left: 300px;
    top: 50%;
    position: absolute;
    background: #ed2020;
} 

/*ADICIONA ADORNOS ESTILO <HR> SÓ COM CSS, SEM HTML ALINHADO À ESQUERDA 

.g_ .g_title, .g_ .listagem .titulo-categoria strong {
    font-size: var(--fs42);
    color: var(--tc1);
    font-weight: 500!important;
    display: block;
    line-height: initial;
    text-align: left;
    position: relative;
}

.g_ .g_title::before, .g_ .listagem .titulo-categoria strong::before {
    content: "";
    display: block;
    width: 900px;
    height: 2px;
    background: #ed2020;
    right: 0px;
    top: 50%;
    position: absolute;
}
*/


/* CORRIGE PROBLEMA DE POSICIONAMENTO DO PRIMEIRO ITEM DO CARROSSEL DE PRODUTOS DA HOME NA VERSÃO CELULAR */
@media only screen and (max-width: 767px) {
    .listagem-linha li:first-child {
        margin-top: 20px!important;
    }
}

/* CORRIGE PROBLEMA DE POSICIONAMENTO DO PRIMEIRO ITEM DO CARROSSEL DE PRODUTOS DOS PRODUTOS RELACIONADOS NA VERSÃO CELULAR */
@media (max-width: 767px) {
    .g_ .listagem-linha > ul > li {
        width: 50%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0 .5rem;
        margin-top: 20px!important;
    }
}

/* AINDA COM ERRO - CORRIGE PROBLEMA DE POSICIONAMENTO DOS EFEITOS HR NO TÍTULO DOS PRODUTOS RELACIONADOS
.g_ .g_title::after, .g_ .listagem .titulo-categoria strong h4::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    left: 50px;
    top: 50%;
    position: absolute;
    background: #ed2020;
}

.g_ .g_title::before, .g_ .listagem .titulo-categoria strong h4::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    left: 700px;
    top: 50%;
    position: absolute;
    background: #ed2020;
}*/

/* AINDA COM ERRO - CORRIGE PROBLEMA DE POSICIONAMENTO DOS EFEITOS HR NO TÍTULO DOS PRODUTOS RELACIONADOS*/
.g_ .g_title::after, .g_ .listagem .titulo-categoria strong h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    left: 300px;
    top: 50%;
    position: absolute;
    background: #ed2020;
} 

/* DIMINUI O TAMANHO DOS MINIBANNERS DA HOME NO CELULAR*/
@media (max-width: 767px) {
.row-fluid.banner.mini-banner.hidden-phone {
    width: 240px;
    text-align: center;
    left: 60px;
}
}

/*REDUZ FONTE DO CÓDIGO SKU E MARCA NA PÁGINA DO PRODUTO */
.g_ .codigo-produto {
    font-size: 12px;
    border: 0;
    margin: .5rem 0 2rem 0;
}

/* ADICIONA BOTÃO DE VOLTAR PARA O TOPO */
.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 6rem;
    right: 1.5rem;
    background: #ed2020;
    color: #fff;
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    border-radius: 150px;
    padding: 0px 6px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.scrollToTop span {
    font-size: 13px;
    font-weight: 600;
    font-family: "Arial",sans serif;
}

.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    color: gold;
}

.scrollToTop span {
    font-size: 13px;
    font-weight: 600;
    /* font-family: "Poppins",sans serif; */
}


.fa3 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome-v4;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}


/* JIVO CHAT AJUSTE PARA FICAR NO LADO ESQUERDO - AINDA SEM FUNCIONAR
#jvlabelWrap {
    background-image: linear-gradient(95deg, rgb(47, 50, 74) 20%, rgb(66, 72, 103) 80%);
    right: 1400px!important;
    bottom: 0px;
    background-position: initial initial;
    background-repeat: initial initial;
}

.contentWrapper_fb20, .main_f97f {
    display: block;
    height: 100%;
    width: 100%;
    right: 1400px!important;
} */

/*COLORIR ÍCONES SOCIAIS NA BARRA DE NEWSLETTER */

.g_ #barraNewsletter .conteiner > ul:last-child > li > a {
    font-size: var(--fs18);
    display: block;
    margin-left: calc(var(--gutter)*2);
    color: #ed2020!important;
}

/* DEIXAR PARCELAMENTO VISÍVEL NA HOME */
.g_ .listagem .preco-produto .preco-parcela {
    opacity: 100;
    transition: opacity .2s;
}

/* AJUSTE NAS SETINHAS DO CARROSSEL DA HOME PARA FICAREM CENTRALIZADAS */
.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev, .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next {
    padding: 40px 0;
    background: transparent;
    margin-top: -150px;
}

/* AJUSTE NO BOTÃO DE COMPRAR (HOVER) NA IMAGEM DO PRODUTO NA HOME PARA FICAR CENTRALIZADO */
.g_ .listagem-item .acoes-produto {
    background: 0 0;
    border: 0;
    transition: all .4s;
    /*bottom: 50%;*/
    bottom: 55%;
	opacity: 0
    transform: translate(-50%, -50%);
    width: fit-content;
    /*left: 50%;*/
    left: 15%;
    Padding-top: 70px;
}

/* AJUSTE NA PÁGINA DO PRODUTO PARA OCULTAR OS "DESCRIÇÃO" A MAIS E DETALHES COMO BROCHURA E CAPA DURA QUE FICAVAM À MOSTRA */
#caracteristicas {
    display: none;
}

.g_ .abas-custom .tab-content::before {
    content: "Descrição";
    color: var(--tc1);
    font-weight: 500;
    font-size: var(--fs22);
    margin: 4rem 0 2rem 0;
    display: none!important;
}

.abas-custom .nav-tabs li a, .abas-custom .nav-tabs li a:hover, .abas-custom .nav-tabs li.active a {
    border-bottom-color: #ddd;
    display: none;
}

/* AJUSTE NO BOTÃO DO VOLTAR AO TOPO PARA ACOMODAR O ADDTHIS */


.scrollToTop {
    display: block;
    bottom: 110px;
}

.box-whatsapp {
   bottom: 44px!important; 
}

/* ENFEITE DE LINHA VERMELHA NA CAIXA DA DESCRIÇÃO DO PRODUTO */
.descricao {
     /*border-top: 0.1px solid #ed2020;*/
    /* border-bottom: 0.1px solid #ed2020; */
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* AJUSTE DO TITULO DE PRODUTOS RELACIONADOS - AINDA COM ERRO

.listagem.aproveite-tambem.borda-alpha {
    width: 150%;
}*/

/* AUMENTO DO TAMANHO DAS IMAGENS DAS MARCAS NA PÁGINA PRINCIPAL */
.g_ #brands .brand-item > div a img {
    height: 40px;
    margin: 0 auto;
    display: block;
    width: 80px;
}

/* FIX DEFINITIVO PARA AS HR DO PRODUTO RELACIONADO - INCLUINDO MOBILE E DESKTOP */
#corpo > div > div.secao-principal.row-fluid > div.span9.produto > div:nth-child(5) > div > div.listagem.aproveite-tambem.borda-alpha > h4::before {
    display: block;
    width: 120px;
    height: 2px;
    background: #ed2020;
    right: 100px;
    top: 50%;
    position: absolute;
    content: "";
}

#corpo > div > div.secao-principal.row-fluid > div.span9.produto > div:nth-child(5) > div > div.listagem.aproveite-tambem.borda-alpha > h4::after {
    display: block;
    width: 120px;
    height: 2px;
    background: #ed2020;
    left: 100px;
    top: 50%;
    position: absolute;
    content: "";
}

@media only screen and (max-width: 767px) {
 .g_ .g_title::before, .g_ .listagem .titulo-categoria strong::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ed2020;
    right: 300px!important;
    top: 50%!important;
    position: absolute;
}

.g_ .g_title::after, .g_ .listagem .titulo-categoria strong::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    left: 300px!important;
    top: 50%!important;
    position: absolute;
    background: #ed2020;
} 
}
 /*DESCONTO E NO CARRINHO COM LETRAS BRANCAS*/
.g_ .listagem .bandeiras-produto > span {    color: white!important;
}

/*OCULTAR CPF NOVO */
.g_ #rodape > div:last-child p {
    display: none !important;
    
/*MENU EM CAIXA ALTA */
.col-auto {
    text-transform: uppercase!important;
}