/*** Hiding Brand Attributes Filter ***/

.filtername-brand {
  display: none !important;
}

.catalog-single .product-brand {
  display: none;
}
.filtername-category {
      display: none !important;
}

.catalog-grid .brand-label a, .catalog-grid .tile .footer .brand-label a, .productdetails .brand-label a {
    color: #9e9e9e;
    font-weight: 900;
  display: none !important;
}

.catalog-grid #grid .brand-label, .catalog-single.has-carousel .brand-label, .catalog-single.has-grid .brand-label, .contractitems .brand-label, .quicklistsedit .brand-label, .widget-contract-items-html.show-brandlogo .brand-label {
    line-height: 75px;
    display: none;
}

/* Branch Finder - Hide the original view on map button on desktop and show the new button on mobile */
.view-on-map-button {
  @media (min-width: 768px) {
    display: block;
  }

  @media (max-width: 767px) {
    display: none;
  }
}

.view-on-map-button-mobile {
  @media (min-width: 768px) {
    display: none;
  }

  @media (max-width: 767px) {
    display: block;
  }
}