/* MENU */

#menuCat {
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}

.atd-txt, .login-txt, .search-txt {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #ffff;
}

.carrinho>a span {
    color: #ffffff;
}

.carrinho.vazio>a span {
    float: none;
    display: block;
    margin-left: 55px;
    line-height: 14px;
    padding: 0;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    color: #fff;
}

.carrinho>a i {
    color: #ffffff !important;
}

.hamb-1 {
    background-color: #E2BD55;
}


.atd-txt i, .login-txt i, .search-txt i {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    color: #fff;
}


.menu.superior .nivel-um>li:hover > a > .titulo {
    color: #E2BD55;
}

.menu.superior li.com-filho:hover >a i {
    color: #E2BD55;
}


.desconto-a-vista strong:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2597/2597947/arquivos/barcode-2.svg) center no-repeat;
    width: 33px;
    height: 26px;
    display: inline-block;
    line-height: 30px;
    margin: 0 10px 0 0;
}

.preco-parcela:before {
    content: "";
    background: url(https://cdn.awsli.com.br/2597/2597947/arquivos/credit-card-2.svg) center no-repeat;
    width: 33px;
    height: 26px;
    display: inline-block;
    line-height: 30px;
    margin: 0 10px 0 0;
}


/*FONTES*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

.titulo {
    font-family: 'Monteserrat', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}


.mini-banner {
    max-width: 1105px;
    margin: 0px auto;
}

/* RODAPÉ SOBRE LOJA */

#sobreLoja {
    background: #ffffff;
}

/* BACKGROUN DA BUSCA */

.busca input {
    background-color: #fff;
}

/* QUANTIDADE CARRINHO (background para o fundo; color para o texto; border para borda) */

.carrinho>a strong {
    background: #b4865d;
    color: #fff;
    border: 2px solid #010101;
}

/* ALTERAÇÕES DE CORES MOBILE  */

@media screen and (max-width: 767px){ 

/* MENU MOBILE */

#cabecalho .cab-nav {
    background: #000000;
}

/* CARRINHO MOBILE */

#cabecalho>.conteiner>.row-fluid>.span3 > .fundo-principal {
    color: #E2BD55;
}


}


/*adequaçao contador de celular*/
@media screen and (max-width: 767px) {

    .cooldown.cd-home.span12 {
visibility: hidden;
    }
}


/* MINI BANNER */
.mini-banner.hidden-phone {
    display: flex !important;
    margin: 0;
}

.mini-banner {
    max-width: 1105px;
    margin: 0px auto;
    display: flex !important;
}

/* BOTAO NEWSLETTER */
#barraNewsletter .componente .botao {
    background-color: #000000;
}
/* ESCONDER LOGO RODAPE */
.sobreLogo span3 {
    visibility: HIDDEN;
}

}