@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;
  }
}
.tracking-panel .overlay {
  position: fixed;
  background-color: black;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.4;
  display: none;
  pointer-events: all;
  z-index: 60000;
}
.tracking-panel .content {
  background-color: white;
  position: fixed;
  z-index: 60001;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 400px;
  width: 350px;
  margin-left: -350px;
  -webkit-transition: margin-left 0.4s ease-in-out;
  -moz-transition: margin-left 0.4s ease-in-out;
  -o-transition: margin-left 0.4s ease-in-out;
  transition: margin-left 0.4s ease-in-out;
  -webkit-box-shadow: 10px 0 5px -8px #4C4C4C;
  box-shadow: 10px 0 5px -8px #4C4C4C;
  -moz-box-shadow: 10px 0 5px -8px #4C4C4C;
  padding-left: 30px;
  padding-bottom: 20px;
  overflow: auto;
  padding-top: 35px;
  padding-right: 30px;
}
.tracking-panel .content .close {
  font-size: 18px;
  font-family: arial;
  position: absolute;
  right: 20px;
  top: 20px;
}
.tracking-panel .content .tracking-panel-header {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px !important;
  margin-bottom: 0px;
  margin-top: 40px;
}
.tracking-panel .content .tracking {
  margin-bottom: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
}
.tracking-panel .content .tracking a {
  color: #005DA6;
  width: 100%;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  color: #005DA6 !important;
}
.tracking-panel .content .StepProgress {
  position: relative;
  padding-left: 25px;
  list-style: none;
  font-size: 14px;
  margin-top: 0px;
  margin-left: 16px;
}
.tracking-panel .content .StepProgress ul li:before {
  content: '';
  display: block;
  font-size: 140%;
  padding-bottom: 10px;
}
.tracking-panel .content .StepProgress li marker {
  color: #005da6;
  font-size: 1.2em;
}
.tracking-panel .content .StepProgress li span {
  display: block;
  text-align: left;
}
.tracking-panel .content .StepProgress li span:nth-of-type(1) {
  color: #949494;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 12px !important;
  height: 18px;
}
.tracking-panel .content .StepProgress li span:nth-of-type(2) {
  font-weight: 600;
}
.tracking-panel .content .StepProgress .step-progress-item {
  position: relative;
  counter-increment: list;
  height: 60px;
}
.tracking-panel .content .StepProgress .step-progress-item.is-large::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -18px;
  height: 100%;
  width: 16px;
  top: 4px;
}
.tracking-panel .content .StepProgress .step-progress-item.is-large::after {
  content: '';
  display: inline-block;
  top: 0;
  left: -24px;
  width: 16px;
  height: 16px;
  background: #005DA6;
  position: absolute;
  border-radius: 50%;
  margin-top: 20px;
}
.tracking-panel .content .StepProgress .step-progress-item.is-not-large::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -18px;
  height: 100%;
  width: 10px;
  top: 4px;
}
.tracking-panel .content .StepProgress .step-progress-item.is-not-large::after {
  content: '';
  display: inline-block;
  top: 0;
  left: -21px;
  width: 10px;
  height: 10px;
  background: #005DA6;
  position: absolute;
  border-radius: 50%;
  margin-top: 20px;
  border-left: 3px solid #005DA6;
}
.tracking-panel .content .StepProgress .step-progress-item.is-done::before {
  border-left: 3px solid #005DA6;
}
.tracking-panel .content .StepProgress .step-progress-item.is-done::after {
  content: "";
  font-size: 10px;
  color: #FFF;
  text-align: left;
  border-left: 3px solid #005DA6;
  background-color: #005DA6;
}
.tracking-panel .content .StepProgress .step-progress-item.is-bottom {
  height: 150px;
}
.tracking-panel .content .StepProgress .step-progress-item.is-not-done::before {
  border-left: 3px solid #cccccc;
}
.tracking-panel .content .StepProgress .step-progress-item.is-not-done::after {
  content: "";
  font-size: 10px;
  text-align: center;
  border-left: 3px solid #cccccc;
  background-color: #cccccc;
}
.tracking-panel .content .StepProgress .step-progress-item.is-not-done.is-large::after {
  border-left: 3px solid #cccccc;
}
.tracking-panel .content .StepProgress .step-progress-item.is-not-done.is-not-large::after {
  background: #cccccc;
  border-left: 3px solid #cccccc;
}
.tracking-panel .content .close-menu {
  font-size: 22px;
  text-align: right;
  margin: 10px 20px 0px 0px;
  opacity: 0.8;
  cursor: pointer;
}
.tracking-panel .content .tracking-mobile-shipping-info {
  background: #f1f1f1;
  border-radius: 0px;
  height: 116px;
  width: 270px;
  padding: 18px 11px 11px 14px;
  margin-top: 11px;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 22px;
  text-align: left;
}
.tracking-panel .content .tracking-mobile-shipping-info .detail {
  display: block;
  font-weight: normal;
}
.tracking-panel .content .tracking-mobile-shipping-info .detailBold {
  display: block;
  font-weight: 600;
}
.tracking-panel.open .overlay {
  display: block;
}
.tracking-panel.open .content {
  margin-left: 0px !important;
}

.card-view {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  height: 240px;
  width: 240px;
  padding-top: 12px;
  padding-left: 14px;
  padding-right: 20px;
  padding-bottom: 17px;
  overflow: hidden;
  position: relative;
  margin-bottom: 23px;
}
.card-view .part-description {
  color: #005da6;
  font-weight: 700;
  margin-top: 13px;
  font-size: 16px;
  cursor: pointer;
}
.card-view .part-description.trim-text-two-lines {
  width: 206px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  /* Fallback for non-webkit, line-height * 2 */
  line-height: 20px;
}
.card-view .part-image {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.card-view .part-info {
  display: inline-block;
  vertical-align: top;
}
.card-view .part-info .detail {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.card-view .part-info .trim-text {
  width: 206px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-view-mobile {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #979797;
  padding-top: 12px;
  padding-bottom: 17px;
  overflow: hidden;
  position: relative;
  margin-bottom: 23px;
}
.card-view-mobile .part-card {
  display: inline-block;
}
.card-view-mobile .part-card .part-image {
  float: left;
  vertical-align: top;
  cursor: pointer;
  width: 69px;
  margin-left: 18px;
}
.card-view-mobile .part-card .part-info {
  vertical-align: top;
  float: left;
  text-align: left;
  margin-left: 23px;
  width: 225px;
}
.card-view-mobile .part-card .part-info .part-description {
  color: #000000;
  font-weight: 700;
  margin-top: 13px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}
.card-view-mobile .part-card .part-info .detail {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.card-view-mobile .history-link {
  text-align: right;
  cursor: pointer;
  color: #777777;
  font-weight: 700;
  font-size: 14px;
  margin-top: 14px;
  margin-right: 18px;
}
.card-view-mobile .shipping-info {
  background: #f1f1f1;
  border-radius: 0px;
  height: 108px;
  width: 341px;
  padding: 18px 11px 11px 14px;
  margin-top: 11px;
  margin-bottom: 11px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 22px;
  text-align: left;
}
.card-view-mobile .shipping-info .detail {
  display: block;
  font-weight: normal;
}
.card-view-mobile .shipping-info .detailBold {
  display: block;
  font-weight: 600;
}

.anonymous-order-status-card-view {
  margin-bottom: 141px;
  float: left;
  min-width: 250px;
  margin-right: 30px;
}

.shipping-tracker-view {
  height: 240px;
  margin-bottom: 23px;
  padding-top: 5px;
}
.shipping-tracker-view .timeline-wrapper {
  float: left;
  max-width: 1160px;
}
.shipping-tracker-view .timeline-wrapper .steps-headings-wrapper {
  font-family: SourceSansPro-Regular;
  font-weight: normal;
  letter-spacing: 0px;
  height: 40px;
}
.shipping-tracker-view .timeline-wrapper .steps-headings-wrapper .step-heading {
  float: left;
  padding: 2px;
}
.shipping-tracker-view .timeline-wrapper .steps-headings-wrapper .step-heading.is-not-large {
  height: 32px;
}
.shipping-tracker-view .timeline-wrapper .steps-headings-wrapper .step-heading:last-child {
  width: 0px;
}
@media screen and (max-width: 1192px) {
  .shipping-tracker-view .timeline-wrapper .steps-headings-wrapper .step-heading {
    float: right;
    margin-right: 60px;
  }
}
.shipping-tracker-view .timeline-wrapper ul {
  list-style: none;
  height: 35px;
  padding-left: 8px;
}
.shipping-tracker-view .timeline-wrapper ul li::marker {
  color: #005da6;
  font-size: 1.2em;
}
.shipping-tracker-view .timeline-wrapper ul li:before {
  content: '';
  display: block;
  font-size: 140%;
  padding-bottom: 10px;
}
.shipping-tracker-view .timeline-wrapper .step-progress-item {
  float: left;
}
.shipping-tracker-view .timeline-wrapper .step-progress-item.is-large::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #005DA6;
  position: absolute;
  border-radius: 10px;
  margin-top: 5px;
  transform: translatex(-50%);
  border: 3px solid #005DA6;
}
.shipping-tracker-view .timeline-wrapper .step-progress-item.is-not-large::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #005DA6;
  position: absolute;
  border-radius: 10px;
  margin-top: 8px;
  transform: translatex(-50%);
  border: 2px solid #005DA6;
}
@media screen and (max-width: 920px) {
  .shipping-tracker-view .timeline-wrapper .step-progress-item.is-large::after,
  .shipping-tracker-view .timeline-wrapper .step-progress-item.is-not-large::after {
    width: 7px;
    height: 7px;
    margin-top: 10px;
  }
}
.shipping-tracker-view .timeline-wrapper .step-progress-item.is-done {
  border-bottom: 2px solid #005DA6;
  padding-bottom: 12px;
}
.shipping-tracker-view .timeline-wrapper .step-progress-item.is-last {
  border-bottom: 2px solid #cccccc;
}
.shipping-tracker-view .timeline-wrapper .step-progress-item.is-last-done {
  border-bottom: 2px solid #005DA6;
}
.shipping-tracker-view .timeline-wrapper .step-progress-item.is-not-done {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 12px;
}
.shipping-tracker-view .timeline-wrapper .step-progress-item.is-not-done.is-large::after {
  background: white;
  border: 2px solid #cccccc;
}
.shipping-tracker-view .timeline-wrapper .step-progress-item.is-not-done.is-not-large::after {
  background: #cccccc;
  border: 2px solid #cccccc;
}
.shipping-tracker-view .timeline-wrapper .steps-dates-wrapper {
  height: 50px;
}
.shipping-tracker-view .timeline-wrapper .steps-dates-wrapper .step-date {
  content: '';
  font-size: 12px;
  float: left;
  padding: 2px;
  white-space: pre;
  color: #949494;
  font-family: SourceSansPro-Semibold;
  font-weight: 600;
}
@media screen and (max-width: 1192px) {
  .shipping-tracker-view .timeline-wrapper .steps-dates-wrapper .step-date {
    float: right;
    margin-right: 60px;
  }
}
.shipping-tracker-view .timeline-wrapper .steps-tooltip-wrapper {
  position: absolute;
  margin-top: -60px;
  font-size: 13px;
}
.shipping-tracker-view .timeline-wrapper .steps-tooltip-wrapper .tooltip-wrapper {
  width: 145px;
  height: 87px;
  background-color: #f1f1f1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  display: inline;
  float: left;
  padding: 9px;
}
.shipping-tracker-view .scheduled-delivery-wrapper {
  float: right;
  background-color: #f1f1f1;
  padding-top: 26px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 26px;
  max-width: 220px;
  margin-top: 0px;
  height: 150px;
}
.shipping-tracker-view .scheduled-delivery-wrapper .download-pod {
  color: #005da6;
  cursor: pointer;
  margin-top: 3px;
}

.anonymous-order-status-shipping-tracker-view {
  float: left;
  max-width: 1350px;
}

.anonymous-order-status .header-wrapper {
  margin-top: 16px;
  margin-bottom: 104px;
}
.anonymous-order-status .header-wrapper-heading {
  float: left;
  margin-right: 20px;
}
div.anonymous-order-status-mobile {
  text-align: center;
  width: 100%;
}
div.anonymous-order-status-mobile .header-wrapper {
  margin-top: 16px;
  margin-bottom: 18px;
  margin-right: 0px;
  padding-bottom: 28px;
  border-bottom: 1px solid #979797;
}
div.anonymous-order-status-mobile button {
  margin: 0;
}

