html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none !important;
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  max-width: 100vw;

  margin: 0;
  padding: 0;

  /* Reset para aguardar carregamento das alterações */
  opacity: 0;

  overflow-x: hidden;
  overflow-y: visible;
  line-height: 1.2em;
  letter-spacing: normal;

  font-weight: 400;
  max-width: 100%;

  position: relative;

  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: colorBasescale;
  text-rendering: optimizeLegibility;
}

.pagina-produto #ts-tabs-trustvox > li.ts-tabs-inside.ts-tabs-root.ts-selected > a > span > span{
    color: #000;
    font-weight: bold;
}

/*/ COR BODY /*/
html body, .pagina-inicial #stripe-banner, .pagina-inicial #corpo {
    background: #fff !important;
}

/*/ ICONE CARRINHO BOTÃO COMPRAR /*/
body.pagina-produto .produto .acoes-produto .comprar a i:before {
    content: url(https://cdn.awsli.com.br/105/105301/arquivos/icon-carrinho-desktop-32px.png)!important;
}

/*/ TEXTO PIX/BOLETO PAGINA PRODUTO E CATEGORIA/*/
.pagina-produto span.desconto-a-vista, .pagina-categoria span.desconto-a-vista {
    font-size: 0 !important;
}
.pagina-produto span.desconto-a-vista:after {
    content: "via Pix/Boleto";
    font-size: 14px;
}
.pagina-categoria span.desconto-a-vista:after {
    content: "via Pix/Boleto";
    margin-left: 7px;
    font-size: 14px;
}

/*/ REMOÇÃO WHATS MENTORES /*/
a#whats {
    display: none !important;
}


/* Only Desktop */
@media (min-width: 768px){
    /*/ AJUSTE TAMNHO BUSCA TOPO /*/
    #cabecalho .cabecalho-conteiner .row-fluid .conteudo-topo .nav-superior-conteiner .item-nav.conta-item {
        margin-left: 0px !important;
    }
    #cabecalho .cabecalho-conteiner .row-fluid .conteudo-topo #form-buscar {
        width: 52% !important;
        margin-left: 25px;
    }
    
    /* remove botao whats desktop */
    .wbotmain {
        display: none !important;
    }
}

/* Only Mobile */
@media (max-width: 768px){
    .trustvox-certificate__container-left.trustvox-certificate__modal-btn-js{
        display: none;
    }
    
    /* remove botao jivo mobile */
    div#jivo-iframe-container, div#jivo-iframe-container+jdiv {
        display: none !important;
    }
    
    .wbotmain {
        left: auto !important;
        right: 15px !important;
        bottom: 20px !important;
        width: 70px !important;
    }
}


/* remove bloco de frete do cupom */
body.pagina-carrinho .cupom-sucesso small.muted, .pagina-carrinho.carrinho-checkout .desconto.text-left .muted {
    display: none;
}