/* Hides Print Order Footer from Orders Screen */
.invoice-footer {
    display: none
}
.order-footer {
    display: none
}

#brands_148588 > section > section > div > h3 {
    color: white
}

/* Hides Parent Account in side menu */
body > div.customertools.new.open > div > div.switch-account-new.small.hidden > table > tbody > tr:nth-child(3) {
    display: none
}

/* Hides Contracts link in Top Menu except Contract-Restricted Users */
#menulinks_144894 > section > ul > li:nth-child(1) > a {
    display: none
}
body.ex-l-2567 #menulinks_144894 > section > ul > li:nth-child(1) > a { 
    display: block;
}
#menulinks_144894 > section > ul > li:nth-child(1) > a {
    display: none
}
body.ex-l-2575 #menulinks_144894 > section > ul > li:nth-child(1) > a { 
    display: block;
}

/* Hides Fsocial links on product pages */
.social-links {
    display: none
}

/* Changes color of contract link menu option */
#menulinks_144894 > section > ul > li:nth-child(1) {
  	background: darkgrey
}

/* Rounding the Quote Me button */
button.quoteme-button.btn.btn-sm {
border-radius: var(--theme-border-radius, 15px);
}

button#quote_submit {
    background: #f89923
}

i.iconmoq-min-multiple-quantity {
    display: none
}

/* Centers inventory message on product pages */
.live-inventory-v2-wrapper.text-center.bolder.add-to-cart {
    display: contents;
}

/* Orders Page Top Notes */
body > div.page-content > section.myorders > div.row.tab-content:before {
  content: "Click the 3 dots to the right of your order to view tracking details and/or print. To begin a return, please click on the order number below.";
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #f89923;
  padding: 0 15px ;
}

/* Hide Out of Stock Message in Cart */
.alert.alert-warning.main-out-stock-warning.delivery {
    display: none;
}

/* Add Message to Forced Subs */
body.ex-l-2247 #forced:before {
    content:"(Original item unavailable in your area)"
}
body.ex-l-2247 #forced:before {
    color: #0065a4 !important;
}

/* Hides Terms, Route & Salesperson from Orders Page */
.ex-order section.myorderview #order-top .customer-orders-terms,
.ex-order section.myorderview #order-top .customer-orders-route,
.ex-order section.myorderview #order-top .customer-orders-salesperson {
display: none;
}

/* Removes Freight Icon */
#productsummary_383 > div > div.row.product-details-wrapper > div > div.margindiv.product-indicators > i.fa.fa-archive {
    display: none;
}
div > div.footer > div.footer-wrapper > div.footer-wrapper-description > div.indicators-grid > i.fa.fa-archive {
    display: none;
}

#returnForm > div > div > div.modal-body > p:before {
   content: "Nonreturnable items will not appear in dropdown.";
    font-size: 22px; /
  font-weight: bold;
    display: block;
}
#returnForm > div > div > div.modal-body > p:before {
    color: #f89923;
}

div#Addresses {
    display: none;
}
div#departments {
    display: none;
}
div#budgets {
    display: none;
}

.catalog-grid .productsgrid_container #grid .tile div.price-label {
  order: -1;
}

.catalog-grid .productsgrid_container #grid .tile .list-price,
.merch-carousel-style .tile .list-price,
.under-hero-grid .tileparent .tile .list-price{
  width: 100%;
  order: 3;
  
  &::before {
  	content: "LIST PRICE";
  }
}

.merch-carousel-style .tile .rrp.live-pricing-fallback-option-evox .label {
  margin-left: 0;
}

.under-hero-grid .tileparent .tile .rrp {
  order: 4;
}