#cabecalho .menu.superior .nivel-um>li>a {
    display: block;
    padding: 0 30px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .25s ease;
}

#corpo .listagem .listagem-item .info-produto .nome-produto {
    display: block;
    margin-bottom: 17px;
    border: 0;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.botao.grande {
    font-size: 14px;
    padding: 7px 15px;
}

.cor-secundaria {
    color: #03A64A;
    font-weight: 700;
}

.preco-produto strong.titulo {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 700;
}

.subtotal strong {
    font-size: 16px;
    margin: 0 8px;
    white-space: nowrap;
    font-weight: 700;
}

.total strong {
    font-size: 22px;
    margin: 0 10px;
    vertical-align: baseline;
    font-weight: 700;
}

#corpo .listagem .listagem-item .info-produto .preco-produto .preco-promocional, #corpo .listagem .listagem-item .info-produto .preco-produto .preco-venda {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

#corpo .listagem .listagem-item .info-produto .preco-produto {
    font-size: 13px;
    font-weight: 200;
}

.produto .acoes-produto .preco-produto .titulo {
    font-size: 20px;
    font-weight: 700;
}

#barraNewsletter .componente .interno-conteudo ul a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    color: var(--cor4,var(--secundaria));
    background: #fff;
    transition: .25s ease;
}

#corpo .listagem .listagem-item .info-produto .preco-produto .preco-promocional, #corpo .listagem .listagem-item .info-produto .preco-produto .preco-venda {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.listagem .info-produto {
    padding: 15px 10px 15px;
    position: relative;
}

#corpo .listagem .listagem-item .info-produto .preco-produto {
    font-size: 13px;
    font-weight: 200;
}

#corpo .listagem .listagem-item .info-produto .preco-produto .preco-parcela {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

.produto .acoes-produto .preco-produto .preco-venda {
    font-size: 18px;
    font-weight: 700;
}

.produto .nome-produto {
    color: var(--secundaria);
    font-size: 30px;
    font-weight: 700;
}

.produto .codigo-produto {
    padding-bottom: 8px;
    font-size: 14px;
}

.cabecalho-interno .titulo {
    font-size: 20px;
}

.cabecalho-interno .titulo small {
    font-size: 20px;
    text-transform: none;
    font-weight: 300;
}

.cadastro legend {
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

#corpo .listagem#listagemProdutos .titulo-categoria {
    margin: 20px 0 15px;
    padding: 0;
    border: 0;
    color: #ffffff;
    font-size: 5px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
.banner.cheio .flex-control-paging {
    /* display: block; */
    position: relative;
    bottom: auto;
}}

@media screen and (max-width: 767px) {
#cabecalho .logo img {
    position: relative;
    max-height: 300px;
    margin: 70px auto 10px;
    padding: 0 15px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    box-sizing: border-box;
}}

/* WHATSAPP FLOATING */

.floating-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 900;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    background: #009a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    animation: pulsate 1s ease-in-out infinite;
}

@keyframes pulsate { 
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.floating-whatsapp i {
    color: #fff;
    font-size: 50px;
    line-height: -87px;
}

/* CAMPO NEWSLETTER */

#barraNewsletter .componente .interno-conteudo .texto-newsletter, #barraNewsletter .componente .interno-conteudo .texto-redes-sociais {
    font-size: 14px;
    font-weight: 500;
}

#barraNewsletter .componente.newsletter .interno-conteudo .input-conteiner input::placeholder {
    color: #192129;
}

/* REDES SOCIAIS */

#barraNewsletter .componente .interno-conteudo ul a {
    width: 40px;
    height: 40px;
}

#rodape .institucional .titulo {
    color: #192129;
}

#rodape .titulo {
    font-size: 14px;
    font-weight: 700;
}

#rodape .institucional ul li {
    line-height: 1.8;
    font-size: 13px;
}

p {
    margin: 0 0 10px;
    font-size: 13px;
    width: 100%;
    text-align: justify;
}

#rodape .institucional a {
    color: inherit;
    text-transform: initial;
}

/* BANDEIRAS */

.pagamento>ul+ul {
    display: none;
}

/* COPYRIGHT */

.span9.span12 > p {
    text-align: center;
}

/* MOBILE */

/* BOTÕES AÇÕES */

@media screen and (max-width: 767px) {
    #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>li.menu-login {
        position: fixed;
        top: 3px;
        left: 50px;
    }
}

@media (max-width: 767px) {
    .visible-phone {
        display: none !important;
        float: left;
    }
}

@media screen and (max-width: 767px) {
  #cabecalho > .conteiner .main-header .conteudo-topo .actions-menu > li.busca > i,
  #cabecalho > .conteiner .main-header .conteudo-topo .actions-menu > li .carrinho > a > i,
  #cabecalho > .conteiner .main-header .conteudo-topo .actions-menu > li > a > i {
    margin: auto;
    color: #192129;
  }
  
  .scroll-color {
    color: #fff;
  }
}

/* LOGO */

@media screen and (max-width: 767px) {
    #cabecalho .logo {
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    #cabecalho .logo img {
        position: relative;
        max-height: 125px;
        margin: 70px auto 10px;
        /* padding: 0 15px; */
        -o-object-fit: scale-down;
        object-fit: scale-down;
        box-sizing: border-box;
    }
}

/* BARRA DE BUSCA */

@media screen and (max-width: 1100px) {
    #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>* .carrinho>a, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>*>a, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>.busca {
        font-size: 12px;
        margin-top: -50px;
    }
}

/* MENU */

@media screen and (max-width: 767px) {
#cabecalho.fixed .menu-handler {
    color: #192129;
}}

@media screen and (max-width: 767px) {
#cabecalho.fixed:before {
    background-color: #fff;
}}

@media screen and (max-width: 767px) {
#cabecalho:before {
    background: #fff;
}}

@media screen and (max-width: 767px) {
#cabecalho:after {
    background: #fff;
}}

/* MENU OPEN */

@media screen and (max-width: 767px) {
#cabecalho .menu.superior {
    width: calc(100% - 185px);
}}

@media screen and (max-width: 767px) {
#cabecalho .menu.superior .nivel-um .nivel-dois>li a {
    font-size: 10px;
}}

/* BOTÃO BUSCA */

@media screen and (max-width: 767px) {
#cabecalho>.conteiner .main-header .busca #form-buscar .botao-busca {
    right: 0;
    top: 5px;
    height: 40px;
    padding: 0 10px;
    /* color: var(--principal); */
    font-size: 18px;
    background: none;
    /* transform: translateX(9999%); */
}}

/* BENEFÍCIOS */

@media (max-width: 767px) {
.hidden-phone {
    display: block !important;
}}

@media screen and (max-width: 480px) {
.banner.tarja {
    display: flex;
}}

/* VITRINE */

@media screen and (max-width: 767px) {
#corpo .listagem#listagemProdutos .titulo-categoria {
    margin: 0;
    padding: 0;
    border: 0;
    color: #192129;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}}

.banner.mini-banner .modulo {
    display: block;
    margin: 10px;
}

@media screen and (max-width: 767px) {
#corpo .listagem#listagemProdutos .titulo-categoria strong {
    margin-top: 25px;
}}

/* NEWSLETTER */

@media screen and (max-width: 900px) {
#barraNewsletter .componente .interno-conteudo .texto-newsletter, #barraNewsletter .componente .interno-conteudo .texto-redes-sociais {
    margin: 0;
    text-align: center;
}

#barraNewsletter .componente.newsletter .interno-conteudo .input-conteiner input {
    appearance: none;
    display: block;
    width: 300px;
    max-width: 100%;
    height: 50px;
    margin: auto;
    padding: 7px 20px 5px;
    border: 0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    background: #fff;
    box-sizing: border-box;
}

#barraNewsletter .componente .interno-conteudo .texto-redes-sociais {
    width: 300px;
    margin: 0;
}}

@media screen and (max-width: 767px) {
#barraNewsletter .componente .interno-conteudo ul {
    margin: 15px 0 0;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    margin: 7px 0 -14px;
    font-size: 20px;
}}

/* RODAPÉ */

@media only screen and (max-width: 767px) {
.links-rodape ul li a {
    font-size: 12px;
    line-height: 25px;
}

p {
    margin: 0 0 10px;
    font-size: 14px;
    width: 100%;
    text-align: justify;
}}

/* CATEGORIA INTERNA */

@media only screen and (max-width: 767px) {
.breadcrumbs ul li a {
    font-weight: 500;
    font-size: 12px;
}

.breadcrumbs ul li * {
    font-size: 12px;
    padding: 0 10px;
}}

@media screen and (max-width: 767px) {
.secao-principal .filter-toggle {
    display: block!important;
    float: right;
    width: 100px;
    margin-bottom: -10px;
    padding: 10px 5px;
    border: 0;
    /* border-radius: 3px; */
    font-size: 12px;
}

.secao-principal .ordenar-listagem .input-append .btn-group .btn, .secao-principal .ordenar-listagem .input-append label {
    outline: none;
    padding: 7px 10px;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 12px;
    background: none;
}}

@media screen and (max-width: 767px) {
.secao-principal .ordenar-listagem .input-append .btn-group .btn.dropdown-toggle, .secao-principal .ordenar-listagem .input-append label.dropdown-toggle {
    padding-top: 2px;
    padding-bottom: 0;
}

.secao-principal .ordenar-listagem .input-append .dropdown-menu>li>a {
    padding: 7px 25px 6px;
    font-size: 12px;
}}

@media only screen and (max-width: 767px) {
h1, h2, h3 {
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}}

/* PRODUTO INDISPONÍVEL */

#corpo .listagem .listagem-item .bandeiras-produto {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.info-principal-produto .bandeira-indisponivel, .info-principal-produto .tag-indisponivel, .listagem-item .bandeiras-produto .bandeira-indisponivel, .listagem-item .bandeiras-produto .tag-indisponivel {
    width: auto;
    height: auto;
    padding: 10px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    background: #c54b32;
}

#corpo .listagem .listagem-item .info-produto .produto-avise .avise-me-list-descr {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
}

#corpo .listagem .listagem-item .info-produto .produto-avise .avise-me-list .botao {
    position: relative;
    padding: 10px 0;
    z-index: 1;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--botao);
}

/* PÁGINA DO PRODUTO */

@media only screen and (max-width: 767px) {
.produto .nome-produto {
    color: var(--secundaria);
    font-size: 20px;
    font-weight: 500;
}

.produto .codigo-produto {
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}}

@media screen and (max-width: 1100px) {
.produto .principal>div:not(.info-principal-produto)>*, .produto .tab-pane {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}}

@media only screen and (max-width: 767px) {
.atributos div > span {
    font-size: 14px;
}

.atributos div ul {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.produto .atributos .atributo-comum ul {
    margin: 20px 0;
}

.produto .acoes-produto .preco-produto .titulo {
    font-size: 25px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}}

/* CEP */ 

@media only screen and (max-width: 767px ) {
.produto .cep .input-append .input-cep {
    width: 100%;
    height: 40px;
    padding: 0px 5px 0;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    font-size: 12px;
    line-height: 1;
    box-sizing: border-box;
}

.produto .cep label {
    margin-right: 50px;
    font-size: 14px;
    font-weight: 500;
}

.produto .cep ul li span {
    font-size: 11px;
}

.produto .cep ul li .valor {
    margin: 0;
    position: absolute;
    min-width: 80px;
    text-align: left;
}

.produto .cep ul li .prazo {
    margin-left: 150px;
    min-width: 80px;
    text-align: left;
}

.produto .cep ul li span {
    font-size: 12px;
}

.produto .cep .aviso-disponibilidade {
    font-size: 12px;
}

/* PARCELAS */

.parcelas-produto .accordion .accordion-group .accordion-body .accordion-inner ul {
    margin: 0;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
}

/* DESCRIÇÃO */

.tab-pane.active#descricao[itemprop="description"] p {
  margin: 0 0 10px;
  font-size: 12px;
  width: 100%;
  text-align: justify;
}

.produto .acoes-produto .comprar span span {
    text-align: center;
}}

/* CARRINHO */

@media only screen and (max-width: 767px) {
.cabecalho-interno .titulo {
    line-height: normal;
    font-size: 20px;
}

.tabela-carrinho .produto-info {
    text-align: center;
}

.tabela-carrinho .produto-info * {
    text-align: center;
}}