
#cabecalho .menu .nivel-um > li > a > .titulo {font-size: 14px !important;}
.carrinho-checkout .conteiner-principal #corpo .conteiner {box-shadow: none !important;}


#cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9 > div > div.span4.hidden-phone > div.conta-topo > div > span {display:none;}
#cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9 > div > div.span4.hidden-phone > div.conta-topo > div > i.fa.fa-angle-down {display:none;}

    .barra-inicial .blog i {
        width: 11px;
        height: 11px;
        border: 1px solid #191919;
        border-radius: 50%;
        position: relative;
    }
    .barra-inicial .blog i::before {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        background: #191919;
        border-radius: 50%;
        top: calc(50% - 2.5px);
        left: calc(50% - 2.5px);
    }

    /* Contador */

    .cooldown > a > div {
        width: 80px;
        height: 80px;
        float: left;
        background: rgb(255 255 255 / 11%);
        margin: 0px 10px;
        color: #fff;
        text-align: center;
        line-height: 70px;
        font-size: 50px;
    }
    
    .cooldown > a {
        float: left;
        margin-left: 60px;
        position: relative;
        display: flex;
        padding: 65px 0;
    }
    .cooldown {
        margin: 0!important;
        height: 200px;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
    }
    
    .cooldown > a > div.cd-data {
        display: none;
    }
    
    .cooldown > a > div.cd-segundo:after {
        content: "Seg.";
        text-transform: uppercase;
        display: block;
        line-height: 0;
        font-size: 12px;
        position: relative;
        top: -9px;
    }
    
    .cooldown > a > div.cd-minuto:after {
        content: "Min.";
        text-transform: uppercase;
        display: block;
        line-height: 0;
        font-size: 12px;
        position: relative;
        top: -9px;
    }
    .cooldown > a > div.cd-hora:after {
        content: "Horas";
        text-transform: uppercase;
        display: block;
        line-height: 0;
        font-size: 12px;
        position: relative;
        top: -9px;
    }
    .cooldown > a > div.cd-dia:after {
        content: "Dia";
        text-transform: uppercase;
        display: block;
        line-height: 0;
        font-size: 12px;
        position: relative;
        top: -9px;
    }
    
    
    .contador>.conteiner>.row-fluid {
        position: relative;
    }
    .contador>.conteiner>.row-fluid>a {
        max-width: 1140px;
        min-width: 1140px;
        display: block;
        height: 200px;
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 0;
    }

    .contador {
        margin-top: 40px;
    }





#rodape .titulo::after {
    display: none !important;
}

