/* Estilo do menu principal */
.full.menu {
    background: #ddd;
    border-top: solid 1px transparent;
    height: 50px;
    display: flow;  
    align-items: center;
    justify-content: center; /* Centraliza os itens dentro do menu */
    padding: 0 20px; /* Adiciona espaçamento lateral */
}
.botao-whatsapp a {
  width: 100%;
  display: block;
}
/* Ajuste na listagem de categorias */
.listagem-linha {
    display: flow;
    flex-wrap: wrap; /* Permite que os itens quebrem para a próxima linha quando necessário */
    justify-content: center; /* Mantém os itens bem distribuídos */
    gap: 15px; /* Aumenta o espaçamento entre os itens */
    padding: 10px 0; /* Adiciona espaço superior e inferior */
    width: 100%; /* Garante que a lista ocupe toda a largura disponível */
}

/* Ajuste para os itens da lista */
.listagem-linha li {
    flex: 1 1 20%; /* Faz com que os itens ocupem cerca de 20% da largura do container */
    max-width: 250px; /* Define um limite máximo para os itens */
    min-width: 180px; /* Evita que os itens fiquem muito pequenos */
    text-align: center; /* Mantém o texto centralizado */
    padding: 10px; /* Adiciona um pequeno espaçamento interno */
}

/* Ícone de usuário no menu mobile */
@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li .icon-user .icon {
        fill: #1e4e8e;
    }
    
    .listagem-linha {
        flex-direction: column; /* No mobile, os itens ficam em coluna */
        align-items: center; /* Mantém os itens centralizados */
    }

    .listagem-linha li {
        flex: 1 1 auto;
        max-width: 100%; /* No mobile, os itens ocupam a largura total */
    }
}

/* Correção na animação "alerta" */
@keyframes alerta {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
  }
}
/* Estilo da seção de depoimentos */
#depoimentos-produto {
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Título da seção */
#depoimentos-produto h3 {
    font-size: 1.5rem;
    color: #007bff;
    margin-bottom: 15px;
}

/* Estilo dos depoimentos individuais */
.depoimento {
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.depoimento:last-child {
    border-bottom: none; /* Remove a borda do último depoimento */
}

/* Avatar do cliente */
.depoimento img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* Texto do depoimento */
.depoimento p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 5px;
}

/* Nome do cliente */
.depoimento cite {
    font-size: 0.9rem;
    font-style: italic;
    color: #555;
}

/*icone no celular*/
@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li .icon-user .icon * {
        fill: #1e4e8e;
    }
}
/*botão ver mais*/
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar,.listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    color: #fff;
    font-size: 16px;
    background: #1ACB2E; 
    }
.botao.principal, .botao.principal:hover, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .flex-control-paging li a.flex-active, .fundo-principal, .menu li:hover>a .fundo-secundario, .menu-simples li a:hover, .menu-simples li.active a {
   background: 0 0;
    color: #003d9f;
    font-size: 18px;
    text-shadow: none;
    margin-bottom: 7px;

}
@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li a .icon * {
    fill: #1e4e8e;
    }
}
.atributo-comum .active a span, .atributo-comum a:hover span, .cor-principal, .menu a:hover, a, a:focus, a:hover {
    color: #0058a6;
}
.produto .tag-produto {
    font-size: 15px;
    font-weight: normal;
    padding: 8px 8px 8px;
    text-align: center;
    margin-left: 3px;
}
.span.fundo-principal.bandeira-promocao:before {
/*    .produto-sobrepor { */
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 14px solid #ffffff;
    border-bottom: 14px solid #ffffff;
    border-left: 15px solid #1f3db7;
    position: relative;
    left: 110%;
    top: -7%;
}
#cabecalho .carrinho-manipula a span div span {
    padding: 0;
    white-space: nowrap;
    margin-left: 5px;
    color: #1e4e8e;
}
.caixa-destaque a.botao.principal {
    border: none;
    text-transform: lowercase;
    font-size: 16px;
    background: #3F51B5;
    color: white;
}
.logo a img {
    position: absolute;
    width: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}
#rodape .sobre-loja-rodape .logo a img {
    width: 70px;
    position: static;
    margin: 6px 0;
}
    .conteudo-topo .busca-mobile .atalho-menu.icon-th::before {
        content: "\f0c9";
        font-size: 2em;
        font-weight: 400;
        color: #607D8B;
    }
.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 2rem;
    right: 1rem;
    background: #3F51B5;
    color: #fff;
    display: none;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.coluna div.componente.newsletter .botao {
    margin-top: 15px;
    width: 100%;
    display: block;
    background: #0a26c2;
    border: solid 2px #ffffff;
    height: 55px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: inherit;
    border-radius: 5px;
    color: #ffffff;
}
.coluna div.componente.newsletter .titulo svg path {
    stroke: #ffffff;
}
/*cabeçalho*/
/*títulos cabeçalho*/
#cabecalho .actions>li>a, #cabecalho .span4.hidden-phone > ul .fale-conosco .title {
    color: #1e4e8e; }

/*hover subcategorias*/
.full.menu .conteiner li.all-categories.com-filho .nivel-dois .titulo:hover {
    color: #aeafb1; }
#cabecalho .busca input, #cabecalho .busca input:focus {
    background: #ffffff;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    padding: 0 16px;
    color: #000000;
    border: solid 1px transparent;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    box-shadow: none;
}
/*icones cabeçalho*/
#cabecalho .actions>li>a svg path {
    fill: #736c6c !important; }

/*hover cabeçalho*/
#cabecalho .actions .carrinho a .icon * {
    fill: #1e4e8e;
}
span.carrinho-cheio b span {
    font-size: 14px;
    font-weight: bold;
    color: #1e4e8e;
}
#cabecalho .carrinho-manipula a span .carrinho-vazio-titulo {
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: #3F51B5;
}
#cabecalho .logo a {
    max-height: 55px;
}
#cabecalho .carrinho-manipula a span div span {
    padding: 0;
    white-space: nowrap;
    margin-left: 5px;
    color: #1e4e8e;
}
#cabecalho .actions>li>a svg path {
    fill: #1e4e8e !important;
}
#cabecalho .actions li:hover .total-cart,#cabecalho .actions li:hover a {
    color: #736c6c; }

/*ícone sacola*/
#cabecalho .actions> .carrinho >a .icon * {
    fill: #bbaa61 
}
#cabecalho .carrinho .qtd-carrinho {
    position: relative;
    top: 1px;
    width: 31px;
    height: 22px;
    background: 0;
    line-height: 20px;
    color: #1e4e8e;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0px;
    float: left;
    display: block !important;
}
/*hover icone fale conosco*/
#cabecalho .span4.hidden-phone ul li.action-item.account:hover > a > svg path, #Capa_1:hover {
    fill: #736c6c; }

/*background full menu*/
.full.menu {
    background: #eaeaea;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: solid 1px transparent;
    height: 50px;
}
/*títulos full menu*/
.full.menu .conteiner .nivel-um>li>a>.titulo {
    color: #736c6c; 
}
.full.menu .conteiner .nivel-dois li a {
    color: #736c6c;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}
/*ícone menu flutuante*/
#cabecalho.fixed .open-menu svg path {
    fill: #736c6c; }

#cabecalho.fixed .open-menu {
    color: #736c6c; }

/*corpo*/
/*icone ofertas*/
/*.full.menu .conteiner .nivel-um>li.offers .icon path {*/
/*    fill: #000000!important; */
  /*  }*/

/*color ofertas*/
/*.full.menu .conteiner .nivel-um>li.offers>a>.titulo {/
/*   color: #000000!important /
/*  }

/*setas fullbanner*/
/*.flex-direction-nav li a {*/
/*    background: #003d9f; */
/*}*/
.flex-direction-nav li a .icon {
    fill: #003d9f; 
}

#cabecalho .carrinho .carrinho-interno {
  /* Adicione o seletor :hover para a classe .carrinho-interno */
.carrinho-interno:hover {
    visibility: visible;
    opacity: 0;
    width: 250%
}
/*.carrinho-interno.borda-principal {*/
    display: block;
    border-top: 2px solid #3F51B5;
    height: 400px;
    width: 400px;
    /* border-top-color: #000000; */
}
#cabecalho .carrinho .carrinho-interno.borda-principal {
display: none;
    border-top: 2px solid #3F51B5;
    height: 400px;
    width: 400px;
 /*   display: block;*/
/*    border-top: 2px solid #3F51B5;*/
 /*  height: 400px;*/
/*    width: 400px;*/
/*}*/
.full.menu .conteiner .nivel-um {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: row; */
    -ms-flex-wrap: wrap;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: flex-end;
    align-items: self-end;
    flex-wrap: nowrap;
    align-content: flex-end;
}
.full.menu .conteiner .nivel-um>li {
    width: 12% !important;
    border: none;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 3.5;
}
.full.menu .conteiner .nivel-um .all-categories.com-filho {
    width: 13% !important;
    margin-right: 55px;
}
/* Defina a visibilidade e opacidade padrão para ocultar a aba */
.carrinho-interno {
    display: block;
    width: 320px;
    position: absolute;
    top: 40px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 30;
    background-color: #c53333;
    padding: 100px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
/*cores do carrinho*/
#cabecalho .actions .carrinho a .icon * {
    fill: #1e4e8e
}
#cabecalho .carrinho .qtd-carrinho {
    position: relative;
    top: 1px;
    width: 31px;
    height: 22px;
    background: 0;
    line-height: 20px;
    color: #3166ba;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0px;
    /* float: left; */
    display: block !important;
}
/*final cores carrinho*/
.caixa-destaque a.botao.principal {
    border: none;
    text-transform: lowercase;
    font-size: 16px;
    background: #3166ba;
    color: white;
}
/*slick full banner*/
.banner .flexslider .flex-control-paging li a.flex-active {
    background: #578ce1; }

/*botão ver mais*/
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar,.listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    color: #fff;
    background: #1e4e8e; 
}
/*bandeira da promoção*/
.bandeiras-produto .bandeira-promocao {
    background: #1e4e8e;
    color: #ffffff;
    float: left;
    font-weight: bold;
}

span.fundo-principal.bandeira-promocao:before {
    border-left: 15px solid #736c6c; }
/*Adicionar à sacola*/
a.botao.botao-comprar.principal.botao-comprar-ajax:after {
    content: 'adicionar à  sacola'; }

/*botão  newsletter popup*/
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
    border: solid 1px #736c6c;
    background: #736c6c;
    color: #fff; }

path#Caminho_12 {
    stroke: #736c6c; }

/*deixar os títulos das vitrines com letra maiúscula*/
#listagemProdutos.listagem .titulo-categoria strong, #listagemProdutos.listagem>.titulo, .listagem.aproveite-tambem .titulo-categoria strong, .listagem.aproveite-tambem>.titulo {
    text-transform: none;
}

/*icone newsletter*/
#barraNewsletter.posicao-rodape .componente .texto-newsletter svg.icon path {
    stroke: #505050; }

/*botão newsletter*/
#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    color: #505050;
    border: solid 2px #505050; }
/*barra newsletter*/
#barraNewsletter.posicao-rodape {
    background: #f2f2f2; }

/*ícone barra newsletter*/
#barraNewsletter.posicao-rodape .componente .texto-newsletter svg.icon path {
    stroke: #5b5050; }

/*botão barra newsletter*/
#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:after,#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:before {
    color: #000000;
    fill: #000000; }


#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    color: #5b5050;
    border: solid 2px #5b5050; }

/*scroll topo*/
.scrollToTop {
    background: #736c6c;
    color: #fff; }

/*scroll topo*/
.scrollToTop:active,.scrollToTop:focus,.scrollToTop:hover {
    background: #000000;
    color: #fff; }

/*instagram*/
div#instagram h2 a {
    color: #000000; }

/*instagram*/
div#instagram h2 a:hover {
    color: #000 
}
/*rodape*/

/*redes rodape*/
#rodape .lista-redes ul li a {
    background: #bcbcbc; }

/*redes rodape*/
#rodape .lista-redes ul li:hover a i {
    color: #343434; }

/*redes rodape*/
#rodape .lista-redes [class^=icon] {
    color: #ffffff; }

/*titulos rodape*/
#rodape .titulo {
    color: #bcbcbc; }

/*titulo ajuda*/
#rodape .institucional .span9 .span4.links-rodape.links-rodape-paginas > span:after {
    color: #bcbcbc; }

/*hover links rodape*/
#rodape .institucional li a:hover {
    color: #000000; }

/*links e sobre a loja rodape*/
#rodape .institucional a,#rodape .institucional p {
    color: #bcbcbc; }

/*botão sobre a loja*/
#rodape .sobre-loja-rodape .more {
    border: solid 2px #505050;
    color: #505050; }

#rodape .sobre-loja-rodape .more:hover {
    color: #ffffff;
    background: #988cba; }

/*popup newsletter*/
path#Caminho_12 {
    stroke: #000; }

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
    border: solid 1px #5b5050;
    background: #5b5050; }

/*newsletter das categorias*/
.coluna div.componente.newsletter {
    background: #ffffff;
    border: solid 1px #d0d0d0; }

.coluna div.componente.newsletter .titulo svg path {
    stroke: #5b5050; }

.coluna div.componente.newsletter .botao {
    background: #5b5050;
    border: solid 2px #ff4b82;
    color: #fff; }

/*ícones mobile*/
@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li a .icon * {
        fill: #3F51B5;
    }
}
@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li a .icon * {
        fill: #3F51B5;
    }
}


    .conteudo-topo .busca-mobile .atalho-menu.icon-th::before {
        content: "\f0c9";
        font-size: 2em;
        font-weight: 400;
        color: #003d9f;
    }
     .atalhos-mobile ul li .icon-user .icon * {
        fill: #003d9f;
    }
    .atalhos-mobile ul li a .icon * {
        fill: #003d9f;
    }
/*codigo antigo*/
.scrollToTop i {
    font-size: 2.5em;
    font-weight: 400;
    font-family: FontAwesome;
}

.scrollToTop:active,.scrollToTop:focus,.scrollToTop:hover {
    text-decoration: none;
    background: #000000;
    color: #fff
}

.whats-btn-fixed {
    position: fixed;
    bottom: 7em;
    right: 0px;
    width: 80px;
    height: 80px;
    z-index: 999;
}

#fb-root {
    display: none
}

.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget span iframe[style] {
    width: 100%!important
}

#modalContato {
    border-radius: 5px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#modalContato .modal-header {
    padding: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border-bottom: solid 1px #000;
    margin: 30px
}

#modalContato .modal-header .titulo {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-right: 35px
}

#modalContato .modal-header .close {
    color: #000;
    font-weight: 400;
    font-size: 1.2em;
    opacity: 1
}

#modalContato .modal-body {
    border: 0
}

#modalContato .form-horizontal .control-label {
    font-weight: 400;
    color: #9f9f9f;
    font-size: 14px
}

#modalContato .form-horizontal input,#modalContato .form-horizontal textarea {
    border-radius: 5px;
    width: 100%;
    height: 40px;
    border: solid 1px #d1d1d1;
    transition: all .2s ease-out;
    box-sizing: border-box;
    padding: 10px;
    outline: 0;
    box-shadow: none
}

#modalContato .form-horizontal input:focus,#modalContato .form-horizontal textarea:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none
}

#modalContato .form-horizontal textarea {
    height: 110px
}

#modalContato table td,#modalContato table th,#modalContato table tr {
    border: none
}

#modalContato table td b {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 14px
}

#modalContato table td span {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

#modalContato .table-hover tbody tr:hover>td,#modalContato .table-hover tbody tr:hover>th {
    background: 0 0
}

#modalContato .controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

#modalContato .controls .botao {
    opacity: 1;
    transition: all .2s ease-out
}

#modalContato .controls .botao.principal {
    order: 2
}

#modalContato .controls .botao.principal.pull-right {
    margin: 0
}

#modalContato .controls .botao.principal+.botao {
    border-color: #9f9f9f
}

#modalContato .controls .botao:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .whats-btn-fixed {
        width: 60px;
        height: 50px;
        right: -2px;
    }

    .scrollToTop {
        width: 40px;
        height: 40px;
        padding: 7px;
        bottom: 3.5em;
        right: 0.5em;
    }

    .scrollToTop i {
        font-size: 25px;
    }

    #cabecalho {
        padding-top: 0;
    }

    #cabecalho:before {
        display: none
    }
    div#instagram {
        div#instagram h2 a,
        div#instagram h2 span {
    display: none;
}
    }
/*MOBILE*/
    .atalhos-mobile {
        background: none;
        border: none;
        z-index: 10;
        position: relative;
        padding: 10px 10px 0;
        box-shadow: 4px 3px 7px #000000a3;
        height: 50px;
    }

    .atalhos-mobile ul li {
        border: none;
        height: 30px;
        margin: 0 3px;
    }

    .atalhos-mobile ul .search {
        margin-right: 10px;
    }

    .atalhos-mobile ul .search svg path {
        fill: #ffffff;
    }

    .atalhos-mobile li.vazia {
        display: none;
    }

    .atalhos-mobile li:first-child {
        float: right;
        display: none;
    }

    .atalhos-mobile ul li.fundo-principal {
        background: 0 0;
    }

    .atalhos-mobile ul li .icon-shopping-cart {
        top: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li .icon-user .icon * {
        fill: #1e4e8e;
    }


img {
    max-width: 80%;
    width: 80px;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

    .atalhos-mobile ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 3px;
    }
       .atalhos-mobile ul li .icon-user .icon * {
        fill: #00000;
    }

    .atalhos-mobile ul li a .icon .c {
        fill: transparent
    }

    .atalhos-mobile ul li a .qtd-carrinho, .atalhos-mobile ul li a:before {
        display: none;
    }

    .atalhos-mobile ul li a:hover {
        opacity: .7
    }

  

   

    

    

    #cabecalho .busca {
        width: 85%;
        margin: 0;
        float: right;
    }

  

    .conteudo-topo .busca-mobile .atalho-menu {
        background: 0 0;
        border-radius: 5px;
        height: 40px;
        width: 15%;
        padding: 0 10px;
        line-height: 40px;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        top: -153px;
        z-index: 999;
        float: left;
    }

    

   

       

    #cabecalho .conteudo-topo.span9 div.span8.busca-mobile.fixed > div.busca.borda-alpha {
        margin: 0;
    }

    .conteudo-topo .menu.superior.visible-phone {
        position: fixed;
        top: 0;
        left: -100%;
        visibility: hidden;
        opacity: 0;
        bottom: 0;
        z-index: 999;
        background: rgba(0,0,0,.4);
        width: 100%;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .conteudo-topo .menu.superior.visible-phone .wrap:before {
        content: "categorias";
        color: #9b9b9b;
        font-size: 20px;
        font-weight: 600;
        display: block;
        padding: 20px;
        background: #fff;
    }

    .conteudo-topo .menu.superior.visible-phone .wrap {
        height: auto;
        background: #fff;
        width: 80%;
    }

    .conteudo-topo .menu.superior.visible-phone ul {
        border: none;
        margin: 0
    }

    .menu .nivel-dois li:hover>.nivel-tres.active {
        display: block !important;
        position: relative;
        left: 3%;
        box-shadow: none;
    }

    .conteudo-topo .menu.superior.visible-phone ul li {
        border: none;
        padding: 0 20px
    }

    .conteudo-topo .menu.superior.visible-phone ul li a,.conteudo-topo .menu.superior.visible-phone ul li strong {
        color: #000;
        font-size: 14px;
        font-weight: 600
    }

    .conteudo-topo .menu.superior.visible-phone ul li:hover {
        background: 0 0
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-um {
        height: auto;
        overflow: auto;
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-um>li.com-filho>a i {
        position: absolute;
        right: 10px;
        width: 30px;
        height: 30px;
        top: 0;
        display: block;
        font-size: 0;
        background: 0 0
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-um>li.com-filho>a i:after {
        content: '\f107';
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #000;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois>li.com-filho>a i {
        position: absolute;
        right: -10px;
        width: 30px;
        height: 30px;
        top: 0;
        display: block;
        font-size: 0;
        background: 0 0;
        margin-top: 0;
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois>li.com-filho>a i:after {
        content: '\f107';
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #000;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois {
        display: none
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois li a {
        color: #8a8a8a;
        font-size: 12px;
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois.active {
        display: block
    }

    .conteudo-topo .menu.superior.visible-phone ul.action-links {
        margin: 20px 0;
    }

    .conteudo-topo .menu.superior.visible-phone ul.action-links li {
        margin: 20px 0
    }

    .conteudo-topo .menu.superior.visible-phone ul.action-links li a {
        color: #9b9b9b;
        font-size: 20px;
        font-weight: 600;
        text-transform: lowercase;
    }

    .conteudo-topo .menu.superior.visible-phone .menu-close {
        border: none;
        cursor: pointer;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        height: 100%;
        width: 20%;
        background: 0 0
    }
    .conteudo-topo .menu.superior.visible-phone .menu-close:after {
        content: 'X';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 72px;
        line-height: 72px;
        font-size: 20px;
        font-weight: 600;
        background: #000000;
        color: #fff
    }

    .conteudo-topo .menu.superior.visible-phone.menu-active {
        left: 0;
        visibility: visible;
        opacity: 1
    }

    .banner.tarja img:nth-child(2) {
        display: block;
    }

    #listagemProdutos.listagem .listagem-item .acoes-produto-responsiva,.listagem.aproveite-tambem .listagem-item .acoes-produto-responsiva {
        display: none!important
    }

    #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone,.listagem.aproveite-tambem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone {
        display: none!important;
        background: 0 0;
        opacity: 1;
        position: relative
    }

    #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao-comprar,#listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .prod-counter,.listagem.aproveite-tambem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao-comprar,.listagem.aproveite-tambem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .prod-counter {
        width: 100%;
        margin: 5px 0
    }

    #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao-comprar,.listagem.aproveite-tambem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao-comprar {
        font-size: 12px
    }
    #listagemProdutos.listagem .listagem-item .info-produto,.listagem.aproveite-tambem .listagem-item .info-produto {
        min-height: 145px
    }

    .produto-compartilhar {
        border: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none;
    }

    .produto-compartilhar .lista-redes .fa-whatsapp {
        display: visibility
    }

    .produto .principal .acoes-produto .comprar>.qtde-adicionar-carrinho .qtde-carrinho {
        width: 100%
    }

    .produto .principal .acoes-produto .comprar>.botao-comprar {
        background-color: #42d859
    }

    .produto .principal .acoes-produto .preco-produto {
        text-align: center
    }

    .produto .principal .acoes-produto .preco-produto,.produto .principal .acoes-produto.disponivel {
        border: none
    }

    .produto .principal .parcelas-produto {
        border: none
    }

    .parcelas-produto .accordion .accordion-group .accordion-body .accordion-inner ul li span {
        color: black;
    }

    #rodape .institucional {
        min-height: 1px;
        height: auto;
    }

    #rodape .institucional a i {
        color: #343434
    }

    #rodape .institucional .visible-phone {
        display: none!important
    }

    #rodape .links-rodape .titulo {
        margin: 0;
        padding: 15px 0;
        vertical-align: middle;
    }

    #rodape .links-rodape .office-hours,#rodape .links-rodape ul {
        display: block;
    }

    #rodape .links-rodape .office-hours.active,#rodape .links-rodape ul.active {
        display: block
    }

    .listagem .listagem-item .imagem-produto,.listagem .listagem-item .info-produto {
        float: left;
        width: 100%
    }

    .prod-counter {
        display: block
    }

    #listagemProdutos.listagem .listagem-linha li,.listagem.aproveite-tambem .listagem-linha li {
        border: none;
        min-height: inherit;
        height: inherit;
        max-height: inherit;
        width: 178px !important;
    }

    .redes-sociais {
        margin: 20px 0
    }
.button.botao.principal.grande {
    background: #1ACB2E;
}
#finalizarCompra {
    background: #1ACB2E;
    border-color: #1ACB2E;
    color: #fff;
}
    .finalizar-compra .acao-editar.row-fluid .span12 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .finalizar-compra .acao-editar.row-fluid .span12>* {
        width: 250px;
        padding: 0
    }

    .row-fluid.banner.hidden-phone.conteiner {
        display: block !important;
        padding: 0;
        margin: 0;
    }
    .finalizar-compra .botao.principal {
    background: #1ACB2E;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    text-transform: lowercase;
    border-color: #1ACB2E;
    margin: 0 5px;
}
    .banner.tarja {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .banner.tarja img {
        width: 100%;
        height: 70px;
    }

    .banner.tarja img:nth-child(1) {
        display: none;
    }

    .pagina-categoria .secao-banners .conteiner {
        padding: 0;
    }

    .pagina-categoria .tema-transparente .conteiner {
    }

    .row-fluid.banner.cheio {
        box-shadow: 0px 3px 6px 6px #00000021;
        z-index: 1;
    }

    .pagina-produto .secao-banners .banner.tarja {
        margin: 0;
        padding: 0;
    }

    .pagina-produto .secao-banners .conteiner {
        padding: 0;
    }

    .buscafloat {
        display: none;
    }

    .buscafloat.active {
        display: block;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        background: white;
        border: none;
    }

    .buscafloat form#form-buscar {
        border: none;
        margin: 0;
        padding: 5px;
    }

    .buscafloat form#form-buscar input#auto-complete {
        width: 70%;
        margin: 0;
        height: 25px;
        border-radius: 5px 0 0 5px;
        color: black;
    }

    .buscafloat form#form-buscar button.botao.botao-busca.icon-search.fundo-secundario {
        width: 20%;
        height: 47px;
        border-radius: 0px 5px 5px 0px;
        border: none;
        background: #d8d8d8;
    }

    .buscafloat form#form-buscar button.botao.botao-busca.icon-search.fundo-secundario:before {
        content: "\f002";
        color: black;
        font-size: 20px;
    }
}

/* video na pagina do produto */
div#modalVideo {
    display: block !important;
    position: relative;
    float: left;
    top: 0%;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    border: none;
    box-shadow: none;
    margin-bottom: 50px;
}

#modalVideo .modal-body {
    border: none;
    padding: 0;
}

#modalVideo > div.modal-footer, .produto-video, #modalVideo > div.modal-header {
    display: none;
}

@media only screen and (min-width: 768px) {
    iframe#playerVideo {
        width: 100%;
        min-height: 350px;
        height: auto;
    }

    #rodape>div.institucional>div>div>div.span3 {
        left: -78px;
        top: 30px;
    }

    .produto #descricao .tabs li {
        margin-right: 20px;
    }

    .flex-direction-nav li a .icon * {
        fill: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    /*     rodape */ #rodape .institucional .span9 .span4.links-rodape.links-rodape-paginas > span:after {
        margin: 0 86px;
    }

    .flex-direction-nav li a {
        background: 0 0;
    }

    .flex-direction-nav li a .icon {
        fill: #f4f4f2;
    }

    iframe#playerVideo {
        width: 100%;
    }

    .row-fluid .produto {
        display: flex;
        flex-direction: column;
    }

    .produto .nome-produto {
        text-transform: lowercase;
        color: black;
    }

    div#modalVideo {
        margin-top: 100px;
    }

    .tab-content>.active, .pill-content>.active {
        margin-bottom: 35px;
    }

    /*   medidas   */
    .produto .size-table .open-table {
        font-size: 3vw;
    }
}

#testimonials h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 25px;
    margin: 0 0 20px;
}

#testimonials h2 strong {
    font-size: 30px;
    font-weight: bold;
    text-transform: lowercase;
    color: black;
}

#testimonials .draggable {
    width: 95%;
    margin: 0 auto;
}

#testimonials article.slick-slide {
    margin: 0 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: black;
}

#testimonials h2 strong {
    font-size: 30px;
    font-weight: bold;
    text-transform: lowercase;
    color: black;
}

#testimonials h2 strong:after {
    content: "";
    width: 50%;
    height: 2px;
    display: block;
    background: #000000;
    margin: 5px auto;
}

article.slick-slide.slick-active p {
    font-size: 15px;
    color: black;
}

#testimonials article.slick-slide strong {
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
}

@media screen and (min-width: 1400px) {
.full.menu .conteiner .nivel-um>li>a>.titulo {font-size: 1vw;white-space: pre;}
}

@media only screen and (max-width: 380px) {

#listagemProdutos.listagem .listagem-linha li,.listagem.aproveite-tambem .listagem-linha li {
    width: 178px !important;
}
}

@media only screen and (min-width: 381px) and (max-width: 767px) {

#listagemProdutos.listagem .listagem-linha li,.listagem.aproveite-tambem .listagem-linha li {
    width: 196px !important;
}
}
@media(max-width:800px){
    .lista-redes {
    width: auto !important;
}
}

.lista-redes {
    width: max-content;
}
#cabecalho .carrinho-manipula a span .carrinho-vazio-titulo {
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: #1e4e8e;
}
span.carrinho-cheio b span {
    font-size: 14px;
    font-weight: bold;
    color: #1e4e8e;
}
.full.menu .conteiner .nivel-um>li.offers>a>.titulo {
    display: none;
    color: #000000 !important;
}
#cabecalho .busca input, #cabecalho .busca input:focus {
    background: #ffffff;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    padding: 0 16px;
    color: #000000;
    border: solid 1px transparent;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    box-shadow: none;
}
.atalhos-mobile ul li .icon-user .icon * {
        fill: #1e4e8e;
    }
#rodape .institucional {
    background-color: #9E9E9E;
    background-position: top center;
    background-repeat: repeat;
}
#cabecalho .actions>li>a svg path {
    fill: #1e4e8e !important;
}
.carrinho-checkout .atendimento li span.display-table {
    color: #1e4e8e;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.carrinho-checkout .atendimento li strong {
    color: #1e4e8e;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 13px;
}
.full.menu .conteiner li.all-categories.com-filho .nivel-dois .titulo {
    white-space: pre;
    color: #555;
}
#rodape .institucional .span9 .span4.links-rodape.links-rodape-paginas > span:after {
    color: #d3d2d2;
}
#rodape .titulo {
    color: #d3d2d2;
}
#rodape .institucional a, #rodape .institucional p {
    color: #d3d2d2;
}
#barraNewsletter.posicao-rodape {
    background: #1f88b5;
}
#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    color: #ffffff;
    border: solid 2px #ffffff;
}
.listagem-item .adic-favo {
    position: relative;
    right: -95%;
    top: 3px;
    z-index: 11;
    color: #009fdcb5;
}
.bandeiras-produto .bandeira-promocao {
    background: #1f3db7
;
    color:black;
    font-size: 16px;
    font-weight: bold;
}
.g_ .listagem .bandeiras-produto>span {
background: #1f3db7;
}
   span.fundo-principal.bandeira-promocao:before {
       background: #1f3db7;
        top: -6%;
    }

    span.bandeira-frete-gratis.label-success:before {
        top: -3%;
    }
#barraNewsletter.posicao-rodape .componente .texto-newsletter svg.icon path {
    stroke: #ffffff;
}
/*MOBILE*/



#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    color: #3F51B5;
    border: solid 2px #3F51B5;
}
/***********************/
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 0;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 0;
        left: 10px;
    }
}
.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 2rem;
    right: 1rem;
    background: #3F51B5;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
