﻿@charset "UTF-8";
/* 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;
  }
}
.image-div {
  margin: 3px 5px 3px 0;
  padding: 0;
  width: 55px;
  height: 55px;
  background-color: #FFFFFF;
  border: 1px dashed #CCC;
  line-height: 50px;
  text-align: center;
  float: left;
  border-radius: 3px;
}

span.noimage {
  color: #666;
  font-size: 0.7em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
}

/* DIV TABLES */
.div-table .row {
  padding: 0px 5px 0px 5px;
  top: 3px;
  position: relative;
}

.div-table-head {
  border-bottom: 3px solid #d9d9d9;
  background: #f5f5f5;
  font-weight: bold;
  color: #585d62;
}
.div-table-head .row {
  padding-top: 5px;
}

.div-table-sub-head {
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #d9d9d9;
}

.div-table-body {
  /*border-top: 3px solid $med-grey;
  border-bottom: 3px solid $med-grey;
  & .row + div {
      border-top: 1px solid $med-grey;
  }*/
}

.div-table-row {
  border-bottom: 1px solid #d9d9d9;
}

.div-table-foot {
  border-top: 3px solid #d9d9d9;
}

.div-table-col-highlight div {
  background: #f5f5f5;
  padding-right: 10px;
  position: relative;
  bottom: 3px;
  right: 5px;
}

.div-table-col-highlight-head {
  position: relative;
  right: 15px;
}

.div-table-border-left {
  border-left: 1px solid #d9d9d9;
}

.div-table-row-pad-botttom5 .div-table-row {
  padding-bottom: 5px;
}

/* 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;
}

.input-group {
  z-index: 0;
}

.bold {
  font-weight: bold;
}

.sharePdpTopMargin {
  margin-top: 16px;
}

.compare-modal-add-to-cart-disable {
  cursor: not-allowed !important;
  opacity: 0.65;
  box-shadow: none;
}

.share-refine-pdp-button {
  background-color: #fff;
  color: #0070B8;
  border: 1px solid #0070B8;
  float: left;
  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;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.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 */
}

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

.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;
  left: 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;
}

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

/* makes the spinner bigger, container larger so no scroll bars, and overrides the mb.zoomify.css background */
.processing .fa-spinner {
  font-size: 4em;
}

#cboxLoadedContent {
  height: 120px;
}

#loader.processing {
  background: none;
}

/* Add To Compare button styling */
.compare-input {
  color: #333333;
  background: #ffffff;
  text-align: left;
}

.link-seperator {
  color: #585d62;
  line-height: 2.5em;
  padding: 0 5px;
}

/* Buy input styling */
.buy-input {
  color: #333333;
}

/* Customer part# input styling */
.cust-part-num-input {
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #333333;
}

.uli-hcpns {
  padding-top: 5px;
  padding-bottom: 5px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 3;
  margin-left: -3px;
}

/* Fixes custPartNum ddl style */
#SelectedCustomerPartNumberValue {
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
}

/* breadcrumb formatting */
.breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0;
  padding: 0;
}
.breadcrumb li a {
  padding: 0.3em 0;
  display: inline-block;
  margin-bottom: 8px;
}
.breadcrumb .bc-no-link {
  color: #757575;
  display: inline-block;
  margin-bottom: 8px;
}

.pdp-breadcrumb li.breadcrumb-item.d-block {
  display: flex !important;
}

.breadcrumb > li + li::before {
  content: none;
}

.bc-chevron {
  padding: 0 5px;
}

.ecad-model-btn {
  background: none;
  border: none;
}
.ecad-model-btn:hover {
  cursor: pointer;
}

#divReturnToResults {
  padding-top: 0;
  padding-bottom: 8px;
}
#divReturnToResults a {
  padding: 0.3em 0;
  display: inline-block;
}

#cadInfoMessage {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Removes the pre styling bootstrap applies for More Information section */
.pdp-pre-overide {
  color: #333333;
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* Centers the fa-angle-right in the row */
.pdp-newest-prods-row {
  display: flex;
  flex-wrap: nowrap;
}

.pdp-newest-prods-arrow {
  margin-top: auto;
  margin-bottom: auto;
}

.pdp-product-newest-prod-header {
  background-color: #004A85 !important;
}

.pdp-product-newest-prod-header-title {
  color: #ffffff;
}

.pdp-product-newest-prod-header-mfr {
  color: #f5a960;
}

@media (min-width: 992px) {
  /* sets the max height of the right column for md+ screens so we don't get column whitespace */
  .responsive #pdpRightColumn {
    max-height: 1px;
  }
  /* sets text-right for the "See An Error?" text for md+ screens */
  .responsive #feedback_error {
    text-align: right;
  }
}
.responsive-desktop #pdpRightColumn {
  max-height: 1px;
}

.responsive-desktop #feedback_error {
  text-align: right;
  padding: 0;
}

/* Show All - Show Less buttons for the documents section */
.docs-buttons {
  background: #ffffff;
  color: #0070BB;
  z-index: 4;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.docs-buttons:hover {
  text-decoration: none;
  color: #0070BB;
}

.docs-show-text {
  padding: 0 15px 0 15px;
}

.pdp-docs-heading {
  font-style: italic;
  top: 7px;
}

/* Keeps the fa-external-link icon next to the text  */
.quickViewSpan {
  white-space: nowrap;
}

.pdp-ass-prod-img {
  max-width: 80px;
  max-height: 40px;
}

.pdp-also-bought-img {
  max-width: 80px;
  max-height: 40px;
}

.pdp-similar-product-img {
  max-width: 80px;
  max-height: 40px;
}

.pdp-newest-products-img {
  max-width: 80px;
}

.pdp-product-alternates-img {
  max-width: 80px;
}

/* h-tag overides */
.pdp-see-an-error {
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: 1.1;
}

.pdp-newest-products-link-text {
  font-size: 13px;
  color: #333333;
}

.pdp-newest-products-cat-sup-link-text {
  font-size: 13px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: 1.5;
}

.pdp-newest-products-link-text-bold {
  font-size: 13px;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: 1.1;
}

table.pdp-product-list {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 3px solid #d9d9d9;
  table-layout: fixed;
  word-break: break-word;
}
table.pdp-product-list th {
  border-bottom: 3px solid #d9d9d9;
  background-color: #f5f5f5;
  color: #585d62;
  font-weight: bold;
  padding: 10px 5px 5px 5px;
  vertical-align: top;
}
table.pdp-product-list tr td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #d9d9d9;
}
table.pdp-product-list .image-col {
  width: 25%;
}
table.pdp-product-list .image-col a {
  display: inline-block;
  padding: 0.3em 0;
}
table.pdp-product-list .part-num-col {
  padding-left: 10px;
  padding-right: 10px;
}
table.pdp-product-list .desc-col {
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
}
table.pdp-product-list .desc-col a {
  display: inline-block;
  padding: 0.3em 0;
}

.pdp-product-documents-list .pdp-docs-heading .pdp-product-card-h3 {
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 6px;
  margin-top: 2px;
  border-bottom: 1px solid #d9d9d9;
}
.pdp-product-documents-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 3px 0;
}
.pdp-product-documents-list ul li {
  padding: 0.45em 0;
  border-bottom: 1px solid #d9d9d9;
}
.pdp-product-documents-list ul li a {
  padding: 0.3em 0;
}

.pdp-pricing-table .pricing-table {
  width: 100%;
  margin-bottom: 0;
}
.pdp-pricing-table .pricing-table thead th {
  border-bottom: 3px solid #d9d9d9;
  background-color: #f5f5f5;
  color: #585d62;
  font-weight: bold;
  padding: 10px 15px 5px 15px;
  vertical-align: top;
}
.pdp-pricing-table .pricing-table thead th.ext-price-col {
  padding: 10px 5px 5px 15px;
}
.pdp-pricing-table .pricing-table tbody td, .pdp-pricing-table .pricing-table th {
  vertical-align: top;
  padding: 0.6em 15px;
  border-bottom: 1px solid #d9d9d9;
  width: 33.33333%;
}
.pdp-pricing-table .pricing-table tbody td.pricebreak-col, .pdp-pricing-table .pricing-table th.pricebreak-col {
  background-color: #f5f5f5;
  font-weight: bold;
}
.pdp-pricing-table .pricing-table tbody td.ext-price-col, .pdp-pricing-table .pricing-table th.ext-price-col {
  padding: 0.6em 5px 0.6em 15px;
  white-space: nowrap;
}
.pdp-pricing-table .pricing-table tbody td a, .pdp-pricing-table .pricing-table tbody td .quoteQty, .pdp-pricing-table .pricing-table th a, .pdp-pricing-table .pricing-table th .quoteQty {
  padding: 0.3em;
}
.pdp-pricing-table .pricing-table tbody td.sub-heading, .pdp-pricing-table .pricing-table th.sub-heading {
  background-color: transparent;
  border-bottom: 1px solid #d9d9d9;
  color: #333333;
  font-style: italic;
  font-weight: bold;
  padding: 4px 5px;
  width: 100%;
}

#lblCompareProduct {
  font-weight: normal;
}

#footnotes {
  margin-top: 5px;
}

table.specs-table {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 3px solid #d9d9d9;
}
table.specs-table th {
  border-bottom: 3px solid #d9d9d9;
  background-color: #f5f5f5;
  color: #585d62;
  font-weight: bold;
  padding: 10px 5px 5px 5px;
  vertical-align: top;
}
table.specs-table tr td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #d9d9d9;
}
table.specs-table tr td a {
  padding: 0.3em 0;
}
table.specs-table tr td label {
  margin-bottom: 0;
}
table.specs-table .attr-col {
  font-weight: bold;
  width: 41.66667%;
}
table.specs-table .attr-value-col {
  width: 58.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.dl-underline {
  border-top: 1px solid #d9d9d9;
  padding-bottom: 5px;
  margin-top: 7px;
}

.pdp-product-availability dl {
  width: 100%;
  margin: 0;
}
.pdp-product-availability dl dt {
  clear: left;
}
.pdp-product-availability dl dt.dl-border-top {
  border-top: 1px solid #d9d9d9;
  padding-top: 5px;
  margin-top: 7px;
}
.pdp-product-availability dl dt .pdp-product-card-h3 {
  font-weight: bold;
}
.pdp-product-availability dl dd {
  clear: right;
  padding-top: 5px;
}
.pdp-product-availability dl dd.dl-border-top {
  margin-top: 0;
}
.pdp-product-availability .onOrderLine {
  clear: both;
}
.pdp-product-availability .onOrderQuantity {
  width: auto;
  padding-right: 8px;
}
.pdp-product-availability .onOrderDate {
  width: auto;
  padding: 0px;
  text-align: left;
}

/* SM and up media queries */
@media (min-width: 768px) {
  .responsive .col-sm-text-right {
    text-align: right;
  }
  .responsive .bs-vert-line-sm-up {
    border-left: 1px solid #d9d9d9;
  }
  .responsive .pdp-left-imgs {
    border-right: 1px solid #d9d9d9;
    position: relative;
    left: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .responsive .pdp-card-desc {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .responsive .breadcrumb li {
    padding: 0;
  }
  .responsive .breadcrumb li a {
    padding: 0;
    margin-bottom: 0;
  }
  .responsive .breadcrumb li .bc-no-link {
    margin-bottom: 0;
  }
  .responsive #divReturnToResults {
    padding-top: 13px;
    padding-bottom: 0;
  }
  .responsive #divReturnToResults a {
    padding: 0;
  }
  .responsive table.pdp-product-list .image-col {
    width: 16.66667%;
  }
  .responsive table.pdp-product-list .image-col a {
    padding: 0;
  }
  .responsive table.pdp-product-list .part-num-col {
    width: 33.33333%;
  }
  .responsive table.pdp-product-list .desc-col {
    width: 33.33333%;
  }
  .responsive table.pdp-product-list .desc-col a {
    padding: 0;
  }
  .responsive table.pdp-product-list .stock-col {
    width: 16.66667%;
  }
  .responsive .pdp-product-documents-list ul li {
    padding: 4px 0;
  }
  .responsive .pdp-product-documents-list ul li a {
    padding: 0;
  }
  .responsive .pdp-pricing-table .pricing-table tbody tr td,
  .responsive .pdp-pricing-table .pricing-table tbody tr th {
    padding: 4px 15px;
  }
  .responsive .pdp-pricing-table .pricing-table tbody tr td.ext-price-col,
  .responsive .pdp-pricing-table .pricing-table tbody tr th.ext-price-col {
    padding-right: 5px;
  }
  .responsive .pdp-pricing-table .pricing-table tbody tr td.sub-heading,
  .responsive .pdp-pricing-table .pricing-table tbody tr th.sub-heading {
    padding: 4px 5px;
  }
  .responsive .pdp-pricing-table .pricing-table tbody tr td a, .responsive .pdp-pricing-table .pricing-table tbody tr td .quoteQty,
  .responsive .pdp-pricing-table .pricing-table tbody tr th a,
  .responsive .pdp-pricing-table .pricing-table tbody tr th .quoteQty {
    padding: 0;
  }
  .responsive table.specs-table tr td a {
    padding: 0;
  }
  .responsive table.specs-table .attr-col {
    width: 33.33333%;
  }
  .responsive table.specs-table .attr-value-col {
    width: 41.66667%;
  }
  .responsive table.specs-table .checkbox-col {
    width: 25%;
  }
  .responsive table.specs-table .checkbox-col-fsu {
    width: 25%;
    border-left: 1px solid #d9d9d9;
  }
  .responsive table.specs-table .checkbox-head {
    width: 25%;
  }
  .responsive .pdp-product-availability dl dd {
    padding-top: 0;
  }
  .responsive .pdp-product-availability dl dd.dl-border-top {
    padding-top: 5px;
    margin-top: 7px;
    border-top: 1px solid #d9d9d9;
  }
  .responsive .pdp-product-availability .onOrderQuantity {
    width: 25%;
    text-align: right;
    padding: 0;
  }
  .responsive .pdp-product-availability .onOrderDate {
    width: 75%;
    padding: 0 0 0 8px;
    text-align: left;
  }
}
.responsive-desktop .col-sm-text-right {
  text-align: right;
}

.responsive-desktop .bs-vert-line-sm-up {
  border-left: 1px solid #d9d9d9;
}

.responsive-desktop .pdp-left-imgs {
  border-right: 1px solid #d9d9d9;
  position: relative;
  left: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.responsive-desktop .pdp-card-desc {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rohs-modal-content {
  background: #ffffff;
  border-radius: 6px;
  min-height: 270px;
}
.rohs-modal-content .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #ffffff;
}
.rohs-modal-content .modal-header .modal-title {
  display: inline-block;
  margin: 0;
}
.rohs-modal-content .modal-header .modal-title h3 {
  font-size: 16px;
  font-weight: bold;
}
.rohs-modal-content .modal-header .close {
  display: inline-block;
  font-size: 20px;
}
.rohs-modal-content .modal-body {
  overflow-y: auto;
}
.rohs-modal-content .cross-ref-info {
  width: 100%;
}
.rohs-modal-content .cross-ref-info p {
  margin-bottom: 15px;
}
.rohs-modal-content .cross-ref-info .heading {
  padding-right: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
}
.rohs-modal-content .cross-ref-info .cross-ref-matches {
  line-height: 2;
}
.rohs-modal-content .restriction-info {
  max-width: 780px;
  min-height: 300px;
}
.rohs-modal-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;
}
.rohs-modal-content .rohs-info .modal-header .close {
  margin-top: 3px;
}

/* Keeps the fa-external-link icon next to the text */
.seeAnErrorSpan {
  white-space: nowrap;
  cursor: pointer;
}

/*.has-gradient {
    position: relative;
    z-index: 9999;
    margin-top: -35px; 
    padding-top: 40px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%); /* FF3.6-15 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 
}*/
.pdp-left-imgs {
  /*
  Can't do this; causes issues if the image is taller than the info on the right
  padding-top: 15px;
  padding-bottom: 15px;*/
}

.pdp-product-card {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pdp-product-card .image-container .row a:hover {
  cursor: pointer;
}
.pdp-product-card .image-container .row .img-link {
  display: inline-block;
  position: relative;
  max-width: 200px;
  margin-bottom: 15px;
  padding: 0;
}
.pdp-product-card .image-container .row .img-link .defaultImg {
  width: 100%;
}
.pdp-product-card .image-container .row .img-link:hover .expandArrow {
  color: #333333;
}
.pdp-product-card .image-container .row .img-link .expandArrow {
  position: absolute;
  top: 0;
  right: 0;
  color: #757575;
  font-size: large;
}
.pdp-product-card .image-container .row .img-link .expandArrow:hover {
  color: #333333;
}
.pdp-product-card .image-container .row .imageThumbnails {
  width: 180px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdp-product-card .image-container .row .imageThumbnails .thumbControls {
  height: auto;
  margin-bottom: 15px;
  padding: 0;
}
.pdp-product-card .image-container .row .imageThumbnails .thumbControls.defaultSpinThumbnail {
  pointer-events: auto;
  position: relative;
  display: inline-block;
}
.pdp-product-card .image-container .row .imageThumbnails .thumbControls.defaultSpinThumbnail::after {
  content: "360" "°";
  width: 70px;
  height: 70px;
  background: rgba(3, 3, 3, 0.72);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.pdp-product-card .image-container .row .imageThumbnails .thumbControls.defaultSpinThumbnail:hover::after {
  outline: 1px solid #4c8bf5;
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 3px;
  border: none;
}
.pdp-product-card .image-container .row .imageThumbnails .thumbControls.defaultSpinThumbnail:focus {
  outline: 1px solid #4c8bf5;
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 3px;
  border: none;
}
.pdp-product-card .image-container .row .imageThumbnails .thumbControls.defaultSpinThumbnail .img-thumbnail:hover {
  border: 1px solid #333333;
}
.pdp-product-card .image-container .row .imageThumbnails .thumbControls.plusMoreImagesText {
  width: 70px;
}
.pdp-product-card .image-container .row .imageThumbnails .thumbControls .img-thumbnail {
  padding: 0;
  margin: 0;
  object-fit: cover;
  width: 70px;
  height: 70px;
  border-radius: 0px;
}
.pdp-product-card .image-container .row .imgRefLabel {
  text-align: left;
}

#product-desc .row {
  padding-top: 3px;
  padding-bottom: 3px;
}

.bs-border-top {
  border-top: 1px solid #d9d9d9;
}

.thru-line {
  border-top: 1px solid #d9d9d9;
  display: block;
  position: relative;
  top: 10px;
}

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

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

/* TODO: Need a solution to overide bootstrap so line goes full-width */
.full-underline {
  border-top: 1px solid #d9d9d9;
  width: calc(100% + 30px);
  display: block;
  position: relative;
  padding: 4px;
  top: 4px;
  right: 15px;
}

.underline-heavy {
  border-top: 3px solid #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 10px;
  top: 10px;
}

/*.full-underline-15 {
    border-top: 1px solid $med-grey;
    height: 1px;
    width: calc(100% + 30px);
    display: block;
    position: relative;
	top: 15px;
    padding: 15px;
    right: 15px;
}*/
.full-underline-10 {
  border-top: 1px solid #d9d9d9;
  width: calc(100% + 30px);
  display: block;
  position: relative;
  top: 10px;
  padding: 10px;
  right: 15px;
}

/* Cross-reference message - TODO: Need finalized color */
.cross-ref-message {
  color: #A85A00;
  font-style: italic;
}

/* Restriction, lifecycle, etc. icon colors - TODO: Need finalized colors */
.restrictionIconRed {
  color: #990000;
}

.restrictionIconGray {
  color: #7f7f7f;
}

.lifecycleIconRed {
  color: #990000;
}

.lifecycleIconBlue {
  color: #0070BB;
}

.lifecycleIconOrange {
  color: #dc730a;
}

.lifecycleIconGreen {
  color: #588a10;
}

.rohsIconGreen {
  color: #588a10;
}

.fa-m-rohs {
  padding-bottom: 5px;
}

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

/* Specs Messaging */
.pdp-specs-msgs-top {
  padding-right: 15px;
  padding-left: 15px;
}

.pdp-specs-msgs-bottom {
  padding-left: 15px;
}

.pdp-specs-msgs-top > .specs-success-msg, .pdp-specs-msgs-top > .specs-danger-msg {
  margin-bottom: 15px;
}

.pdp-specs-msgs-bottom > div, .pdp-specs-msgs-bottom > div {
  margin-top: 15px;
  margin-bottom: 0px;
  align-content: center;
}

.inShowSimilarProducts {
  background-color: inherit;
  color: #0070BB;
  border: 0px none;
  font-weight: bold;
}

.inShowSimilarProducts:hover {
  text-decoration: underline;
  color: #0099FF;
  cursor: pointer;
}

.pdp-product-card-h2 {
  margin-top: 1px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4em;
}

.pdp-product-card-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4em;
}

.lblMfrInfo {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  overflow-wrap: anywhere;
}

#h2PricingTitle {
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cust-part-input-grp, .buy-input-grp {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lblAttributesSelected {
  display: block;
  text-align: center;
  padding-top: 5px;
}

.btnShowSimilar {
  white-space: break-spaces !important;
}

.lblShowSimilarProductsFound-fsu {
  padding-right: 10px;
}

#pdpBottomRow {
  padding-bottom: 15px;
}

.pdp-product-alternates-mfr {
  margin-top: 2px;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
}

.pdp-product-alternates-btn-row {
  padding-top: 10px;
}

/* QuickView - Copied from base-lite */
.quickview #quickview_close {
  color: #ffffff;
  background: none repeat scroll 0 0 #999999;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 3px;
  width: 16px;
}

#TB_window.quickview {
  border: 4px solid gray;
}

.qv_restrictions a.thickbox {
  display: block;
  margin-bottom: 4px;
}

.QuickViewMxImg {
  max-height: 140px;
  max-width: 140px;
}

.packChoiceStyle {
  overflow: hidden;
}

.more-images {
  display: inline-block;
  background: #ffffff url(/images/icon-more-images.png) 0 0 no-repeat;
  width: 61px;
  height: 20px;
  margin-top: 13px;
}

.zoom-images {
  margin-top: 13px;
  text-align: left !important;
}

.pdp-ship-free-msg {
  color: #333333;
}
.pdp-ship-free-msg .dark-med-orange {
  color: #A85A00;
}
.pdp-ship-free-msg .dark-orange-new {
  color: #A85A00;
}

#clockdiv .dark-med-orange {
  color: #A85A00;
}

#clockdiv .dark-orange-new {
  color: #A85A00;
}

#divCountdownClockDialog {
  margin: 5px;
}

.shipping-cut-off ul {
  list-style-type: none;
  line-height: 1.4em;
  padding: 0px;
  margin: 10px;
}

.shippingInstructionsTitle {
  font-size: 15px;
  font-weight: bold;
}

.shippingInstructionsBody {
  font-size: 12px;
}

#collapseMoreInfo img {
  max-width: 100px;
}

#collapseMoreInfo h2, #collapseMoreInfo h3 {
  font-size: 15px;
  margin-top: 0px;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#TB_title {
  display: none;
}

#spnAddToCompareText {
  font-weight: normal;
}

.compare-input-lbl {
  margin-bottom: 0px;
}

.pdp-pricing-delays {
  color: #990000;
}

.DigitalDeliverLinkIcon:hover {
  text-decoration: none;
}

.form-control {
  border: 1px solid #d9d9d9;
}

.input-group-addon {
  border: 1px solid #d9d9d9;
}

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

textarea {
  resize: none;
}

.pdp-product-documents-title {
  line-height: 1.1;
}

/* css rules for Punchout Product Detail page*/
.punchout #factoryPackQtyPopupLink {
  color: #333333;
}
.punchout #factoryPackQtyPopupLink:hover {
  text-decoration: none;
  color: #333333;
}
.punchout .spec-rohs {
  color: #333333;
}
.punchout .spec-rohs:hover {
  text-decoration: none;
  color: #333333;
}
.punchout .pdp-ship-free-msg {
  display: none;
}

@media print {
  /* Hide newest products module when printing in firefox only */
  @-moz-document url-prefix() {
    #pdpNewestProds {
      display: none !important;
    }
  }
  body.noprint #globalActionBar,
  body.noprint .header-component,
  body.noprint .header-component1,
  body.noprint #pdpMainContentDiv,
  body.noprint .pdp-product-breadcrumbs,
  body.noprint #pdpErrors,
  body.noprint #pdpRealTimeShipping,
  body.noprint #footer,
  body.noprint #pdpBottomRow,
  body.noprint header,
  body.noprint #pdpBreadcrumb {
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  @page {
    size: auto !important;
    margin-left: 0in;
    margin-right: 0in;
  }
  .modal-content.rohs-modal-content.printable {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    border-width: 0;
  }
  .modal-content.rohs-modal-content.printable .close {
    visibility: hidden;
  }
  .modal-content.rohs-modal-content.printable .modal-footer {
    visibility: hidden;
  }
  .modal-content.rohs-modal-content.printable .modal-body {
    max-height: 100% !important;
    overflow: visible;
  }
  .modal-content.reach-svhc-content.printable {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    border-width: 0;
    visibility: visible !important;
  }
  .modal-content.reach-svhc-content.printable .close {
    visibility: hidden;
  }
  .modal-content.reach-svhc-content.printable .modal-footer {
    visibility: hidden;
  }
  .modal-content.reach-svhc-content.printable .modal-body {
    max-height: 100% !important;
    overflow: visible;
  }
}
/* Feedback Styling */
.panel-title {
  font-size: 18px;
}
.panel-title .btn-link.accordion-toggle {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  text-align: left;
  text-decoration: none;
  padding: 0;
  border: none;
  line-height: normal;
}
.panel-title .btn-link.accordion-toggle:hover {
  text-decoration: none;
}
.panel-title .btn-link.accordion-toggle:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.panel-title .btn-link.accordion-toggle:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}
.panel-title .btn-link.accordion-toggle:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
.panel-title .btn-link.accordion-toggle:after {
  font-family: "MouserIcons", sans-serif;
  content: "\f006";
  float: right;
  color: #0070BB;
}
.panel-title .btn-link.accordion-toggle.collapsed:after {
  content: "\f007";
}
@media (max-width: 767px) {
  .panel-title .pdp-product-documents-title.visible-xs {
    display: inline !important;
  }
}

.feedback_error {
  background: none !important;
  padding: 0.3em 0;
  border: none;
  color: #0070BB;
  cursor: pointer;
}
.feedback_error:hover {
  text-decoration: underline;
  color: #0099FF;
}
.feedback_error:focus {
  text-decoration: underline;
  color: #0099FF;
  outline: 1px dotted #0099FF;
  outline: 5px auto -webkit-focus-ring-color;
}

/* TFS# 47253 Hide Extensions */
span#spnManufacturerPartNumber div {
  display: none !important;
}

.pdp-product-compliance .compliance-dlist {
  width: 100%;
  margin: 0;
}
.pdp-product-compliance .compliance-dlist dt {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 15px 5px 0;
}
.pdp-product-compliance .compliance-dlist dd {
  text-align: right;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0px 5px 15px;
  pointer-events: none;
}
.pdp-product-compliance .compliance-dlist dd a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
  .responsive .pdp-product-compliance .compliance-dlist dd {
    text-align: left;
  }
  .responsive .feedback_error {
    padding: 0;
  }
}
.hideOnOrder {
  display: none;
}

.showOnOrder {
  display: block;
  clear: both;
}

.expandOnOrderButton {
  border: none;
  padding: 0px;
  white-space: normal;
  text-align: left;
}
.expandOnOrderButton:focus {
  outline-offset: 0.25rem !important;
}

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

.pdp-docs-heading .bold-label,
.pdp-product-datasheets .bold-label,
.pdp-alt-pack-main .bold-label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}

.factoryPackQtyButton {
  font-weight: bold !important;
  padding: 0 !important;
}

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

@media (max-width: 768px) {
  .popover {
    width: 200px !important;
  }
  .div-table-col-highlight label {
    padding: 1.2em 0;
  }
  .div-table-col-highlight label a {
    padding: 1.2em;
  }
  #lnkPricingRequestQuote {
    padding: 0.3em 0;
  }
  .div-table-col-highlight .quoteQty {
    padding-right: 12px;
  }
  .div-table-row span {
    padding: 0.8em 0;
    display: inline-block;
  }
  #footnotes-ref {
    padding: 1.2em 0.6em;
  }
  #footnotes-ref b {
    font-size: small;
  }
  #footnoteslink {
    padding: 1.2em 0.4em;
  }
  #footnoteslink b {
    font-size: small;
  }
}
.responsive-mobile .breadcrumb li a {
  padding: 0.3em 0;
  margin-bottom: 8px;
}
.responsive-mobile .breadcrumb li .bc-no-link {
  margin-bottom: 8px;
}
.responsive-mobile #divReturnToResults {
  padding-top: 0;
  padding-bottom: 8px;
}
.responsive-mobile #divReturnToResults a {
  padding: 0.3em 0;
}
.responsive-mobile .feedback_error {
  padding: 0.3em 0;
}
.responsive-mobile .div-table-col-highlight label {
  padding: 1.2em 0;
}
.responsive-mobile .div-table-col-highlight label a {
  padding: 1.2em;
}
.responsive-mobile #lnkPricingRequestQuote {
  padding: 0.3em 0;
}
.responsive-mobile .div-table-col-highlight .quoteQty {
  padding-right: 12px;
}
.responsive-mobile .div-table-row span {
  padding: 0.8em 0;
  display: inline-block;
}
.responsive-mobile table.pdp-product-list .image-col {
  width: 25%;
}
.responsive-mobile table.pdp-product-list .image-col a {
  padding: 0.3em 0;
}
.responsive-mobile table.pdp-product-list .desc-col {
  width: 75%;
}
.responsive-mobile table.pdp-product-list .desc-col a {
  padding: 0.3em 0;
}
.responsive-mobile #footnotes-ref {
  padding: 1.2em 0.6em;
}
.responsive-mobile #footnotes-ref b {
  font-size: small;
}
.responsive-mobile #footnoteslink {
  padding: 1.2em 0.4em;
}
.responsive-mobile #footnoteslink b {
  font-size: small;
}
.responsive-mobile .pdp-product-documents-list ul li {
  padding: 0.45em 0;
}
.responsive-mobile .pdp-product-documents-list ul li a {
  padding: 0.3em 0;
}
.responsive-mobile .pdp-pricing-table .pricing-table tbody tr td, .responsive-mobile .pdp-pricing-table .pricing-table tbody tr th {
  padding: 0.6em 15px;
}
.responsive-mobile .pdp-pricing-table .pricing-table tbody tr td.ext-price-col, .responsive-mobile .pdp-pricing-table .pricing-table tbody tr th.ext-price-col {
  padding-right: 5px;
}
.responsive-mobile .pdp-pricing-table .pricing-table tbody tr td.sub-heading, .responsive-mobile .pdp-pricing-table .pricing-table tbody tr th.sub-heading {
  padding: 4px 5px;
}
.responsive-mobile .pdp-pricing-table .pricing-table tbody tr td a, .responsive-mobile .pdp-pricing-table .pricing-table tbody tr td .quoteQty, .responsive-mobile .pdp-pricing-table .pricing-table tbody tr th a, .responsive-mobile .pdp-pricing-table .pricing-table tbody tr th .quoteQty {
  padding: 0.3em;
}
.responsive-mobile table.specs-table tr td a {
  padding: 0.3em 0;
}
.responsive-mobile table.specs-table .attr-col {
  width: 41.66667%;
}
.responsive-mobile table.specs-table .attr-value-col {
  width: 58.33333%;
}
.responsive-mobile .pdp-product-compliance .compliance-dlist dd {
  text-align: right;
}
.responsive-mobile .pdp-product-availability dl dd {
  padding-top: 5px;
}
.responsive-mobile .pdp-product-availability dl dd.dl-border-top {
  margin-top: 0;
  border-top: none;
}
.responsive-mobile .pdp-product-availability .onOrderLine {
  clear: both;
}
.responsive-mobile .pdp-product-availability .onOrderQuantity {
  width: auto;
  padding-right: 8px;
}
.responsive-mobile .pdp-product-availability .onOrderDate {
  width: auto;
  padding: 0px;
}

.responsive-desktop .breadcrumb li a {
  padding: 0;
  margin-bottom: 0;
}
.responsive-desktop .breadcrumb li .bc-no-link {
  margin-bottom: 0;
}
.responsive-desktop #divReturnToResults {
  padding-top: 13px;
  padding-bottom: 0;
}
.responsive-desktop #divReturnToResults a {
  padding: 0;
}
.responsive-desktop .feedback_error {
  padding: 0;
}
.responsive-desktop table.pdp-product-list .image-col {
  width: 16.66667%;
}
.responsive-desktop table.pdp-product-list .image-col a {
  padding: 0;
}
.responsive-desktop table.pdp-product-list .part-num-col {
  width: 33.33333%;
}
.responsive-desktop table.pdp-product-list .desc-col {
  width: 33.33333%;
}
.responsive-desktop table.pdp-product-list .desc-col a {
  padding: 0;
}
.responsive-desktop table.pdp-product-list .stock-col {
  width: 16.66667%;
}
.responsive-desktop #footnotes-ref b {
  font-size: small;
}
.responsive-desktop #footnoteslink b {
  font-size: small;
}
.responsive-desktop .pdp-product-documents-list ul li {
  padding: 4px 0;
}
.responsive-desktop .pdp-product-documents-list ul li a {
  padding: 0;
}
.responsive-desktop .pdp-pricing-table .pricing-table tbody tr td, .responsive-desktop .pdp-pricing-table .pricing-table tbody tr th {
  padding: 4px 15px;
}
.responsive-desktop .pdp-pricing-table .pricing-table tbody tr td.ext-price-col, .responsive-desktop .pdp-pricing-table .pricing-table tbody tr th.ext-price-col {
  padding-right: 5px;
}
.responsive-desktop .pdp-pricing-table .pricing-table tbody tr td.sub-heading, .responsive-desktop .pdp-pricing-table .pricing-table tbody tr th.sub-heading {
  padding: 4px 5px;
}
.responsive-desktop .pdp-pricing-table .pricing-table tbody tr td a, .responsive-desktop .pdp-pricing-table .pricing-table tbody tr td .quoteQty, .responsive-desktop .pdp-pricing-table .pricing-table tbody tr th a, .responsive-desktop .pdp-pricing-table .pricing-table tbody tr th .quoteQty {
  padding: 0;
}
.responsive-desktop table.specs-table tr td a {
  padding: 0;
}
.responsive-desktop table.specs-table .attr-col {
  width: 33.33333%;
}
.responsive-desktop table.specs-table .attr-value-col {
  width: 41.66667%;
}
.responsive-desktop table.specs-table .checkbox-col {
  width: 25%;
}
.responsive-desktop table.specs-table .checkbox-col-fsu {
  width: 25%;
  border-left: 1px solid #d9d9d9;
}
.responsive-desktop table.specs-table .checkbox-head {
  width: 25%;
}
.responsive-desktop .pdp-product-compliance .compliance-dlist dd {
  text-align: left;
}
.responsive-desktop .pdp-product-availability dl dd {
  padding-top: 0;
}
.responsive-desktop .pdp-product-availability dl dd.dl-border-top {
  padding-top: 5px;
  margin-top: 7px;
  border-top: 1px solid #d9d9d9;
}
.responsive-desktop .pdp-product-availability .onOrderQuantity {
  width: 25%;
  text-align: right;
  padding: 0;
}
.responsive-desktop .pdp-product-availability .onOrderDate {
  width: 75%;
  padding: 0 0 0 8px;
  text-align: left;
}

.display-shipping-info {
  display: inline-block;
}

.display-shipping-info-alert {
  display: flow-root;
}

.display-shipping-info-alert:before {
  display: block;
}

.feedback-modal-footer-padding {
  padding: 1rem 1rem !important;
}

.feedback-modal-textbox-padding-right {
  padding-right: 0.25rem !important;
}

.dt-dd-inline {
  display: inline;
}

.reach-svhc-content {
  background: #ffffff;
  border-radius: 6px;
  min-height: 270px;
}
.reach-svhc-content .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #ffffff;
}
.reach-svhc-content .modal-header .modal-title {
  display: inline-block;
  margin: 0;
}
.reach-svhc-content .modal-header .modal-title h3 {
  font-size: 16px;
  font-weight: bold;
}
.reach-svhc-content .modal-header .close {
  display: inline-block;
  font-size: 20px;
}
.reach-svhc-content .modal-body {
  overflow-y: auto;
}
.reach-svhc-content .modal-body .col {
  padding-left: 0;
}

.substance-list > .reach-svhc-substance-item:not(:last-child) {
  margin-bottom: 13px;
}

dfn {
  font-style: normal !important;
}

abbr[title] {
  border-bottom: none !important;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.card.pdp-section {
  margin-bottom: 18px;
}

.pdp-section .pdp-product-comments-body {
  padding: 15px;
}
.pdp-section .pdp-pre-overide {
  margin-bottom: 9px;
  font-size: 1rem;
}
.pdp-section .collapse.in {
  display: block;
}
.pdp-section .table.specs-table th {
  border-bottom: 3px solid #d9d9d9 !important;
}
.pdp-section .ic-no-image {
  width: 150px;
}
.pdp-section .pdp-left-imgs, .pdp-section .pdp-product-action-bar {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pdp-section .pdp-product-card {
  padding: 0;
  margin: 0 1rem;
}
.pdp-section .pdp-product-card-header h1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.pdp-section.pdp-product-more-info #detail-feature-desc h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.pdp-section .imageThumbnails {
  gap: 1rem;
}
.pdp-section .pdp-product-alt-pack-header, .pdp-section .pdp-product-availability-pricing-header, .pdp-section .pdp-product-newest-prod-header, .pdp-section .pdp-product-alternates-header, .pdp-section .pdp-similar-products-header {
  padding: 0;
}
.pdp-section h2.card-title.pdp-card-title {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
}
.pdp-section.pdp-product-newest-prod {
  border: solid 1px #004A85;
}
.pdp-section .pdp-newest-prod-content .list-group-item.list-group-item-action {
  border-top: none;
  border-left: none;
  border-right: none;
  color: #0070BB;
}
.pdp-section .pdp-newest-prod-content .list-group-item.list-group-item-action:hover, .pdp-section .pdp-newest-prod-content .list-group-item.list-group-item-action:focus {
  color: #0099FF;
}
.pdp-section .pdp-newest-prod-content .list-group-item.list-group-item-action i.fa {
  display: inline;
}
.pdp-section .pdp-newest-prod-content .list-group-item.list-group-item-action:last-child {
  border-bottom: none;
}
.pdp-section .pdp-newest-prod-content #NewestProductsSupplierLink {
  border: none !important;
}

/* DEVELOPER NOTE: Override for Global Link Styling needed in Featured Products Section PDP */
.pdp-newest-prod-content .pdp-newest-products-link {
  text-decoration: none !important;
}
.pdp-newest-prod-content .pdp-newest-products-link .pdp-newest-products-learn-more {
  text-decoration: underline dotted #757575 2px;
  text-underline-offset: 0.35rem;
}
.pdp-newest-prod-content .pdp-newest-products-link:hover .pdp-newest-products-link-text-bold, .pdp-newest-prod-content .pdp-newest-products-link:hover .pdp-newest-prods-arrow, .pdp-newest-prod-content .pdp-newest-products-link:focus .pdp-newest-products-link-text-bold, .pdp-newest-prod-content .pdp-newest-products-link:focus .pdp-newest-prods-arrow {
  color: #0064a7 !important;
}
.pdp-newest-prod-content .pdp-newest-products-link:hover .pdp-newest-products-link-text, .pdp-newest-prod-content .pdp-newest-products-link:focus .pdp-newest-products-link-text {
  text-decoration: none !important;
}
.pdp-newest-prod-content .pdp-newest-products-link:hover .pdp-newest-products-learn-more, .pdp-newest-prod-content .pdp-newest-products-link:focus .pdp-newest-products-learn-more {
  background-color: transparent !important;
  color: #0064a7 !important;
  text-decoration: underline solid #0064a7 1px !important;
}

.accordion .card-header button {
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion .card-header button:after,
.accordion .card-header button.collapsed:after {
  margin-left: 0.5rem;
}

.card-header .btn:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.card-header .btn:focus {
  box-shadow: none;
}

.attr-col button {
  text-align: left;
}
.attr-col a {
  text-align: left;
}

.line-height-center.link-seperator {
  line-height: 1.5rem;
}

.z-cpn-top {
  z-index: 1;
}

.cpn-bs4 .btn-default.btn-outline-grey {
  color: inherit !important;
  background: none;
  background-color: transparent !important;
}
.cpn-bs4 .btn-clear.close {
  margin-top: -4px;
}
.cpn-bs4 .btn-clear.close i {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0;
}

#shippingEligibilityInfoModal, #shippingEligibilityModal {
  z-index: 1051;
}

#shippingEligibilityInfoModalLabel, #shippingEligibilityModalLabel {
  float: left;
}

#shippingEligibilityInfoModalBody ol, #shippingEligibilityModalBody ol {
  text-align: left;
  padding-left: 1rem;
}

#shippingEligibilityInfoModalBody p {
  margin: 0 0 0.5rem;
}

#shippingEligibilityInfoModalFooter, #shippingEligibilityModalFooter {
  padding: 10px;
}

.pdp-similar-products-row {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.pdp-apOrAb-products-row.loading {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 73px;
}

#apAbProductsPanelAlert {
  margin: 0 !important;
  text-align: left;
}

.availability-loading {
  content: "";
  height: 45px;
  background: linear-gradient(90deg, #f2f2f2 0%, #d9d9d9 100%);
  animation: pulsate infinite 1.1s ease forwards !important;
}

.loading {
  content: "";
  width: 455px;
  border: 18px solid white !important;
  height: 53px;
  position: relative;
  background: linear-gradient(90deg, #f2f2f2 0%, #d9d9d9 100%);
  animation: pulsate infinite 1.1s ease forwards !important;
}

@keyframes pulsate {
  0% {
    background-position: -2px 0;
  }
  100% {
    background-position: 430px 0;
  }
}
.similarProduct-container-height {
  min-height: 45px;
}

.similar-products-panel-height {
  height: 304px;
}

.similar-products-bs4-panel-height {
  height: fit-content;
}

.smoothDisappear {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  transition: all 300ms ease;
}

.smoothDisappearPanel {
  height: 0px;
  margin: 0px;
  padding: 0px;
  transition: all 500ms ease;
}

.smoothlyDisappearPanelOrBanner {
  max-height: 400px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 500ms ease, opacity 500ms ease, padding 500ms ease, margin 500ms ease;
}

.smoothlyDisappearPanelOrBanner.hidingElement {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.panel-body-similarProduct {
  padding: 0px !important;
}

table#tblSimilarProducts {
  border-bottom: none !important;
}

.align-col {
  align-content: center;
}

.alert-center {
  margin: 18px;
}

.availability-similar-products-error {
  background-color: #f5f5f5;
  height: auto;
  display: flex;
  align-items: center;
  text-align: left;
  border-left: 4px solid #0070bb;
}

.similar-products-button-row {
  border: 10px solid white;
}

.similar-products-button {
  border: 1px solid white;
  float: right;
  width: 175px;
  height: 30px !important;
  background: linear-gradient(90deg, #f2f2f2 0%, #d9d9d9 100%);
  animation: pulsate infinite 1.1s ease forwards !important;
  content: "";
}

.availability-similar-products-text {
  display: flex;
  align-items: center;
  min-height: 45px;
  text-align: left;
  border-left: 4px solid #0070bb;
  background-color: #f5f5f5;
}

.availability-similar-product-info {
  margin: 0px !important;
}

.similar-product-info-circle {
  color: #0070BB;
  padding: 4px;
}

.similar-product-alert-circle {
  color: #dc730a;
  padding: 4px;
}

.similar-product-alert-link {
  outline-offset: 2px !important;
  padding: 0px;
  text-wrap: wrap;
  text-align: left;
}

.row.similar-product-compare-btn-row {
  margin: 0 !important;
  padding-top: 10px;
}

.no-bottom-margin {
  margin-bottom: 0px !important;
}

table.pdp-product-list #pdpSimilarProduct_headers th {
  padding: 8px !important;
}

#tblSimilarProducts.pdp-product-list tr td {
  padding: 8px !important;
}

.pdp-description-link-text-margin {
  margin-bottom: 5px;
}

.responsive-table {
  overflow-x: auto;
}
.responsive-table table {
  width: 100%;
}

.documents-view-all {
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.documents-view-all .btn.btn-view-hide-all {
  width: 100%;
}
@media (min-width: 992px) {
  .documents-view-all .btn.btn-view-hide-all {
    width: 50%;
  }
}
.documents-view-all .btn-neutral {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 78.12%);
  border-color: #757575;
  color: #333333;
  box-shadow: none !important;
}
.documents-view-all .btn-neutral:hover, .documents-view-all .btn-neutral:focus {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 24%);
  border-color: #757575;
  outline: none;
}
.documents-view-all .btn-neutral:focus-visible {
  outline: 2px solid -webkit-focus-ring-color !important;
  outline-offset: 0.25rem;
}
.documents-view-all .btn-neutral:not(:disabled):not(.disabled):active, .documents-view-all .btn-neutral:not(:disabled):not(.disabled).active {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 78.12%);
}
.documents-view-all .btn-neutral:not(:disabled):not(.disabled):active:focus, .documents-view-all .btn-neutral:not(:disabled):not(.disabled).active:focus {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 78.12%);
  outline: none;
}
.documents-view-all .btn-neutral.disabled {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 78.12%);
  opacity: 0.5;
}

.pdp-breadcrumb li.breadcrumb-item.active {
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .pdp-breadcrumb li.breadcrumb-item:not(.d-none):not(.d-sm-block) > a {
    padding: 0px !important;
  }
}

.custom-pdp-copy-btn {
  text-wrap: nowrap;
  min-width: 90px !important;
  padding: 4px 6px !important;
}
.custom-pdp-copy-btn i {
  margin: 0px !important;
}

.custom-pdp-share-icon {
  margin: 0px !important;
}

.custom-popover-padding {
  padding: 0 !important;
}

.shipping-details {
  color: #0070BB !important;
}

.rohs-modal .modal-title {
  font-size: 1.5rem;
  margin: auto 0;
  padding: 1.5rem;
  padding-right: 1rem;
  line-height: 2rem;
}
.rohs-modal .modal-header {
  display: flex;
  align-items: center;
  padding: 0;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.rohs-modal .modal-header > :nth-child(1), .rohs-modal .modal-header > :nth-child(2) {
  margin: 0;
}
.rohs-modal .modal-header > :nth-child(3) {
  margin-left: auto !important;
}
.rohs-modal .modal-header .close {
  font-family: "MouserIcons", sans-serif;
  content: "\f105" !important;
  font-weight: 400;
  font-size: 1.625rem;
  color: #757575;
  opacity: 1 !important;
  padding: 0;
  min-width: 44px;
  min-height: 44px;
  border-radius: 4px;
  margin-right: 1rem;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.rohs-modal .modal-header .close:focus, .rohs-modal .modal-header .close:focus-visible {
  color: #000000;
}
.rohs-modal .modal-content .rohs-info {
  font-size: 1rem;
}
.rohs-modal .modal-content .rohs-info table tr td {
  font-size: 1rem;
}

.processing-icon-color {
  color: #0070BB;
}

.packaging-tooltip {
  margin-right: 0 !important;
  vertical-align: text-top;
}

.packagingchoice-span {
  display: flex;
}

.packagingchoice-button:focus-visible {
  outline-offset: 0 !important;
}

.product-info-error {
  border-radius: 4px;
}
.product-info-error i.fa-external-link-square {
  padding-right: 4px;
}

.comparemodal-packaging-tooltip {
  margin-right: 0 !important;
}

.restricted-availability-popover-header {
  font-size: 1rem;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.05);
}

.restricted-availability-popover-body {
  font-size: 1rem;
}

.restricted-availability-popover-title {
  font-size: 15px;
  font-weight: 700;
}

.restricted-availability-popover-content {
  font-size: 1em;
}

.restricted-availability-popover-btn {
  padding-top: 0;
  padding-bottom: 0;
  white-space: normal;
  text-align: left;
}

.restricted-availability-popover-loading {
  height: 30px;
  width: 170px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #f2f2f2 0%, #d9d9d9 100%);
  animation: pulsate infinite 1.1s ease forwards !important;
}

/* DEVELOPER NOTE: Ensure "Shipping Details" link follows global link styling without affecting other pages */
#lnkShippingRestrictionsTooltip.btn.btn-link.btn-m-link {
  color: #0070BB;
}
#lnkShippingRestrictionsTooltip.btn.btn-link.btn-m-link:hover, #lnkShippingRestrictionsTooltip.btn.btn-link.btn-m-link:focus {
  color: #0064a7;
  text-decoration: underline solid #0064a7 1px;
  outline-offset: 4px;
  text-underline-offset: 0.35rem;
}

@media (max-width: 375px) {
  .pdp-alt-pack-main .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .pdp-alt-pack-main .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#pdpProdInfo .card-header {
  padding: 0.75rem 1rem;
}

#pdpPricingAvailability .card-header {
  padding: 0;
}
#pdpPricingAvailability .pdp-card-title {
  padding: 0.75rem 1rem;
}

.accordion .card-header {
  padding: 0;
}

.card-body {
  padding: 1rem;
}

.in-stock-notify-text-left {
  text-align: left !important;
}

.lifecycle-align-center {
  display: flex;
  align-items: center;
}

.stock-btn-padding .btn {
  padding: 0;
}

.break-word-pdp {
  word-break: break-word;
}
