:root {--cor_primaria: #ea5153;--cor_secundaria: #fbca8c;--cor_botao: #ea5153;--cor_botao_hover: #fbca8c;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #ea5153;--pre_cabecalho: #ea5153;--cor_texto_pre_cabecalho: #2b2b2b;--cor_cabecalho: #ffffff;--cor_icones: #ea5153;--cor_icones_hover: #fbca8c;--cor_texto_icones: #6e6e6e;--cor_menu: #ea5153;--cor_texto_menu: #ffffff;--cor_newsletter: #ea5153;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #6e6e6e;--texto_global: #6e6e6e;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}

body, input, select, .titulo, button, textarea, .pagina-pagina .caixa-sombreada p {
    font-family: 'Nunito', sans-serif;
}

/*TAMANHO DA LOGO*/
#cabecalho .row-fluid>.span3 {
    width: 300px;
    margin-right: 10px !important;
}

/*FONTE MENU CATEGORIAS*/
.menu.superior .nivel-um>li>a>strong {
    font-size: 14px !important;
}

.menu-categorias li a {
    text-align: left;
    font-size: 14px;
    line-height: 23px !important;
}

/*TAM FONTE PREÇO*/
.preco-promocional {
    margin: 2px 0;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ea5153;
}

/*TAM IMAGEM VITRINE INICIAL*/
.listagem .imagem-produto img {
    max-width: 90% !important;
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 100%;
    background: #fff;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*TAM SUBTITULO DO MENU*/
.menu.superior .all-menu ul.nivel-dois .nivel-dois a {
    font-size: 13px;
    line-height: 22px !important;
    font-weight: 500;
    text-decoration: none !important;
    color: var(--texto_global);
}

/*PREÇO PROMO*/
strong.preco-promocional.cor-principal.titulo {
    font-weight: 700;
    font-size: 22px;
    color: var(--cor_primaria);
    letter-spacing: -1px;
    /* line-height: 18px; */
    margin: 0 !important;
}

.slides-items-category .item img {
    border: 0;
    padding: 2.9px;
    /* border-radius: 50%; */
    display: inherit;
    height: 100px !important;
    left: -1px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100px !important;
    /* object-fit: cover; */
    background: #fff;
    /* box-shadow: 0 1.2px 4px #00000017; */
}

form {
    margin: 20px 20px 20px;
}

/*margem espramento produto mobi*/
.produto .nome-produto {
    font-size: 18px;
    line-height: normal;
    margin: 30px 10px 20px 10px;
    
}
/*IMAGEM DE PRODUTO*/
.listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto, .listagem .span3 .imagem-produto {
    height: 300px !important;
}
/*IMAGEM DE PRODUTO MOBILE*/
.listagem .info-produto {
    text-align: inherit !important;
    line-height: 19px;
}

.listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto, .listagem .span3 .imagem-produto {
    height: 250px !important;
}

.listagem .listagem-item .nome-produto {
    font-weight: 500 !important;
    font-size: 16px;
    color: var(--texto_global);
    line-height: 24px;
    text-align: inherit !important;
    /* border-bottom: 1px dashed #d9d9d9; */
    min-height: 40px;
    max-height: 50px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    overflow: hidden;
}

strong.preco-promocional.cor-principal.titulo {
    font-weight: 700;
    font-size: 22px;
    color: var(--cor_primaria);
    letter-spacing: -1px;
    /* line-height: 18px; */
    margin: 2px 2px 20px 2px !important;
}

#box-slide .title-categorias, .second-title {
    font-size: 20px !important;
    text-align: left;
}

.titulo-categoria strong {
    font-weight: 700;
    font-size: 20px !important;
    /* text-transform: uppercase; */
    text-align: left;
    color: var(--texto_global);
}

.listagem .listagem-item {
    margin: 0;
    padding: 5px 5px !important;
    border-radius: 6px;
}

.carrinho>a span.titulo {
    display: none !important;
}

.produto-compartilhar {
    display: none !important;
}


.abas-custom .tab-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: none !important;
    background: none !important;
    box-shadow: none !important;

}