/* base shades */
/* primary/branding colors */
/* accent colors */
/* icons */
/* block accents */
.primary-color {
  color: #3e3e3e; }

.secondary-color {
  color: #ed1a21; }

.tertiary-color {
  color: #1c48b1; }

.base-background {
  background-color: #fff; }

.primary-background, .grey-background {
  background-color: #e2e2e2; }

.primary-background-dark {
  background-color: #3e3e3e; }

.primary-background-darker {
  background-color: #c9c8c8; }

.primary-background-lighter {
  background-color: #f6f6f6; }

.striped > *:nth-child(odd) {
  background-color: #fafafa; }

body {
  margin: 0px auto;
  width: 9;
  height: 12in;
  position: relative; }

header {
  display: block;
  width: 100%;
  float: left;
  border-bottom: solid 1px #ccc;
  height: 1.50in; }
  header [data-header-section="login"], header [data-header-section="search"], header #header-navigation {
    display: none; }
  header [data-header-section="main-header"] {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e2e2e2; }
    header [data-header-section="main-header"] .logo {
      display: inline-block;
      max-width: 200px;
      padding-bottom: 10px; }
  header a:after, header a:before {
    display: none; }
  header .logo {
    display: inline-block;
    width: auto;
    max-height: 1.25in;
    margin: 0.125in; }

footer {
  display: block;
  width: 100%;
  height: 1in;
  bottom: 0in;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0); }
  footer .footer_top, footer a, footer .footer-menu {
    display: none;
    height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden; }
  footer .footer_bottom {
    margin: auto;
    width: 100%;
    background-color: #3e3e3e !important;
    padding: 0.125in; }
  footer .copyright {
    color: #e2e2e2 !important; }
  footer .icon-badges {
    display: none; }

@media (print) {
  .no-print {
    display: none; } }

#product-details {
  margin: 0.25in; }
  #product-details .primary-background-lighter {
    background-color: #f6f6f6 !important; }
  #product-details .section-header {
    font-family: "PT Sans Bold";
    background-color: #f6f6f6 !important;
    color: #646464 !important;
    padding: 8px 10px;
    font-size: 16px; }
  #product-details .striped > *:nth-child(odd) {
    background-color: #fafafa !important; }

#related-products, #product-resources, #recently-viewed, .button-group-connected, .button, .button-group, .add-button, .detail-header-return, .price, #main-menu, .action-area, .no-print, .fa, #product-accessories, ng-detail-rfq-button, ng-action-back, ng-bread-crumbs, .button--primary, #ctl35_divCookieStart, [id*="divCookieStart"].cookie {
  display: none !important; }
