*{
 font-family: 'Nunito Sans', sans-serif !important;   
}
[class^="icon-"], [class*=" icon-"]{
     font-family: FontAwesome !important;

}
.full.menu .conteiner .nivel-um>li.offers>a {
    background: #F4F2F2!important;
    cursor: pointer;
}

.full.menu .conteiner .nivel-um>li.offers>a>.titulo {
    color: #000!important;
}

.full.menu .conteiner .nivel-um>li.offers .icon {
    width: 10px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    fill: #000!important;
    margin-right: 10px;
}

#cr-alpha-theme {display:none!important;}
#cr-li {display:none!important;}

/*BTN COMPRAR*/
.acoes-produto-responsiva .tag-comprar, .botao.principal.botao-comprar, .botao.principal.grande {
    background: #31B7BC!important;
    color: #31B7BC;
}

/*CONTATO-INFERIOR-ESQUERDO*/
.float-contact .float-open {
    background: #31B7BC!important;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


/*NEWSLETTER*/
#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: #F4F2F2!important;
    border-radius: 0;
    color: #31B7BC;
    height: 42px;
    border: solid 2px #F4F2F2!important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*OFERTAS*/
.full.menu .conteiner .nivel-um>li.offers>a {
    background: #F4F2F2!important;
    cursor: pointer;
    color: #31B7BC;
    /*display: none!important;*/
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 2rem;
    background: #31B7BC;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 0;
    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;
}

/*INTERNO -- CONTATO-INFERIOR-ESQUERDO*/
.float-contact .float-items>li>a {
    display: block;
    background: #EDE4DF;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*HOVER -- INTERNO -- CONTATO-INFERIOR-ESQUERDO*/
.float-contact .float-items>li>a:hover {
    display: block;
    background: #F4F2F2;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*#cabecalho {
    background: #e5d9cd!important;;
}*/

#cabecalho {
    background: #000000!important;;
}

/*#cabecalho .actions>li>a .icon * {
    fill: #333!important;
}*/

#cabecalho .actions>li>a .icon * {
    fill: #ffffff!important;
}

#cabecalho .account>a .icon .c {
    fill: transparent!important;
}

/*.acoes-produto-responsiva .tag-comprar, .botao.principal.botao-comprar, .botao.principal.grande {
    background: #e5d9cd!important;
    color: #333!important;
}*/

.acoes-produto-responsiva .tag-comprar, .botao.principal.botao-comprar, .botao.principal.grande {
    background: #000000!important;
    color: #ffffff!important;
}


.full.menu .conteiner .offers .nivel-dois {
    display: none !important;
}

#cabecalho.fixed .full.menu {
    max-height: none !important;
    opacity: 1 !important;
}
    
#cr-alpha-theme{display:none!important;}
#cr-li{display:none!important;}


.instagram-feed.titulo-categoria{
    font-family: proxima-nova;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #000;
    color: #000;
    display: block;
    font-size: 16px;
    margin: 40px 0 0;
    transition: all .2s ease;
    text-decoration: none;
    border-top: none;
    text-align: center;
    position: relative;
    padding: 20px 0;
    background: 0 0;
    padding-left: 0;
}

.instagram-feed.titulo-categoria strong{
    line-height: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    border-color: rgba(0,0,0,0.13);
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 400;
}

.instagram-feed.titulo-categoria:after{
    content: "";
    background: #d0d0d0;
    width: 100%;
    height: 1px;
    display: block;
    margin: 15px auto;
}

#instafeed .instagram_gallery{
    width: 100%;
    height: auto;
}

div.footer{
	width: 100%;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(221, 221, 221);
    font-size: 11px;
}
div.footer .footer_content{
    box-sizing: border-box;
    max-width: 1274px;
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
div.footer .footer_content p{
    flex-basis: 100%;
    text-align: center;
}
div.footer .footer_content > a img{
    max-width: 60px;
    height: auto;
    padding: 5px;
}
div.footer .footer_content_logos{
 	flex-basis: calc(45% - 40px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
}
div.footer .footer_content_logos img{
	max-width: 65px;
    height: auto;
    padding: 5px;
}

@media (max-width: 768px){
    div.footer .footer_content_logos{
 		flex-basis: 100%;
    	justify-content: center;
    	align-items: center;
    	padding-right: 0;
	}
    div.footer .footer_content{
    	justify-content: center;
    }
}

#rodape .pagamento-selos .conteiner .row-fluid .selos{
    width: 15%!important;
}


@media (max-width: 767px){
    #rodape .pagamento-selos .conteiner .row-fluid .selos{
    	width: 100%!important;
    }
}

/*RETIRAR BOTOS DA ESQUERDA WHATSAPP*/
.float-contact {
    position: fixed;
    top: auto;
    bottom: 2rem;
    left: 1rem;
    z-index: 99;
    height: auto;
    display: none!important;
}

/*CAIXA RECEBER NOVIDADES*/
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
    background: #e5d9cd!important;
    border-color: #e5d9cd!important;
}

.full.menu .conteiner .nivel-um>li.offers.com-filho, .full.menu .conteiner .nivel-um>li.other-categories.com-filho{
display: none !important;
}

.full.menu .conteiner .nivel-um>li {
    width: 10% !important;
}


@media (min-width: 1024px){
    .row-fluid banner, .cheio{
     
     width: 1272px!important;
     height: 350px!important;
     margin: 0 auto;
 }
    #barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: #ece3de!important;
    border-radius: 0;
    color: #333;
    height: 42px;
    border: solid 2px #ece3de!important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
    
    

#barraNewsletter.posicao-rodape .componente .newsletter-assinar::after {
    content: '\F105';
    font-family: proxima-nova, sans-serif!important;
    color: #333;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: 400;
}



#rodape{margin-bottom: 30px!important;}

#barraNewsletter{
    background:#e5d9cd!important;
    padding-top:20px; 
    padding-bottom: 40px;

}

.institucional{
    
    padding-top: 20px!important;
}

.redes-sociais{
    padding-top: 20px!important;
}

#rodape .institucional {
    background: #fff;
    min-height: 355px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    #rodape .titulo {
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    /*display: none!important;*/
    
}
}

#cabecalho .busca input, #cabecalho .busca input:focus {
    background: #fff;
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px!important;
    padding: 0 16px;
    color: #ffffff;
    border: solid 1px transparent;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    box-shadow: none;
}

.whatsapp-fixo {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999;
}


.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 2rem;
    background: #e5d9cd!important;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 0;
    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;
}



/*.bandeiras-produto .bandeira-promocao {
    background: #e5d9cd;
    color: #fff;
}*/

.bandeiras-produto .bandeira-promocao {
    background: #000000;
    color: #fff;
}

.thumbs-horizontal ul li.active a, .thumbs-vertical ul li.active a {
    border: solid 0px #000;
}


.thumbs-horizontal ul li a, .thumbs-vertical ul li a {
    border-radius: 0;
    border: solid 0px #d1d1d1;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/*.borda-principal, .atributos ul li a:hover, .atributos ul li.active a, .tema-scuro .nav-tabs li.active a, .elastislide-carousel ul li.active a {
    border-color: #e5d9cd !important;}
}*/

.borda-principal, .atributos ul li a:hover, .atributos ul li.active a, .tema-scuro .nav-tabs li.active a, .elastislide-carousel ul li.active a {
    border-color: #000000 !important;}
}

.full.menu .conteiner .nivel-um>li>a>.titulo:hover {
    color: #000000 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 400;
    transition: all .2s ease-out;
    line-height: normal;
}

.borda-alpha, .borda-alpha:hover * {
    border-color: #fff; 
}

.full.menu .conteiner .nivel-um>li>a>.titulo {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 400;
    transition: all .2s ease-out;
    line-height: normal;
}

.full.menu .conteiner .nivel-um>li>a>.titulo:hover {
    color: #e5d9cd !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 400;
    transition: all .2s ease-out;
    line-height: normal;
}

.full.menu .conteiner .nivel-um>li>a>.titulo:focus {
    color: #e5d9cd !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 400;
    transition: all .2s ease-out;
    line-height: normal;
}

.full.menu .conteiner .nivel-um>li>a>.titulo:active {
    color: #e5d9cd !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 400;
    transition: all .2s ease-out;
    line-height: normal;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar::before:hover {
    content: 'Assinar';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    font-family: proxima-nova, sans-serif!important;
    margin-right: 10px;
    vertical-align: middle;
color: #e5d9cd !important;
}

#barraNewsletter.posicao-rodape .componente input[type=text] {
    width: 40%;
    background: #fff;
    border: solid 1px #d1d1d1;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    padding: 0 26px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
    color: #8d8d8d;
    font-size: 13px;
    border-radius: 12px;
}


@media (min-width: 1024px){
#barraNewsletter .posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: #ece3de!important;
    border-radius: 0;
    color: #333;
    height: 42px;
    border: solid 2px #ece3de!important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 12px;
}}

.newsletter-assinar{
    width: 20%;
    background: #ece3de!important;
    border-radius: 0;
    color: #333!important;
    height: 42px;
    border: solid 2px #ece3de!important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 12px;
}

.newsletter-assinar:hover{
    width: 20%;
    background: #ece3de!important;
    border-radius: 0;
    color: #333!important;
    height: 42px;
    border: solid 2px #ece3de!important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 12px;
}

.coluna div.componente.newsletter .botao:after {
    content: '\F105';
    font-family: proxima-nova, sans-serif!important;
    color: #333;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: 400;
}

.coluna div.componente.newsletter .botao:after:hover {
    content: '\F105';
    font-family: sans-serif!important;
    color: #333;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: 400;
}



#cabecalho .actions>li>a:hover {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.full.menu .conteiner .nivel-um>li>a>.titulo:hover {
    color:  #e5d9cd;
    font-size: 16px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 400;
    transition: all .2s ease-out;
    line-height: normal;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover {
    width: 20%;
    background: #e5d9cd;
    border-radius: 0;
    color: #fff;
    height: 42px;
    border: solid 2px #e5d9cd;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.scrollToTop{display: none!important;}



.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
}

@media (min-width: 1024px){
#barraNewsletter.posicao-rodape .componente .newsletter-assinar::after {
    content: '\F105';
    /*font-family: proxima-nova, sans-serif!important;*/
    color: #333;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: 400;
    display: none;
}}










body, span, p, h1, h2, h3, h4, h5, h6, .titulo, span {
    font-family: 'Titillium Web', sans-serif!important;
}

#listagemProdutos.listagem .listagem-item .info-produto .preco-produto .preco-promocional, #listagemProdutos.listagem .listagem-item .info-produto .preco-produto span.preco-a-partir strong, .listagem.aproveite-tambem .listagem-item .info-produto .preco-produto .preco-promocional, .listagem.aproveite-tambem .listagem-item .info-produto .preco-produto span.preco-a-partir strong {
    color: #000;
    font-size: 20px;
    display: block;
    font-weight: 400;
}

/*#rodape{display:none!important;}*/



#cabecalho .actions>li>a:hover {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.full.menu .conteiner .nivel-um>li>a>.titulo:hover {
    color:  #e5d9cd;
    font-size: 16px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 400;
    transition: all .2s ease-out;
    line-height: normal;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover {
    width: 20%;
    background: #e5d9cd;
    border-radius: 0;
    color: #fff;
    height: 42px;
    border: solid 2px #e5d9cd;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.scrollToTop{display: none!important;}


.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%
    height: auto;
}

@media (min-width: 1024px)
#barraNewsletter.posicao-rodape .componente .newsletter-assinar::after {
    content: '\F105';
    font-family: sans-serif!important;
    color: #333;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: 400;
    display: none;
}

#listagemProdutos.listagem .listagem-item, .listagem.aproveite-tambem .listagem-item {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: solid 10px transparent;
}


#listagemProdutos.listagem .listagem-item:not(.produto-adicionado):hover, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado):hover {
    background: #fff;
    /*-webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-box-shadow: none;*/
    box-shadow: none;
    outline: 0;
    border: solid 0px #fff;
}


.coluna div.componente.newsletter .botao::after {
    content: '\F105';
    font-family: FontAwesome, sans-serif !important;
    color: #333;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: 400;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:after,
#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:before {
 color:#333!important;
 fill:#F2ADA6
}

#rodape .pagamento-selos .titulo {
    color: #fff;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar .icon *, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar .icon * {
    fill: #333;
}

.produto div.principal .nome-produto {
    font-size: 1.5rem!important;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.produto div.principal .acoes-produto .preco-produto .preco-promocional, .produto div.principal .acoes-produto .preco-produto span.preco-a-partir strong {
    font-size: 1.4rem!important;
    font-weight: 600;
    color: #000;
    display: block;
}

@media (max-width: 767px){
    #barraNewsletter.posicao-rodape .componente input[type=text] {
    	margin: 0 0 10px 0 !important;
        width: 60% !important;
    }
    .newsletter-cadastro.input-conteiner{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
    }
}

@media (max-width: 600px){
    #barraNewsletter.posicao-rodape .componente input[type=text], #barraNewsletter.posicao-rodape .componente .newsletter-assinar{
        width: 100% !important;
    }
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
    position: absolute;
    top: 10%;
    color: #000;
    font-size: 14px!important;
    font-weight: 400;
    text-align: center;
    text-transform: inherit!important;
    display: block;
    padding: 0;
    max-width: 385px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.custom-cupom{
   	position: fixed;
    width: 500px;
    height: auto;
    z-index: 9999999;
    top: 25%;
    left: calc((100% - 500px)/2);
    
    display: none;
    align-items: center;
    justify-content: center;
}

.custom-cupom p{
 	position: absolute;
    font-size: 20px;
    bottom: 14%;
    margin-left: 3px;
    user-select: none;
}
.custom-cupom p b{
    user-select: text;
}

.custom-cupom span{
 	position: absolute;
    font-size: 40px;
    top: 20px;
    right: 34px;  
    transition: all ease-in-out 200ms;
}
.custom-cupom span:hover{
 	color: #FFF;   
    cursor: pointer;
}

.full.menu .conteiner .nivel-um>li:first-child>a{
    background-color: #000000;
}
.full.menu .conteiner .nivel-um>li:first-child>a strong{
    color: #FFF;
}

@media (max-width: 500px){
 	.custom-cupom{
        width: 400px;
        left: calc((100% - 400px)/2);
    }
    
    .custom-cupom p{
    	font-size: 15px;
    	bottom: 13%;
	}
}


@media (max-width: 400px){
    .custom-cupom{
        width: 300px;
        left: calc((100% - 300px)/2);
    }
    .custom-cupom p {
    	font-size: 13px;
    	bottom: 12%;
	}
}



#cabecalho .actions>li>a {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#cabecalho .carrinho .qtd-carrinho {
    position: absolute;
    top: 0;
    right: -2px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #000000!important;
    font-size: 11px;
    font-weight: 700;
    border: solid 0 #000;
    display: block!important;
    margin: 0 2px;
}