.warranty-dialog .buttons {
  margin-top: 30px;
  cursor: pointer;
  margin-left: 60px;
}
.warranty-dialog .bold {
  font-weight: bold;
}
.warranty-dialog .heading {
  font-weight: bold;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 30px;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.add-to-cart-component {
  font-size: 12px;
}
.add-to-cart-component .buttons .field {
  margin-top: 0;
  display: inline-block;
  margin-left: 10px;
}
.add-to-cart-component .buttons .field .qty-field {
  height: 30px;
  width: 60px;
  padding: 0 0 0 5px;
  background-color: #dcdcdc;
}
.add-to-cart-component .buttons .button-secondary {
  border-radius: 3px;
  padding: 0 15px;
  height: 30px;
  margin-left: 14px;
  width: 130px;
}
.add-to-cart-component .buttons .loader {
  height: 18px;
  width: 18px;
  position: absolute;
  margin: auto auto auto 38px;
}
.add-to-cart-component-inline {
  font-size: 12px;
}
.add-to-cart-component-inline .buttons {
  display: block;
  width: 245px;
}
.add-to-cart-component-inline .buttons .labels {
  display: inline-block;
}
.add-to-cart-component-inline .buttons .qtySelector {
  display: inline-block;
  margin-left: 4px;
}
.add-to-cart-component-inline .buttons .btnAdd {
  display: inline-block;
  margin-left: 9px;
}
.add-to-cart-component-inline .buttons .field {
  margin-top: 10px;
  display: inline-block;
  margin-left: 10px;
}
.add-to-cart-component-inline .buttons .field .qty-field {
  height: 30px;
  width: 60px;
  padding: 0 0 0 5px;
  background-color: #DCDCDC;
  display: inline-block;
}
.add-to-cart-component-inline .buttons .button-secondary {
  border-radius: 3px;
  padding: 0 15px;
  height: 30px;
  margin-left: 14px;
  width: 130px;
}
.add-to-cart-component-inline .buttons .loader {
  height: 18px;
  width: 18px;
  position: absolute;
  margin: auto auto auto 38px;
}
.add-to-cart-component-inline .guestWrapper button {
  margin-top: 0;
}
.add-to-cart-component-inline .min-order-qty-msg {
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  display: block;
  padding-right: 10px;
  color: #FF0000;
}
.add-to-cart-component-inline .addBillMessage {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  line-height: 22px;
}
.add-to-cart-component-inline .addBillMessage span {
  font-weight: 600;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.custom-multi-select {
  margin-top: 20px;
}
.custom-multi-select .custom-label {
  color: #005DA6;
  font-weight: 700;
  font-size: 12px;
}
.custom-multi-select .custom-value {
  font-size: 16px;
}
.custom-multi-select .select__control {
  min-height: 50px;
  border: none;
  border: 1px solid #949494;
  border-radius: 3px;
}
.custom-multi-select .select__control--is-focused {
  border-style: solid;
  border-width: 1px;
  border-color: #005DA6;
  padding-top: 0 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 91, 166, 0.5) !important;
  -moz-box-shadow: 0 0 10px 50% rgba(0, 91, 166, 0.5) !important;
  box-shadow: 0 0 10px 50% rgba(0, 91, 166, 0.5) !important;
}
.custom-multi-select .select__control:hover {
  border-color: #005DA6;
}
.custom-multi-select .select__control .select__multi-value {
  background-color: #d0edfc;
  border-radius: 20px;
  padding: 2px 5px;
}
.custom-multi-select .select__control .select__multi-value .select__multi-value__remove {
  background-color: #d0edfc;
  color: #000000;
  cursor: pointer;
}
.custom-multi-select .select__control .select__clear-indicator {
  color: #939597;
}
.custom-multi-select .select__control .select__dropdown-indicator {
  color: #939597;
}
.custom-multi-select .select__control .select__placeholder {
  font-size: 16px;
  color: #4A4A4A;
}
.custom-multi-select.error .select__control {
  border: 1px solid #FF0000;
}
.custom-multi-select.error .select__control--is-focused {
  border-color: #FF0000;
}
.custom-multi-select.error .select__control:hover {
  border-color: #FF0000;
}
.custom-multi-select.error .select__control .select__placeholder {
  color: #FF0000;
}
.request-quote {
  z-index: 1060;
  border-radius: 6px;
  margin-top: 100px;
  height: fit-content !important;
  max-width: 335px;
  margin: auto;
  margin-bottom: 100px;
}
.request-quote .icon-wrapper {
  text-align: center;
  margin-top: 24px;
}
.request-quote .icon-wrapper img {
  width: 40px;
  height: 40px;
  margin-bottom: 13px;
}
.request-quote .tfs-request-quote,
.request-quote .tfs-request-quote-short {
  width: 100%;
}
.request-quote .asset-text-field {
  width: 100%;
}
.request-quote .tfs-request-quote .field div,
.request-quote .tfs-request-quote .lazy-list {
  width: 100%;
}
.request-quote .tfs-request-quote-short .lazy-list {
  width: 100%;
  overflow-y: scroll;
  max-height: 100px ;
}
.request-quote .txt-request-quote-short > div {
  width: 100%;
}
.request-quote .txt-request-quote > div {
  width: 100%;
}
.request-quote .select-text-field {
  width: 100%;
}
.request-quote .modal-content {
  border: none;
}
.request-quote_content {
  padding: 0px !important;
  background-color: #FFFFFF;
}
.request-quote_title {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 300;
  height: 30px;
  letter-spacing: 0;
  line-height: 30px;
  width: 100%;
}
.request-quote_required {
  height: 100%;
  padding-top: 40px;
}
.request-quote_required_textarea {
  max-width: calc(100vw - 60px);
}
.request-quote_required_textarea .text-field {
  height: 107px !important;
  width: 603px !important;
}
.request-quote_optional {
  height: 100%;
  margin-top: 20px;
}
.request-quote_group-title {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 20px;
  font-weight: normal;
  height: 25px;
  letter-spacing: 0;
  width: 77px;
}
.request-quote_group-field {
  background: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #949494;
  width: 320px;
}
.request-quote .qty-label {
  position: absolute;
  margin-left: 10px;
  margin-top: 20px;
  height: 22px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 12px;
  color: #005da6;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: normal;
}
.request-quote .qty-field select,
.request-quote .qty-field input {
  border-radius: 3px;
  height: 48px;
  padding-top: 20px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 320px;
}
.request-quote .qty-field input {
  padding-left: 8px !important;
}
.request-quote i {
  font-size: 24px;
  text-align: center;
}
.request-quote .fa-cloud-upload {
  color: #000000;
}
.request-quote .facility-label {
  display: block;
  padding-top: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.request-quote .quote-types .quote-type {
  font-size: 20px;
  padding: 20px 0;
}
.request-quote .quote-types label {
  font-size: 16px !important;
}
.request-quote .required-label {
  font-size: 20px;
  font-weight: 400;
  margin-top: 32px;
}
.request-quote .custom-multi-select {
  width: 320px;
}
.request-quote .add-address {
  margin-top: 32px;
}
.request-quote .add-address-label {
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
@media (min-width: 1150px) {
  .listing-feedback-container {
    display: block;
    padding-top: 10px;
  }
  .listing-feedback {
    color: #005DA6;
    width: 100%;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    color: #005DA6 !important;
    display: inline;
  }
}
@media (max-width: 1149px) {
  .listing-feedback-container {
    display: none;
  }
}
.pn-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.onesource-container {
  display: flex;
  align-items: center;
}
.onesource-container > img {
  height: 36px;
  width: auto;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 5px;
}
.onesource-container a {
  color: black;
}
.onesource-container a,
.onesource-container a:hover,
.onesource-container a:active {
  text-decoration: none;
}
.onesource-container a:hover {
  color: black;
}
@media (max-width: 549px) {
  .onesource-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product_main {
  display: flex;
}
.product_tooltip {
  background-color: #ffffff;
  color: #4a4a4a;
  font-size: 15px !important;
  margin-left: 5px;
  position: relative;
}
.product_tooltip > span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 10px;
  background-color: #f1f1f1;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  width: 280px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.product_badge {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  height: 23px;
  background: #14ab78;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  text-align: center;
  padding: 0px 8px;
  line-height: 23px;
  display: inline-block !important;
  margin-top: 5px;
  width: auto !important;
  margin-right: 5px;
}
.product_badge--clearance {
  background: #ff9505 !important;
}
.product_badge--only-at-partssource {
  background: #42b5e5 !important;
}
.product_badge--pro-stock {
  background: #00aeef !important;
}
.product_badge--formulary-option {
  background: #42b5e5 !important;
}
.product_badge--formulary-option img {
  width: 20px;
  height: 16px;
  margin-left: 5px;
  margin-top: -3px;
  margin-right: -2px;
}
.product .kevel-ad {
  max-width: 300px;
  margin-top: 50px;
}
.product .cert-wrapper {
  position: relative;
}
.product .cert-wrapper .cert-tooltip {
  position: absolute;
  left: 0;
  top: -70px;
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.1s ease-out;
}
.product .cert-wrapper:hover .cert-tooltip {
  opacity: 100;
  visibility: visible;
}
.product .contract-badge {
  background-color: rgba(20, 114, 125, 0.15);
  border-radius: 3px 3px 3px 3px;
  width: 80px;
  display: inline-block;
  height: 22px;
  padding-top: 2px;
  letter-spacing: 0;
}
.product .contract-badge span {
  color: #14727d;
  font-size: 12px;
  padding-left: 11px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}
.product .eligible-exchange-message {
  color: #209CFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 8px;
}
.product_certs {
  margin-top: 10px;
}
.product_certs img {
  height: 44px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.product-carousel .slick-arrow {
  z-index: 5 !important;
}
.product_bottom-carousel {
  border-top: "2px solid #cccccc";
  margin-top: "50px";
}
.product_bottom-carousel:empty {
  display: none;
}
.product_part-row {
  border-bottom: 1px solid #cccccc;
  padding: 10px 10px 10px 0px;
}
.product_part-row .price-info i {
  font-size: 14px;
  color: #777777;
}
.product_part-row .price {
  margin-top: 7px;
}
.product_part-row .price span {
  font-size: 24px;
  line-height: 20px;
}
.product_part-row_left {
  width: 500px;
  display: inline-block;
  vertical-align: top;
}
.product_part-row_right {
  width: 300px;
  display: inline-block;
  vertical-align: top;
}
.product_part-row_details {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  width: 380px;
}
.product_part-row_oem-info {
  margin-bottom: 10px;
}
.product_part-row a {
  font-size: 16px;
  color: #005DA6 !important;
  cursor: pointer;
}
.product_more:hover {
  text-decoration: none !important;
}
.product_more-link {
  margin-left: 10px;
  color: #949494 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.product_more-link:after {
  content: "\F105";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 8px;
  text-decoration: none;
}
.product-info {
  margin: 20px;
  background-color: #F1F1F1;
  margin: 50px 0px 0px -30px;
  border-left: 1px solid #eeeeee;
  clear: both;
}
.product-info > div {
  padding: 30px;
}
.product-info:empty {
  display: none;
}
.product-info--no-options {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.product-info_card {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #949494;
  display: inline-block;
  width: 100%;
}
.product-info_card p {
  font-weight: 400;
  font-size: 16px;
}
.product-info_card h1 {
  font-size: 24px;
  font-weight: 300 !important;
  margin-bottom: 14px !important;
}
.product-info_card h3 {
  font-size: 20px;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}
.product-info_card a {
  font-size: 16px;
  font-weight: 600;
  color: #005DA6 !important;
  cursor: pointer;
}
.product-info_card a:hover {
  text-decoration: underline;
}
.product-info_row {
  height: auto;
  min-height: 50px;
  line-height: 50px;
}
.product-info_row:nth-child(odd) {
  background-color: #F1F1F1;
}
.product-info_row:nth-child(even) {
  background-color: #ffffff;
}
.product-info_row .lbl {
  display: inline-block;
  font-weight: 400;
}
.product-info_row .lbl:first-child {
  padding-left: 20px;
  font-weight: 400;
  width: 30%;
}
.product-info_row .lbl:nth-of-type(2) {
  width: 70%;
}
.product-info.full-row {
  padding-top: 20px;
  margin-top: 50px;
}
.product .product-info-wrapper {
  display: flex;
  flex-direction: column;
}
.product .product-info-wrapper .product_images .no-image {
  border: 1px solid #eee;
}
.product .product-info-wrapper .desktop-tabs {
  display: block;
}
.product .product-info-wrapper .desktop-tabs.no-option {
  display: inline-block;
}
.product_images {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  max-width: 524px;
}
.product_configuration {
  width: 400px;
  height: 100%;
  float: left;
  clear: both;
  margin-bottom: 40px;
}
.product_configuration_row {
  margin-top: 20px;
  display: inline-block;
  float: left;
  clear: left;
}
.product_configuration_color_item {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
}
.product_configuration_color_item--selected {
  box-shadow: 0 0 0 2px #FF9505;
}
.product_configuration_item {
  cursor: pointer;
  float: left;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.product_configuration_item--selected {
  border-color: #FF9505;
}
.product_cart--no-options {
  margin-right: 0px !important;
  margin-top: 0px;
}
.product_cart .add-to-list {
  margin-top: 30px;
  cursor: pointer;
}
.product_cart .add-to-list span {
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-right: 7px;
}
.product_cart .add-to-list span:first-child {
  font-size: 16px;
}
.product_cart .add-to-list i {
  font-size: 18px;
  color: #949494;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.product_cart .ppl_badge_top {
  margin-bottom: 15px;
}
.product_header {
  width: 100%;
}
.product_header--no-options {
  display: inline-block;
}
.product_header-nav-menu {
  padding: 6px 0 15px 50px;
  height: 82px !important;
}
.product_header-nav-menu > div:first-child {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}
.product_option {
  display: block;
  margin-top: 8px;
  margin-bottom: 20px;
}
.product_option.no-option {
  margin-top: 4px;
}
.product_option_title {
  font-size: 20px;
  height: 25px;
  font-weight: 600;
}
.product_option_title span {
  font-weight: 400;
}
.product_option_row {
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  margin-top: 5px;
}
.product_option_row > span {
  margin-right: 20px;
}
.product_body {
  display: flex;
  flex-direction: row;
  min-height: calc(100vh);
  position: relative;
}
.product .item-unavailable {
  background-color: #ffe4c0;
  height: 48px;
  padding: 0 -35px;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-left: calc(-1*(100vw - 100% + 20px)/2);
  width: 100vw!Important;
}
.product .item-unavailable .item-unavailable-exclamation {
  color: #ff9505;
  border: 2px solid #ff9505;
  border-radius: 12px;
  padding: 1px 8px;
  margin-right: 5px;
}
.product .item-no-longer-available {
  background-color: #f1f1f1;
  height: 48px;
  padding-top: 14px;
  font-size: 14px;
  margin-top: 20px;
}
.product .item-no-longer-available .item-unavailable-exclamation {
  color: white;
  background-color: #ff9505;
  border-radius: 10px;
  padding: 1px 8px;
  margin-right: 8px;
  margin-left: 13px;
}
.product_footer {
  background-color: #005DA6;
}
.product_footer_content {
  background-color: #005DA6;
  padding: 30px;
  height: 230px;
  margin-bottom: -20px;
}
.product_options {
  margin-top: 20px;
  margin-right: 30px;
  height: 100%;
}
.product_options .title {
  margin-top: 30px;
}
.product_options .option {
  position: relative;
  margin-top: 15px !important;
  padding: 15px;
  border-radius: 6px;
  border: 2px solid #CCCCCC;
  cursor: pointer;
  width: 100%;
}
.product_options .option > div {
  display: inline-block;
  width: 100%;
}
.product_options .option_certs {
  margin-top: 10px;
  max-height: 95px;
  overflow: hidden;
  margin-bottom: 5px;
}
.product_options .option_certs img {
  height: 27px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.product_options .option .formulary-logo {
  margin-bottom: 10px;
}
.product_options .option .formulary-logo img {
  max-width: 50px;
  margin-right: 10px;
}
.product_options .option .formulary-logo .preferred-choice {
  font-size: 14px;
}
.product_options .option .condition {
  font-size: 16px;
  font-weight: 600;
  display: inline;
  margin-bottom: 3px;
}
.product_options .option .ppl-logo {
  float: right;
  margin-bottom: 5px;
  margin-left: 5px;
}
.product_options .option .ppl-logo img {
  margin-right: 0px;
  width: 25px;
}
.product_options .option .lineItemCondition {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 3px;
}
.product_options .option .price {
  font-weight: 700;
  font-size: 18px;
}
.product_options .option .price span {
  font-size: 16px;
}
.product_options .option .price-info .your-price {
  font-size: 14px;
  font-weight: 600;
  color: #767676;
}
.product_options .option .warranty {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.product_options .option .description > div {
  display: inline-block;
  line-height: 24px;
}
.product_options .option .detail > span {
  margin-right: 10px;
}
.product_options .option--selected {
  background-color: rgba(255, 149, 5, 0.1) !important;
  border-color: #FF9505;
  border-width: 4px;
}
.product_options .option:last-child {
  position: sticky;
  top: 20px;
}
.product_options_wrapper {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product_options_wrapper .approval-required {
  color: #FF0000;
  font-size: 15px;
  font-style: italic;
  margin-top: 2px;
  display: block;
}
.product_popup {
  max-width: calc(90vw) !important;
  max-height: calc(80vh) !important;
}
.product_popup > div {
  width: auto;
  margin: auto;
}
.product_popup > div .fa-chevron-left {
  margin-right: 50px;
}
.product_popup > div .fa-chevron-right {
  margin-left: 50px;
}
.product_popup .modal-content {
  width: auto;
  margin: auto;
}
.product_popup .modal-content .fa-chevron-left {
  margin-right: 50px;
}
.product_popup .modal-content .fa-chevron-right {
  margin-left: 50px;
}
.product_popup_top-row {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #eeeeee;
  text-align: center;
}
.product_popup_top-row img {
  margin: 50px 0px 50px 0px;
  max-height: calc(80vh);
}
.product_popup_bottom-row {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0px 30px 30px 30px;
}
.product_popup_title {
  margin-bottom: 20px;
}
.product_popup_images .thumb {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  border: 2px solid #CCCCCC;
  margin-top: 10px;
}
.product_popup_images .thumb--selected {
  border-color: #FF9505;
}
.product-tabs {
  width: 100%;
  margin-left: 0px;
}
.product-tabs_header {
  display: flex;
  height: 50px;
  align-items: center;
  border-top: 2px solid #dcdcdc;
  margin-bottom: 0px;
  padding-left: 20px;
  width: 100%;
  margin-top: -2px;
  border-bottom: none;
}
.product-tabs_header:last-child {
  border-bottom: none;
}
.product-tabs_tab {
  display: inline-block;
  padding: 0px;
  margin-right: 20px;
  cursor: pointer;
}
.product-tabs_tab:before {
  content: "\F054";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  margin-right: 5px;
  font-size: 10px;
  color: #949494;
}
.product-tabs_tab--active {
  border-bottom: none;
}
.product-tabs_tab--active:before {
  content: "\F078";
}
.product-tabs_content {
  margin: 20px;
}
.product-tabs_content ul {
  list-style-position: outside;
  margin: 0px 0px 0px 1em;
  padding: 0;
}
.product-tabs--no-options {
  display: inline-block;
  vertical-align: top;
}
.product-tabs--no-options .product-tabs_header {
  margin-top: 0;
}
.product-tabs_footer {
  display: inline-block;
  border-top: 2px solid #dcdcdc;
  margin-top: 20px;
  width: 100%;
}
.product.loading-prices {
  min-height: 500px;
  margin-top: 40px;
  text-align: center;
  position: absolute;
  z-index: 500;
  left: 0;
  right: 0;
  background-color: white;
  top: 0;
  bottom: 0;
  padding-top: 75px;
  /* Safari */
}
.product.loading-prices .message {
  font-size: 22px;
  font-weight: 300;
}
.product.loading-prices .loader {
  left: calc(50% - 37.5px) !important;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #FF9505;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-top: 30px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product .fomulary-logo {
  margin-top: 20px;
}
.product .fomulary-logo img {
  max-width: 150px;
  margin-right: 10px;
}
.product .fomulary-logo .preferred-choice {
  font-size: 18px;
}
.addToListContainer-selected {
  background-color: #949494;
}
.addToListContainer {
  padding-left: 10px;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
  margin: 25px 0px;
  border-radius: 3px;
  border: 1px solid #949494;
  height: 32px;
  line-height: 32px;
  max-width: 50%;
  min-width: 210px;
}
.addToListContainer.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.addToListContainer .addToListDropdown {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  width: 92px;
  height: 48px;
}
.addToListContainer .addToListArrow {
  font-family: FontAwesome;
  font-size: 19px;
  text-align: center;
  width: 10px;
  height: 48px;
}
.addToListContainer .dropdown-toggle {
  position: absolute;
  right: 10px;
}
.addToListContainer span:hover {
  cursor: pointer;
}
.addToListContainer .product-dropdown-menu .left-menu .left-menu-item {
  color: #4A4A4A;
  min-height: 48px;
  padding-top: 10px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 25px;
  width: 240px!Important;
}
.addToListContainer .product-dropdown-menu .left-menu .left-menu-item > div {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 170px;
  float: left;
}
.addToListContainer .product-dropdown-menu .left-menu .left-menu-item:last-child {
  font-weight: bold;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  line-height: 35px;
  padding-top: 6px;
  background-color: #f1f1f1;
}
.addToListContainer .product-dropdown-menu .left-menu .left-menu-item:hover {
  background-color: #F1F1F1;
  cursor: pointer;
}
.addToListContainer .product-dropdown-menu .left-menu .left-menu-item-checked {
  position: absolute;
  right: 20px;
  margin-top: 10px;
  font-weight: 100;
  font-size: 12px;
  font-style: normal;
  opacity: 0.6;
}
.addToListContainer .product-dropdown-menu .left-menu .left-menu-item .show-more {
  color: #777777;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  text-decoration: underline;
  width: 230px;
}
.addToListContainer .product-dropdown-menu .left-menu .left-menu-item .create-new-list {
  font-weight: bold;
  color: #4A4A4A;
}
.oemPriceDateContainer .datepicker .ui-calendar {
  margin-top: 0px;
}
.cart-panel .add-to-cart-component-inline {
  border: 1px solid #979797;
  padding: 24px 18px;
  margin-bottom: 8px;
  margin-top: 0px;
}
.cart-panel .add-to-cart-component-inline.cart-panel {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
  border: none;
}
.cart-panel button {
  width: 50%;
  min-width: 210px;
  margin-top: 24px;
}
.cart-panel .facility-selector {
  color: #005DA6;
  width: 100%;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  color: #005DA6 !important;
  margin-top: 15px;
}
.cart-panel .facility-selector:before {
  margin-right: 8px;
  font-size: 20px;
  color: #005DA6;
  content: "\f041";
  font-family: FontAwesome;
}
.cart-panel .lbl-service-info {
  width: 208px;
  height: 61px;
  color: #4a4a4a;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 18px;
}
.cart-panel .service-text {
  color: #005DA6;
  width: 100%;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  color: #005DA6 !important;
  margin-top: 15px;
}
.cart-panel .price-info i {
  font-size: 14px;
  color: #777777;
}
.cart-panel .price-info .your-price {
  font-size: 14px;
  font-weight: 600;
  color: #767676;
}
.cart-panel .oem-connect-button {
  padding: 10px;
  margin-top: 10px;
  background-color: #9aeceb;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.cart-panel .oem-connect-last-price {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.cart-panel .note {
  display: flex;
  background-color: #F1F1F1;
  height: 100%;
  padding: 10px 20px 10px 20px;
  margin: 20px 0px 20px 0px;
}
.cart-panel .note--warning {
  background-color: #ffe4c0 !important;
}
.cart-panel .note:before {
  margin-right: 8px;
  font-size: 20px;
  color: #ff9505;
  content: "\f06a";
  font-family: FontAwesome;
}
.cart-panel .note p {
  margin-bottom: 0px;
  font-weight: normal;
  color: #000000;
}
.cart-panel .note p a {
  cursor: pointer;
  text-decoration: underline;
  color: #949494;
}
.cart-panel .bulk-pricing {
  margin-top: 7px;
}
.cart-panel .bulk-pricing table {
  width: 100%;
}
.cart-panel .bulk-pricing th {
  font-weight: 400;
}
.cart-panel .bulk-pricing th:first-of-type {
  border-right: 1px solid white;
}
.cart-panel .bulk-pricing th:last-of-type {
  border-left: 1px solid white;
}
.cart-panel .bulk-pricing table,
.cart-panel .bulk-pricing tr,
.cart-panel .bulk-pricing td,
.cart-panel .bulk-pricing th {
  border: 1px solid #CCCCCC;
}
.cart-panel .bulk-pricing th {
  background-color: #CCCCCC;
}
.cart-panel .bulk-pricing th,
.cart-panel .bulk-pricing td {
  padding: 5px 10px 5px 10px;
  text-align: left;
}
.cart-panel .asset-information {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 7px;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
}
.cart-panel .price {
  margin-top: 7px;
}
.cart-panel .price span {
  font-size: 30px;
  line-height: 20px;
}
.cart-panel .info-message {
  margin-top: 7px;
}
.cart-panel .info-message .lbl-info {
  font-weight: 600;
  font-size: 14px;
  color: #4A4A4A;
}
@media (max-width: 549px) {
  .product_popup {
    max-width: 100vw !important;
    max-height: 100vh !important;
  }
  .product_tooltip {
    display: contents !important;
  }
  .product_tooltip > span {
    top: 10px;
    position: relative;
  }
  .product_options_wrapper {
    display: flex !important;
    flex-direction: row !important;
  }
  .product.loading-prices .loader {
    left: calc(50vw - 37.5px) !important;
  }
  .list-item-dialog {
    min-width: 400px!Important;
  }
}
@media (max-width: 819px) {
  .product_body {
    display: block;
  }
  .product_main {
    flex-direction: column;
  }
  .product_left-column {
    background-color: #f1f1f1;
    padding: 15px !important;
    margin: -20px -20px 0px -20px;
  }
  .product-tabs {
    margin-top: 0px !important;
  }
  .product_options {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 0px !important;
  }
  .product_options::-webkit-scrollbar {
    display: none;
  }
  .product_options::-moz-scrollbar {
    display: none;
  }
  .product_options .option {
    margin-top: 0px !important;
    margin-right: 10px !important;
    width: auto !important;
    min-width: 140px !important;
    max-width: 200px !important;
    background-color: #ffffff;
  }
  .product_options .option:last-child {
    top: 0px !important;
  }
  .product_options_wrapper {
    display: flex !important;
    flex-direction: row !important;
  }
}
@media (max-width: 549px) {
  .product {
    margin-bottom: 0px;
  }
  .product_images {
    width: calc(100vw - 40px);
  }
  .product_bottom-carousel {
    margin-top: 0px !important;
    border: none !important;
  }
  .product-info {
    background-color: #ffffff;
    border-left: none;
    margin-top: 0px !important;
    width: calc(100% + 40px);
    margin-left: -20px !important;
  }
  .product-info.full-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-info_row {
    display: flex;
    align-items: center;
  }
  .product-info_row .lbl:last-child {
    word-break: break-all;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-info_header {
    display: flex;
    height: 50px;
    align-items: center;
    border: 2px solid #dcdcdc;
    background-color: #ffffff;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-info_header:last-child {
    margin-bottom: 0px;
  }
  .product-info_tab {
    display: inline-block;
    padding: 0px;
    margin-right: 20px;
    width: 100vw;
    cursor: pointer;
  }
  .product-info_tab:after {
    content: "\F054";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    margin-right: 5px;
    font-size: 10px;
    color: #949494;
    float: right;
  }
  .product-tabs {
    width: auto;
    margin-left: -20px !important;
    width: calc(100% + 40px);
  }
  .product-tabs > div {
    padding-left: 20px;
  }
  .product_cart .cart-panel button {
    margin-left: 0px;
  }
  .product_options {
    margin-right: 0px;
  }
  .product_options .option {
    float: left;
    margin-top: 0px;
    margin-right: 10px;
  }
  .product_options .option > div {
    display: inherit;
    width: 100%;
  }
  .product_options_wrapper {
    display: flex !important;
    flex-direction: column;
  }
  .product_left-column {
    vertical-align: top;
    top: 30px;
    height: 100%;
  }
  .product_right-column {
    min-height: calc(100vh);
    vertical-align: top;
  }
  .product_right-column--no-options {
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-left: none;
    margin-left: 0;
  }
  .product_right-column--no-options h1 {
    display: inline-block;
  }
}
@media (min-width: 820px) {
  .product-info-wrapper {
    margin-right: 30px;
  }
  .product_cart {
    display: flex;
    flex-direction: column;
    flex-basis: 100% !important;
    flex: 1;
  }
  .product_images {
    max-width: 470px !important;
  }
  .product .product-info-wrapper {
    flex-basis: 100% !important;
    flex: 1;
  }
  .product_left-column {
    width: 21.5%;
    top: 0;
    box-shadow: 3px -1px 3px -2px #cccccc;
    -webkit-box-shadow: 3px -1px 3px -2px #cccccc;
  }
  .product_right-column {
    min-height: calc(100vh);
    width: 78.5%;
  }
  .product_right-column--no-options .product_images {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 820px) {
  .product_images {
    width: 100%;
    max-width: 100% !important;
  }
  .product_options .option .price {
    top: 15px;
    right: 15px;
  }
  .product_right-column {
    min-height: calc(100vh);
    padding: 0px 0px 20px 30px;
  }
  .product_right-column--no-options {
    padding: 0px 0px 20px 0px;
    width: 100% !important;
    display: inline-block;
    border-left: none;
    margin-left: 0 !important;
  }
  .product_right-column--no-options h1 {
    display: inline-block;
  }
  .sticky-header .product .product_options .option:last-child {
    position: sticky;
    top: 120px;
  }
  .sticky-header .product .product_right-column {
    margin-top: 35px;
  }
  .sticky-header.guest .product .product_options .option:last-child {
    position: sticky;
    top: 65px;
  }
  .sticky-header.guest .product .product_right-column {
    margin-top: -15px !important;
  }
  .price-feedback {
    color: #005DA6;
    width: 100%;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    color: #005DA6 !important;
    margin-top: 15px;
    display: block;
    padding-bottom: 15px;
  }
  .list-item-dialog {
    min-width: 690px;
  }
  .list-item-dialog .list-item-paragraph {
    border-bottom: 2px solid #F1F1F1;
    padding: 10px 20px;
  }
  .list-item-dialog .list-item-paragraph .image-wrapper {
    display: inline-block;
    width: 120px!Important;
  }
  .list-item-dialog .list-item-paragraph .selected-list-popup-message {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 24px;
    width: auto;
    float: left;
  }
  .list-item-dialog .list-item-paragraph .selected-list-name {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    color: #005DA6;
    font-size: 24px;
    font-weight: 600;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .list-item-dialog .list-item-paragraph-details {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-left: 31px;
    vertical-align: top;
    width: calc(100% - 271px);
  }
  .list-item-dialog .list-item-paragraph-details-desc {
    font-weight: 700;
    font-size: 16px;
    color: #005DA6 !important;
    line-height: 22px;
    margin-bottom: 8px;
    display: block;
  }
  .list-item-dialog .list-item-paragraph-details .list-item-pragraph-info {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    width: 250px;
    vertical-align: top;
  }
  .list-item-dialog .list-item-paragraph-details .list-item-pragraph-info-oem {
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
  }
  .list-item-dialog .list-item-paragraph-details .list-item-pragraph-info-oem-bold {
    font-weight: 600;
  }
  .list-item-dialog .list-item-paragraph:last-child {
    border-bottom: none!Important;
  }
}
@media (min-width: 1630px) {
  .product_images {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1149px) {
  .product.loading-prices {
    margin-top: 0;
  }
  .product .product-info-wrapper .desktop-tabs {
    display: none !important;
  }
  .product .kevel-ad {
    display: none;
  }
  .price-feedback {
    display: none;
  }
}

