.productView-info div[data-custom-field="competitor_sku"] {
  display: none; }

.price-section.price-section--withoutTax.non-sale-price--withoutTax span.price.price--non-sale {
  text-decoration: none !important; }

.nav-menu a {
  text-decoration: none;
  white-space: nowrap; }

.nav-menu ul,
.nav-menu li {
  margin: 0; }

.nav-top {
  background-color: #f7f7f7;
  line-height: 25px;
  padding: 4px 0;
  border-bottom: 3px solid #df2126; }

.nav-all {
  display: inline-block;
  position: relative; }
  .nav-all_dropdown {
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 100;
    background-color: #fff;
    padding: 1em;
    border: 1px solid #999;
    width: 20rem; }
    .nav-all_dropdown ul {
      display: flex;
      flex-direction: column;
      list-style: none; }
    .nav-all_dropdown li:hover {
      font-weight: 700; }
  .nav-all:hover .nav-all_dropdown {
    visibility: visible; }
  .nav-all-link {
    text-align: right; }
    .nav-all-link a {
      text-transform: uppercase;
      color: #ce0e0e;
      text-decoration: underline; }

.nav-bottom {
  font-size: 1.2em;
  line-height: 25px; }
  @media (max-width: 767px) {
    .nav-bottom {
      display: none; } }

.nav-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1vw; }
  @media (max-width: 768px) {
    .nav-list {
      font-size: 1.5vw; } }

.nav-item {
  padding: 0 15px;
  margin: 8px 0 !important;
  line-height: 1.6vw; }
  .nav-item:not(:last-child) {
    border-right: 1px solid #df2126; }
  .nav-item:hover .nav-link {
    border-bottom: 2px solid #df2126; }
  .nav-item_dropdown {
    visibility: hidden;
    display: table;
    text-align: left;
    table-layout: auto;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 1000;
    border: 1px solid #999;
    padding: 1em; }
    .nav-item_dropdown ul {
      vertical-align: top;
      display: table-row;
      margin: 0;
      padding: 0;
      text-align: left; }
    .nav-item_dropdown a {
      display: table-cell;
      text-align: left;
      padding: 5px;
      font-size: 1em; }
      .nav-item_dropdown a:hover {
        text-decoration: underline; }
    .nav-item_dropdown .all-link {
      color: #df2126; }
  .nav-item:hover .nav-item_dropdown {
    visibility: visible; }
  @media (max-width: 768px) {
    .nav-item {
      padding: 0 10px; } }

/* New Changes - 8/11/2022 start */
.header-container.sticky-header .header-container .header-logo.header-logo--left {
  display: none; }
  @media (min-width: 801px) {
    .header-container.sticky-header .header-container .header-logo.header-logo--left {
      display: block; } }

.top-menu .left.phone-number {
  display: none; }
  @media (min-width: 801px) {
    .top-menu .left.phone-number {
      display: block; } }

.top-menu .left.mobile-logo {
  position: relative;
  left: 30px;
  width: 75px; }
  @media (min-width: 801px) {
    .top-menu .left.mobile-logo {
      display: none; } }

.header-container.sticky-header .top-menu {
  height: 45px; }
  @media (min-width: 801px) {
    .header-container.sticky-header .top-menu {
      height: 30px; } }

.mobileMenu-toggle {
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .mobileMenu-toggle {
      top: 54%; } }

a.account svg {
  top: 2px; }
  @media (min-width: 551px) {
    a.account svg {
      top: 4px; } }

.top-menu .cart-icon {
  height: 44px; }
  @media (min-width: 801px) {
    .top-menu .cart-icon {
      height: 29px; } }
  .top-menu .cart-icon svg {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
    @media (min-width: 801px) {
      .top-menu .cart-icon svg {
        top: 0;
        transform: none;
        margin: 2px 0 0; } }

.global-region.screen-width.below-topMenu {
  display: none; }
  @media (min-width: 801px) {
    .global-region.screen-width.below-topMenu {
      display: block; } }

.global-region.screen-width.below-mainNav {
  margin-top: 45px; }

body#body .mobile-menu .custom-pages-nav {
  display: flex;
  flex-wrap: wrap; }
  body#body .mobile-menu .custom-pages-nav .category-menu, body#body .mobile-menu .custom-pages-nav .brand-menu, body#body .mobile-menu .custom-pages-nav .container-header, body#body .mobile-menu .custom-pages-nav .page-list, body#body .mobile-menu .custom-pages-nav .social-media {
    width: 100%; }
  body#body .mobile-menu .custom-pages-nav .page-list {
    order: -1; }

/* New Changes - 8/11/2022 start */
.productView-info [data-custom-field="UNSPSC Code"] {
  display: none; }

#body .left.mobile-logo a {
  outline: none; }
  #body .left.mobile-logo a:focus {
    outline: none !important;
    border: none !important; }

@media (max-width: 480px) {
  .product-page-layout .product.main.left.product-page-with-sidenav {
    margin-top: -20px !important; } }
