@charset "utf-8";
/* CSS Document */


.productView-table .productView-table-row:first-of-type {
        border-bottom: 1px solid #d2d2d2;
}

.productView-table .productView-table-row .productView-table-header .productView-table-data {
	    border-top: 0px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-left: 0px solid #d2d2d2;
        border-right: 0px solid #d2d2d2;
    }
.quickSearchResults .suggestion-title,
.quickSearchResults .suggestion-list,
.quickSearchResults .search-suggestion,
.quickSearchResults .suggestion-item {
    display: none !important;
}

.productView-img-container {
    position: relative;
    max-width: 300px;
    width: 100%;
}

.category .category__nav {
    width: 100%;
    display: none;
}

.b2b-add-to-quote, .button {
    margin-bottom: 14px;
    padding: .85714rem 2.28571rem;
    order: 1;
   /* min-height: 40px;
    min-width: 150px; */
	width: 100%; 
}

.b2b-add-to-list {
    order: 2;
	min-height: 40px;
    min-width: 150px;
	width: 100%; 
}

    .button+.button {
        margin-left: 0;
    }

.productView-options .form-action {
    margin-top: .5rem;
}

  .cpc-left-img {
    display: block;
    margin: 0;         /* left-aligned, no auto centering */
    width: 100%;       /* mobile default */
    max-width: 500px;  /* never upscales past the original */
    height: auto;      /* keep aspect ratio */
  }
  @media (min-width: 768px) {
    .cpc-left-img {
      width: 50%;
    }
  }

  .cpc-left-img {
    display: block;
    margin: 0;         /* left-aligned */
    width: 100%;       /* mobile default */
    max-width: 500px;  /* never upscales past the original */
    height: auto;      /* keep aspect ratio */
  }
  @media (min-width: 768px) {
    .cpc-left-img {
      width: 30%;
    }
  }

.boxpaleyellow {
    padding: 20px 20px 20px 20px;
    background-color: #fffac2;
}

  .cpc-two-col {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .cpc-col {
    flex: 1 1 0;        /* both columns share width equally */
    min-width: 0;       /* prevents overflow from long content/images */
  }
  .cpc-col img {
    max-width: 100%;
    height: auto;       /* keeps images responsive */
  }

  /* Stack columns on mobile */
  @media (max-width: 768px) {
    .cpc-two-col {
      flex-direction: column;
    }
    .cpc-col {
      flex: 1 1 100%;
    }
  }
/* 4 column layout */

  .cpc-legend-compare {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: stretch;
  }
  .cpc-legend-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .cpc-legend-head {
    text-align: center;
    padding: 8px;
    color: #ffffff;
    min-height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cpc-legend-body {
    padding: 8px;
    flex: 1 1 auto;
    text-align: center;
  }
  .cpc-legend-img {
    text-align: center;
    padding: 8px;
  }
  .cpc-legend-img img {
    max-width: 90%;
    height: auto;
  }
  .cpc-legend-label {
    text-align: center;
    padding: 8px;
  }

  /* Tablet: 2 columns (2x2 grid) */
  @media (max-width: 991px) {
    .cpc-legend-col {
      flex: 1 1 calc(50% - 16px);
    }
  }

  /* Mobile: single stacked column */
  @media (max-width: 768px) {
    .cpc-legend-col {
      flex: 1 1 100%;
    }
  }

.button .category-compare {
	max-width: 100px;
    margin-left: 10px;
	background-color: #fffdea;
}

