.bg-img-one {
background-image: url("https://us.evocdn.io/dealer/1381/content/media/My_Theme/pe-home-hero.jpg")
}
/* Red background for Show Customers */
body.ex-l-2322 .header-main {
  background-color: red;
}
/* Hides Shop By for Show Customers */
body.ex-l-2322 .cd-dropdown-wrapper > a {
    display: none !important;
}
/* Hides "Terms" on Account Overview page*/
body > div.page-content > section > div.row.tab-content > div:nth-child(3) > div > table > tbody > tr:nth-child(3) {
    display: none;
}

.switch-acccount {
color: #273c6d;
}

/* Hides "Pack Qty" on Quick Orders page*/
#quickordergrid_901 > div > div.row-fluid.margin-div.grid-container.no-more-tables.gridcontent > table > thead > tr > th:nth-child(5) {
    display: none
}
#quickordergrid_901 > div > div.row-fluid.margin-div.grid-container.no-more-tables.gridcontent > table > tbody > tr > td:nth-child(5) {
    display: none
}
/* Hides Account Name in the Top Blue Bar*/
body > header > div.alert.alert-info.switch-account-header > div > p:nth-child(2) > a {
    display: none
}
/* Hides "404" from 404 Screen*/
body > div.container > div > div > div.block > span {
    display: none
}
/* Hides Menu Items for Show Customers*/
body.ex-l-2322 li.sidebar-dashboard {
    display: none
}
body.ex-l-2322 li.sidebar-myorders {
    display: none
}
body.ex-l-2322 li.sidebar-myaccountoverview {
    display: none
}
body.ex-l-2322 li.sidebar-freqpurchased {
    display: none
}
body.ex-l-2322 li.sidebar-addresses {
    display: none
}
body.ex-l-2322 li.sidebar-paymentmethods {
    display: none
}
body.ex-l-2322 li.sidebar-quicklists {
    display: none
}
body.ex-l-2322 li.sidebar-myinvoice {
    display: none
}
/* Hides Savings Label for All Customers*/
div.product-price-rrp.live-pricing-fallback-option-evox > div {
    display: none
}
.label.label-danger.save.with-value {
    display: none
}

/* add reference always visible */
.ex-cart .hidden-panel {
  max-height: 1000px;
  opacity: 1;
}

/* Hides Terms from order page */
#order-top > div.col-md-3.col-md-offset-3.customer-orders-details > div.text-justify.customer-orders-terms {
    display: none
}

/* Hides 2-digit subtotal from order page */
#orderView > section > div:nth-child(8) > div:nth-child(2) > div > table > tbody > tr:nth-child(1) > td {
    display: none
}

/* Hides Terms from invoices page */
#order-top > div.col-md-3.col-md-offset-3 > div:nth-child(6) {
    display: none
}

/* Hides 2-digit subtotal from invoices page */
#invoiceView > section > div:nth-child(11) > div:nth-child(2) > div > table > tbody > tr:nth-child(1) > td {
    display: none
}

/* Hides items # (column) in saved carts */
#savedbasketgrid > thead > tr > th.c_cart_item_count {
    display: none
}
td.c_cart_item_count {
    display: none
}

span.id-card {
    display: none
}

.ex-loggedout div.additional_links > ul > li.menuitem.pointer.noStandard.hide > a {
    display: none
}

.cart-status-message {
    display: block !important;
    visibility: visible !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    background: red !important;
    color: white !important;
    padding: 30px !important;
    z-index: 999999 !important;
    font-size: 20px !important;
    border: 5px solid yellow !important;
}