@use 'sass:string';
@use 'sass:list';
.priamry-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #d82128;
  padding-bottom: 0.25rem;
  position: relative; }
  .priamry-link::after {
    content: '';
    position: absolute;
    background: url("../../../../images/right-arrow-red.svg");
    width: 1.5rem;
    top: 0.375rem;
    right: -2.5rem;
    height: 0.9375rem;
    background-size: 100%; }
  .priamry-link:hover {
    color: #231f20;
    text-decoration: none; }
  .priamry-link.disabled, .priamry-link:disabled {
    color: #626366;
    pointer-events: none; }
    .priamry-link.disabled::after, .priamry-link:disabled::after {
      background: url("../../../../images/right-arrow-gray.svg"); }
    .priamry-link.disabled:hover, .priamry-link:disabled:hover {
      text-decoration: none; }

.seconday-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #231f20;
  padding-bottom: 0.25rem; }
  .seconday-link:hover {
    color: #d82128;
    text-decoration: none;
    border-bottom: 2px solid #d82128; }
  .seconday-link.disabled, .seconday-link:disabled {
    color: #626366;
    pointer-events: none;
    border-bottom: 2px solid #626366; }
    .seconday-link.disabled:hover, .seconday-link:disabled:hover {
      text-decoration: none; }

.tertiary-link {
  font-size: 0.75rem;
  color: #d82128;
  line-height: 14px;
  font-weight: bold;
  text-decoration: underline; }
  .tertiary-link:hover {
    color: #d82128;
    text-decoration: underline; }
  .tertiary-link.disabled, .tertiary-link:disabled {
    color: #626366;
    pointer-events: none; }
    .tertiary-link.disabled:hover, .tertiary-link:disabled:hover {
      text-decoration: none; }

.btn {
  text-transform: capitalize;
  height: 3.375rem;
  border-radius: 2rem;
  min-width: 8.125rem;
  padding: 1rem 2.375rem;
  max-width: 21.875rem;
  margin: auto;
  font-family: "Myriad Pro Bold Cond"; }

button {
  -webkit-appearance: none;
  border: none;
  font-weight: 700; }

button:focus,
button:active,
button:hover,
button:visited,
button:focus-within {
  outline: none !important; }

.btn-primary {
  background: #d82128;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-primary.disabled {
    pointer-events: none; }
    .btn-primary.disabled:hover {
      text-decoration: none; }
  .btn-primary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #626366;
    background: #c7c8ca; }

.btn-secondary {
  background: #231f20;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-secondary.disabled {
    pointer-events: none; }
    .btn-secondary.disabled:hover {
      text-decoration: none; }
  .btn-secondary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #c7c8ca;
    background: #626366; }

.btn-tertiary {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-tertiary.disabled {
    pointer-events: none; }
    .btn-tertiary.disabled:hover {
      text-decoration: none; }
  .btn-tertiary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #626366;
    background: #f3f3f3; }

.btn-with-border {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none;
  border: 1px solid #d82128; }
  .btn-with-border.disabled {
    pointer-events: none; }
    .btn-with-border.disabled:hover {
      text-decoration: none; }
  .btn-with-border:hover {
    color: #fff;
    background: #971b1e; }
  .btn-with-border.disabled, .btn-with-border:disabled {
    color: #626366;
    background: #f3f3f3; }

.experience-commerce_assets-partsTabCarousel {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.part-services-carousel {
  padding: 1.875rem 1.25rem; }
  @media (min-width: 768px) {
    .part-services-carousel {
      padding: 2.5rem 2rem; } }
  @media (min-width: 1024px) {
    .part-services-carousel {
      padding: 2.5rem 4rem; } }
  @media (min-width: 768px) {
    .part-services-carousel .heading-location-section {
      -ms-flex-direction: row;
          flex-direction: row;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .part-services-carousel .heading-location-section p {
    font-size: 1rem;
    color: #231f20;
    line-height: 19px; }
    .part-services-carousel .heading-location-section p span {
      font-size: 1.125rem;
      color: #231f20;
      line-height: 22px;
      font-family: "Myriad Pro Bold Cond";
      text-decoration: underline;
      -webkit-text-decoration-color: #d82128;
              text-decoration-color: #d82128;
      text-underline-position: under;
      display: inline-block;
      margin-left: 0.875rem;
      cursor: pointer; }
  .part-services-carousel .heading-location-section.d-md-none {
    -ms-flex-pack: center;
        justify-content: center; }
  .part-services-carousel .carousel-heading {
    font-size: 2.25rem;
    color: #000;
    line-height: 43px;
    font-family: "Myriad Pro Bold Cond";
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .part-services-carousel .carousel-heading {
        font-size: 3rem;
        color: #000;
        line-height: 58px; } }
  .part-services-carousel .parts-and-service-carousel {
    background: #fff;
    border-radius: 1.5625rem;
    padding: 2.875rem 3rem 3.25rem 3rem; }
    @media (min-width: 768px) {
      .part-services-carousel .parts-and-service-carousel {
        border-radius: 3.125rem;
        padding: 1.875rem 3rem 5.625rem 3rem; } }
    .part-services-carousel .parts-and-service-carousel .slick-track {
      display: -ms-flexbox;
      display: flex; }
    .part-services-carousel .parts-and-service-carousel .parts-and-service-tile {
      border-right: 1px solid #c7c8ca;
      height: unset; }
    @media (min-width: 768px) {
      .part-services-carousel .parts-and-service-carousel .parts-product-tile {
        padding: 1.25rem; } }
    .part-services-carousel .parts-and-service-carousel .parts-product-tile .parts-product-tile-img img {
      width: 100%; }
    .part-services-carousel .parts-and-service-carousel .parts-product-tile .parts-product-tile-details {
      text-align: center;
      margin-top: 1.875rem; }
      .part-services-carousel .parts-and-service-carousel .parts-product-tile .parts-product-tile-details .product-name {
        font-family: "Myriad Pro Bold Cond";
        font-size: 1.5rem;
        color: #231f20;
        line-height: 29px; }
      .part-services-carousel .parts-and-service-carousel .parts-product-tile .parts-product-tile-details .product-variation,
      .part-services-carousel .parts-and-service-carousel .parts-product-tile .parts-product-tile-details .product-part-no {
        font-size: 0.875rem;
        color: #000;
        line-height: 21px; }
      .part-services-carousel .parts-and-service-carousel .parts-product-tile .parts-product-tile-details .product-price {
        font-family: "Myriad Pro Bold Cond";
        font-size: 1.5rem;
        color: #d82128;
        line-height: 29px; }
        .part-services-carousel .parts-and-service-carousel .parts-product-tile .parts-product-tile-details .product-price span {
          font-size: 1rem;
          color: #000;
          line-height: 21px; }
    .part-services-carousel .parts-and-service-carousel .slick-arrow {
      width: 3rem;
      height: 3rem;
      background: #d82128; }
      .part-services-carousel .parts-and-service-carousel .slick-arrow::before {
        content: none; }
      .part-services-carousel .parts-and-service-carousel .slick-arrow.slick-prev {
        background: url("../../../images/round-red-left-arrow.svg") no-repeat; }
      .part-services-carousel .parts-and-service-carousel .slick-arrow.slick-next {
        right: -28px;
        background: url("../../../images/round-red-right-arrow.svg") no-repeat; }
      .part-services-carousel .parts-and-service-carousel .slick-arrow.slick-disabled {
        opacity: 0; }
    .part-services-carousel .parts-and-service-carousel .slick-dots {
      display: -ms-flexbox;
      display: flex;
      padding: 0 15px;
      width: calc(100% - 70px);
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 40px; }
      @media (min-width: 768px) {
        .part-services-carousel .parts-and-service-carousel .slick-dots {
          width: calc(100% - 130px); } }
      .part-services-carousel .parts-and-service-carousel .slick-dots li {
        -ms-flex: 1;
            flex: 1;
        height: 3px;
        margin: 0;
        padding: 0;
        width: auto; }
        .part-services-carousel .parts-and-service-carousel .slick-dots li button {
          width: 100%;
          height: 3px;
          background: #c7c8ca;
          padding: 0; }
          .part-services-carousel .parts-and-service-carousel .slick-dots li button:before {
            display: none; }
        .part-services-carousel .parts-and-service-carousel .slick-dots li.slick-active button {
          background: #626366; }
  @media (min-width: 768px) {
    .part-services-carousel .btn-wrapper {
      text-align: center; } }
  .part-services-carousel .btn-wrapper .btn {
    width: 100%;
    min-width: 100%;
    font-family: "Myriad Pro Bold Cond"; }
    @media (min-width: 768px) {
      .part-services-carousel .btn-wrapper .btn {
        text-align: center;
        min-width: unset;
        width: unset; } }
  @media (min-width: 768px) {
    .part-services-carousel .custom-tabs {
      position: relative; } }
  .part-services-carousel .custom-tabs .nav-tabs {
    border-bottom: 2px solid #fff;
    margin-bottom: 1.875rem;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .part-services-carousel .custom-tabs .nav-tabs .nav-item {
      margin-right: 2.125rem; }
      .part-services-carousel .custom-tabs .nav-tabs .nav-item .nav-link {
        font-family: "Myriad Pro Bold Cond";
        padding: 0;
        white-space: nowrap;
        font-size: 1.125rem;
        color: #231f20;
        line-height: 22px; }
        @media (min-width: 768px) {
          .part-services-carousel .custom-tabs .nav-tabs .nav-item .nav-link {
            line-height: 2.5rem; } }
        .part-services-carousel .custom-tabs .nav-tabs .nav-item .nav-link.active {
          border-bottom: 2px solid #d82128; }
        .part-services-carousel .custom-tabs .nav-tabs .nav-item .nav-link:hover {
          background: transparent; }
      .part-services-carousel .custom-tabs .nav-tabs .nav-item:last-child {
        margin-right: 0; }
  .part-services-carousel.part-services-tab-carousel {
    position: relative; }
    .part-services-carousel.part-services-tab-carousel .select-location {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 1024px) {
        .part-services-carousel.part-services-tab-carousel .select-location {
          transform: unset;
          top: 145px;
          right: 65px;
          display: block;
          bottom: auto;
          left: auto; } }
    .part-services-carousel.part-services-tab-carousel.overlay .tab-content {
      position: relative; }
      .part-services-carousel.part-services-tab-carousel.overlay .tab-content::after {
        position: absolute;
        z-index: 1;
        background: #fff;
        content: '';
        height: 100%;
        width: 100%;
        top: 0; }
    .part-services-carousel.part-services-tab-carousel.overlay .slick-arrow.slick-next {
      display: none !important; }
