#barraNewsletter .conteiner, #rodape .conteiner {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.fa, .far, .fas {
    font-family: 'FontAwesome-v4'!important;
}

a{
    transition: 0.3s ease-in;
}

/*GERAL*/
.coluna>div, #corpo .conteiner>div{
    margin-bottom: 0;
}

.barra-inicial{
    background: linear-gradient(to right, #bee5f0 0%, #f4f2f8 100%);
}

#rodape .institucional{
    background: linear-gradient(to right, #bee5f0 0%, #f4f2f8 100%);
    font-weight: 400;
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #000;
}

.titulo-categoria strong {
    font-weight: 700;
}
/*GERAL*/

/*HEADER*/
.canais-contato ul li i{
    color: #DA3A6C;
}

@media screen and (min-width: 1100px){
#cabecalho .logo a{
        top: 30px;
    }
}


#cabecalho i.icon-shopping-cart, #cabecalho i.icon-user{
    color: #76C9CF!important;
}

#cabecalho .busca input{
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    padding: 15px 30px;
}

#cabecalho .busca .botao-busca{
    color: #fff;
    border-radius: 100px;
    background: #76C9CF;
    height: 80%;
    transform: translateY(-50%)!important;
    top: 50%;
    transform: scale(1.5);
    padding: 0 20px;
    right: -30px;
}

/*#cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9 > div.inferior.row-fluid > div:nth-child(2) > ul > li > a > i{*/
/*    color: #76C9CF;*/
/*    border-radius: 100px;*/
/*}*/

#cabecalho .menu ul{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.menu.superior .nivel-um .borda-principal{
    border: unset!important;
}

.menu.superior .nivel-um>li:hover{
    border-top-width: unset;
    margin-top: unset;
}

#cabecalho .menu ul li:not(.categoria-id-22949626) a:hover strong{
   color: #DA3A6C;
}


#cabecalho .categoria-id-22949626 a{
    background: linear-gradient(to right, #E9575D 0%, #CC1F79 100%);
    border-radius: 100px;
    padding: 10px 30px;
}

#cabecalho .categoria-id-22949626 a:hover{
   opacity: 0.75;
}

#cabecalho .categoria-id-22949626 a strong{
    color: #fff;
}
/*HEADER*/

/*LISTAGEM PRODUTOS*/
.listagem .listagem-linha{
    border-width: 0;    
}

.listagem-item{
    display: flex;
    flex-direction: column;
}

.listagem ul ul{
    margin: 0;
}

.listagem .listagem-item .imagem-produto{
    box-shadow: 0px 9px 49.1px -10px rgba(0, 0, 0, 0.25)!important;
    border-radius: 10px!important;
}

.listagem .listagem-item .info-produto{
    padding: 25px 5px 10px!important;
}

.listagem .listagem-linha{
    padding: 20px!important;
}

.listagem .listagem-item .nome-produto {
    font-size: 18px!important;
    line-height: 18px!important;
}

.listagem .listagem-item .preco-produto strong.titulo{
    font-size: 17px!important;
}
.listagem .bandeiras-produto{
    left: 0;
}
 .listagem .bandeiras-produto span{
    font-size: 13px;
    font-weight: 500;
    padding: 7px 12px;
    background-color: #76C9CF;
    border-radius: 5px;
    position: relative;
    left: -10px;
    top: -15px;
}
/*LISTAGEM PRODUTOS*/

/*DEPOIMENTOS*/
#testimonials .slick-list{
    padding: 20px 0;
}

#testimonials .slick-slide{
    box-shadow: 0px 50px 50px -45px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    padding: 20px 30px 30px 30px;
    margin: 10px 40px 3px;
}

#testimonials .slick-slide h3{
   line-height: 1;
   margin-bottom: 0;
}

#testimonials .slick-slide p{
   width: fit-content!important;
}

#testimonials .slick-arrow{
    display: none !important;
}

#testimonials .slick-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-left: 0;
}

#testimonials .slick-dots::after{
    all: unset;
}

#testimonials .slick-dots li button {
    padding: 0.35rem;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #000;
    font-size: 0;
    width: 10px;
    height: 10px;
    transition: 0.2s ease-in;
}

#testimonials .slick-dots li button:hover {
    background: #000;
}

#testimonials .slick-dots li.slick-active button {
    background: #000;
}


#testimonials .slick-dots li button:before {
    content: '';
}

/*DEPOIMENTOS*/

/*NEWSLETTER*/
#barraNewsletter{
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
}

#barraNewsletter .componente .interno-conteudo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#barraNewsletter .componente .interno-conteudo p{
    text-transform: uppercase;
    font-weight: 700;
}

#barraNewsletter .componente .interno-conteudo .input-conteiner{
    width: 70%;
    display: flex;
}

#barraNewsletter .componente input[type="text"]{
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    padding: 15px 30px;
    height: 12px;
    width: 100%;
}

#barraNewsletter .componente .botao{
    background: linear-gradient(to right, #E9575D 0%, #CC1F79 100%);
    border-radius: 100px;
    padding: 15px 40px;
}
/*NEWSLETTER*/

/*RODAPÉ*/
#rodape .span9 .row-fluid{
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
}

#rodape .titulo{
    color: #202020 !important;
    font-weight: 700;
    margin-bottom: 8px;
}

#rodape .redes-sociais{
   width: fit-content;
}

#rodape .logo-rodape{
    order: 1;
    padding: 20px 0;
    width: 200px;
}

#rodape .sobre-loja-rodape{
    order: 2;
}

#rodape .sobre-loja-rodape p{
    width: 250px;

}

#rodape .links-rodape-categorias{
    order: 3;
}

#rodape .links-rodape-paginas{
    order: 4;
}

#rodape .redes-sociais{
    padding: 0;
}

#rodape .institucional .lista-redes ul{
    display: flex;
    gap: 0.5rem;
}

#rodape .visible-phone{
    order: 5;
    flex-direction: column;
}

#rodape .lista-redes i{
    background: #dfdfdf !important;
    border-radius: 6px;
    color: #EA585E; 
}

#rodape .pagamento-selos .row-fluid::before, #rodape .institucional .row-fluid::before, #rodape .institucional .row-fluid::after {
    all: unset;
}

#rodape .pagamento-selos .row-fluid{
   display: flex;
   justify-content: space-between;
}

#rodape .pagamento-selos .pagamento, #rodape .pagamento-selos .selos{
   display: flex;
   flex-direction: column;
}

#rodape > div:last-child .row-fluid {
    display: flex;
    align-items: center;
}

#rodape > div:last-child .row-fluid p{
    text-align: left;
}

#rodape > div:last-child .row-fluid:last-child img {
    display: none!important;
}

#rodape > div:last-child {
    background: linear-gradient(to right, #bee5f0 0%, #f4f2f8 100%);
}

#rodape > div:last-child p {
    color: #202020;
}

#rodape > div:last-child .kbrtec {
    display: flex!important;
    justify-content:end;
    align-items:center;
}

/*RODAPE*/



@media (min-width: 1200px) {
    #rodape .institucional .span9 .row-fluid [class*="span"]{
        margin-left: 0;
        width: fit-content;
    }
    
}

@media (min-width: 800px) {
    .titulo-categoria{
        font-size: 30px! important;
    }

    .conteiner-principal #rodape .conteiner{
       display: flex;
    }
    
    .pagina-carrinho thead:nth-child(1) tr:nth-child(1) {
        background: linear-gradient(to right, #E9575D 0%, #CC1F79 100%);
    }
    #cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9 > div.inferior.row-fluid > div.span4.hidden-phone > div.carrinho > a > strong {
        background-color: #DA3A6C;
    }
    .banner.cheio+.row-fluid {
        margin-top: 15px;
    }
    .span9 h1 {
        line-height: 35px;
    }
}

/*PRODUTO ÍNTEGRA*/
.produto{
    margin-top: 2rem;
}

.produto .nome-produto{
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.produto .preco-venda{
    font-size: 20px!important;
}

.produto .preco-promocional{
    font-size: 30px!important;
}

.produto .botao.grande{
    border-radius: 100px;
    max-width: 300px;
    width: 100%;
    padding: 15px 30px;
    margin-top: 1rem;
}

.produto .botao i{
    display: none;
}

.produto #formCalcularCep{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.produto #formCalcularCep .form-inline{
    width: 100%;
    max-width: 300px;
    position: relative;
}

.produto #formCalcularCep input{
    border: 1px solid #d9d9d9;
    border-radius: 100px !important;
    padding: 15px 30px;
    width: 100%;
}

.produto #formCalcularCep button{
    color: #fff;
    border-radius: 100px !important;
    background: #76C9CF;
    height: 85%;
    transform: translateY(-50%)!important;
    top: 50%;
    transform: scale(1.5);
    padding: 0 20px;
    right: 5px;
    position: absolute;
}

.produto .form-inline .input-append{
    display: flex;
}

.produto .cep label{
    font-size: 20px;
    margin: 0;
}

.produto .abas-custom p{
    color: #000;
    font-size: 18px;
}

.produto .abas-custom p span{
    white-space: normal!important;
}

.produto .aproveite-tambem .row-fluid::before, .produto .aproveite-tambem .row-fluid::after{
    all: unset;
}

.produto .aproveite-tambem .row-fluid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
}

.produto .aproveite-tambem .row-fluid .span3{
    width: 100%;
}

.aproveite-tambem h4.titulo.cor-secundaria{
    margin: 30px 0;
    font-size: 30px !important;
    padding: 10px 0;
    color: #000;
}
/*PRODUTO ÍNTEGRA*/


/*CARRINHO*/
.pagina-carrinho #rodape{
    bottom: 0;
    position: relative;
    width: 100%;
}

.pagina-carrinho .tabela-carrinho .quantidade {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.pagina-carrinho #btn-frete{
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, #E9575D 0%, #CC1F79 100%);
}

.pagina-carrinho .acao-editar.row-fluid a{
    margin: 0;
    padding: 13px;
    border-radius: 5px
}

.pagina-carrinho .acao-editar.row-fluid button{
    border-radius: 5px;
    margin: 0;
}
/*CARRINHO*/

/*CHECKOUT*/
body.carrinho-checkout #cabecalho .logo a {
    top: 5px;
}

body.carrinho-checkout #cabecalho .logo a img {
    max-width: 100px;
}
    
/*CHECKOUT*/


/*PRODUTO ÍNTEGRA*/

@media (max-width: 768px) {
    .atalhos-mobile{
        top: 31px;
        padding: 0 5px;
    }
    #cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.minha-conta a {
        color: #DA3A6C;
    }
    #cabecalho .menu ul {
        margin-top: 0;
    }
    #cabecalho .categoria-id-22949626 a{
        background: transparent;
        padding: 0;
    }
    #cabecalho .categoria-id-22949626 a strong{
        color: #000;
    }
    .cat{
        left: 15px;
        border: none;
    }
    #form-buscar{
        width: 100%;
    }
    #cabecalho .busca input{
        border-radius: 4px;
    }
    #cabecalho .busca .botao-busca{
        right: 1px;
        height: 100%;
        width: 65px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .row-fluid.banner.mini-banner{
        display: flex !important;
        flex-direction: column;
    }
    .row-fluid.banner.mini-banner .modulo.span4{
        margin: 0;
    }
    .banner .flexslider .slides>li{
        display: flex!important;
        justify-content: center;
    }
    .flexslider .slides img{
        max-width: 450px;
    }
    .listagem .listagem-linha{
        margin-top: 0;
    }
    .listagem .listagem-item{
        align-items: center;
        width: 80%!important;
        max-width: 400px;
    }
    
    .listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
       width: 100%;
    }
    
    .listagem .listagem-linha li{
        display: flex;
        justify-content: center;
    }

    #testimonials .slick-list{
        padding: 30px 0 0 0;
    }
    #testimonials article.slick-slide{
        margin-top: 0;
    }
    #rodape .span9 .row-fluid{
        flex-direction: column;
        align-items: center;
        gap: 1rem
    }
    #rodape .institucional .lista-redes ul{
        justify-content: center;
    }
    #rodape .sobre-loja-rodape{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #rodape .sobre-loja-rodape p {
        width: 100%;
        max-width: 300px;
    }
    #rodape .institucional ul {
        margin-bottom: 0!important;
    }
    #rodape .lista-redes, #rodape .redes-sociais {
        width: 100%;
    }
    #rodape .redes-sociais {
        margin-top: 1.5rem;
    }
     #rodape .redes-sociais .titulo {
        display: none;
    }
    #rodape .lista-redes i{
        background: none;
    }
    #rodape .pagamento-selos .row-fluid{
        flex-direction: column;
        gap: 1rem;
    }
    #rodape .pagamento-selos .pagamento, #rodape .pagamento-selos .selos{
        align-items: center;
    }
    #rodape .gateways-rodape{ 
        max-width: 300px;
    }
    #rodape > div:last-child .row-fluid{
        flex-direction: column;
        gap: 1rem;
    }
    #rodape > div:last-child .row-fluid p{
        text-align: center;
    }
    #rodape > div:last-child .kbrtec{
        text-align: center;
        justify-content: center!important;
    }
    .abas-custom .tab-content{
        padding: 20px 0;
    }
    .produto .aproveite-tambem .row-fluid{
        display: block;
    }
    .produto .nome-produto{
        font-size: 26px;
    }
    .produto .comprar{
        display: flex;
    } 
    
    .produto .comprar .botao.grande{
        max-width: unset;
        padding: 8px 10px;
        width: 100%;
        text-transform: uppercase;
        margin-top: 0;
        border-radius: 5px;
    }
    
    .produto .principal .preco-produto.destaque-preco{
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    
    .preco-produto.destaque-preco{
        flex-direction: column;
    }
    
    .produto .principal .preco-produto.destaque-preco div{
        display: flex;
        flex-direction: column;
    }
    
    .produto #formCalcularCep{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .produto #formCalcularCep .form-inline{
        max-width: unset
    }
    
    .aproveite-tambem h4.titulo.cor-secundaria{
        font-size: 22px!important;
        line-height: 22px;
    }
    #cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal > a {
       color: #DA3A6C;
    }
    
    .pagina-carrinho .tabela-carrinho td.clearfix{
       justify-content: flex-end;
       width: unset!important;
    }
    
    .pagina-carrinho .tabela-carrinho tr .sem-borda:nth-of-type(2){
      width: 300px;
    }

    
    .pagina-carrinho .sem-borda .produto-info a {
        font-weight: 700;
    }
    
    .pagina-carrinho .col-item-subtotal-price{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%!important;
    }
    
    .tabela-carrinho tr:nth-child(1) {
        margin: 0 0 20px;
        border: 1px solid #ccc;
        display: flex;
        flex-wrap: wrap;
        width: unset!important;
    }
    .tabela-carrinho tr:nth-child(1) > td:nth-child(4) {
        width: unset!important;
    }
        .tabela-carrinho tr:nth-child(1) > td:nth-child(1) {
        width: unset!important;

    }
        .tabela-carrinho tr:nth-child(1) > td:nth-child(1) {
        width: unset!important;
    }
    
    .tabela-carrinho tr[data-produto-id]{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .tabela-carrinho tr > td:nth-child(6){
        width: 100%;
    }
    
    .carrinho-checkout .resumo-compra tr{
        flex-direction: column;
        align-items:center;
        flex-wrap: nowrap;
        display: flex;
    } 
    
    body.carrinho-checkout .resumo-compra .tabela-carrinho .produto-info{
        width: 100%;
        overflow: visible;
        white-space: normal;
    }
    
    /*body.carrinho-checkout .resumo-compra .tabela-carrinho tr > td:nth-child(1){*/
    /*    width: 100%!important;     */
        
    /*}*/
    
    body.carrinho-checkout .resumo-compra .tabela-carrinho tr > td{
        width: 100%!important;     
        
    }
    .resumo-compra .tabela-carrinho .padding-preco>div{
        padding-left: 0;
    }
   
}   

@media (max-width: 500px){
    .listagem .bandeiras-produto{
        left: 0;
        top: 0px;
    }
    .listagem .bandeiras-produto span{
        left: 0;
        top: 0px;
    }
    .listagem .listagem-item .imagem-produto{
        height: 300px;
    }
    .produto .nome-produto{
        font-size: 22px;
    }
}

@media only screen and (max-width: 423px) {
    .tabela-carrinho *{
        text-align: center!important;
    }
    .tabela-carrinho .produto-info{
        text-align: center;

    }
    .pagina-carrinho .tabela-carrinho tr .sem-borda:nth-of-type(2){
        width: fit-content;
    }
    .tabela-carrinho tr[data-produto-id]{
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: unset; 
        flex-wrap: nowrap;
    }
    #formCalcularFrete .input-append{
        display: flex;
        flex-direction: column;
    }
    
    input#calcularFrete{
        width: 100%;
        padding: 10px 0!important;
    }
    
    #formCalcularFrete .input-append #btn-frete{
        justify-content: center;

    }
}

@media only screen and (max-width: 979px) {
    #rodape .redes-sociais .titulo {
        display: flex;
    }
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
}

.carrinho-checkout .campos-pedido input{
    height: 20px!important;
}
