/*arredondamento do botçao comprar pagina produto*/
.pagina-produto .acoes-produto>div.comprar>a.botao {
    border-radius: 40px !important;
    padding: 5px 0 !important;
}
/*arredondamento do botçao comprar pagina home*/
.acoes-produto.hidden-phone .botao-comprar {
    border-radius: 21px !important;

}

/*arredondamento do botçao comprar cabeçalho*/
.carrinho-interno>div .botao {
    border-radius: 21px !important;
}

/*arredondamento do botçao menu mobile*/
@media screen and (max-width: 767px) {
    .conteudo-topo .busca-mobile .atalho-menu {
        border-radius: 10px !important;
    }
}

/*arredondamento do botçao aviso cokies*/
@media (max-width: 768px) {
    #avisoCookies .conteiner button {
        width: 100%;
        border-radius: 10px !important;
        background: #166994 !important;
    }
}

/*arredondamento da caixa de pesquisa*/
.busca input {
    border-radius: 10px !important;
}

/*arredondamento do botão comprar no carrinho */
@media screen and (max-width: 767px) {
    .pagina-carrinho #corpo>div>div.secao-principal.row-fluid.sem-coluna>div>form>div>div.span12>button {
        border-radius: 21px !important;
        background-color: #349625 !important;
    }
}

/*mudar cor do botao da busca */
.busca .botao-busca {
    color: #004AAD !important;
}

/*desativar menu carrossel no mobile*/
@media screen and (max-width: 767px) {
    #menuinsta .slick-slider {
        display: none !important;
        
    }
}

/*-----------------------------------INICIO IMAGENS NAS CATEGORIAS E SUB CATEGORIAS----------------------------*/
/*Colocar Imagens na categoria imfanti */
li.categoria-id-23082976 {
background: url(  ) left no-repeat;
background-size: 40px 20px;
text-indent: 21px;

}

/*Colocar Imagens na categoria kiddo */
li.categoria-id-23082977 {
background: url(  ) left no-repeat;
background-size: 40px 20px;
text-indent: 18px;

}

/*Colocar Imagens na categoria carrinhos */
li.categoria-id-23082972 {
background: url(  ) left no-repeat;
text-indent: 21px;

}

/*Colocar Imagens na categoria carrinhos de bebê 3 em 1 */
li.categoria-id-23082980 {
background: url(  ) left no-repeat;
text-indent: 20px;

}

/*Colocar Imagens na categoria carrinho guarda-chuva */
li.categoria-id-23082981 {
background: url(  ) left no-repeat;
background-size: 24px 24px;
text-indent: 15px;

}

/*-----------------------------------FIM IMAGENS NAS CATEGORIAS E SUB CATEGORIAS----------------------------*/

/*mexer no produto flutuante na pagina do carrinho */
.produto .acoes-flutuante .acoes-produto .preco-promocional {
    display: none !important;
}

.produto .acoes-flutuante .image img {
    height: 75px;
}

.produto .acoes-flutuante .acoes-produto .comprar {
    float: right;
    right: 14px;
    top: -45px;
    position: relative;
}

.produto .acoes-flutuante .acoes-produto .preco-produto {
    right: 39rem;;
}

/*ajeitar a margem top das mascas*/
@media screen and (max-width: 767px) {
    .titulo-categoria:before {
        margin-top: 16px important;
    }
}

/*arredondar botao comprar produtos home*/
@media screen and (max-width: 767px) {
    .acoes-produto-responsiva .tag-comprar {
        border-radius: 12pc;
        width: 90%;
    }
}

/*arredondar e mudar de cor o botao enviar barra newslatter*/
#barraNewsletter .componente .botao {
    background: #004AAD !important;
    border-radius: 26px;
}

/*cor background botão comprar home*/
@media screen and (max-width: 767px) {
    .acoes-produto-responsiva .tag-comprar {
        background: #3FB322;
        border: 1px solid;
        color: #fff;
    }
}
/*mudar cor do botão comprar home*/
@media screen and (max-width: 767px) {
    .acoes-produto-responsiva .tag-comprar span {
        font-size: 18px;
        color: #fff;
    }
}
/*mudar enviar para QUERO na barra newslatter */
#barraNewsletter .componente .newsletter-assinar:after {
    content: "QUERO";
    font-family: Poppins, sans serif;
    font-size: 12px;
    font-weight: 700;
}
/*arredondar botçao finalizar compra na pagina do carrinhor */
.pagina-carrinho #corpo>div>div.secao-principal.row-fluid.sem-coluna>div>form>div>div.span12>button {
    border-radius: 21px !important;
    background: #3FB322 !important; 
    
}
/*arredondar e mudar de cor a caixa de volumes no carrinho */
.carrinho>a strong {
    font-size: 16px;
    margin: 3% -15%;
    line-height: 25px;
    color: #004AAD;
    background: #fff;
    border-radius: 7px;
    width: 25px;
    text-align: center;
    height: 25px;
    border: 1px solid;
}
/*tirar borda do botão comprar pelo whatsapp  */
.botao-whatsapp {
    border: 0px solid !important;
}

.carrinho>a strong:hover {
    color: #166994;
    border-radius: 8px !important;
}

/*mudar cor do menu para azul mais claro*/
.menu.superior .nivel-um>li a strong {
    color: #166994;
}

/*colocar cabeça~ho movel no mobile
@media screen and (max-width: 767px) {
    .atalhos-mobile>ul {
        display: inline-flex;
    }
}*/
/*tirar lista de divisao as marcas no mobile*/
@media screen and (max-width: 767px) {
    .titulo-categoria:before {
        margin: 16px;
    }
}

/*mudar cor do newslatter para azul*/
#barraNewsletter.posicao-rodape .componente .interno {
    background-color: #166994;
}

#barraNewsletter {
    background: #166994;
}





