.ui-autocomplete li.search.ui-menu-item.first a:before {
  content: "suchen";
}

.ui-autocomplete li.category.ui-menu-item.first a:before {
  content: "Kategorien";
}

.ui-autocomplete li.brand.ui-menu-item.first a:before {
  content: "Marken";
}

.ui-autocomplete li.product.ui-menu-item.first a:before {
  content: "Produkte";
}

.ui-autocomplete li.ui-menu-item.first a:before {
  content: "Suchbegriffe";
  float: right;
  font-weight: bold;
  margin-left: 15px;
}

html[lang="es"] {
  .ui-autocomplete li.search.ui-menu-item.first a:before {
    content: "Buscar";
  }

  .ui-autocomplete li.category.ui-menu-item.first a:before {
    content: "Categoría";
  }

  .ui-autocomplete li.brand.ui-menu-item.first a:before {
    content: "Marca";
  }

  .ui-autocomplete li.product.ui-menu-item.first a:before {
    content: "Producto";
  }

  .ui-autocomplete li.ui-menu-item.first a:before {
    content: "Términos de búsqueda";
  }
}

html[lang="en"] {

  .ui-autocomplete li.search.ui-menu-item.first a:before {
    content: "Search";
  }

  .ui-autocomplete li.category.ui-menu-item.first a:before {
    content: "Category";
  }

  .ui-autocomplete li.brand.ui-menu-item.first a:before {
    content: "Brand";
  }

  .ui-autocomplete li.product.ui-menu-item.first a:before {
    content: "Product";
  }

  .ui-autocomplete li.ui-menu-item.first a:before {
    content: "Search terms";
  }

}

html[lang="fr"] {

  .ui-autocomplete li.search.ui-menu-item.first a:before {
    content: "Rechercher";
  }

  .ui-autocomplete li.category.ui-menu-item.first a:before {
    content: "Catégorie";
  }

  .ui-autocomplete li.brand.ui-menu-item.first a:before {
    content: "Marque";
  }

  .ui-autocomplete li.product.ui-menu-item.first a:before {
    content: "Produit";
  }

  .ui-autocomplete li.ui-menu-item.first a:before {
    content: "Termes de recherche";
  }
}

html[lang="it"] {

  .ui-autocomplete li.search.ui-menu-item.first a:before {
    content: "Cerca";
  }

  .ui-autocomplete li.category.ui-menu-item.first a:before {
    content: "Categoria";
  }

  .ui-autocomplete li.brand.ui-menu-item.first a:before {
    content: "Marca";
  }

  .ui-autocomplete li.product.ui-menu-item.first a:before {
    content: "Prodotto";
  }

  .ui-autocomplete li.ui-menu-item.first a:before {
    content: "Termini di ricerca";
  }
}



@media screen and (max-width: 767px) {
  #block-vergelijk-de-header {
    margin-bottom: 35px;
  }

  #block-vergelijk-de-main-menu {
    display: none;
  }
}

a.ext.btn {
  width: 100%;
  text-wrap: nowrap;
}

.block-facet--category-image .block-title {
  display: none;
}
