.widget-contract-items-html .owl-item:first-child, .widget-lastviewedproducts-html .owl-item:first-child {
  margin-left: 11px;
}
/*Hide Order Dashboard Tile */
li#cdash_myrecentorders {
  display: none;
}
.switch-acccount p {
  color: #3e3e3e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .9px;
  line-height: 10px;
}
.margindiv.product-indicators {
  display: none;
}
.margindiv.product-indicators {
  visibility: hidden;
}

.account-form .find-account {
  margin-bottom: -10px;
}

.brand-label img[src*="Profax"] {
  width: auto !important;
  height: auto !important;
  max-height: 75px !important;
  max-width: 150px !important;
}

.mi50 {
  margin-inline: 50px;

  @media only screen and (max-width: 768px) {
    margin-inline: 0;
  }
}

/* ECOMM02-3483 */
.ex-invoices .myaccount #erpGridVue .gridtools {
  flex-wrap: wrap;

  &::after {
    content: "NOTE: Images for Invoices and PODs should be available for download within 24-48 hours.";
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    color: #e15413;
    margin-top: 10px;
  }
}


/* For cookies float bottom */
.cookiespolicies-float-bottom {
	z-index: 9 !important;
	padding-bottom: 70px !important;

}

.cookiespolicies-banner .cookiespolicies-text {
	display: block !important;
    max-width: none !important;
    width: 100%;
}

.cookiespolicies-banner .cookiespolicies-buttons {
  position: unset;
	margin: 0 !important;
}

.cookiespolicies-banner .container-fluid {
	display: flex;
  	flex-direction: row;
  justify-content: space-between;
  align-items: center;
 }