/*DIMINUI A FONTE DAS CATEGORIAS*/
.menu.superior .nivel-um>li a strong {
        font-size: 15px !important;
}

/*MELHOR POSIÇÃO DO BOTÃO TOPO*/
.scrollToTop {
    bottom: 11rem !important;
}

/*REMOVE O CALCULO DE FRETE DA PAGINA DE PRODUTO */
form#formCalcularCep {
    display: none !important;
}

/*REMOVE AS PARCELAS E FORMA DE PAGAMENTO DA PAGINA DO PRODUTO */
.parcelas-produto .accordion {
        display: none !important;
}

/*REMOVE O CALCULO DE FRETE DE DENTRO DO CARRINHO */
.form-horizontal .control-group:last-child {
    display: none !important;
}

/*REMOVE AS CATEGORIAS VIA MOBILE PRA EVITAR QUEBRA  */
.slick-slider {
        display: none !important;
}

/*REMOVE AS PARCELAS DE DENTRO DO CARRINHO  */
.total+.valores-descontos .descontos:first-child {
    display: none !important;
}

/*REMOVE CONTATO DO CABEÇALHO DESKTOP */
.contato-top {
        display: none !important;
}

/*REMOVE CONTATO DO CABEÇALHO MOBILE */
@media screen and (max-width: 767px) {
    .contato-mobile {
 display: none !important;
    }}