@media (min-width: 992px) {
  #main-toggle-menu li:has(> a[href*="/my-company-catalog"]) {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* Replace the CSS triangle with Porto's icon caret */
  .page-header.type22 #company-toggle-menu .menu-title::after {
    /* kill the triangle */
    border: 0 !important;
    width: auto !important;
    height: auto !important;

    /* use the same caret as Browse Products */
    content: "\e801" !important;
    font-family: "porto-icons" !important;

    /* position like Porto */
    position: absolute !important;
    right: 1.4rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    display: inline-block !important;
    color: inherit !important;
    line-height: 1 !important;
  }

  /* make sure the title anchors the absolute caret */
  .page-header.type22 #company-toggle-menu .menu-title {
    position: relative;
  }
}
