﻿@charset "UTF-8";
/* Content/css/searchrefine.css */ /* Content/css/elements/_search-within.scss */
.search-within {
  background-color: #e0e4e9;
  border: 1px solid #d9d9d9;
  padding: 10px;
  /* to override AutoSuggestion.css */
}
.search-within #searchPartNumberBox .ac-ac_div {
  position: absolute;
}
.search-within .optional-filters {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
}
.search-within .optional-filters .padding-bottom-5 {
  padding-bottom: 8px;
}
.search-within .optional-filters .table-cell {
  display: table-cell;
  padding-right: 5px;
  vertical-align: top;
}
.search-within .optional-filters .table-cell input[type=checkbox] {
  margin: 0;
}
.search-within .optional-filters .table-cell label {
  margin: 0;
}
.search-within .optional-filters table {
  width: 100%;
}
.search-within .optional-filters table tr td {
  vertical-align: top;
  padding: 0 13px;
}
.search-within .optional-filters table tr td:first-child {
  padding-left: 0;
}
.search-within .optional-filters table tr td.optional-filters-section {
  border-right: 1px solid #333333;
}
.search-within .as-results {
  top: 32px;
  left: 0;
  background: none repeat scroll 0 0 #ffffff;
}
.search-within .search-spinner {
  position: absolute;
  z-index: 10;
  right: 35px;
  top: 3px;
}
.search-within .search-within-div input.form-control.search-txt {
  height: 30px;
  padding: 4px 12px;
  border: 1px solid #a9afb7 !important;
  border-right: none;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.search-within .search-within-div input.form-control.search-txt::-ms-clear {
  display: none;
}
.search-within .search-within-div .search-button {
  color: #ffffff;
  font-size: 14px;
  background: #0070BB;
  background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: -o-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: linear-gradient(to bottom, #0070BB 0%, #004792 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0070BB", endColorstr="#FF004792", GradientType=0);
  padding: 4px 12px;
  text-shadow: none;
  border: none;
  height: 30px;
  z-index: 1;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.search-within .search-within-div .search-button:hover {
  background: #0070BB;
  background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 10%);
  background-image: -o-linear-gradient(top, #0070BB 0%, #004792 10%);
  background-image: linear-gradient(to bottom, #0070BB 0%, #004792 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0070BB", endColorstr="#FF004792", GradientType=0);
  color: #ffffff;
}
.search-within .filter-mfr {
  margin-top: 0;
  padding: 0;
}
.search-within .filter-mfr .tblSuppliers2 {
  width: 100%;
}
.search-within .filter-mfr .tblSuppliers2 tr td {
  display: block;
}
.search-within .filter-mfr .tblSuppliers2 tr td.filter-mfr-label {
  text-align: left;
  padding: 0;
  padding-bottom: 5px;
  font-size: 12px;
  color: #333333;
}
.search-within .filter-mfr .tblSuppliers2 tr td.filter-mfr-label label {
  margin-bottom: 0;
}
.search-within .filter-mfr .filter-mfr-dropdown {
  width: 100%;
  height: 30px;
  color: #333333;
}
.search-within .filter-mfr .filter-mfr-apply {
  padding: 10px 0 0 0;
}
.search-within .filter-mfr .filter-mfr-apply button {
  width: 100%;
  height: 30px;
  padding: 5px 12px;
}

@media (min-width: 768px) {
  .search-within .filter-mfr {
    padding-left: 0;
    margin-top: 15px;
  }
  .search-within .filter-mfr .tblSuppliers2 {
    width: 100%;
  }
  .search-within .filter-mfr .tblSuppliers2 tr td {
    display: table-cell;
  }
  .search-within .filter-mfr .filter-mfr-apply {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 992px) {
  .search-within .filter-mfr {
    padding-left: 15px;
    margin-top: 0;
  }
  .search-within .filter-mfr .tblSuppliers2 tr td.filter-mfr-label {
    vertical-align: middle;
    padding: 0;
    padding-right: 5px;
    text-align: right;
    font-size: 13px;
    line-height: 1.2;
  }
}
.responsive-desktop .search-within #searchPartNumberBox {
  max-width: 550px;
}
.responsive-desktop .search-within .optional-filters {
  max-width: 550px;
}
.responsive-desktop .search-within .filter-mfr {
  padding-left: 15px;
  margin-top: 0;
}
.responsive-desktop .search-within .filter-mfr .tblSuppliers2 tr td {
  display: table-cell;
}
.responsive-desktop .search-within .filter-mfr .tblSuppliers2 tr td.filter-mfr-label {
  vertical-align: middle;
  padding: 0;
  padding-right: 5px;
  text-align: right;
  font-size: 13px;
  line-height: 1.2;
}
.responsive-desktop .search-within .filter-mfr .filter-mfr-apply {
  padding: 0 0 0 15px;
}

@media (min-width: 1200px) {
  .search-within #searchPartNumberBox {
    max-width: 550px;
  }
  .search-within .optional-filters {
    max-width: 550px;
  }
}
.responsive-mobile .search-within .filter-mfr {
  padding: 0;
  margin-top: 0;
}
.responsive-mobile .search-within .filter-mfr .tblSuppliers2 {
  width: 100%;
}
.responsive-mobile .search-within .filter-mfr .tblSuppliers2 tr td {
  display: block;
}
.responsive-mobile .search-within .filter-mfr .tblSuppliers2 tr td.filter-mfr-label {
  text-align: left;
  padding: 0;
  padding-bottom: 5px;
  font-size: 12px;
  color: #333333;
}
.responsive-mobile .search-within .filter-mfr .filter-mfr-apply {
  padding: 10px 0 0 0;
}

#searchPartNumberBox #clearSearchTxtSwr {
  position: absolute;
  right: 38px;
  height: 30px;
  z-index: 3;
  width: 30px;
  opacity: 1;
  color: #7f7f7f;
}

/* Custom styles for IA All Products Search Within */
.all-products-search-within {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  overflow: hidden;
  border: none;
  background-color: #f5f5f5;
  /* Row 1: Search Input and Manufacturer Dropdown */
  /* Expand Filters Button (Mobile Only) */
  /* Wrapper for checkboxes and unselect all - Mobile First */
  /* Row 2: Checkboxes (Hidden on mobile by default) */
  /* Unselect All Button - Mobile */
  /* Row 3: Full-width Apply Button */
  /* Override AutoSuggestion positioning although autosuggestion is not ON */
}
.all-products-search-within .all-products-main-label {
  font-weight: bold;
  margin-bottom: 0.3125rem;
  display: block;
}
.all-products-search-within .all-products-top-row {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: stretch;
}
.all-products-search-within .all-products-search-input {
  width: 100%;
  position: relative;
}
.all-products-search-within .all-products-search-input #searchPartNumberBox {
  width: 100%;
}
.all-products-search-within .all-products-search-input #searchPartNumberBox .input-group {
  width: 100%;
}
.all-products-search-within .all-products-search-input #searchPartNumberBox input.form-control.search-txt {
  height: 30px;
  padding: 0.25rem 0.75rem;
  border: 1px solid #a9afb7 !important;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 4px;
}
.all-products-search-within .all-products-search-input #searchPartNumberBox input.form-control.search-txt::-ms-clear {
  display: none;
}
.all-products-search-within .all-products-search-input #searchPartNumberBox #clearSearchTxtSwr {
  position: absolute;
  right: 5px;
  top: 22px;
  height: 30px;
  z-index: 3;
  width: 30px;
  opacity: 1;
  color: #7f7f7f;
}
.all-products-search-within .all-products-mfr-dropdown {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.all-products-search-within .all-products-mfr-dropdown label {
  font-weight: bold;
  margin-bottom: 0.1875rem;
  display: block;
}
.all-products-search-within .all-products-mfr-dropdown .filter-mfr-dropdown {
  width: 100%;
  height: 30px;
  color: #333333;
}
.all-products-search-within .all-products-expand-filters-btn {
  display: block;
  margin-top: 0.3125rem;
}
.all-products-search-within .all-products-expand-filters-btn button {
  color: #004792 !important;
  padding: 0;
  background: none;
  border: none;
}
.all-products-search-within .all-products-expand-filters-btn button:hover {
  color: #004792 !important;
}
.all-products-search-within .all-products-expand-filters-btn button .fa {
  margin-left: 0.3125rem;
}
.all-products-search-within .all-products-checkboxes-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.all-products-search-within .all-products-checkboxes {
  display: none;
  flex-direction: column;
  gap: 0.625rem;
  font-weight: bold;
  margin-top: 0.625rem;
  width: 100%;
}
.all-products-search-within .all-products-checkboxes.expanded {
  display: flex;
}
.all-products-search-within .all-products-checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.all-products-search-within .all-products-checkbox-item input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  margin-bottom: 0.125rem;
  flex-shrink: 0;
}
.all-products-search-within .all-products-checkbox-item label {
  margin: 0;
  vertical-align: middle;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex: 1;
  min-width: 0;
}
.all-products-search-within .all-products-unselect-all {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.all-products-search-within .all-products-unselect-all button {
  color: #004792 !important;
  padding: 0;
  border: none;
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  line-height: 1.4;
  max-width: 100%;
  display: none;
}
.all-products-search-within .all-products-unselect-all button:hover {
  color: #004792 !important;
  text-decoration: underline;
}
.all-products-search-within .all-products-apply-btn {
  margin-top: 0rem;
}
.all-products-search-within .all-products-apply-btn button {
  width: 100%;
  height: 35px;
  padding: 0.375rem 0.75rem;
}
.all-products-search-within #searchPartNumberBox .ac-ac_div {
  position: absolute;
}
.all-products-search-within .as-results {
  top: 32px;
  left: 0;
  background: none repeat scroll 0 0 #ffffff;
}
.all-products-search-within .search-spinner {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 3px;
}

/* Small Tablet Layout (576px to 767px) - 2 columns */
@media (min-width: 576px) and (max-width: 767px) {
  .all-products-search-within {
    /* Hide Expand Filters button on small tablet */
    /* Wrapper becomes a grid container with 2 columns */
    /* Checkboxes container in grid - each checkbox is a grid item */
    /* Unselect All Button spans full width at bottom */
  }
  .all-products-search-within .all-products-expand-filters-btn {
    display: none;
  }
  .all-products-search-within .all-products-checkboxes-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-top: 0rem;
  }
  .all-products-search-within .all-products-checkboxes {
    display: contents !important;
    font-weight: bold;
    margin-top: 0;
  }
  .all-products-search-within .all-products-checkbox-item {
    min-width: 0;
  }
  .all-products-search-within .all-products-unselect-all {
    grid-column: 1/-1;
    justify-content: flex-start;
  }
}
/* Tablet Layout (768px to 991px) - 3 columns */
@media (min-width: 768px) and (max-width: 991px) {
  .all-products-search-within {
    /* Hide Expand Filters button on tablet */
    /* Wrapper becomes a grid container for tablet */
    /* Checkboxes container in grid - each checkbox is a grid item */
    /* Unselect All Button spans full width at bottom */
  }
  .all-products-search-within .all-products-expand-filters-btn {
    display: none;
  }
  .all-products-search-within .all-products-checkboxes-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    margin-top: 0rem;
  }
  .all-products-search-within .all-products-checkboxes {
    display: contents !important; /* Makes children of this div become grid items */
    font-weight: bold;
    margin-top: 0;
  }
  .all-products-search-within .all-products-checkbox-item {
    min-width: 0;
  }
  .all-products-search-within .all-products-unselect-all {
    grid-column: 1/-1;
    justify-content: flex-start;
  }
}
/* Desktop Layout (992px and above) */
@media (min-width: 992px) {
  .all-products-search-within {
    max-width: 65%;
    /* Row 1: Side-by-side layout */
    /* Hide Expand Filters button on desktop */
    /* Checkboxes and Unselect All in same row on desktop */
    /* Show checkboxes in horizontal row on desktop */
    /* Unselect All Button - Desktop (aligned to the left) */
  }
  .all-products-search-within .all-products-top-row {
    flex-direction: row;
    gap: 0.3125rem;
    align-items: flex-end;
  }
  .all-products-search-within .all-products-search-input {
    flex: 0 0 58.33%;
  }
  .all-products-search-within .all-products-mfr-dropdown {
    flex: 0 0 41.67%;
  }
  .all-products-search-within .all-products-expand-filters-btn {
    display: none;
  }
  .all-products-search-within .all-products-checkboxes-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 0rem;
  }
  .all-products-search-within .all-products-checkboxes {
    display: flex;
    flex-direction: row;
    gap: 0.9375rem;
    align-items: center;
    flex-wrap: wrap;
    min-width: 0;
    margin-top: 0;
  }
  .all-products-search-within .all-products-checkbox-item {
    flex-shrink: 0; /* Don't shrink checkbox items on desktop */
    min-width: 0;
    width: auto; /* Override the 100% width from mobile */
    gap: 0.3125rem;
  }
  .all-products-search-within .all-products-unselect-all {
    width: 100%;
    align-self: flex-start; /*left align*/
    margin-left: 0;
    justify-content: flex-start;
  }
  .all-products-search-within .all-products-apply-btn {
    margin-top: 0rem;
  }
}
/* Content/css/components/_breadcrumb-arrows.scss */
.breadcrumb-arrows {
  margin-right: 10px;
}
.breadcrumb-arrows .btn + .btn {
  margin-left: 0;
}
.breadcrumb-arrows .btn {
  background-color: #d9d9d9;
  color: #585d62;
  border: 1px solid #7f7f7f;
  padding: 3px 5px 3px 18px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0;
  pointer-events: none;
  cursor: default;
  margin-bottom: 5px;
}
.breadcrumb-arrows .btn span.attr-text {
  overflow: hidden;
  white-space: nowrap;
  max-width: 240px;
  text-overflow: ellipsis;
  margin-right: 10px;
  display: block;
}
.breadcrumb-arrows .btn:not(:last-child) {
  border-right: none;
}
.breadcrumb-arrows .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #d9d9d9;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 100%;
  z-index: 1;
}
.breadcrumb-arrows .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #7f7f7f;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.breadcrumb-arrows .btn:first-child {
  padding: 3px 5px 3px 10px;
}
.breadcrumb-arrows .btn:last-child {
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.breadcrumb-arrows .btn.current {
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  background-color: #585d62;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 15px;
  z-index: 0;
}
.breadcrumb-arrows .btn .close-x {
  position: absolute;
  right: 8px;
  top: 5px;
}

@media (min-width: 350px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 275px;
  }
}
@media (min-width: 400px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 325px;
  }
}
@media (min-width: 450px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 375px;
  }
}
@media (min-width: 500px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 425px;
  }
}
@media (min-width: 550px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 475px;
  }
}
@media (min-width: 600px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 525px;
  }
}
@media (min-width: 650px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 575px;
  }
}
@media (min-width: 700px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 625px;
  }
}
@media (min-width: 768px) {
  .breadcrumb-arrows .btn {
    font-size: 13px;
  }
  .breadcrumb-arrows .btn.current {
    padding-left: 18px;
  }
  .breadcrumb-arrows .btn.current.single-arrow {
    padding-left: 10px;
  }
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 640px;
  }
}
@media (min-width: 800px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 640px;
  }
}
@media (min-width: 850px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 670px;
  }
}
@media (min-width: 900px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 670px;
  }
}
@media (min-width: 950px) {
  .breadcrumb-arrows .btn span.attr-text {
    max-width: 670px;
  }
}
.responsive-desktop .breadcrumb-arrows .btn {
  font-size: 13px;
}
.responsive-desktop .breadcrumb-arrows .btn.current {
  padding-left: 18px;
}
.responsive-desktop .breadcrumb-arrows .btn.current.single-arrow {
  padding-left: 10px;
}
.responsive-desktop .breadcrumb-arrows .btn span.attr-text {
  max-width: 660px;
}

@media (min-width: 1000px) {
  .breadcrumb-arrows .btn span.attr-text, .responsive-desktop .breadcrumb-arrows .btn span.attr-text {
    max-width: 690px;
  }
}
@media (min-width: 1050px) {
  .breadcrumb-arrows .btn span.attr-text, .responsive-desktop .breadcrumb-arrows .btn span.attr-text {
    max-width: 760px;
  }
}
@media (min-width: 1100px) {
  .breadcrumb-arrows .btn span.attr-text, .responsive-desktop .breadcrumb-arrows .btn span.attr-text {
    max-width: 800px;
  }
}
@media (min-width: 1150px) {
  .breadcrumb-arrows .btn span.attr-text, .responsive-desktop .breadcrumb-arrows .btn span.attr-text {
    max-width: 840px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb-arrows .btn span.attr-text, .responsive-desktop .breadcrumb-arrows .btn span.attr-text {
    max-width: 880px;
  }
}
@media (min-width: 1300px) {
  .breadcrumb-arrows .btn span.attr-text, .responsive-desktop .breadcrumb-arrows .btn span.attr-text {
    max-width: 950px;
  }
}
.responsive-mobile .breadcrumb-arrows .btn {
  font-size: 12px;
}
.responsive-mobile .breadcrumb-arrows .btn.current {
  padding-left: 10px;
}
.responsive-mobile .breadcrumb-arrows .btn:not(:last-child) {
  display: none;
}

/* Content/css/components/_navigation-tabs.scss */
.catnav-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.scroll-left-arrow {
  display: none;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
  content: "";
  width: 60px;
  background: rgba(255, 255, 255, 0.8) 0%;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, transparent 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, transparent 100%);
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, transparent 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
  position: absolute;
  z-index: 1;
}
.scroll-left-arrow a {
  color: #333333;
  z-index: 2;
  opacity: 1;
  position: absolute;
  top: 0;
  padding: 5px 10px 13px 5px;
  left: 0;
  font-size: 20px;
  height: 100%;
}
.scroll-left-arrow a i {
  vertical-align: middle;
  margin-top: -2px;
}

.scroll-right-arrow {
  display: none;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s;
  z-index: 1;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.8) 0%;
  background: -moz-linear-gradient(to left, rgb(255, 255, 255) 0%, transparent 100%);
  background: -webkit-linear-gradient(to left, rgb(255, 255, 255) 0%, transparent 100%);
  background: -o-linear-gradient(to left, rgb(255, 255, 255) 0%, transparent 100%);
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
.scroll-right-arrow a {
  color: #333333;
  z-index: 2;
  opacity: 1;
  position: absolute;
  top: 0;
  padding: 5px 10px 13px 5px;
  right: 0;
  font-size: 20px;
  height: 100%;
}
.scroll-right-arrow a i {
  vertical-align: middle;
  margin-top: -2px;
}

.catalog-nav-tabs {
  width: 100%;
  position: relative;
  float: left;
  background: none;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.catalog-nav-tabs ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  background: #585d62;
}
.catalog-nav-tabs ul li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  font-weight: bold;
}
.catalog-nav-tabs ul li a {
  background: #585d62;
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 12px;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  position: relative;
  display: block;
  border-radius: 0;
  /* DEVELOPER NOTE: Override for Global Link Styling needed in Search Refine, Tabs Section */
}
.catalog-nav-tabs ul li a:visited {
  background: #585d62;
}
.catalog-nav-tabs ul li a:hover {
  background: #0070BB;
}
.catalog-nav-tabs ul li a i {
  margin-right: 4px;
}
.catalog-nav-tabs ul li a .tab-title {
  margin-left: 3px;
}
.catalog-nav-tabs ul li a:hover, .catalog-nav-tabs ul li a:focus {
  text-decoration: none;
}
.catalog-nav-tabs ul li.active a {
  background: #0070BB;
  cursor: default;
}
.catalog-nav-tabs ul li.disabled a {
  cursor: not-allowed;
  background: #7f7f7f;
  color: #ffffff;
}
.catalog-nav-tabs ul li.disabled a:hover {
  background: #7f7f7f;
}
.catalog-nav-tabs ul li.disabled a i, .catalog-nav-tabs ul li.disabled a span {
  opacity: 0.5;
}
.catalog-nav-tabs ul li.newest-prod-tab .tab-count-lbl {
  display: block;
  visibility: hidden;
}

@media (min-width: 768px) {
  .catnav-wrapper {
    height: 39px;
  }
  .catalog-nav-tabs ul li.newest-prod-tab .tab-count-lbl {
    display: none;
  }
  .catalog-nav-tabs ul li a {
    font-size: 14px;
  }
  .catalog-nav-tabs ul li a i {
    margin-right: 9px;
  }
  .catalog-nav-tabs ul li a .tab-count-lbl {
    display: inline;
    text-align: left;
  }
  .scroll-right-arrow a i {
    vertical-align: top;
    margin-top: -3px;
  }
  .scroll-left-arrow a i {
    vertical-align: top;
    margin-top: -3px;
  }
}
@media (min-width: 992px) {
  .catalog-nav-tabs ul li a {
    padding: 10px 20px;
  }
}
.responsive-desktop .catnav-wrapper {
  height: 39px;
}
.responsive-desktop .catalog-nav-tabs ul li.newest-prod-tab .tab-count-lbl {
  display: none;
}
.responsive-desktop .catalog-nav-tabs ul li a {
  font-size: 14px;
  padding: 10px 20px;
}
.responsive-desktop .catalog-nav-tabs ul li a i {
  margin-right: 9px;
}
.responsive-desktop .catalog-nav-tabs ul li a .tab-count-lbl {
  display: inline;
  text-align: left;
}
.responsive-desktop .scroll-right-arrow a i {
  vertical-align: top;
  margin-top: -3px;
}
.responsive-desktop .scroll-left-arrow a i {
  vertical-align: top;
  margin-top: -3px;
}

.responsive-mobile .catnav-wrapper {
  height: 54px;
}
.responsive-mobile .catalog-nav-tabs ul {
  display: flex;
}
.responsive-mobile .catalog-nav-tabs ul li.newest-prod-tab .tab-count-lbl {
  display: block;
  visibility: hidden;
}
.responsive-mobile .catalog-nav-tabs ul li a {
  font-size: 12px;
  padding: 10px 15px;
  height: 100%;
}
.responsive-mobile .catalog-nav-tabs ul li a i {
  margin-right: 4px;
}
.responsive-mobile .catalog-nav-tabs ul li a .tab-count-lbl {
  display: block;
  text-align: center;
}
.responsive-mobile .scroll-right-arrow a i {
  vertical-align: middle;
  margin-top: -2px;
}
.responsive-mobile .scroll-left-arrow a i {
  vertical-align: middle;
  margin-top: -2px;
}

/* Modules, standard and collapsable */
.panel-default > .panel-heading {
  background: #e0e4e9;
}
.panel-default > .panel-heading .panel-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.panel-heading .accordion-toggle h4:after, .panel-heading .accordion-toggle .panel-title:after {
  font-family: "MouserIcons";
  content: "\f006";
  float: right;
  color: #0070BB;
}

.panel-heading .accordion-toggle.collapsed h4:after, .panel-heading .accordion-toggle.collapsed .panel-title:after {
  content: "\f007";
}

.panel-default > .panel-accordion-heading:hover {
  background: #e7f3f9;
}

.panel-default > .panel-heading > a:hover, .panel-default > .panel-heading > a:focus {
  text-decoration: none;
}

.panel-grey {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.panel-grey-border {
  border-color: #d9d9d9;
}

.panel-row {
  display: block;
}

.panel-col {
  flex: 1; /* additionally, equal width */
  padding: 1em;
  /*border: solid;*/
}

@media (min-width: 768px) {
  .panel-row {
    display: flex; /* equal height of the children */
  }
  .panel-two-column-left {
    margin-right: 13px;
  }
  .panel-two-column-right {
    margin-left: 13px;
  }
}
/* Content/css/elements/_show-more.scss */
.show-more {
  visibility: hidden;
}
.show-more button {
  padding: 12px 15px;
  background: #ffffff;
  color: #0070BB;
  z-index: 1;
  position: relative;
  transition: all 300ms ease-in;
  text-decoration: none;
  border: 1px solid #0070BB;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.show-more button:hover {
  text-decoration: none;
  color: #0099FF;
}
.show-more button span:after {
  font-family: "MouserIcons";
  content: "\f00f";
  color: #0070BB;
  padding-left: 5px;
}
.show-more .line {
  border-top: 1px solid #d9d9d9;
  height: 1px;
  width: 100%;
  display: block;
  position: relative;
  top: 22px;
}

.has-gradient {
  position: relative;
  z-index: 1;
  margin-top: -55px;
  padding-top: 55px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#03ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.has-gradient button > span:after {
  content: "\f00e";
}

.has-collapsed button > span:after {
  content: "\f00e";
}

@media (min-width: 768px) {
  .show-more button {
    min-width: 180px;
    width: auto;
  }
}
.responsive-desktop .show-more button {
  min-width: 180px;
  width: auto;
}

.responsive-mobile .show-more button {
  width: 100%;
}

/* Content/css/components/_filter-pills.scss */
.filter-pills {
  display: inline-block;
  min-width: 10px;
  white-space: nowrap;
  border-radius: 20px;
  color: #ffffff;
  background-color: #585d62;
  padding: 2px 10px;
  margin: 0px 10px 5px 0;
  vertical-align: top;
}
.filter-pills span.filter-text {
  overflow: hidden;
  white-space: nowrap;
  max-width: 235px;
  text-overflow: ellipsis;
  display: table-cell;
}
.filter-pills .applied-filter-lbl {
  font-weight: normal;
  font-size: 12px;
}
.filter-pills .applied-filter-val {
  font-weight: bold;
  font-size: 13px;
}
.filter-pills .close-x {
  opacity: 1;
  text-shadow: none;
  display: table-cell;
  padding-left: 10px;
}

@media (min-width: 350px) {
  .filter-pills span.filter-text {
    max-width: 245px;
  }
}
@media (min-width: 400px) {
  .filter-pills span.filter-text {
    max-width: 290px;
  }
}
@media (min-width: 450px) {
  .filter-pills span.filter-text {
    max-width: 350px;
  }
}
@media (min-width: 500px) {
  .filter-pills span.filter-text {
    max-width: 390px;
  }
}
@media (min-width: 550px) {
  .filter-pills span.filter-text {
    max-width: 440px;
  }
}
@media (min-width: 600px) {
  .filter-pills span.filter-text {
    max-width: 480px;
  }
}
@media (min-width: 650px) {
  .filter-pills span.filter-text {
    max-width: 530px;
  }
}
@media (min-width: 700px) {
  .filter-pills span.filter-text {
    max-width: 580px;
  }
}
@media (min-width: 768px) {
  .filter-pills {
    padding: 3px 10px;
  }
  .filter-pills span.filter-text {
    max-width: 640px;
  }
}
.responsive-desktop .filter-pills {
  padding: 3px 10px;
}
.responsive-desktop .filter-pills span.filter-text {
  max-width: 640px;
}

.responsive-mobile .filter-pills {
  padding: 2px 10px;
}

@media (min-width: 1000px) {
  .filter-pills span.filter-text, .responsive-desktop .filter-pills span.filter-text {
    max-width: 710px;
  }
}
@media (min-width: 1050px) {
  .filter-pills span.filter-text, .responsive-desktop .filter-pills span.filter-text {
    max-width: 750px;
  }
}
@media (min-width: 1100px) {
  .filter-pills span.filter-text, .responsive-desktop .filter-pills span.filter-text {
    max-width: 790px;
  }
}
@media (min-width: 1150px) {
  .filter-pills span.filter-text, .responsive-desktop .filter-pills span.filter-text {
    max-width: 840px;
  }
}
@media (min-width: 1200px) {
  .filter-pills span.filter-text, .responsive-desktop .filter-pills span.filter-text {
    max-width: 890px;
  }
}
@media (min-width: 1250px) {
  .filter-pills span.filter-text, .responsive-desktop .filter-pills span.filter-text {
    max-width: 955px;
  }
}
@media (min-width: 1300px) {
  .filter-pills span.filter-text, .responsive-desktop .filter-pills span.filter-text {
    max-width: 1000px;
  }
}
/* Content/css/components/_category-list.scss */
.category-list-items {
  width: 100%;
  column-count: 1;
}
.category-list-items li {
  padding-left: 0;
}
.category-list-items li a {
  font-size: 12px;
  line-height: 1.9;
  color: #0070BB;
}
.category-list-items li a:hover {
  color: #0099FF;
}
.category-list-items li a:hover .stat-count {
  color: #0099FF;
}
.category-list-items li a .stat-count {
  color: #333333;
}
.category-list-items li:not(.sub-category):before {
  content: "•";
  color: #0070BB;
}
.category-list-items li > .div-cat-title {
  display: inline;
}
.category-list-items li > .div-cat-title > a.SearchResultsSubLevelCategory {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.category-list-items li .category-wrapper {
  display: inline-block;
  max-width: 96%;
}

@media (min-width: 768px) {
  .category-list-items {
    column-count: 2;
  }
  .category-list-items li {
    padding-left: 10px;
  }
  .category-list-items li a {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .category-list-items {
    column-count: 3;
  }
}
.responsive-desktop .category-list-items {
  column-count: 3;
}
.responsive-desktop .category-list-items li {
  padding-left: 10px;
}
.responsive-desktop .category-list-items li a {
  font-size: 13px;
  line-height: 1.7;
}

.responsive-mobile .category-list-items {
  column-count: 1;
}
.responsive-mobile .category-list-items li {
  padding-left: 0;
}
.responsive-mobile .category-list-items li a {
  font-size: 12px;
  line-height: 1.9;
}

/* Content/css/components/_alt-packaging.scss */
.alt-packaging-info {
  width: 100%;
  max-width: 900px;
}
.alt-packaging-info .packaging-desc {
  padding-bottom: 25px;
}
.alt-packaging-info .packaging-desc span {
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}
.alt-packaging-info .section-heading {
  color: #ffffff;
  font-size: 14px;
  background-color: #0070BB;
  font-weight: bold;
  padding: 6px 10px;
}
.alt-packaging-info .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.alt-packaging-info table {
  width: 100%;
  background-color: #ffffff;
}
.alt-packaging-info table th {
  background-color: #e0e4e9;
  padding: 6px 10px;
  border: 1px solid #d9d9d9;
  vertical-align: top;
  text-align: left;
  color: #7f7f7f;
  font-size: 13px;
  font-weight: bold;
}
.alt-packaging-info table > tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.alt-packaging-info table tr td {
  padding: 6px 10px;
  border: 1px solid #d9d9d9;
  vertical-align: top;
  font-size: 13px;
}

/* Content/css/components/_rohs-info.scss */
.rohs-info {
  font-size: 13px;
  font-family: Arial, Helvetica, Sans-serif;
}
.rohs-info p {
  line-height: 1.5em;
  margin-bottom: 20px;
}
.rohs-info table {
  margin-top: 20px;
  margin-bottom: 25px;
}
.rohs-info table tr td {
  padding: 2px 8px 2px 0;
  vertical-align: top;
  font-size: 13px;
  font-family: Arial, Helvetica, Sans-serif;
}
.rohs-info ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
.rohs-info .fa-m-rohs {
  color: #588a10;
  margin-left: 10px;
}
.rohs-info .rohs-text u {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  display: inline-block;
  clear: both;
}

/* Content/css/modules/_datasheets-grid.scss */
.refine-category-content {
  max-width: 1200px;
  margin-bottom: 15px;
}
.refine-category-content .media-object {
  max-width: 86px;
  max-height: 60px;
  margin-right: 10px;
}
.refine-category-content .media-left {
  display: block;
  padding-bottom: 10px;
}
.refine-category-content .media-right {
  display: block;
  margin-top: 15px;
  padding-left: 0;
}
.refine-category-content #detail-feature-img {
  display: block;
  width: auto;
  padding-bottom: 10px;
}
.refine-category-content #detail-feature-img img {
  float: none;
}
.refine-category-content #detail-feature-desc {
  background: #ffffff;
  display: block;
  width: 100%;
  padding: 0;
}
.refine-category-content #detail-feature-desc h3, .refine-category-content #detail-feature-desc h2, .refine-category-content #detail-feature-desc h1 {
  padding: 0.3em 0;
  font-size: 1.2em;
  color: #333333;
  margin-top: 0;
}
.refine-category-content #detail-feature-desc .badwolf .marketcrumb {
  display: none;
}
.refine-category-content #detail-feature-desc .badwolf a img, .refine-category-content #detail-feature-desc .badwolf h1 {
  display: none;
}
.refine-category-content .media-body-content {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.refine-category-content .media-body-content #divMicroSiteContent table td div {
  width: 100%;
}
.refine-category-content .media-body-content #divMicroSiteContent table td #div3 img {
  margin-right: 10px;
}
.refine-category-content .show-more a {
  padding: 5px 0;
}

.collapse-content {
  max-height: 55px;
  overflow: hidden;
}

.collapse-detail-feature {
  max-height: 55px;
  overflow: hidden;
}

.is-detail-feature .media-body-content .row {
  margin: 0;
}

@media (min-width: 768px) {
  .refine-category-content .media-left {
    display: table-cell;
    vertical-align: top;
  }
  .refine-category-content .media-right {
    margin-top: 0;
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
  }
  .refine-category-content #detail-feature-img {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 0;
  }
  .refine-category-content #detail-feature-desc {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
  }
  .refine-category-content .media-body-content #divMicroSiteContent table td div {
    float: left;
    width: 70%;
  }
  .refine-category-content .media-body-content #divMicroSiteContent table td #div3 {
    width: 30%;
  }
  .refine-category-content .media-body-content #divMicroSiteContent table td #div3 img {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .refine-category-content .media-body-content #divMicroSiteContent table td div {
    float: left;
    width: 80%;
  }
  .refine-category-content .media-body-content #divMicroSiteContent table td #div3 {
    width: 20%;
  }
  .refine-category-content .media-body-content #divMicroSiteContent table td #div3 img {
    margin-right: 10px;
  }
}
.responsive-desktop .refine-category-content .media-left {
  display: table-cell;
  vertical-align: top;
}
.responsive-desktop .refine-category-content .media-right {
  margin-top: 0;
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.responsive-desktop .refine-category-content #detail-feature-img {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 0;
}
.responsive-desktop .refine-category-content #detail-feature-desc {
  display: table-cell;
  vertical-align: top;
}
.responsive-desktop .refine-category-content .media-body-content #divMicroSiteContent table td div {
  float: left;
  width: 80%;
}
.responsive-desktop .refine-category-content .media-body-content #divMicroSiteContent table td #div3 {
  width: 20%;
}
.responsive-desktop .refine-category-content .media-body-content #divMicroSiteContent table td #div3 img {
  margin-right: 10px;
}

.responsive-mobile .refine-category-content .media-left {
  display: block;
}
.responsive-mobile .refine-category-content .media-right {
  display: block;
  margin-top: 15px;
  padding-left: 0;
}
.responsive-mobile .refine-category-content #detail-feature-img {
  display: block;
  width: auto;
  padding-bottom: 10px;
}
.responsive-mobile .refine-category-content #detail-feature-img img {
  float: none;
}
.responsive-mobile .refine-category-content #detail-feature-desc {
  display: block;
  width: 100%;
  padding: 0;
}
.responsive-mobile .refine-category-content .media-body-content #divMicroSiteContent table td div {
  width: 100%;
}
.responsive-mobile .refine-category-content .media-body-content #divMicroSiteContent table td #div3 img {
  margin-right: 10px;
}

/* Content/css/components/_parametric-listbox.scss */
.parametric-listbox-wrapper {
  padding: 0;
  background-color: #ffffff;
  margin-bottom: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.parametric-listbox-wrapper .filter-select-wrapper {
  background-color: #ffffff;
  padding: 10px 10px 10px 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.parametric-listbox-wrapper .filter-select-wrapper select, .parametric-listbox-wrapper .filter-select-wrapper select:focus, .parametric-listbox-wrapper .filter-select-wrapper select:active {
  background: #ffffff;
  border: none;
  color: #333333;
  line-height: normal;
  height: 100%;
  padding: 0;
  border-radius: 0;
}
.parametric-listbox-wrapper .filter-select-wrapper select:first-child, .parametric-listbox-wrapper .filter-select-wrapper select:focus:first-child, .parametric-listbox-wrapper .filter-select-wrapper select:active:first-child {
  width: auto;
  min-width: 120px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.parametric-listbox-wrapper .filter-select-wrapper select option, .parametric-listbox-wrapper .filter-select-wrapper select:focus option, .parametric-listbox-wrapper .filter-select-wrapper select:active option {
  width: auto;
  white-space: nowrap;
}
.parametric-listbox-wrapper .filter-select-wrapper select option.disabled, .parametric-listbox-wrapper .filter-select-wrapper select:focus option.disabled, .parametric-listbox-wrapper .filter-select-wrapper select:active option.disabled {
  color: #d9d9d9;
}
.parametric-listbox-wrapper .range-selector-links {
  width: 100%;
  position: relative;
  display: none;
}
.parametric-listbox-wrapper .range-selector-links table {
  width: 100%;
}
.parametric-listbox-wrapper .range-selector-links table tr td {
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
}
.parametric-listbox-wrapper .range-selector-links table tr td:first-child {
  border-right: 1px solid #d9d9d9;
}
.parametric-listbox-wrapper .range-selector-links table tr td button {
  color: #333333;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 100%;
  outline-offset: -1px;
}
.parametric-listbox-wrapper .range-selector-links table tr td button:hover {
  text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
  .parametric-listbox-wrapper .range-selector-links table tr td button {
    outline-offset: -4px;
  }
}
.parametric-listbox-wrapper .filter-search-within {
  width: 100%;
  color: #333333;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}
.parametric-listbox-wrapper .filter-search-within input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  height: 30px;
  padding: 5px 25px 5px 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.parametric-listbox-wrapper .filter-search-within input::-ms-clear {
  display: none;
}
.parametric-listbox-wrapper .filter-search-within input:focus {
  border-radius: 4px 4px 0 0;
}
.parametric-listbox-wrapper .filter-search-within i {
  color: #7f7f7f;
  position: absolute;
  right: 10px;
  top: 9px;
}
.parametric-listbox-wrapper .filter-range-selector {
  width: 100%;
  color: #333333;
  position: relative;
  border-top: 1px solid #d9d9d9;
  white-space: nowrap;
  padding: 0 5px;
  font-size: 12px;
}
.parametric-listbox-wrapper .filter-range-selector table tr td {
  background-color: #ffffff;
  vertical-align: middle;
  padding: 5px 5px 4px 0;
}
.parametric-listbox-wrapper .filter-range-selector table tr td input {
  width: 50px;
  height: 20px;
  border-radius: 3px;
  padding: 0 5px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
.parametric-listbox-wrapper .filter-range-selector table tr td input::-ms-clear {
  display: none;
}
.parametric-listbox-wrapper .filter-range-selector table tr td select {
  height: 20px;
}
.parametric-listbox-wrapper .filter-range-selector table tr td .filter-range-link {
  color: #0070BB;
  font-weight: bold;
  padding: 0 5px;
  cursor: pointer;
}

/* Content/css/components/_parametric-checkboxlist.scss */
.attr-grp-container {
  background-color: #d9d9d9;
  color: #333333;
  padding: 10px;
}
.attr-grp-container .attr-grp-header {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
}
.attr-grp-container .attr-filter {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px 4px 0 0;
}
.attr-grp-container .reset-link-wrapper {
  width: 100%;
  height: 20px;
}
.attr-grp-container .reset-link-wrapper .reset-link-div {
  display: none;
}
.attr-grp-container .reset-link-wrapper .reset-link-div button {
  font-size: 12px;
  color: #0070BB;
  cursor: pointer;
  background-color: #ffffff;
  padding: 1px 10px;
  border-top: 1px solid #d9d9d9;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
}
.attr-grp-container .reset-link-wrapper .reset-link-div button:hover {
  color: #0099FF;
  text-decoration: none;
}
.attr-grp-container .filter-select-wrapper {
  background-color: #ffffff;
  color: #333333;
  padding: 10px;
}
.attr-grp-container .attributes-container {
  height: auto;
  position: relative;
}
.attr-grp-container .attributes-container table.att-group {
  width: 100%;
}
.attr-grp-container .attributes-container table.att-group tr td {
  padding: 2px 0;
  font-size: 12px;
  color: #333333;
}
.attr-grp-container .attributes-container table.att-group tr td input[type=checkbox] {
  margin: 0;
}
.attr-grp-container .attributes-container.hide-partial {
  max-height: 225px;
}
.attr-grp-container .show-more {
  display: block;
  visibility: visible;
  font-size: 12px;
}
.attr-grp-container.attr-selected {
  background-color: #0099FF;
  color: #ffffff;
}
.attr-grp-container.attr-selected .reset-link-div {
  border-top: 1px solid #0099FF;
}

/* Content/css/modules/_catnav-modal.scss */
.refine-modal .xs-modal-header {
  padding: 7px 10px 2px 10px;
}
.refine-modal .modal-header.visible-xs {
  padding: 10px;
}
.refine-modal .modal-body {
  padding: 0px 10px 10px 10px;
}
.refine-modal .modal-nav-links {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.refine-modal .modal-nav-links li, .refine-modal .modal-nav-links span {
  display: inline-block;
  border-left: 1px solid #d9d9d9;
  padding-left: 10px;
  margin-left: 10px;
}
.refine-modal .modal-nav-links li:first-child, .refine-modal .modal-nav-links span:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.refine-modal .modal-nav-links li a, .refine-modal .modal-nav-links span a {
  color: #0070BB;
  margin: 0;
}
.refine-modal .refine-modal-header {
  border-bottom: none;
  padding: 10px;
}
.refine-modal .refine-modal-header .heading-div {
  margin-left: 0;
}
.refine-modal .refine-navbar-wrapper {
  background-color: #e0e4e9;
  border: 1px solid #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.refine-modal .refine-navbar-wrapper table.refine-modal-navbar {
  width: 100%;
}
.refine-modal .refine-navbar-wrapper table.refine-modal-navbar tr td {
  vertical-align: middle;
  padding: 0 10px;
}
.refine-modal .refine-navbar-wrapper table.refine-modal-navbar .modal-pager {
  white-space: nowrap;
}
.refine-modal .refine-navbar-wrapper table.refine-modal-navbar .modal-pager a {
  font-size: 13px;
  text-decoration: none;
  color: #0070BB;
}
.refine-modal .refine-navbar-wrapper table.refine-modal-navbar .modal-pager a .pager-text {
  margin: 0 5px;
}
.refine-modal .refine-navbar-wrapper table.refine-modal-navbar .refine-modal-title {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  vertical-align: middle;
}
.refine-modal .img-products-container {
  width: 100%;
  padding: 10px 0 0 0;
  min-height: 225px;
}
.refine-modal .img-products-container .modal-product-img {
  max-width: 160px;
}
.refine-modal .img-products-container .search-breadcrumb .breadcrumb {
  padding: 0 10px;
  color: #333333;
}
.refine-modal .microsite-container {
  padding: 10px;
  width: 100%;
  height: 400px;
  overflow: auto;
  border: 1px solid #d9d9d9;
}
.refine-modal .image-preview {
  width: 100%;
  background-color: #585d62;
  text-align: center;
  padding: 20px;
  height: auto;
  min-height: 100%;
}
.refine-modal .image-preview .large-thumb-img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .refine-modal .xs-modal-header {
    padding: 15px;
  }
  .refine-modal .refine-navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .refine-modal .refine-navbar-wrapper table.refine-modal-navbar .refine-modal-title {
    font-size: 16px;
  }
  .refine-modal .refine-modal-header {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
  }
  .refine-modal .refine-modal-header .heading-div {
    margin-left: 8.33333%;
  }
  .refine-modal .refine-modal-header .close-button {
    margin-top: -19px;
  }
  .refine-modal .modal-body {
    padding: 0px 15px 15px 15px;
  }
  .refine-modal .img-products-container .modal-product-img {
    max-width: 300px;
    max-height: 300px;
  }
  .catnav-modal-dialog {
    width: 90%;
    min-width: 750px;
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .refine-modal .img-products-container .modal-product-img {
    max-width: 415px;
    max-height: 345px;
  }
}
.responsive-mobile .refine-modal .refine-navbar-wrapper table.refine-modal-navbar .refine-modal-title {
  font-size: 13px;
}
.responsive-mobile .refine-modal .refine-modal-header {
  padding: 10px;
}
.responsive-mobile .refine-modal .refine-navbar-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.responsive-mobile .refine-modal .modal-body {
  padding: 0px 10px 10px 10px;
}
.responsive-mobile .refine-modal .img-products-container .modal-product-img {
  max-width: 160px;
}

.catnav-modal-dialog .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #ffffff;
}
.catnav-modal-dialog .modal-header .modal-title {
  display: inline-block;
  margin: 0;
}
.catnav-modal-dialog .modal-header .modal-title h3 {
  font-size: 16px;
  font-weight: bold;
}
.catnav-modal-dialog .modal-header .close {
  display: inline-block;
  font-size: 20px;
}

@media (max-width: 767px) {
  .refine-modal .refine-navbar-wrapper .modal-pager a {
    text-decoration: none !important;
  }
}
/* Content/css/modules/_search-grid.scss */
.search-results-pager {
  background-color: #585d62;
  min-height: 50px;
}
.search-results-pager table {
  width: 100%;
}
.search-results-pager table tr td {
  padding: 5px 10px;
  vertical-align: middle;
  min-height: 50px;
}
.search-results-pager table .pagination {
  margin: 0;
  margin-top: 5px;
}

.part-number-lbl {
  color: #333333;
  font-style: italic;
  font-weight: bold;
  white-space: nowrap;
}

.mpart-number-lbl {
  color: #333333 !important;
  font-weight: normal;
  text-decoration: none;
  pointer-events: none;
  white-space: nowrap;
  margin: 0;
}

.scroll-body {
  width: 100%;
  position: relative;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.scroll-body .search-table-wrapper {
  border: none;
}

.has-scrolled-right:before {
  display: none;
  height: 100%;
  top: 0;
  opacity: 1;
  transition: opacity 0.2s;
  content: "";
  width: 22px;
  -webkit-box-shadow: inset 14px 0 13px rgba(0, 0, 0, 0.3);
  box-shadow: inset 14px 0 13px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.has-right-scroll:after {
  display: none;
  height: 100%;
  top: 0;
  opacity: 1;
  transition: opacity 0.2s;
  content: "";
  width: 22px;
  -webkit-box-shadow: inset -14px 0 13px rgba(0, 0, 0, 0.3);
  box-shadow: inset -14px 0 13px rgba(0, 0, 0, 0.3);
  right: 0;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.floatingHeader {
  display: none;
}

.command-row {
  background-color: #585d62;
  padding: 10px;
  border-bottom: 4px solid #7f7f7f;
}
.command-row .alert {
  margin-bottom: 0;
  display: inline;
  margin-left: 15px;
}
.command-row .btn i.fa {
  margin-right: 10px;
}
.command-row .vr {
  width: 1px;
  height: 32px;
  margin: 0 15px 0 16px;
  padding: 0;
  border-left: 2px solid #fff;
  vertical-align: middle;
  display: inline-block;
}

.dark-table-border {
  border-bottom: 4px solid #7f7f7f;
}

.fa-m-rohs {
  color: #588a10;
}

button.EnlargeImage {
  color: #0070BB;
  background: none !important;
  border: none;
  padding: 0 !important;
  text-decoration: underline;
  cursor: pointer;
}

table.SearchResultsTable {
  width: 100%;
  margin-bottom: 0;
  border: none;
  border-collapse: separate;
}
table.SearchResultsTable > tbody > tr.even-row {
  background-color: #f5f5f5;
}
table.SearchResultsTable > tbody > tr:first-child {
  border-top: none;
}
table.SearchResultsTable > tbody > tr:first-child > td.image-column, table.SearchResultsTable > tbody > tr:first-child td.right-caret {
  border-top: none;
}
table.SearchResultsTable > tbody > tr > td {
  border: none;
  font-size: 12px;
}
table.SearchResultsTable > tbody > tr > td.column {
  padding: 10px;
}
table.SearchResultsTable > tbody > tr > td.image-column {
  border-top: 1px solid #d9d9d9;
  padding: 10px 5px 10px 10px;
}
table.SearchResultsTable > tbody > tr > td .placeholder-img {
  font-size: 8em;
  color: #e0e4e9;
  margin-top: 25px;
}
table.SearchResultsTable > tbody > tr > td.collapse-for-xs {
  display: block;
  text-align: left;
}
table.SearchResultsTable > tbody > tr > td.hide-xsmall {
  display: none;
}
table.SearchResultsTable > tbody > tr > td.mfr-column a {
  color: #0070BB;
  font-size: 12px;
}
table.SearchResultsTable > tbody > tr > td .image-detail {
  display: block;
}
table.SearchResultsTable > tbody > tr > td .image-detail a {
  text-decoration: none;
  display: block;
}
table.SearchResultsTable > tbody > tr > td .image-detail a:hover {
  text-decoration: none;
}
table.SearchResultsTable > tbody > tr > td .image-detail a .refine-prod-img {
  margin: 25px auto;
  max-width: 114px;
}
table.SearchResultsTable > tbody > tr > td.right-caret {
  border-top: 1px solid #d9d9d9;
  display: table-cell !important;
  width: 20px;
  vertical-align: middle;
  color: #0070BB;
}
table.SearchResultsTable > tbody > tr > td.right-caret a {
  display: block;
}
table.SearchResultsTable > tbody > tr > td.right-caret a i {
  font-size: 3em;
}
table.SearchResultsTable > tbody > tr > td .highlight:hover {
  color: #dc730a;
  text-decoration: none;
}
table.SearchResultsTable th.hide-xsmall {
  display: none;
}
table.SearchResultsTable .available-amount {
  margin-right: 4px;
  font-weight: bold;
}
table.SearchResultsTable .avail-status {
  display: inline;
  font-weight: bold;
}
table.SearchResultsTable .digital-deliver-link {
  display: inline-block !important;
}
table.SearchResultsTable .digital-deliver-link:hover {
  text-decoration: none;
}
table.SearchResultsTable .digital-deliver-text {
  font-weight: bold;
  margin: 0 0 0 5px;
  display: inline;
}
table.SearchResultsTable .digital-deliver-icon {
  color: #0070BB;
}
table.SearchResultsTable ul.card-details {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #333333;
}
table.SearchResultsTable ul.card-details li {
  padding-bottom: 5px;
}
table.SearchResultsTable ul.card-details li:last-child {
  padding-bottom: 0;
}
table.SearchResultsTable ul.card-details li.blue-text {
  color: #0070BB;
  font-weight: bold;
}
table.SearchResultsTable ul.card-details li.mfr-name {
  color: #333333;
  font-size: 11px;
}
table.SearchResultsTable ul.card-details li.first-price {
  color: #333333;
  font-weight: bold;
}
table.SearchResultsTable .restrictions-div {
  padding-top: 5px;
}

.search-pricing-table {
  width: 100%;
}
.search-pricing-table tr {
  background: none !important;
}
.search-pricing-table tr.min-mult {
  font-size: 12px;
}
.search-pricing-table tr.min-mult td {
  vertical-align: top;
}
.search-pricing-table tr td, .search-pricing-table tr th {
  border: none !important;
  vertical-align: top;
}
.search-pricing-table tr td.PriceBreakQuantity, .search-pricing-table tr th.PriceBreakQuantity {
  text-align: right;
  font-weight: bold;
  width: 50%;
  padding: 4px;
}
.search-pricing-table tr td.PriceBreakQuantity button, .search-pricing-table tr th.PriceBreakQuantity button {
  border: none;
  background: none;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  min-width: 24px;
  min-height: 24px;
  color: #0070BB;
  text-decoration-thickness: 2px; /* Safari-specific */
  -webkit-text-decoration-line: underline; /* Safari-specific */
  -webkit-text-decoration-style: dotted; /* Safari-specific */
  -webkit-text-decoration-color: #757575; /* Safari-specific */
  border-radius: 4px;
  font-weight: bold;
}
.search-pricing-table tr td.PriceBreakQuantity button:hover, .search-pricing-table tr td.PriceBreakQuantity button:focus, .search-pricing-table tr th.PriceBreakQuantity button:hover, .search-pricing-table tr th.PriceBreakQuantity button:focus {
  cursor: pointer;
  text-decoration-color: #0099FF;
  -webkit-text-decoration-color: #0099FF; /* Safari-specific */
  color: #0099FF;
  text-decoration-style: solid;
  -webkit-text-decoration-style: solid; /* Safari-specific */
}
.search-pricing-table tr td.PriceBreakQuantity a, .search-pricing-table tr th.PriceBreakQuantity a {
  color: #333333;
  text-decoration: none;
}
.search-pricing-table tr td.PriceBreakQuantity a:hover, .search-pricing-table tr th.PriceBreakQuantity a:hover {
  color: #0070BB;
}
.search-pricing-table tr td.PriceBreakPrice, .search-pricing-table tr th.PriceBreakPrice {
  padding: 4px;
  text-align: left;
  width: 50%;
  vertical-align: middle;
}
.search-pricing-table tr td.PriceBreakPrice a, .search-pricing-table tr th.PriceBreakPrice a {
  text-decoration: dotted underline #757575 2px;
  text-decoration-thickness: 2px; /* Safari-specific */
  -webkit-text-decoration-line: underline; /* Safari-specific */
  -webkit-text-decoration-style: dotted; /* Safari-specific */
  -webkit-text-decoration-color: #757575; /* Safari-specific */
  text-underline-offset: 0.156rem;
  padding: 4px 0px;
  outline-offset: 1px;
}
.search-pricing-table tr td.PriceBreakPrice a:hover, .search-pricing-table tr td.PriceBreakPrice a:focus, .search-pricing-table tr th.PriceBreakPrice a:hover, .search-pricing-table tr th.PriceBreakPrice a:focus {
  text-decoration-color: #0099FF;
  -webkit-text-decoration-color: #0099FF; /* Safari-specific */
  text-decoration-style: solid;
  -webkit-text-decoration-style: solid; /* Safari-specific */
}
.search-pricing-table tr td.pricingHeaders, .search-pricing-table tr th.pricingHeaders {
  text-align: center;
  font-weight: bold;
  padding: 4px 0px;
}

.rohs-btn {
  color: #0070BB;
  background: none;
  padding: 0;
  border: none;
  text-decoration: none;
  text-align: right;
}
.rohs-btn:hover, .rohs-btn :focus {
  cursor: pointer;
  text-decoration: underline;
  color: #0099FF;
}

.ecad-btn {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.ecad-btn:hover {
  cursor: pointer;
}

.fl-scrolls-bottom {
  display: none;
}

.fl-scrolls {
  visibility: hidden;
  height: 1px;
}

.column {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  min-width: 65px;
}
.column.desc-column {
  min-width: 150px;
}

.header {
  min-width: 65px;
}
.header.desc-column {
  min-width: 150px;
}

.avail-status {
  display: block;
}

.truncated-desc {
  margin: 0;
  width: 94%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  color: #333333;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 768px) {
  .scroll-body {
    border: none;
  }
  .scroll-body .search-table-wrapper {
    overflow: hidden;
    overflow-x: auto;
    border-right: 1px solid #d9d9d9;
  }
  .scroll-body .search-table-wrapper.has-scrolled-right:before {
    top: -18px;
  }
  .scroll-body.has-right-scroll:after {
    top: -18px;
  }
  .fl-scrolls {
    visibility: visible;
    bottom: 0;
    height: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    z-index: 6;
  }
  .fl-scrolls div {
    height: 1px;
  }
  .fl-scrolls-bottom {
    display: none;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .fl-scrolls-bottom .fl-scrolls {
    position: relative;
    float: right;
  }
  .fl-scrolls-hidden {
    bottom: 9999px;
  }
  .search-results-pager table tr td {
    padding: 4px 10px;
  }
  .has-scrolled-right:before {
    display: block;
  }
  .has-right-scroll:after {
    display: block;
  }
  table.SearchResultsTable {
    border-bottom: 1px solid #d9d9d9;
  }
  table.SearchResultsTable > tbody > tr.even-row td {
    background-color: #f5f5f5;
  }
  table.SearchResultsTable > thead > tr > th {
    border: 1px solid #d9d9d9;
    border-right: none;
    color: #333333;
    background-color: #f5f5f5;
    border-bottom: 2px solid #d9d9d9;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    padding: 17px 10px;
  }
  table.SearchResultsTable > thead > tr > th.hide-xsmall {
    display: table-cell;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn {
    white-space: nowrap;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter-question-circle {
    color: #0070BB;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter input[type=number] {
    box-sizing: border-box;
    height: 32px;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text::placeholder {
    font-size: 10px;
    color: #757575;
    opacity: 1;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text::-webkit-input-placeholder {
    font-size: 10px;
    color: #757575;
    opacity: 1;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text:-ms-input-placeholder {
    font-size: 10px;
    color: #757575;
    opacity: 1;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text::-ms-input-placeholder {
    font-size: 10px;
    color: #757575;
    opacity: 1;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text::-moz-placeholder {
    font-size: 10px;
    color: #757575;
    opacity: 1;
  }
  table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text:-moz-placeholder {
    font-size: 10px;
    color: #757575;
    opacity: 1;
  }
  table.SearchResultsTable > thead > tr > th.pricing-column {
    width: 225px;
    min-width: 225px;
  }
  table.SearchResultsTable > thead > tr > th .heading-text {
    display: table-cell;
    width: 100%;
  }
  table.SearchResultsTable > thead > tr > th .heading-sort {
    text-align: right;
    position: relative;
    display: table-cell;
  }
  table.SearchResultsTable > thead > tr > th a.sort {
    color: #333333;
  }
  table.SearchResultsTable > thead > tr > th.active-sort-col {
    background-color: #caebf2;
  }
  table.SearchResultsTable > thead > tr > th.active-sort-col a.active-sort {
    color: #585d62;
  }
  table.SearchResultsTable > thead:first-child > tr:first-child > th {
    /*to override bootstrap default style*/
    border-top: 1px solid #d9d9d9;
  }
  table.SearchResultsTable > tbody > tr > td {
    font-size: 12px;
  }
  table.SearchResultsTable > tbody > tr > td.column {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-bottom: 13px;
  }
  table.SearchResultsTable > tbody > tr > td.collapse-for-xs {
    display: table-cell;
    padding: 10px 10px 13px 10px;
  }
  table.SearchResultsTable > tbody > tr > td.hide-xsmall {
    display: table-cell;
  }
  table.SearchResultsTable > tbody > tr > td.image-column {
    padding: 10px 10px 13px 10px;
  }
  table.SearchResultsTable > tbody > tr > td.part-column {
    padding: 10px 10px 13px 10px;
    border-top: 1px solid #d9d9d9;
  }
  table.SearchResultsTable > tbody > tr > td.part-column .lifecycle-info {
    padding-top: 10px;
  }
  table.SearchResultsTable > tbody > tr > td.part-column .mfr-part-num {
    padding-bottom: 20px;
  }
  table.SearchResultsTable > tbody > tr > td .placeholder-img {
    font-size: 7em;
    margin-top: 0;
  }
  table.SearchResultsTable > tbody > tr > td .image-detail a .refine-prod-img {
    margin: 0 auto;
    max-width: 80px;
  }
  table.SearchResultsTable > tbody > tr > td.right-caret {
    display: none !important;
  }
  table.SearchResultsTable > tbody > tr > td .highlight:hover {
    color: #0070BB;
    text-decoration: underline;
  }
  table.SearchResultsTable > tbody > tr:first-child > td {
    border-top: none;
  }
  table.SearchResultsTable .quantity-cell {
    min-width: 75px;
    z-index: 0;
  }
  table.SearchResultsTable .btn-buy {
    z-index: 0;
  }
  table.SearchResultsTable .SearchResultsReel {
    color: #333333;
    font-weight: bold;
  }
  table.SearchResultsTable .SearchResultsReel a {
    color: #0070BB;
  }
  table.SearchResultsTable .available-amount {
    margin-right: 0;
    font-weight: normal;
  }
  table.SearchResultsTable .avail-status {
    display: block;
    font-weight: normal;
  }
  table.SearchResultsTable .min-mult-qty {
    padding-top: 10px;
    color: #333333;
    font-weight: normal;
  }
  table.SearchResultsTable .digital-deliver-text {
    margin: 3px 0 0 0;
    display: block;
  }
  .floatingHeader {
    display: block;
    position: fixed;
    width: 100%;
    top: -9999px;
    overflow: hidden;
    z-index: 5;
  }
  .floatingHeader .floating-header-wrapper {
    overflow-x: hidden;
  }
  .floatingHeader .floating-header-wrapper.has-scrolled-right:before {
    opacity: 0.3;
  }
  .floatingHeader .floating-header-wrapper .headerRow {
    border-bottom: none;
  }
  .floatingHeader table.SearchResultsTable {
    border: none;
  }
}
.responsive-desktop .scroll-body {
  border: none;
}
.responsive-desktop .scroll-body .search-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  border-right: 1px solid #d9d9d9;
}
.responsive-desktop .scroll-body .search-table-wrapper.has-scrolled-right:before {
  top: -18px;
}
.responsive-desktop .scroll-body.has-right-scroll:after {
  top: -18px;
}
.responsive-desktop .fl-scrolls {
  visibility: visible;
  bottom: 0;
  height: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  z-index: 6;
}
.responsive-desktop .fl-scrolls div {
  height: 1px;
}
.responsive-desktop .fl-scrolls-bottom {
  display: none;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.responsive-desktop .fl-scrolls-bottom .fl-scrolls {
  position: relative;
  float: right;
}
.responsive-desktop .fl-scrolls-hidden {
  bottom: 9999px;
}
.responsive-desktop .search-results-pager table tr td {
  padding: 4px 10px;
}
.responsive-desktop .has-scrolled-right:before {
  display: block;
}
.responsive-desktop .has-right-scroll:after {
  display: block;
}
.responsive-desktop table.SearchResultsTable {
  border-bottom: 1px solid #d9d9d9;
}
.responsive-desktop table.SearchResultsTable > tbody > tr.even-row td {
  background-color: #f5f5f5;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th {
  border: 1px solid #d9d9d9;
  border-right: none;
  color: #333333;
  background-color: #f5f5f5;
  border-bottom: 2px solid #d9d9d9;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  padding: 17px 10px;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.hide-xsmall {
  display: table-cell;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn {
  white-space: nowrap;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter-question-circle {
  color: #0070BB;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter input[type=number] {
  box-sizing: border-box;
  height: 32px;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text::placeholder {
  font-size: 10px;
  color: #757575;
  opacity: 1;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text::-webkit-input-placeholder {
  font-size: 10px;
  color: #757575;
  opacity: 1;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text:-ms-input-placeholder {
  font-size: 10px;
  color: #757575;
  opacity: 1;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text::-ms-input-placeholder {
  font-size: 10px;
  color: #757575;
  opacity: 1;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text::-moz-placeholder {
  font-size: 10px;
  color: #757575;
  opacity: 1;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.searchResultColumn .quantity-filter .quantity-filter-text:-moz-placeholder {
  font-size: 10px;
  color: #757575;
  opacity: 1;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.pricing-column {
  width: 225px;
  min-width: 225px;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th .heading-text {
  display: table-cell;
  width: 100%;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th .heading-sort {
  text-align: right;
  position: relative;
  display: table-cell;
  padding-left: 10px;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th a.sort {
  color: #333333;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.active-sort-col {
  background-color: #caebf2;
}
.responsive-desktop table.SearchResultsTable > thead > tr > th.active-sort-col a.active-sort {
  color: #585d62;
}
.responsive-desktop table.SearchResultsTable > thead:first-child > tr:first-child > th {
  /*to override bootstrap default style*/
  border-top: 1px solid #d9d9d9;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td {
  font-size: 12px;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td.column {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 13px;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td.collapse-for-xs {
  display: table-cell;
  padding: 10px 10px 13px 10px;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td.hide-xsmall {
  display: table-cell;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td.image-column {
  padding: 10px 10px 13px 10px;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td.part-column {
  padding: 10px 10px 13px 10px;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td.part-column .lifecycle-info {
  padding-top: 10px;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td.part-column .mfr-part-num {
  padding-bottom: 20px;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td .placeholder-img {
  font-size: 7em;
  margin-top: 0;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td .image-detail a .refine-prod-img {
  margin: 0 auto;
  max-width: 80px;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td.right-caret {
  display: none !important;
}
.responsive-desktop table.SearchResultsTable > tbody > tr > td .highlight:hover {
  color: #0070BB;
  text-decoration: underline;
}
.responsive-desktop table.SearchResultsTable > tbody > tr:first-child > td {
  border-top: none;
}
.responsive-desktop table.SearchResultsTable .quantity-cell {
  min-width: 75px;
  z-index: 0;
}
.responsive-desktop table.SearchResultsTable .btn-buy {
  z-index: 0;
}
.responsive-desktop table.SearchResultsTable .SearchResultsReel {
  font-weight: bold;
}
.responsive-desktop table.SearchResultsTable .available-amount {
  margin-right: 0;
  font-weight: normal;
}
.responsive-desktop table.SearchResultsTable .avail-status {
  display: block;
  font-weight: normal;
}
.responsive-desktop table.SearchResultsTable .digital-deliver-text {
  margin: 3px 0 0 0;
  display: block;
}
.responsive-desktop .floatingHeader {
  display: block;
  position: fixed;
  width: 100%;
  top: -9999px;
  overflow: hidden;
  z-index: 5;
}
.responsive-desktop .floatingHeader .floating-header-wrapper {
  overflow-x: hidden;
}
.responsive-desktop .floatingHeader .floating-header-wrapper.has-scrolled-right:before {
  opacity: 0.3;
}
.responsive-desktop .floatingHeader .floating-header-wrapper .headerRow {
  border-bottom: none;
}
.responsive-desktop .floatingHeader table.SearchResultsTable {
  border: none;
}

.responsive-mobile .scroll-body {
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.responsive-mobile .scroll-body .search-table-wrapper {
  border: none;
}
.responsive-mobile .fl-scrolls {
  visibility: hidden;
  height: 1px;
}
.responsive-mobile .fl-scrolls-bottom {
  display: none;
}
.responsive-mobile .fl-scrolls-hidden {
  bottom: 9999px;
}
.responsive-mobile .floatingHeader {
  display: none;
}
.responsive-mobile .search-results-pager table tr td {
  padding: 5px 10px;
}
.responsive-mobile .has-scrolled-right:before {
  display: none;
}
.responsive-mobile .has-right-scroll:after {
  display: none;
}
.responsive-mobile table.SearchResultsTable {
  border: none;
  border-collapse: separate;
}
.responsive-mobile table.SearchResultsTable > tbody > tr.even-row {
  background-color: #f5f5f5;
}
.responsive-mobile table.SearchResultsTable > tbody > tr:first-child {
  border-top: none;
}
.responsive-mobile table.SearchResultsTable > tbody > tr:first-child > td.image-column, .responsive-mobile table.SearchResultsTable > tbody > tr:first-child td.right-caret {
  border-top: none;
}
.responsive-mobile table.SearchResultsTable th.hide-xsmall {
  display: none;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td {
  font-size: 12px;
  padding: 10px;
  border: none;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td.image-column {
  border-top: 1px solid #d9d9d9;
  padding: 10px 5px 10px 10px;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td.collapse-for-xs {
  display: block;
  text-align: left;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td.hide-xsmall {
  display: none;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td .placeholder-img {
  font-size: 8em;
  margin-top: 25px;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td .image-detail a .refine-prod-img {
  margin: 25px auto;
  max-width: 114px;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td.right-caret {
  border-top: 1px solid #d9d9d9;
  display: table-cell !important;
  width: 20px;
  vertical-align: middle;
  color: #0070BB;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td.right-caret i {
  font-size: 3em;
}
.responsive-mobile table.SearchResultsTable > tbody > tr > td .highlight:hover {
  color: #dc730a;
  text-decoration: none;
}
.responsive-mobile table.SearchResultsTable .quantity-cell {
  min-width: 75px;
  z-index: 0;
}
.responsive-mobile table.SearchResultsTable .btn-buy {
  z-index: 0;
}
.responsive-mobile table.SearchResultsTable .available-amount {
  margin-right: 4px;
  font-weight: bold;
}
.responsive-mobile table.SearchResultsTable .avail-status {
  display: inline;
  font-weight: bold;
}
.responsive-mobile table.SearchResultsTable .min-mult-qty {
  padding-top: 10px;
  color: #333333;
  font-weight: normal;
}
.responsive-mobile table.SearchResultsTable .digital-deliver-text {
  margin: 0 0 0 5px;
  display: inline;
}

.mousereel {
  text-decoration: dotted underline #757575 2px;
  text-decoration-thickness: 2px; /* Safari-specific */
  -webkit-text-decoration-line: underline; /* Safari-specific */
  -webkit-text-decoration-style: dotted; /* Safari-specific */
  -webkit-text-decoration-color: #757575; /* Safari-specific */
  text-underline-offset: 0.156rem;
  padding: 4px 0px;
  outline-offset: 1px;
}

/* Content/css/modules/_new-products-grid.scss */
.new-products-pnl {
  border: 1px solid #d9d9d9;
  border-top: none;
}
.new-products-pnl .panel {
  border: none;
  margin-bottom: 0;
}
.new-products-pnl .panel .panel-heading {
  border-radius: 0;
}
.new-products-pnl .panel .panel-heading.all-mfr-panel-heading {
  padding: 10px;
}
.new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title {
  min-height: 30px;
  display: flex;
  align-items: center;
}
.new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title label {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.new-products-pnl .panel .panel-heading.all-mfr-panel-heading.collapsed h4:after {
  content: "\f007";
}
.new-products-pnl .panel .panel-heading.mfr-panel-heading {
  padding: 0px;
}
.new-products-pnl .panel .panel-heading.mfr-panel-heading .mfr-panel-title button {
  padding: 10px;
  font-size: 18px;
}
.new-products-pnl .panel .panel-heading.mfr-panel-heading .mfr-panel-title button:after {
  font-family: "MouserIcons", sans-serif;
  content: "\f006";
  float: right;
  color: #0070BB;
}
.new-products-pnl .panel .panel-heading.mfr-panel-heading .mfr-panel-title button.collapsed:after {
  content: "\f007";
}
.new-products-pnl .panel .panel-heading.mfr-panel-heading .mfr-panel-title button span {
  font-weight: bold;
  color: #333333;
}
.new-products-pnl .panel .panel-body {
  padding: 0;
}
.new-products-pnl .mfr-dropdown {
  width: auto;
  min-width: 225px;
  max-width: 90%;
  display: inline-block;
  color: #333333;
  font-weight: normal;
}
.new-products-pnl .new-prod-tbl-wrapper, .new-products-pnl .mfr-tbl-wrapper, .new-products-pnl .all-mfr-panel, .new-products-pnl .mfr-panel {
  position: relative;
}
.new-products-pnl .new-prod-tbl-wrapper .progress-icon, .new-products-pnl .mfr-tbl-wrapper .progress-icon, .new-products-pnl .all-mfr-panel .progress-icon, .new-products-pnl .mfr-panel .progress-icon {
  top: auto;
  bottom: 15%;
}
.new-products-pnl .result-details {
  width: 100%;
}
.new-products-pnl .result-details .row {
  padding: 13px 0 26px 0;
}
.new-products-pnl .pagination {
  margin: 0;
}
.new-products-pnl .pagination > li > a {
  cursor: pointer;
}
.new-products-pnl .pagination > li span {
  cursor: pointer;
}
.new-products-pnl .pagination > li.active > a {
  cursor: default;
  z-index: 0;
}
.new-products-pnl .NewProductsGrid {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 0;
  width: 100%;
}
.new-products-pnl .NewProductsGrid > .row:nth-of-type(even) {
  background-color: #f5f5f5;
}
.new-products-pnl .NewProductsGrid [class*=col-] {
  border-top: none;
  padding: 10px;
}
.new-products-pnl .NewProductsGrid [class*=col-].icon {
  vertical-align: top;
  display: flex;
  justify-content: center;
}
.new-products-pnl .NewProductsGrid [class*=col-].icon img {
  width: 100%;
}
.new-products-pnl .NewProductsGrid [class*=col-] .learn-more-link {
  margin-right: 8px;
  display: inline-block;
  word-break: break-word;
}
.new-products-pnl .NewProductsGrid [class*=col-].callout {
  vertical-align: middle;
  display: block;
  text-align: left;
  white-space: nowrap;
  padding: 15px;
}
.new-products-pnl .NewProductsGrid [class*=col-].callout .btn {
  width: auto;
  white-space: normal;
}
.new-products-pnl .NewProductsGrid [class*=col-].callout .btn i {
  padding-left: 8px;
}
.new-products-pnl .NewProductsGrid [class*=col-].details {
  display: block;
  vertical-align: top;
  padding: 15px;
}
.new-products-pnl .NewProductsGrid [class*=col-].details a {
  font-weight: bold;
  font-size: 14px;
  color: #0070BB;
}
.new-products-pnl .NewProductsGrid [class*=col-].details .title-separator {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 4px;
  margin-bottom: 6px;
}
.new-products-pnl .NewProductsGrid [class*=col-].details .date-stamp {
  display: block;
  color: #333333;
  font-weight: 700;
}
.new-products-pnl .NewProductsGrid [class*=col-].details .origTxt {
  color: #333333;
  display: inline;
}
.new-products-pnl .viewing-records {
  font-weight: bold;
}
.new-products-pnl .np-pager-padding {
  padding-top: 13px;
}

@media (min-width: 768px) {
  .new-products-pnl .viewing-records {
    font-size: 13px;
  }
  .new-products-pnl .NewProductsGrid [class*=col-].details {
    display: table-cell;
    padding: 15px 45px 15px 15px;
  }
  .new-products-pnl .NewProductsGrid [class*=col-].callout {
    display: table-cell;
    text-align: center;
    padding: 15px 15px 15px 0;
  }
  .new-products-pnl .NewProductsGrid [class*=col-].callout .btn {
    width: 100%;
    white-space: nowrap;
  }
  .new-products-pnl .NewProductsGrid [class*=col-].icon img {
    width: 100%;
    max-width: 95px;
    margin-left: 13px;
    margin-right: 13px;
  }
  .new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title:after {
    padding-top: 6px;
  }
  .new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title label {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title label {
    font-size: 13px;
  }
  .new-products-pnl .np-pager-padding {
    padding-top: 0;
  }
  .new-products-pnl .result-details .row {
    padding: 26px 0;
  }
  .new-products-pnl .result-details .row [class*=col-] {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .new-products-pnl .NewProductsGrid [class*=col-].details .date-stamp {
    display: inline;
  }
}
.responsive-desktop .new-products-pnl .viewing-records {
  font-size: 13px;
  padding: 7px 15px 7px 26px;
}
.responsive-desktop .new-products-pnl .np-pager-padding {
  padding-top: 0;
}
.responsive-desktop .new-products-pnl .NewProductsGrid [class*=col-].details {
  display: table-cell;
}
.responsive-desktop .new-products-pnl .NewProductsGrid [class*=col-].details .date-stamp {
  display: inline;
}
.responsive-desktop .new-products-pnl .NewProductsGrid [class*=col-].callout {
  display: table-cell;
  text-align: center;
}
.responsive-desktop .new-products-pnl .NewProductsGrid [class*=col-].callout .btn {
  white-space: nowrap;
  width: 100%;
}
.responsive-desktop .new-products-pnl .result-details .row [class*=col-] {
  text-align: left;
}
.responsive-desktop .new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title:after {
  padding-top: 6px;
}
.responsive-desktop .new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .new-products-pnl .NewProductsGrid [class*=col-].callout, .responsive-desktop .new-products-pnl .NewProductsGrid [class*=col-].callout {
    text-align: left;
  }
  .new-products-pnl .NewProductsGrid [class*=col-].callout a, .responsive-desktop .new-products-pnl .NewProductsGrid [class*=col-].callout a {
    max-width: 190px;
  }
}
.responsive-mobile .new-products-pnl .viewing-records {
  font-size: 12px;
  padding: 0 15px;
}
.responsive-mobile .new-products-pnl .np-pager-padding {
  padding-top: 13px;
}
.responsive-mobile .new-products-pnl .NewProductsGrid [class*=col-].details {
  display: block;
  padding: 15px;
  width: 100%;
}
.responsive-mobile .new-products-pnl .NewProductsGrid [class*=col-].details .date-stamp {
  display: block;
}
.responsive-mobile .new-products-pnl .NewProductsGrid [class*=col-].callout {
  display: block;
  text-align: left;
  padding: 15px;
}
.responsive-mobile .new-products-pnl .NewProductsGrid [class*=col-].callout .btn {
  width: auto;
  white-space: normal;
}
.responsive-mobile .new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title:after {
  padding-top: 0;
}
.responsive-mobile .new-products-pnl .panel .panel-heading.all-mfr-panel-heading .panel-title span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
.responsive-mobile .new-products-pnl .result-details .row {
  padding: 13px 0 26px 0;
  text-align: center;
}

#newProductsPager li.active a, #mfrNewProductsPager li.active a {
  color: #ffffff;
}
#newProductsPager li.active a:hover, #newProductsPager li.active a:focus, #mfrNewProductsPager li.active a:hover, #mfrNewProductsPager li.active a:focus {
  color: #0070BB;
}

/* Content/css/modules/_top-search-results.scss */
.top-search-results {
  position: relative;
}
.top-search-results .panel {
  margin-bottom: 15px;
}
.top-search-results .panel .panel-heading {
  background-color: #e0e4e9;
}
.top-search-results .panel .panel-heading > h1 {
  color: #333333;
  margin: 0 0 0 30px;
  font-size: 15px;
}
.top-search-results .panel .panel-heading .fa-m-top-results {
  color: #0070BB;
  position: absolute;
  top: 8px;
  left: 30px;
  font-size: 23px;
}
.top-search-results .panel .panel-body {
  padding: 15px;
}
.top-search-results .mfr-result-heading {
  padding: 0;
}
.top-search-results .mfr-result-heading span {
  color: #585d62;
  font-weight: bold;
  font-size: 13px;
}

@media (min-width: 768px) {
  .top-search-results .panel .panel-body {
    padding: 15px 10px;
  }
  .top-search-results .panel .panel-heading .fa-m-top-results {
    font-size: 25px;
  }
  .top-search-results .panel .panel-heading > h1 {
    font-size: 18px;
  }
  .top-search-results .panel .mfr-result-heading {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top-search-results .panel .mfr-result-heading span {
    font-size: 14px;
  }
}
.responsive-desktop .top-search-results .panel .panel-body {
  padding: 15px 10px;
}
.responsive-desktop .top-search-results .panel .panel-heading .fa-m-top-results {
  font-size: 25px;
}
.responsive-desktop .top-search-results .panel .panel-heading > h1 {
  font-size: 18px;
}
.responsive-desktop .top-search-results .panel .mfr-result-heading {
  padding-left: 5px;
  padding-right: 5px;
}
.responsive-desktop .top-search-results .panel .mfr-result-heading span {
  font-size: 14px;
}

.responsive-mobile .top-search-results .panel .panel-body {
  padding: 15px;
}
.responsive-mobile .top-search-results .panel .panel-heading .fa-m-top-results {
  font-size: 23px;
}
.responsive-mobile .top-search-results .panel .panel-heading > h1 {
  font-size: 15px;
}
.responsive-mobile .top-search-results .panel .mfr-result-heading {
  padding: 0;
}
.responsive-mobile .top-search-results .panel .mfr-result-heading span {
  font-size: 13px;
}

/* Content/css/modules/_top-level-category.scss */
.top-level-category {
  padding: 13px 10px;
  border: 1px solid #d9d9d9;
  position: relative;
  width: 100%;
}
.top-level-category .sub-category-section {
  padding-left: 0;
  padding-right: 0;
}
.top-level-category .SearchResultsTopLevelCategory {
  color: #585d62;
  text-decoration: none;
}
.top-level-category .SearchResultsTopLevelCategory > h2 {
  font-size: 14px;
  font-weight: bold;
}
.top-level-category .sub-category-title a {
  font-size: 13px;
  font-weight: bold;
  color: #585d62;
  text-decoration: none;
}
.top-level-category .div-cat-title {
  padding: 2px 0;
}
.top-level-category .div-cat-title a.SearchResultsSubLevelCategory > h3 {
  font-size: 12px;
  font-weight: normal;
  display: inline;
}
.top-level-category .div-cat-title span {
  color: #333333;
}
.top-level-category .category-list-items a {
  white-space: normal;
}
.top-level-category li.sub-category {
  margin-bottom: 20px;
  padding: 0;
}
.top-level-category li.sub-category .category-wrapper {
  max-width: 100%;
  display: table;
}
.top-level-category li.sub-category .div-cat-title {
  display: table-cell;
  vertical-align: middle;
}
.top-level-category li.sub-category .div-cat-title a.SearchResultsSubLevelCategory {
  white-space: pre-wrap;
  word-break: break-word;
}
.top-level-category li.sub-category .div-cat-image {
  width: 86px;
  height: 60px;
  padding-left: 10px;
  padding-right: 5px;
  display: table-cell;
  vertical-align: top;
}
.top-level-category li.sub-category .div-cat-image .category-image {
  max-width: 86px;
  max-height: 60px;
}
.top-level-category li.sub-category .div-cat-image .category-image.image-missing {
  visibility: hidden;
  min-width: 86px;
  min-height: 60px;
}
.top-level-category .types-of-category {
  position: relative;
  padding-top: 15px !important;
  max-width: 1200px;
}
.top-level-category .top-category-view input[type=radio] {
  margin-top: 2px;
  vertical-align: top;
}
.top-level-category .top-category-view label {
  font-size: 12px;
  font-weight: normal;
  color: #585d62;
  padding-left: 6px;
  margin-bottom: 0;
}
.top-level-category .top-category-view label.active {
  color: #0070BB;
}
.top-level-category .top-category-view label.right-margin {
  margin-right: 21px;
}
.top-level-category .top-category-view h2 {
  display: inline-block;
}
.top-level-category .top-category-view .view-selection-toggle {
  display: block;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .top-level-category .sub-category-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-level-category :is(a, span).SearchResultsTopLevelCategory > h2 {
    font-size: 16px;
  }
  .top-level-category .sub-category-title a {
    font-size: 14px;
  }
  .top-level-category .div-cat-title a.SearchResultsSubLevelCategory > h3 {
    font-size: 13px;
  }
  .top-level-category .types-of-category {
    height: auto;
  }
  .top-level-category .types-of-category .show-more {
    display: none;
  }
}
@media (min-width: 992px) {
  .top-level-category .top-category-view .view-selection-toggle {
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #585d62;
    padding-left: 10px;
    padding-top: 0;
  }
  .top-level-category .top-category-view .view-selection-toggle label {
    font-size: 13px;
  }
}
.responsive-desktop .top-level-category .sub-category-section {
  padding-left: 10px;
  padding-right: 10px;
}
.responsive-desktop .top-level-category .top-category-view .view-selection-toggle {
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid #585d62;
  padding-left: 10px;
  padding-top: 0;
}
.responsive-desktop .top-level-category .top-category-view .view-selection-toggle label {
  font-size: 13px;
}

.responsive-mobile .top-level-category .sub-category-section {
  padding-left: 0;
  padding-right: 0;
}
.responsive-mobile .top-level-category :is(a, span).SearchResultsTopLevelCategory > h2 {
  font-size: 14px;
}
.responsive-mobile .top-level-category .sub-category-title a {
  font-size: 13px;
}
.responsive-mobile .top-level-category .div-cat-title a.SearchResultsSubLevelCategory > h3 {
  font-size: 12px;
}
.responsive-mobile .top-level-category .top-category-view .view-selection-toggle {
  display: block;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
}
.responsive-mobile .top-level-category .top-category-view .view-selection-toggle label {
  font-size: 12px;
}

/* Content/css/modules/_product-info.scss */
.single-product-info .supplier-image {
  text-align: center;
}
.single-product-info #image_container {
  text-align: center;
}
.single-product-info table.prod-detail {
  width: 100%;
  margin-top: 15px;
}
.single-product-info table.prod-detail tr td {
  padding: 3px 0px;
  vertical-align: top;
  display: block;
}
.single-product-info table.prod-detail tr td.detail-label {
  font-weight: bold;
  padding: 0;
}
.single-product-info table.prod-detail tr td.detail-value {
  padding: 0 0 10px 0;
}
.single-product-info table.prod-detail tr td.prod-lifecycle {
  display: inline-block;
}
.single-product-info table.prod-detail tr td.prod-lifecycle-lbl {
  display: inline-block;
  padding-top: 6px;
  padding-right: 5px;
}
.single-product-info .product-doc-row {
  padding-bottom: 5px;
}
.single-product-info .pricing-info {
  margin: 0;
  padding: 0;
}
.single-product-info .pricing-info .btn {
  width: 100%;
}
.single-product-info .pricing-info-box {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  background-position: bottom;
}
.single-product-info .pricing-info-box h5 {
  margin: 0;
  background-color: #e0e4e9;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #d9d9d9;
}
.single-product-info .pricing-info-box .ProductDetail {
  padding: 10px;
}
.single-product-info .pricing-info-box .ProductDetail .search-pricing-table tr td, .single-product-info .pricing-info-box .ProductDetail .search-pricing-table tr th {
  padding: 2px 5px;
}
.single-product-info .pricing-info-box .ProductDetail .search-pricing-table tr td.PriceBreakQuantity, .single-product-info .pricing-info-box .ProductDetail .search-pricing-table tr th.PriceBreakQuantity {
  font-weight: normal;
}

@media (min-width: 768px) {
  .single-product-info .supplier-image {
    text-align: left;
  }
  .single-product-info #image_container {
    text-align: left;
  }
  .single-product-info table.prod-detail {
    margin-top: 0;
  }
  .single-product-info table.prod-detail tr td {
    display: table-cell;
    vertical-align: top;
    padding: 3px 5px 3px 0;
  }
  .single-product-info table.prod-detail tr td.detail-label {
    padding: 3px 5px 3px 0;
    white-space: normal;
  }
  .single-product-info table.prod-detail tr td.detail-value {
    padding: 3px 5px;
  }
  .single-product-info table.prod-detail tr td.prod-lifecycle-lbl, .single-product-info table.prod-detail tr td .prod-lifecycle {
    display: table-cell;
    padding-top: 7px;
  }
  .single-product-info table.prod-detail tr td.prod-lifecycle {
    display: table-cell;
  }
  .single-product-info .pricing-info {
    padding: 0;
  }
  .single-product-info .pricing-info .btn {
    width: auto;
  }
}
@media (min-width: 992px) {
  .single-product-info .pricing-info {
    margin-left: 0;
    padding: 0 15px;
  }
}
.responsive-mobile .single-product-info .supplier-image {
  text-align: center;
}
.responsive-mobile .single-product-info #image_container {
  text-align: center;
}
.responsive-mobile .single-product-info table.prod-detail {
  margin-top: 15px;
}
.responsive-mobile .single-product-info table.prod-detail tr td {
  padding: 3px 0px;
  vertical-align: top;
  display: block;
}
.responsive-mobile .single-product-info table.prod-detail tr td.detail-label {
  padding: 0;
}
.responsive-mobile .single-product-info table.prod-detail tr td.detail-value {
  padding: 0 0 10px 0;
}
.responsive-mobile .single-product-info table.prod-detail tr td.prod-lifecycle-lbl {
  display: inline-block;
  padding-top: 6px;
  padding-right: 5px;
}
.responsive-mobile .single-product-info table.prod-detail tr td.prod-lifecycle {
  display: inline-block;
}
.responsive-mobile .single-product-info .pricing-info {
  margin: 0;
  padding: 0;
}
.responsive-mobile .single-product-info .pricing-info .btn {
  width: 100%;
}

.search-refine-container {
  max-width: 100%;
}

.bold {
  font-weight: bold;
}

.visibleOnDekstopResize {
  display: static;
}

.row a:hover {
  cursor: pointer;
}
.row .thumbControls {
  height: auto;
  margin-bottom: 15px;
  padding: 0;
}
.row .plusMoreImagesHeight {
  height: auto;
  padding: 0;
}

@media (max-width: 768px) {
  .row .plusMoreImagesText {
    width: 70px;
    margin-bottom: 0.4em;
  }
  table.SearchResultsTable > tbody > tr > td .image-detail .refine-prod-img {
    margin: 25px auto;
    max-width: 114px;
  }
}
@media (min-width: 768px) {
  table.SearchResultsTable > tbody > tr > td .image-detail .refine-prod-img {
    margin: 0 auto;
    max-width: 80px;
  }
}
#tblSplitCategories.all-products-category-list .category-list-items li:before {
  content: none !important;
  padding-top: 0 !important;
}

.badge {
  font-size: 16px;
  padding: 0.3em 1em;
  border-radius: 1em;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #333;
  margin-bottom: 0.4em;
}

.rb-sort-group input[type=radio] {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 3px;
}

.normal-font {
  font-weight: normal;
}

.sort-toggle .right-margin {
  margin-right: 21px;
}

.sort-toggle legend {
  font-size: 13px;
  font-weight: bold;
  border: none;
  width: auto;
  display: inline-block;
  float: left;
}

.underline-15 {
  margin-top: 15px;
  padding: 0 0 15px 0;
}

.underline-20 {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 15px;
  padding: 0 0 20px 0;
}

.blue-underline {
  border-top: 3px solid #0070BB;
  margin-top: 5px;
  padding-bottom: 15px;
}

.auto-correct-term {
  color: #585d62;
}

.search-breadcrumb .breadcrumb {
  display: block;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  color: #0070BB;
}
.search-breadcrumb .breadcrumb a {
  color: #0070BB;
}
.search-breadcrumb .breadcrumb .bc-chevron {
  padding: 0 5px;
  color: #333333;
  font-weight: normal;
}

.default-search-wrapper .category-list-items li a .stat-count {
  display: none;
}

.category-list-items li a:hover .stat-count {
  color: #333333;
}

.category-list-items li a {
  min-height: 1.5625rem;
  min-width: 1.5625rem;
  display: inline-block;
}

.category-list-items li {
  display: flex;
}

#tblSplitCategories .category-list-items li:before {
  content: "•";
  color: #0070bb;
  padding-top: 0.125rem;
}

.category-list-items li:before {
  width: 0.5rem;
  padding-top: 0.188rem;
}

.default-search-header > h1 {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

.total-results-lbl {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  margin-right: 5px;
}

.total-results-value {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.light-grey-panel {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.light-grey-panel > .panel-heading {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e0e4e9;
  border-radius: 4px;
}
.light-grey-panel .panel-body {
  padding: 15px 0;
}

.breadcrumb-container {
  display: table;
  width: 100%;
}

.breadcrumb-container-cell {
  display: table-cell;
  vertical-align: middle;
}

.popover-custom {
  width: 325px !important;
}
.popover-custom .popover-content {
  padding: 0px !important;
}
.popover-custom .arrow {
  left: 88% !important;
}

.share-refine-pdp-button {
  background-color: #fff;
  color: #0070B8;
  border: 1px solid #0070B8;
  float: right;
  padding: 6px 17px;
}
.share-refine-pdp-button:hover {
  color: #0099FF;
  text-decoration: none;
}
.share-refine-pdp-button:active {
  outline: none;
  color: #0070B8;
}
.share-refine-pdp-button:focus {
  color: #0070B8;
}

.buy-input.input-validation-error {
  background-color: #ffffff;
  border: 2px solid #990000;
}

.share-refine-pdp-modal {
  display: none;
  padding: 0px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-radius: 4px;
}
.share-refine-pdp-modal::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 16px;
}
.share-refine-pdp-modal .ui-dialog-titlebar {
  display: none;
}

.share-refine-pdp-modal-title {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 15px;
  border-bottom: 1px solid #e0e4e9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.share-refine-pdp-close-button {
  color: #a9afb7 !important;
  float: right;
  cursor: pointer;
  background: transparent;
  border: none;
}

.share-refine-pdp-modal-copy {
  padding: 30px 15px;
  width: 100%;
  position: relative;
  display: table;
}

.share-refine-pdp-modal-copy-text {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  padding: 4px 8px;
  position: relative;
  float: left;
  font-family: Arial, Helvetica, sans-serif !important;
  border: 1px solid #a9afb7;
  display: table-cell;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.share-refine-pdp-modal-copy-text:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.share-refine-pdp-modal-button {
  position: relative;
  width: 1%;
  display: table-cell;
}

.share-refine-pdp-modal-copy-button {
  height: 40px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: right;
  padding: 4px 9px;
  position: relative;
  min-width: 80px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif !important;
}
.share-refine-pdp-modal-copy-button:hover {
  outline: none;
}
.share-refine-pdp-modal-copy-button:focus {
  outline: 2px solid -webkit-focus-ring-color;
}

.share-hide {
  display: none;
}

.rb-sort-group {
  float: right;
}

.refine-category-list .sort-toggle {
  font-size: 13px;
  display: inline-block;
}
.refine-category-list .sort-toggle .title {
  font-weight: bold;
  color: #585d62;
  padding: 0 16px 0 8px;
}
.refine-category-list .sort-toggle .alpha {
  padding-left: 16px;
  border-left: 1px solid #545D62;
}
.refine-category-list .sort-toggle .resultcount {
  padding-right: 16px;
}
.refine-category-list .sort-toggle .selected {
  color: #0070BB;
}
.refine-category-list .sort-toggle a:hover {
  color: #0070BB;
  text-decoration: underline;
}
.refine-category-list .top-category-list {
  padding: 0 10px;
}
.refine-category-list a.SearchResultsTopLevelCategory {
  font-size: 16px;
  font-weight: bold;
  color: #0070BB;
}
.refine-category-list a.SearchResultsTopLevelCategory > h2 {
  margin: 0;
  padding-right: 8px;
  display: inline;
}
.refine-category-list a.SearchResultsTopLevelCategory span {
  padding-right: 8px;
}
.refine-category-list a.SearchResultsTopLevelCategory:hover {
  color: #0070BB;
  text-decoration: underline;
}
.refine-category-list .sub-category-section {
  padding-left: 10px;
  padding-right: 0;
}
.refine-category-list .sub-category-title a {
  font-size: 13px;
  font-weight: bold;
  color: #585d62;
}

.hide-partial {
  max-height: 300px;
  overflow: hidden;
}

.refine-category-txt {
  position: relative;
  width: 100%;
}
.refine-category-txt > h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.no-results-heading > h1 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.all-search-results h1,
.all-search-results h2 {
  display: inline-block;
  margin: 0 5px 0 0;
}

.category-selection-heading {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 15px 0;
}

.special-order-header > h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
}

#ajaxLoadingImg {
  display: none;
}

.category-types {
  border: 1px solid #d9d9d9;
  border-top: none;
}

.grid-container {
  width: 100%;
  position: relative;
  float: left;
  padding: 3px 0px;
  border: 1px solid #d9d9d9;
  border-top: none;
}

.hide-cat-img,
.hide-subcat-img {
  display: none;
}

.remove-background .search-within {
  background-color: #ffffff;
}

.results-row {
  border: 1px solid #d9d9d9;
  width: 100%;
  display: table;
}
.results-row .results-row-cell {
  display: table-cell;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px 0 10px 13px;
}
.results-row .results-row-cell:last-child {
  width: 100%;
  padding-left: 0;
  padding-right: 13px;
}
.results-row .results-row-cell:first-child {
  padding-left: 10px;
}
.results-row .results-row-cell #SmartFilterDiv2 {
  border-left: 1px solid #585d62;
  padding-left: 13px;
}
.results-row .results-row-cell #SmartFilterDiv2 #ckSmartFilter {
  margin-top: 0;
}
.results-row .results-row-cell #SmartFilterDiv2 .smart-filter-lbl {
  font-size: 12px;
  color: #585d62;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 5px;
  margin-bottom: 0;
}
.results-row .results-row-cell #SmartFilterDiv2 .fa-question-circle {
  color: #0070BB;
}

.ajax-count {
  color: #990000;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 15px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  margin-left: 13px;
}

.total-record-count {
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.results-label {
  font-size: 13px;
  font-weight: bold;
  color: #585d62;
}

.record-count-lbl {
  font-size: 18px;
  font-weight: bold;
  color: #585d62;
}

.change-filters {
  padding-top: 8px;
  display: inline-block;
  font-weight: normal;
  color: #0070BB;
}
.change-filters a {
  font-size: 11px;
}

.applied-filters {
  width: 100%;
  display: table;
  border: 1px solid #d9d9d9;
  border-top: none;
  table-layout: auto;
}
.applied-filters .applied-filters-cell {
  display: block;
  width: 100%;
  padding: 10px;
}
.applied-filters .applied-filters-cell.absorbing-column {
  width: 100%;
  vertical-align: top;
  padding: 0 10px 5px 10px;
}
.applied-filters .applied-filters-cell.absorbing-column.none-selected {
  vertical-align: middle;
  padding: 0px 10px 10px 10px;
}
.applied-filters .applied-filters-cell.absorbing-column.none-selected .change-filters {
  padding-top: 0;
  margin-left: 3px;
}
.applied-filters .applied-filters-cell.absorbing-column.filters-applied .change-filters {
  padding-top: 4px;
  margin-left: 3px;
}

.att-selection-header {
  color: #585d62;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
}

table.apply-filter-row {
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
  width: 100%;
}
table.apply-filter-row td {
  padding: 5px 13px;
}
table.apply-filter-row td.no-matches {
  padding-top: 26px;
  padding-bottom: 26px;
}
table.apply-filter-row td.no-matches .alert {
  margin-bottom: 0;
}
table.apply-filter-row td.text-danger {
  width: 100%;
}
table.apply-filter-row td .btn {
  margin-right: 10px;
}
table.apply-filter-row td .ajax-count {
  margin-left: 0;
}

.custom-popover-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Adjust the alpha value for desired opacity */
  z-index: 999; /* Adjust the z-index value as needed to ensure it's on top of everything */
  display: none; /* Initially hidden */
}

.loadingImg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  opacity: 0.7;
}

.loadingImg-overlay-custom {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  opacity: 0.7;
}

.progress-icon {
  position: absolute;
  top: 30%;
  left: 32%;
  z-index: 2;
  color: #0070BB;
}

.progress-icon-custom {
  top: 30%;
  left: 32%;
  z-index: 2;
  color: #0070BB;
}
.progress-icon-custom img {
  margin: auto;
  display: block;
}

#mouserLoadingImg .loadingImg-overlay {
  position: fixed;
  z-index: 1052;
}
#mouserLoadingImg .progress-icon {
  position: fixed;
  top: 35%;
  z-index: 1053;
}

#spinnerCustom {
  position: relative;
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  color: #0070BB !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

#refineSpinnerCustom {
  position: relative;
  left: 50%;
  top: 50%;
  color: #0070BB !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.error {
  color: #990000;
  font-weight: bold;
}

#divSearchTips .panel .panel-body {
  height: 200px;
}
#divSearchTips .panel .panel-body ul {
  padding-left: 15px;
}
#divSearchTips .panel .panel-heading {
  font-size: 16px;
  color: #333333;
}
#divSearchTips .panel ul.contact-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#divSearchTips .panel ul.contact-link-list .chats p {
  margin-bottom: 5px;
}

#divSearchTips a {
  min-height: 1.5rem;
  min-width: 1.5rem;
  display: inline-block;
}

.search-suggestions {
  width: 100%;
}
.search-suggestions .heading {
  color: #585d62;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.search-suggestions .suggestion-list {
  padding-left: 0;
  padding-top: 10px;
  font-size: 12px;
}
.search-suggestions .suggestion-list .suggestion-label {
  padding-left: 0;
}
.search-suggestions .suggestion-list ul {
  list-style: none;
  width: 100%;
  column-count: 1;
  padding: 0;
  margin-bottom: 26px;
}
.search-suggestions .suggestion-list ul li {
  padding-left: 0;
}
.search-suggestions .suggestion-list ul li:before {
  content: "• ";
}
.search-suggestions .suggestion-list ul.blue-disc li:before {
  color: #0070BB;
}
.search-suggestions .suggestion-list a {
  color: #0070BB;
}

.help-center-link a {
  font-weight: bold;
}

.highlight {
  color: #dc730a;
  font-weight: bold;
}
.highlight:hover {
  color: #0070BB;
  text-decoration: underline;
}

.search-popup-content {
  background: #ffffff;
  border-radius: 6px;
  min-height: 270px;
}
.search-popup-content .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #ffffff;
}
.search-popup-content .modal-header .modal-title {
  display: inline-block;
  margin: 0;
}
.search-popup-content .modal-header .modal-title h3 {
  font-size: 16px;
  font-weight: bold;
}
.search-popup-content .modal-header .close {
  display: inline-block;
  font-size: 20px;
}
.search-popup-content .modal-body {
  overflow-y: auto;
}
.search-popup-content .cross-ref-info {
  width: 100%;
}
.search-popup-content .cross-ref-info p {
  margin-bottom: 15px;
}
.search-popup-content .cross-ref-info .heading {
  padding-right: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
}
.search-popup-content .cross-ref-info .cross-ref-matches {
  line-height: 2;
}
.search-popup-content .restriction-info {
  max-width: 780px;
  min-height: 300px;
}
.search-popup-content .addl-product-info pre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0;
}
.search-popup-content .rohs-info .modal-header .close {
  margin-top: 3px;
}

.refine-warning-modal .modal-body {
  padding: 50px 15px;
}

.hover-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: #333333;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  padding: 55px 0;
  transition: all 200ms;
  cursor: pointer;
}
.hover-overlay .icon-circle {
  text-align: center;
  color: #ffffff;
  line-height: normal;
}
.hover-overlay .icon-circle i {
  margin-bottom: 5px;
}
.hover-overlay .icon-circle span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.image-card {
  padding: 10px;
}

.aggr-prod-image {
  height: 138px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  position: relative;
  text-align: center;
  line-height: 115px;
  vertical-align: middle;
}
.aggr-prod-image img {
  max-width: 100%;
  max-height: 100%;
}
.aggr-prod-image .hover-overlay {
  padding: 30px 0;
}

.div-no-results {
  text-align: center;
  padding: 50px 15px;
  font-weight: bold;
  border: 1px solid #d9d9d9;
  border-top: none;
}
.div-no-results .error-text {
  color: #990000;
}

.mobile-filter-button {
  display: none;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  z-index: 3;
  -webkit-box-shadow: 0 -7px 15px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -7px 15px -4px rgba(0, 0, 0, 0.3);
}
.mobile-filter-button .btn {
  width: 100%;
  border-radius: 20px;
}

.mobile-apply-filters {
  display: none;
  z-index: 1051;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -7px 15px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -7px 15px -4px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: fixed;
  bottom: 0;
}
.mobile-apply-filters .btn {
  width: 100%;
}

.restrictionIconRed {
  color: #990000;
}

.restrictionIconGray {
  color: #7f7f7f;
}

.lifecycleIconRed {
  color: #990000;
}

.lifecycleIconBlue {
  color: #0070BB;
}

.lifecycleIconOrange {
  color: #dc730a;
}

.lifecycleIconGreen {
  color: #588a10;
}

.sm-lifecycle-icon i {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: 22%;
}

.lifecycle-icon {
  margin-right: 5px;
}

.lifecycle-text {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.no-results-msg {
  font-weight: bold;
  font-size: 16px;
}

.ic-no-image {
  height: 150px;
  background: #ffffff url(/images/no-image.gif) 0 0 no-repeat;
  background-position: center;
}

.two-col-container .right-content {
  margin-top: 13px;
}

table.img-products-grid {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
}
table.img-products-grid thead > tr > th {
  background-color: #e0e4e9;
  font-weight: bold;
  color: #333333;
  padding: 5px;
  min-width: 100px;
}
table.img-products-grid tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
table.img-products-grid tr td {
  padding: 5px;
  vertical-align: top;
}

.pnl-cat-select select {
  width: 100%;
}

.parametric-wrapper {
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
  overflow-x: auto;
}

.filter-results-msg {
  color: #990000;
  font-size: 12px;
  padding-left: 10px;
}

table.SearchParametricTable2 {
  border-collapse: collapse;
}
table.SearchParametricTable2 thead th {
  padding: 13px;
  padding-bottom: 0;
  vertical-align: bottom;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  border: none;
  background-color: #d9d9d9;
  white-space: normal;
}
table.SearchParametricTable2 thead th.attribute-selected {
  background-color: #0099FF;
  color: #ffffff;
}
table.SearchParametricTable2 tr td.attr-grp {
  padding: 13px;
  vertical-align: bottom;
}
table.SearchParametricTable2 tr td.attr-grp.attribute-selected {
  background-color: #0099FF;
}
table.SearchParametricTable2 tr td.attr-grp.attribute-selected .filter-search-within {
  border-bottom: 2px solid #0099FF;
}
table.SearchParametricTable2 tr td.attr-grp .attr-grp-header {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
table.SearchParametricTable2 tr td.attr-grp .reset-link-wrapper {
  width: 100%;
  height: 20px;
}
table.SearchParametricTable2 tr td.attr-grp .reset-link-wrapper .reset-link-div {
  display: none;
}
table.SearchParametricTable2 tr td.attr-grp .reset-link-wrapper .reset-link-div .reset-link {
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffffff;
  color: #0070BB;
  text-align: center;
  width: 100%;
  padding: 2px 10px;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  display: block;
}
table.SearchParametricTable2 tr td.attr-grp .reset-link-wrapper .reset-link-div .reset-link:hover {
  text-decoration: none;
}

.refine-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  background: #d9d9d9;
  z-index: 101;
  color: #333333;
  will-change: auto;
}
.refine-mobile-menu ul {
  overflow: auto;
}
.refine-mobile-menu .filter-heading {
  padding: 0;
  background-color: #f5f5f5;
  margin-bottom: 13px;
}
.refine-mobile-menu .filter-heading table {
  width: 100%;
}
.refine-mobile-menu .filter-heading table tr td {
  padding: 10px;
}
.refine-mobile-menu .filter-heading table tr td.reset-filters-link a {
  color: #0070BB;
  font-size: 12px;
  font-weight: bold;
}
.refine-mobile-menu .filter-heading table tr td.reset-filters-link a:hover {
  color: #0099FF;
}
.refine-mobile-menu .filter-heading table tr td.modal-heading {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.refine-mobile-menu .filter-heading table tr td.close-btn a {
  color: #333333;
}
.refine-mobile-menu .filter-heading table tr td.close-btn a:hover {
  color: #7f7f7f;
}
.refine-mobile-menu .applied-filters-div {
  padding: 10px;
  background-color: #ffffff;
  font-size: 12px;
}
.refine-mobile-menu .applied-filters-div .breadcrumb-arrows {
  margin-left: 0;
}
.refine-mobile-menu .applied-filters-div .breadcrumb-arrows li:not(.current) {
  display: none;
}
.refine-mobile-menu .applied-filters-div .breadcrumb-arrows li.current a {
  padding-left: 10px;
  font-size: 12px;
}
.refine-mobile-menu .applied-filters-div .btn-badge {
  margin-left: 0;
  font-size: 12px;
}

.hide-top-border .results-row {
  border-top: none;
}
.hide-top-border.total-record-count {
  border-top: none;
}
.hide-top-border .search-within {
  border-top: none;
}

.add-bottom-margin .search-within {
  margin-bottom: 15px;
}

.hidden-for-xs-inline {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.hide-overflow {
  overflow: hidden !important;
}

.pagination > li {
  padding-left: 0;
}
.pagination > li > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination > li.active > a {
  z-index: 0;
}

.btn-toggle {
  position: relative;
  height: 13px;
  width: 35px;
  border-radius: 10px;
  background: #585d62;
  outline: none;
  margin: 0 5px;
  -webkit-transition: 100ms;
  transition: 100ms;
}
.btn-toggle > .handle {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  transition: left 0.25s;
  color: #ffffff;
  background: #0099FF;
  padding: 1px;
  outline: none;
}
.btn-toggle > .handle > .fa {
  font-size: 10px;
}
.btn-toggle.active {
  outline: 0;
}
.btn-toggle.active > .handle {
  left: 14px;
  transition: left 0.25s;
}
.btn-toggle.active.focus {
  outline: 0;
}
.btn-toggle:focus, .btn-toggle .focus {
  outline: 0;
}

.content-search {
  background-color: #f5f5f5;
  float: right;
  font-size: 13px;
  padding: 10px;
  min-height: 42px;
  border-radius: 0 0 6px 6px;
  margin-bottom: 15px;
}

@-ms-viewport {
  width: auto !important;
}
@media (min-width: 400px) {
  .progress-icon {
    left: 40%;
    top: 45%;
  }
}
@media (min-width: 500px) {
  .progress-icon {
    left: 40%;
    top: 45%;
  }
}
@media (min-width: 600px) {
  .progress-icon {
    left: 43%;
  }
}
@media (min-width: 768px) {
  .hidden-for-xs-inline {
    display: inline-block;
  }
  .search-breadcrumb .breadcrumb {
    font-size: 13px;
  }
  .default-search-header > h1 {
    font-size: 20px;
  }
  .total-results-lbl {
    font-size: 14px;
  }
  .total-results-value {
    font-size: 20px;
  }
  .refine-category-list a.SearchResultsTopLevelCategory {
    font-size: 16px;
    font-weight: bold;
    color: #0070BB;
  }
  .refine-category-list a.SearchResultsTopLevelCategory > h2 {
    display: inline;
    padding-right: 8px;
  }
  .refine-category-list a.SearchResultsTopLevelCategory span {
    padding-right: 8px;
  }
  .refine-category-list .sub-category-section {
    padding-left: 26px;
  }
  .refine-category-list .sub-category-title h3 {
    margin: 2px 0px;
  }
  .refine-category-list .sub-category-title h3 a {
    font-size: 14px;
  }
  .refine-category-txt > h1 {
    font-size: 20px;
  }
  .no-results-heading > h1 {
    font-size: 20px;
  }
  .category-selection-heading {
    font-size: 13px;
  }
  .ajax-count {
    font-size: 14px;
  }
  .results-label {
    font-size: 14px;
  }
  .record-count-lbl {
    font-size: 20px;
  }
  .att-selection-header {
    font-size: 13px;
  }
  .change-filters a {
    font-size: 13px;
  }
  .two-col-container .right-content {
    margin-top: 0;
  }
  table.SearchParametricTable2 thead th {
    font-size: 13px;
  }
  .progress-icon {
    left: 45%;
    top: 40%;
  }
  .ic-no-image {
    background-position: left;
  }
  .pnl-cat-select select {
    width: auto;
    min-width: 220px;
    max-width: 100%;
  }
  .search-suggestions .heading {
    font-size: 16px;
  }
  .search-suggestions .suggestion-list {
    font-size: 13px;
  }
  .search-popup-modal .altPkgModalDialog {
    width: 700px;
  }
  .pagination > li > a {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
  }
  .pagination > li > span {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
  }
}
@media (min-width: 992px) {
  .responsive {
    /* Need to override the site.css here to make sure we don't end up with double scroll bars for product grid.
       The body will overflow if we leave the min-width at 992px because of the vertical scrollbar.
    */
    min-width: 975px !important;
  }
  .search-popup-modal .modal-dialog {
    width: 650px;
  }
  .search-popup-modal .altPkgModalDialog {
    width: 850px;
  }
  .refine-category-list .light-grey-panel > .panel-heading {
    padding: 10px 15px;
  }
  .ajax-count {
    font-size: 16px;
  }
  .hover-overlay .icon-circle span {
    font-size: 16px;
  }
  .search-suggestions .suggestion-list .suggestion-label {
    padding-left: 13px;
  }
  .search-suggestions .suggestion-list ul {
    padding-left: 13px;
    margin-bottom: 0;
  }
  .search-suggestions .heading {
    padding-left: 13px;
  }
  .applied-filters .applied-filters-cell {
    display: table-cell;
  }
  .applied-filters .applied-filters-cell:first-child {
    width: auto;
    white-space: nowrap;
    vertical-align: top;
  }
  .applied-filters .applied-filters-cell.absorbing-column {
    padding: 10px 10px 5px 0;
  }
  .applied-filters .applied-filters-cell.absorbing-column.none-selected {
    padding: 10px 10px 10px 0;
  }
}
/** Styles for when responsive is turned off **/
.responsive-desktop .search-breadcrumb .breadcrumb {
  font-size: 13px;
}
.responsive-desktop .default-search-header > h1 {
  font-size: 20px;
}
.responsive-desktop .total-results-lbl {
  font-size: 14px;
}
.responsive-desktop .total-results-value {
  font-size: 20px;
}
.responsive-desktop .refine-category-list .sub-category-section {
  padding-left: 26px;
}
.responsive-desktop .refine-category-list .sub-category-title a {
  font-size: 14px;
}
.responsive-desktop .refine-category-list a.SearchResultsTopLevelCategory {
  font-size: 16px;
}
.responsive-desktop .refine-category-list a.SearchResultsTopLevelCategory > h2 {
  padding-right: 8px;
  display: inline;
}
.responsive-desktop .refine-category-list a.SearchResultsTopLevelCategory span {
  padding-right: 8px;
}
.responsive-desktop .refine-category-list .light-grey-panel > .panel-heading {
  padding: 10px 15px;
}
.responsive-desktop .refine-category-txt > h1 {
  font-size: 20px;
}
.responsive-desktop .no-results-heading > h1 {
  font-size: 20px;
}
.responsive-desktop .category-selection-heading {
  font-size: 13px;
}
.responsive-desktop .ajax-count {
  font-size: 16px;
}
.responsive-desktop .results-label {
  font-size: 14px;
}
.responsive-desktop .record-count-lbl {
  font-size: 20px;
}
.responsive-desktop .att-selection-header {
  font-size: 13px;
}
.responsive-desktop .change-filters a {
  font-size: 13px;
}
.responsive-desktop .visible-for-xs-resp {
  display: none;
}
.responsive-desktop .pager-link-text {
  display: inline-block;
}
.responsive-desktop table.SearchParametricTable2 thead th {
  font-size: 13px;
}
.responsive-desktop .hover-overlay .icon-circle span {
  font-size: 16px;
}
.responsive-desktop .search-suggestions .heading {
  font-size: 16px;
  padding-left: 13px;
}
.responsive-desktop .search-suggestions .suggestion-list {
  font-size: 13px;
}
.responsive-desktop .search-suggestions .suggestion-list .suggestion-label {
  padding-left: 13px;
}
.responsive-desktop .search-suggestions .suggestion-list ul {
  padding-left: 13px;
  margin-bottom: 0;
}
.responsive-desktop .pagination > li > a {
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
}
.responsive-desktop .pagination > li > span {
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
}
.responsive-desktop .applied-filters .applied-filters-cell {
  display: table-cell;
}
.responsive-desktop .applied-filters .applied-filters-cell:first-child {
  width: auto;
  white-space: nowrap;
  vertical-align: top;
}
.responsive-desktop .applied-filters .applied-filters-cell.absorbing-column {
  padding: 10px 10px 5px 0;
}
.responsive-desktop .applied-filters .applied-filters-cell.absorbing-column.none-selected {
  padding: 10px 10px 10px 0;
}

@media (min-width: 1200px) {
  .total-results-lbl, .responsive-desktop .total-results-lbl {
    font-size: 16px;
  }
  .total-results-value, .responsive-desktop .total-results-value {
    font-size: 25px;
  }
  .results-label, .responsive-desktop .results-label {
    font-size: 16px;
  }
  .record-count-lbl, .responsive-desktop .record-count-lbl {
    font-size: 25px;
  }
  .search-suggestions .heading, .responsive-desktop .search-suggestions .heading {
    font-size: 18px;
  }
}
/** Styles for mobile site **/
.responsive-mobile .hidden-for-xs-inline {
  display: none;
}
.responsive-mobile .visible-for-mobile {
  display: block !important;
}
.responsive-mobile .search-breadcrumb .breadcrumb {
  font-size: 12px;
}
.responsive-mobile .default-search-header > h1 {
  font-size: 16px;
}
.responsive-mobile .total-results-lbl {
  font-size: 13px;
}
.responsive-mobile .total-results-value {
  font-size: 18px;
}
.responsive-mobile .refine-category-list .light-grey-panel > .panel-heading {
  padding: 7px 10px;
}
.responsive-mobile .refine-category-list a.SearchResultsTopLevelCategory {
  font-size: 14px;
}
.responsive-mobile .refine-category-list a.SearchResultsTopLevelCategory > h2 {
  font-size: 14px;
}
.responsive-mobile .refine-category-list .sub-category-section {
  padding-left: 10px;
}
.responsive-mobile .refine-category-list .sub-category-title a {
  font-size: 13px;
}
.responsive-mobile .refine-category-txt > h1 {
  font-size: 16px;
}
.responsive-mobile .no-results-heading > h1 {
  font-size: 16px;
}
.responsive-mobile .category-selection-heading {
  font-size: 12px;
  padding: 15px 0;
}
.responsive-mobile .ajax-count {
  font-size: 12px;
}
.responsive-mobile .results-label {
  font-size: 13px;
}
.responsive-mobile .record-count-lbl {
  font-size: 18px;
}
.responsive-mobile .att-selection-header {
  font-size: 11px;
}
.responsive-mobile .change-filters a {
  font-size: 11px;
}
.responsive-mobile .two-col-container .right-content {
  margin-top: 13px;
}
.responsive-mobile table.SearchParametricTable2 thead th {
  font-size: 12px;
}
.responsive-mobile .ic-no-image {
  background-position: center;
}
.responsive-mobile .pnl-cat-select select {
  width: 100%;
}
.responsive-mobile .search-suggestions .heading {
  font-size: 14px;
  padding-left: 0;
}
.responsive-mobile .search-suggestions .suggestion-list {
  font-size: 12px;
}
.responsive-mobile .search-suggestions .suggestion-list .suggestion-label {
  padding-left: 0;
}
.responsive-mobile .search-suggestions .suggestion-list ul {
  padding-left: 0;
  margin-bottom: 26px;
}
.responsive-mobile .hover-overlay .icon-circle span {
  font-size: 14px;
}
.responsive-mobile .pagination > li > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.responsive-mobile .pagination > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.responsive-mobile .applied-filters .applied-filters-cell {
  display: block;
  width: 100%;
}
.responsive-mobile .applied-filters .applied-filters-cell.absorbing-column {
  padding: 0 10px 5px 10px;
}
.responsive-mobile .applied-filters .applied-filters-cell.absorbing-column.none-selected {
  padding: 0px 10px 10px 10px;
}

/** Print Sheet **/
@media only print, print {
  body.non-print #globalActionBar,
  body.non-print #headerNode,
  body.non-print .header-component,
  body.non-print #divConfirmLogout,
  body.non-print #search-block,
  body.non-print .search-refine-wrapper,
  body.non-print #footer,
  .modal-backdrop.toPrint {
    display: none !important;
    visibility: hidden !important;
  }
  .search-popup-modal.toPrint {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
  }
  .search-popup-modal.toPrint .modal-content {
    border-width: 0;
  }
  .search-popup-modal.toPrint .close {
    visibility: hidden;
  }
  .search-popup-modal.toPrint .modal-footer {
    visibility: hidden;
  }
  .search-popup-modal.toPrint .modal-body {
    max-height: 100% !important;
    overflow: visible;
  }
  .scroll-body {
    overflow: visible;
  }
  .scroll-body .floatingHeader {
    visibility: hidden;
  }
  .scroll-body .search-table-wrapper {
    overflow: visible;
    margin-left: 0 !important;
  }
  .scroll-body .search-table-wrapper.has-scrolled-right:before {
    display: none;
  }
  .scroll-body .search-table-wrapper #SearchResultsGrid_grid th, .scroll-body .search-table-wrapper td {
    position: relative !important;
    left: auto !important;
    vertical-align: top;
  }
  .scroll-body .search-table-wrapper .SearchResultsTable {
    border: 1px solid #d9d9d9 !important;
  }
  .scroll-body .search-table-wrapper .fl-scrolls, .scroll-body .search-table-wrapper .fl-scrolls-bottom {
    visibility: hidden;
  }
  .scroll-body.has-right-scroll:after {
    display: none;
  }
  .parametric-wrapper {
    overflow: visible;
  }
}
.onOrderLine {
  padding: 0 0 12px 0;
}

.factoryLeadTimeQuestionCircle {
  color: #0070BB;
  cursor: pointer;
}

.onOrderModalTitle {
  display: inline;
  text-align: left;
}

.onOrderModalHeader {
  text-align: left;
}

.underline-thin {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  padding: 4px;
  top: 4px;
}

.onOrderModalLabel {
  margin-top: 1px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: left;
}

.onOrderModalValue {
  font-size: 13px;
  text-align: left;
}

.onOrderModal {
  width: 568px !important;
}

@media (max-wdith: 767px) {
  .onOrderModal {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
div[id^=onOrderModalFooter_] {
  margin-top: 96px;
}

.popover.right {
  margin-right: 10px;
}

.onOrderModalButtonMobile {
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
}

.ybtb-badge {
  background-color: #CCFF99 !important;
  color: black;
  margin-top: 7px !important;
  font-size: 13px !important;
}

@media (max-width: 320px) {
  .sort-toggle legend {
    display: block;
    font-size: 13px;
    font-weight: bold;
    border-bottom: none;
    margin-bottom: 0px;
    width: auto;
  }
  .rb-sort-group {
    float: left;
  }
  .refine-category-list .sort-toggle .resultcount {
    padding-right: 16px;
    margin-left: 8px;
  }
}
input:focus, select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 2px solid -webkit-focus-ring-color !important;
  border-color: transparent !important;
}

@-moz-document url-prefix() {
  input:focus, select:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 2px solid #4c8bf5 !important;
    border-color: transparent !important;
  }
}
.default-search-header.no-uppercase > h1 {
  text-transform: none !important;
}

.panel-heading-all-products {
  padding: 0px 15px;
}

.all-products-custom-underline {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 15px;
}

.underline-20.all-products {
  padding: 0 !important;
}

.bc-no-link {
  color: #333333;
}

@media (min-width: 768px) {
  /* for disabled JS and to prevent broken image symbol in case you're using an alt attribute but do not declare a src / srcset */
  img.lazyload:not([src]) {
    visibility: hidden;
  }
  /* Important: How sizes is calculated: The automatic sizes calculation uses the display width of the image. 
      This means that the width of the image has to be calculable at least approximately before the image itself is loaded 
      (This means you can not use width: auto). Often the following general CSS rule might help: */
  img[data-sizes=auto] {
    display: block;
  }
  .refine-prod-img.lazyloading {
    background: #d9d9d9; /*fallback*/
    background: linear-gradient(to right, #e5e6e9 8%, #dfe0e4 18%, #e5e6e9 33%);
    animation: wave 1s infinite ease forwards;
    /* width and height should be set on the actual image so this background can be resized to fit whatever image size we served */
  }
  @keyframes wave {
    0% {
      background-position: -2px 0;
    }
    100% {
      background-position: 230px 0;
    }
  }
  /* ratio-box dynamically calculates intrinsic ratios https://github.com/aFarkas/lazysizes#specify-dimensions */
  .ratio-box {
    position: relative;
    height: 0;
    display: block;
    width: 100%;
    /* padding bottom allows the background animation to be visible since we
        don't have a width or height available prior to the actual image being loaded */
    padding-bottom: 100%;
  }
  .ratio-box img,
  .ratio-box iframe,
  .ratio-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit constrains the image to the width calculated by data-sizes */
    object-fit: contain;
  }
  td.image-column {
    min-width: 101px;
  }
}
.alt-packaging-link {
  font-size: 12px;
  white-space: normal;
}

.panel-title.mfr-panel-title #litManufacturer {
  float: left;
}

.heading-sort .sort, .heading-sort .active-sort {
  outline-offset: 4px;
}
