body.ex-cart.ex-l-2765 .item .costcentre {
    display: none;
}


.shop-filters .filter-title {
background: #007fbd;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #1e1d22;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #1e1d22;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #00BD51;
    color: #fff;
}
 
.toolbar .cart-btn>.btn {
    background: #007fbd;
}
 
btn:hover>.button, .toolbar .cart-btn:hover>.btn {
    background-color: #1e1d22;
}

.product-sku {
    font-size: 1rem;
    color: #007fbd;
}

.label-danger {    
background-color: #32cd32;
}

/* main menu - preventing the 8th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }

.out-stock {
    color: #d22f25;
}

.in-stock {
    color: #37b048;
}

/* Style the login button */
.account-btn {
    background-color: #df7b0c; /* Change the background color to your new brand color */
        color: white;
    padding: 3px 8px; /* Reduce padding to make the button smaller */
    border-radius: 3px; /* Reduce border-radius for a smaller button */
    font-weight: bold; /* Make the text bold for emphasis */
    text-transform: uppercase; /* Convert text to uppercase for a bold appearance */
    transition: background-color 0.3s ease; /* Add a smooth transition for hover effect */
}
.toolbar a.account-btn,
.toolbar a.account-btn span,
.toolbar a.account-btn i {
    color: white;
}
a.account-btn.btn-outlined-invert {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}
.shopping-tools-wrapper .dropdown.open a.account-btn,
.shopping-tools-wrapper a.account-btn.btn-outlined-invert:hover {
    background: #007fbd;
    color:
}
a.account-btn.logged-out > span {
    display: none;
}
a.account-btn.logged-out:after {
    content: 'Sign in Here';
    font-size: .8rem;
    margin: auto 5px;
}
a.account-btn.logged-out {
    display: flex;
    align-items: center;
}
/* WHEN A USER IS SIGNED OUT, DO NOT DISPLAY THE DROPDOWN - A CLICK EVENT WAS ADDED TO TRIGGER THE LOGIN MODAL DIALOG ON CLICK */
body.ex-loggedout .account-dropdown {
    display: none;
}.quicklistsedit.catalog-grid {
  display: flex;
  flex-wrap: wrap;
}
  .quicklistsedit.catalog-grid .tileparent {
  width: 33.33%; /* Adjust this value to control how many items appear in a row */
}

/* lead time css */
.product-specs .attr_item_lead_time {
   display: none;
}
.leadtime-pdp-box {
  position: relative;
  isolation: isolate;
  background: #eff3fc;
  border-radius: 7px;
  overflow: hidden;
}
.leadtime-pdp-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.leadtime-pdp-box-inner {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.leadtime-pdp-box-inner-icon {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
}
.leadtime-pdp-box-inner-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(72%) saturate(6881%) hue-rotate(228deg) brightness(83%) contrast(98%);
}
.leadtime-pdp-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0338bd;
  margin: 0 0 15px;
}
.leadtime-pdp-box p {
  font-size: 16px;
  color: #262626;
  margin: 0 0 20px;
}
.leadtime-pdp-box p:last-child {
  margin: 0;
}
.leadtime-pdp-box p strong {
  color: #0338bd;
}
.leadtime-pdp-box-button {
  width: 100%;
  display: block;
  color: #fff;
  background: #0338bd;
  padding: 10px 15px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.leadtime-pdp-box-button:hover {
  background: #262626;
  color: #fff;
}
.leadtime-badge {
  background-color: #0338bd;
  color: #fff;
  padding: 3px 15px 3px 35px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
}
.leadtime-badge::before {
  content: "";
  background-image: url("https://eu.evocdn.io/dealer/1595/content/media/My_Theme/icons/box.svg");
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.leadtime-badge ~ .badges-wrapper {
  top: 23px;
}
.shopping-cart .add-reference {
  margin-top: 5px;
}
.shopping-cart .ref-label {
  font-size: 0;
}
.shopping-cart .ref-label i {
  display: none;
}
.shopping-cart .ref-label span {
  background-color: #0338bd;
  color: #fff;
  padding: 3px 15px 3px 35px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.shopping-cart .ref-label span::before {
  content: "";
  background-image: url("https://eu.evocdn.io/dealer/1595/content/media/My_Theme/icons/box.svg");
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}

/* end of lead time css */