@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Asap:ital,wght@0,500;0,600;1,400&family=Nunito:wght@400;500&display=swap');

h1,h2,h3,h4,h5,h6,p,a,li,strong,span,input{
    font-family: 'Asap', sans-serif !important;
    font-weight: 400;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome !important;
}

#cabecalho{
    background: #fff url(https://cdn.awsli.com.br/1080/1080773/arquivos/bg-header.png) left top;
}

#cabecalho .busca input, #cabecalho .busca input:focus {
    background: #F2F2F2;
    box-shadow: none !important;
}

#cabecalho .actions>li>a {
    color: #000;
}

#cabecalho .actions>li>a .icon *, #cabecalho .actions>li>a .icon circle {
    fill: #ff6400;
}

#rodape .lista-redes [class^=icon] {
    background: 0 0;
    border: none;
    font-size: 1.4em;
    transition: all .2s ease-out;
    color: #ff6400;
}
.botao.botao-comprar.principal.grande {
    background-color: #ff6400 !important; /* Cor de fundo do botão */
    color: #fff !important; /* Cor do texto */
    border: none;
    padding: 10px 20px; /* Ajuste de espaçamento interno */
    border-radius: 5px; /* Arredondamento dos cantos, opcional */
    font-size: 16px; /* Tamanho da fonte */
    cursor: pointer; /* Mostra o cursor de clique */
}

.botao.botao-comprar.principal.grande:hover {
    background-color: #e65a00; /* Cor ao passar o mouse */
}

button {
    background-color: #ff6400 !important;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #e65a00;
}

#cabecalho .busca .botao {
    color: #ff6400;
}

.full.menu .conteiner .nivel-um {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.full.menu .conteiner .nivel-um>li {
    width: auto !important;
}

.full.menu .conteiner .nivel-um>li.offers {
    display: none !important;
}

.full.menu .conteiner .nivel-um>li>a img,
.full.menu .conteiner .nivel-um>li>a svg {
    margin-right: 5px;
    width: auto;
    height: 32px;
}

.full.menu .conteiner .nivel-um>li:hover>a>.titulo {
    color: #ff6400;
    opacity: 1;
}

.carrinho.cart .content-cart .price-total-cart {
    font-weight: 400;
}

.carrinho.cart .cart-icon .qtd-carrinho {
    background: #000000;
}

.flex-direction-nav li a {
    background: none;
}

.pagina-inicial .secao-banners>.conteiner {
     max-width:1274px;
     padding:0 !important;
}

.banner.mini-banner img:hover {
    transform: scale(1);
}

#barraNewsletter.posicao-rodape {
    background: #000;
    border-bottom: 1px solid #ff6400;
}

.float-contact .float-items>li>a,
.float-contact .float-open,
.scrollToTop{
    width: 45px;
    height: 45px;
}

.scrollToTop i {
    margin-top: -4px;
}

.pedido-finalizado .cabecalho-interno {
    padding: 200px;
}


@media screen and (max-width: 768px){
    #cabecalho .logo a {
        margin: 2px 0;
        height: 60px;
    }    
    #cabecalho .logo a img {
    	max-height: 100%;
	}
    .conteudo-topo .busca-mobile.fixed {
        background: #FFF;
        box-shadow: none;
    }
	/*.mini-banner .modulo {
    	margin-left: 1.75% !important;
	}*/
}

@media (max-width: 769px) and (min-width: 768px){
    .row-fluid [class*="span"] {
        margin-left: 1%;
    }

    #cabecalho.fixed .full.menu {
        max-height: initial;
        opacity: 1;
    }    
    
    #cabecalho.fixed .conteiner>.row-fluid>.span3,
    #cabecalho.fixed .logo a {
        height: initial;
    	min-height: 88px;
    }
    #cabecalho .conteudo-topo .inferior .busca-mobile~div {
        margin: 5px 0 0;
    }    

}

button, 
.botao, 
input[type="button"], 
input[type="submit"] {
    background-color: #ff6400 !important; /* Cor de fundo */
    color: #fff !important; /* Cor do texto */
    border: none;
    padding: 10px 20px; /* Ajuste de espaçamento interno */
    border-radius: 5px; /* Arredondamento dos cantos, opcional */
    font-size: 16px; /* Tamanho da fonte */
    cursor: pointer; /* Mostra o cursor de clique */
}

button:hover, 
.botao:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
    background-color: #e65a00!important;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {

    box-sizing: border-box;

    transition: all .2s ease-out;

    color: #fff;

    font-size: 16px;

    border: 0;

    text-transform: none;

    display: block;

    text-align: center;

    width: 100%;

    border-radius: 8px;

    font-weight: 700;

    letter-spacing: .5px;

    box-shadow: 0 3px 9px -2px #ff6400;

    padding: 13px 30px;

    background: #ff6400;

    opacity: 1;

    height: 50px;

    display: flex

;

    align-items: center;

    justify-content: center;

}

.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    background: #ff6400;
    color: #fff;
}

#rodape .sobre-loja-rodape .more:hover {
    text-decoration: none;
    color: #fff;
    background: #ff6400;
}

#rodape .sobre-loja-rodape .more {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
    width: 136px;
    height: 44px;
    background-color: #ff6400;
    border: 2px solid #ff6400;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    transition: all 1s;
    margin: 20px 0;
    line-height: 15px;
    box-sizing: border-box;
    transition: all .2s ease-out;
    border-radius: 10px;
}

#corpo .abas-custom .tab-content .tab-pane#descricao h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #ff6400;
    margin: 15px auto 30px;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover {
    background-color: #ff6400;
    color: #fff;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: auto;
    background: #ff6400;
    border-radius: 0;
    color: #fff;
    height: 42px;
    border: 2px solid #ff6400;
    transition: all .2s ease-out;
    border-radius: 8px;
    padding: 5px 35px;
}

#rodape .lista-redes ul li a {
    box-sizing: border-box;
    transition: all .2s ease-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff6400;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    border-radius: 8px;
}

#rodape .lista-redes [class^=icon] {
    background: 0 0;
    border: none;
    font-size: 1.4em;
    transition: all .2s ease-out;
    color: #ff6400;
}

.pagina-produto #corpo .produto .principal .atributos ul li.active a, .pagina-produto #corpo .produto .principal .atributos ul li:hover a {
    background-color: #ff6400;
    box-shadow: 0 0 9px -2px #ff6400;
}

.float-contact .float-open {
    background: #ff6400;
    width: 64px;
    height: 64px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition: all .2s ease-out;
    box-shadow: 0 3px 9px -2px #ff6400;
    border-radius: 10px;
    cursor: pointer;
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 1.5rem;
    color: #fff;
    display: block;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 0;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: all .2s ease-out;
    background: #ff6400;
    box-shadow: 0 3px 9px -2px #ff6400;
    border-radius: 10px;
}

.pagina-produto #corpo .produto .principal .acoes-produto .comprar .botao-comprar {
    box-sizing: border-box;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 16px;
    border: 0;
    text-transform: none;
    display: block;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 auto;
    box-shadow: 0 3px 9px -2px #ff6400;
    background: #ff6400;
    width: calc(100% - 80px);
    padding: 0;
    min-height: 0;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
}

button, .botao, input[type="button"], input[type="submit"] {
    background-color: #ff640000 !important;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

#cabecalho.fixed .open-menu .line {
    background: #ff6400;
    height: 3px;
    width: 28px;
    margin-bottom: 5px;
    transform-origin: left;
    transition: .2s ease-out;
    transform: rotate(0);
    display: block;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar:hover, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar:hover {
    background-color: #ff6400 !important;
}

#rodape .institucional li a:hover {
    color: #ff6400;
    text-decoration: none;
}

#rodape .lista-redes [class^=icon] {
    background: 0 0;
    border: none;
    font-size: 1.4em;
    transition: all .2s ease-out;
    color: #ff6400;
}

#cabecalho .actions>li:hover>a>.titulo {
    color: #ff6400;
}

#corpo .coluna .componente.newsletter .interno .interno-conteudo .botao:hover {
    border-color: #ff6400;
    background: #ff6400;
}

#corpo .coluna .componente.newsletter .interno .interno-conteudo .botao {
    border-color: #ff6400;
    background: #ff6400;
    color: #fff;
    padding: 13px 30px;
    margin: 0 auto;
    border-radius: 8px;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    box-sizing: border-box;
    transition: all .2s ease-out;
    color: #ff6400;
    font-size: 16px;
    border: 0;
    text-transform: none;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 3px 9px -2px #ff6400;
    padding: 13px 30px;
    background: #ff6400;
    opacity: 1;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

button, .botao, input[type="button"], input[type="submit"] {
    background-color: #ff6400 !important;
    color: #ffffff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

#rodape .lista-redes ul li a {
    box-sizing: border-box;
    transition: all .2s ease-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f89406;
    color: #ffffff;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    border-radius: 8px;
}

#rodape .lista-redes [class^=icon] {
    background: 0 0;
    border: none;
    font-size: 1.4em;
    transition: all .2s ease-out;
    color: #ffffff;
}

.float-contact .float-open {
    background: #ff6400;
    width: 64px;
    height: 64px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition: all .2s ease-out;
    box-shadow: 0 3px 9px -2px #ff6400;
    border-radius: 10px;
    cursor: pointer;
}

.pagina-carrinho #corpo .secao-principal .tabela-carrinho .form-horizontal .btn {
    box-sizing: border-box;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 16px;
    border: 0;
    text-transform: none;
    display: block;
    text-align: center;
    border-radius: 8px;
    letter-spacing: .5px;
    box-shadow: 0 3px 9px -2px #ff6400;
    background: #ff6400;
    padding: 5px 0;
    font-size: 12px;
    width: 150px;
    float: left;
    margin: 0 auto 0 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-shadow: none;
}

.pagina-carrinho #corpo .finalizar-compra .acao-editar .botao.principal {
    background-color: #ff6400;
    box-shadow: 0 3px 9px -2px #ff6400;
    font-size: 18px;
    padding: 13px 40px;
    font-weight: 600;
    margin-right: 0;
}

.carrinho .carrinho-interno .carrinho-rodape .botao {
    box-sizing: border-box;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 16px;
    border: 0;
    text-transform: none;
    display: block;
    text-align: center;
    width: auto;
    border-radius: 8px;
    font-weight: 300;
    letter-spacing: .5px;
    box-shadow: 0 3px 9px -2px #ff6400;
    padding: 13px 30px;
    margin: 0 auto;
    background: #ff6400;
}

