/* SOLO ESCRITORIO - arreglar icono cuadrado en "Todas las categorías" */
@media (min-width: 768px) {

  .block-categories-title:before,
  .block-categories-title i:before,
  .block-categories-title [class*="icon-"]:before,
  .block-categories-custom .block-categories-title:before,
  .block-categories-custom .title_block:before,
  .block-categories-custom .block-title:before {
    content: "" !important;
  }

  .block-categories-title:after,
  .block-categories-custom .block-categories-title:after {
    content: "☰" !important;
    display: inline-block !important;
    margin-left: 8px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
  }
}

