/* 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 > div.row.tab-content:before {
    content: "Click the 3 dots to the right of your order to view tracking details and/or print.";
}
body > div.page-content > section > div.row.tab-content:before {
    color: #f89923;
}

/* 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;
}