.logo a {
position: relative;
display: block;
height: 65px;
}

/* adc texto abaixo do texto padrão do rodape 
#rodape .span9.span12 p:after {
content: "Coloque aqui o endereço ou outras informações";
display: block;
}
*/

/*Remove o full banner no mobile*/
@media only screen and (max-width: 767px) {
.abriga-fullbanner .flexslider ul{
  width: 200%;
}

/*
@media only screen and (max-width: 767px) {
.button_1O { width: 50px; height: 80px; }
}*/

/*Muda a fonte dos produtos da smarthint
.nome-produto.cor-secundaria{
font-family: "Roboto", sans-serif;
font-weight: 400;
color: #646464;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.listagem .listagem-item .nome-produto {
    font-size: 16px;
*/
}

/*Corrige Altura da linha nos titulos*/
.produto .principal .nome-produto {
    line-height: 1.3em;

}

#return-to-top {
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
/*Espaçamento entre cada categoria*/
.menu.superior .nivel-um > li {
    padding: 10px 0;
    margin: 0 1px;
}

/*Espaçamento entre logo e menu flutuante*/
#cabecalho.fixed > .conteiner {

    padding: 0px 20px;
}

/*Sobrescreve o comando style inline
@media only screen and (min-width: 769px) {
body[style] {
	padding-top: 148px !important;;
}
}
*/

/* Ocultar Categoria no menu superior */

@media only screen and (min-width: 768px) and
  (max-width: 828px) {
  .menu.superior .nivel-um > li.categoria-id-2718342 {
    display: none;
    
  }
}

