.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    padding: 0.3em 0.6em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.invoiceProductCode, .product-customer-codes, .product-sku {
    font-size: 1rem;
}

.fadein img {
  transition: opacity 250ms;
}
.fadein:hover img {
  opacity: 0.5;
}

i.fa-recycle {
    display: none;
}

.ecoblock_container .col-lg-8.col-md-8{
    width: 100%;
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(-5px);
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(-5px);
}
@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
  }

.submenucontainer {
    /*max-height: 100px;*/
    overflow-y: auto;
  }
  
  .shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
  }

/* ===== MH new dashboard styling ===== */
  .dashboard-intro {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eaeaea;
    background: url("https://us.evocdn.io/dealer/1214/content/media/My_Theme/welcome-to-your-account-dashboard-bg.png")
      no-repeat right;
    background-size: cover;
    height: 500px;
  }
  .dashboard-intro .row {
    display: flex;
  }
  .dashboard-box {
    padding: 30px 30px 0;
    background-color: #ffffff;
    min-height: 158px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
  }

  .dashboard-box:hover span {
    color: #284f77;
  }

  .dashboard-box:hover img {
    opacity: 0.7;
  }

  .dashboard-box img {
    transition: opacity 0.35s ease;
  }

  .dashboard-box-img {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dashboard-boxes {
    padding-top: 120px;
  }
  .dashboard-text-intro {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    align-items: center;
    height: 140px;
  }
  .dashboard-text-intro h3 {
    padding-top: 50px;
    text-align: center;
  }
  .dashboard-text-intro p {
    text-align: center;
  }
  .dashboard-text-intro p strong {
    text-align: left !important;
    font-weight: normal;
  }
  .account-message {
    margin-left: 0px;
  }
  .dashboard-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; /* Center the text */
  }
  .dashboard-text-intro h1 {
    color: #fff;
    font-size: 3rem;
    margin: auto 0 40px;
    font-weight: 700;
  }

  .dashboard-text-intro p {
    color: #fff;
    font-size: 1.7rem;
  }

  .dashboard-box img {
    margin-bottom: 10px; /* Add space between the image and the text */
  }

  .dashboard-box span {
    display: block;
    margin-top: 10px; /* Add space between the image and the text, if necessary */
    color: #0f1e2d;
    font-size: 1.2rem;
    font-weight: 700;
    transition: color 0.35s ease;
  }

  .account-message img {
    display: none;
  }

  .dashboard-logo {
    width: 158px;
    height: 109px;
    background: #eaeaea;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dashboard-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .dashboard-logo:empty {
    display: none;
  }

.dashboard-boxes >.col-sm-2 {
    width: 20%;
}
/* ===== End ===== */

/* ===== MH styling/moving Logout button ===== */
/*   div.customertools .nav .sidebar-logout {
  top: 92px;
  right: 40px;
}

div.customertools .nav .sidebar-logout a#logoutButton {
  padding: 0 0 0 20px;
  border-left: 1px solid;
  border-left-color: currentcolor;
  border-radius: 0;
  border-color: gray;
  transition: color 0.35s;
}

div.customertools .nav .sidebar-logout a#logoutButton:hover{
  color: gray;
}
/* ===== End ===== */
/* ===== MH remove Koike from filter ===== */
.filtername-brand .filter-options > div:has(a[title*="Koike"]),
.filtername-brand .filter-options > div:has(a[style="display: none;"]){
  display: none;
}
/* ===== End ===== */

/* ===== MH landing page styling ===== */
.page-content.onecolumn:has(.landingpage-hero-title) {
  margin: 0;
}

.landingpage-hero-title {
  position: relative;
  background-color: #2a2a2a;
  min-height: 420px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.landingpage-hero-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.landingpage-hero-title .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.landingpage-hero-title .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.landingpage-hero-title h1 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #fff;
}

.landingpage-hero-title p:last-child {
  margin-bottom: 0;
}

.landingpage-introtext h2 {
  font-size: 40px;
  margin: 0 0 30px;
}

.landingpage-introtext p {
  margin: 0 0 25px;
}

.catalog-grid:has(.landingpage-introtext) .row-breadcrumb {
  display: none;
}

.htmlcontent_container:has(.landingpage-buttons) {
  margin: 0;
}

.landingpage-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.landingpage-buttons .btn {
  width: 35%;
  padding: 1.5rem;
  font-size: 1.35rem;
  min-width: max-content;
}

@media (max-width: 500px) {
  .landingpage-buttons {
    flex-direction: column;
    align-items: center;
  }
  .landingpage-buttons .btn {
    min-width: min(300px, 90%);
  }
}

.landingpage-category-boxes {
  background: #f3f3f3;
  padding: 70px 0;
  margin-top: 30px;
}

.landingpage-category-boxes h2 {
  text-align: center;
  font-size: 36px;
  color: #444242;
  margin: 0 0 25px;
}

.landingpage-category-boxes p {
  text-align: center;
  margin: 0;
}

/* ===== Category boxes layout (matches lp-categoryboxes-inner--rows HTML) ===== */
.lp-categoryboxes-inner.lp-categoryboxes-inner--rows {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lp-categoryboxes-inner.lp-categoryboxes-inner--rows .lp-categoryboxes-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

/* Defensive: if theme applies fixed widths to <a> tags */
.lp-categoryboxes-inner.lp-categoryboxes-inner--rows .lp-categorybox {
  width: auto !important;
  max-width: none !important;
}

/* Tablet */
@media (max-width: 991px) {
  .lp-categoryboxes-inner.lp-categoryboxes-inner--rows .lp-categoryboxes-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 500px) {
  .lp-categoryboxes-inner.lp-categoryboxes-inner--rows .lp-categoryboxes-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


.lp-categorybox {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  height: 285px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.lp-categorybox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: 0.35s all;
}

.lp-categorybox > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.lp-categorybox > div img {
  flex-shrink: 0;
}

.lp-categorybox > div::after {
  content: "View Category";
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 100%;
  opacity: 0;
  transition: 0.35s all;
  transform: translateX(-20px);
}

.lp-categorybox::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: -1;
  transition: 0.35s all;
}

.lp-categorybox:hover > img {
  transform: scale(1.05);
}

.lp-categorybox:hover > div::after {
  opacity: 1;
  transform: translateX(0);
}

.lp-categorybox:hover::after {
  opacity: 0.75;
}

.zonebottom:has(.landingpage-category-boxes) > div {
  margin-bottom: 0;
}

.gotAnyQuestions {
  background: #2a2a2a;
  position: relative;
  padding: 0 30px;
}

.gotAnyQuestions > img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  object-fit: cover;
}

.gotAnyQuestions a {
  margin-top: 20px;
}

.gotAnyQuestions a:hover,
a:focus {
  color: #ffffff;
}

.gotAnyQuestions .questionsInner {
  padding: 100px 100px 100px 0;
  width: 50%;
}

.gotAnyQuestions h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 30px;
}

.gotAnyQuestions p {
  color: #fff;
  margin: 0 0 30px;
}

.gotAnyQuestions .questionsLink {
  color: #fff;
  margin: 15px 0;
}

.gotAnyQuestions .customButton {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .gotAnyQuestions > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .gotAnyQuestions .questionsInner {
    width: 100%;
    padding: 50px 0;
  }
}
/* ===== END landing page style ===== */