/* added by Niall to remove Net1 — Seamus has comment it out as we now need this button

.pm-add-buttons li.pmb:nth-child(2) {
    display: none;
}

 end of add */
#erpInvoices #ordergrid {
  display: block !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  margin-bottom: 1rem !important;
  white-space: nowrap; /* ensure horizontal scroll appears */
}

/* Custom scrollbar for Chrome, scoped to the context */
#erpInvoices #ordergrid::-webkit-scrollbar {
  height: 10px;
}

#erpInvoices #ordergrid::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#erpInvoices #ordergrid::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

#erpInvoices #ordergrid::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.assemblyMerch {
  display: none !important;
}

.assemblyButton {
  border: 1px solid black;
  padding: 15px;
  padding-left: 70px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("https://us.evocdn.io/dealer/1186/content/media/My_Theme/mw-process-installation.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

.assemblyButton input {
  margin: 0;
  height: 20px;
  width: 20px;
}

.assemblyButton p {
  margin: 0 10px;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.assemblyButton .infoButton {
  content: url("https://us.evocdn.io/dealer/1186/content/media/My_Theme/QuestionIcon.png");
}

.assemblyButton .infoButton:hover {
  opacity: .7;
}

@media only screen and (max-width: 1200px) {
  .assemblyButton {
    background: none;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
  }
}

#assemblyModal {
  top: 15%;
}

#assemblyModal .modal-dialog {
  max-width: 760px;
  width: 100%;
}

#assemblyModal .modal-content {
  padding: 0;
  background: #dbe8f1;
  background-image: url("https://us.evocdn.io/dealer/1186/content/media/My_Theme/oc-assemblymodalBG2.jpg");
  background-size: cover;
  position: relative;
  font-family: "Poppins";
}

#assemblyModal .modal-inner {
  padding: 35px 20px;
  padding-bottom: 20px;
  margin-left: 40px;
  background: white;
  max-width: 360px;
  color: black;
  display: flex;
  flex-direction: column;
}

#assemblyModal .modal-inner h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: inherit;
  font-family: inherit;
}

#assemblyModal .modal-inner p {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
  text-align: center;
  margin-top: 20px;
}

#assemblyModal .modal-inner h2 {
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: inherit;
}

#assemblyModal .modal-inner ol {
  padding-left: 0;
  margin: 0;
  color: black;
}

#assemblyModal .modal-inner ol li {
  font-size: 12px;
  font-weight: 300;
  color: inherit;
  padding-left: 50px;
  margin-bottom: 20px;
  list-style: none;
  position: relative;
}

#assemblyModal .modal-inner ol li::before {
  content: '1';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #359fdf;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

#assemblyModal .modal-inner ol li:nth-child(2)::before {
  content: '2';
  background: #98ca3c;
}

#assemblyModal .modal-inner ol li:nth-child(3)::before {
  content: '3';
  background: #133a64;
}

#assemblyModal .modal-inner ol li:nth-child(4)::before {
  content: '4';
  background: #a1a1a1;
}

#assemblyModal .modal-inner .btn {
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all .35s ease;
}

#assemblyModal .modal-inner .btn.btn-secondary {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
  background: #ededed;
  color: black;
}

#assemblyModal .modal-inner .btn.btn-secondary:hover {
  opacity: .7;
}

#assemblyModal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("https://us.evocdn.io/dealer/1186/content/media/My_Theme/cs-basket-add.png");
  background-size: cover;
  border: 0;
}

#assemblyModal .modal-close:hover {
  opacity: .7;
}
/*Start Required for Integration*/
/* Hide Address Menu */
li.sidebar-addresses {
display: none;
}
/*Hide Address Dashboard Tile */
li#cdash_address {
    display: none;
}
/*End Required for Integration*/

/* Inventory v2 Update */
.live-inventory-v2-add-to-cart-wrapper {
  width: calc(100% - 45px);
  max-width: none;
}

div.live-inventory-v2-wrapper {
  white-space: normal;
  margin: 5px 0;
  text-align: left;
  order: 10;
}

.live-inventory-v2-shipping {
  font-size: 0.75rem;
  color: #6e6e6e !important;
}

.live-inventory-v2-shipping.in-stock {
  font-weight: 500;
}

.catalog-grid .tile .footer button.btn-primary {
  width: 100%;
}

.ex-product .live-inventory-v2-add-to-cart-wrapper {
  width: 100%;
}

.ex-product .live-inventory-v2-shipping {
  color: #000 !important;
  font-size: 0.9375rem;
}

.ex-product .live-inventory-v2-shipping.out-stock {
  font-weight:  700;
}

.ex-product .softgraybackground .live-inventory-v2-wrapper {
  display: none;
}