@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; }

.pdp-header-block {
  padding: 30px 0 20px;
  display: block;
  overflow: hidden;
  width: 100%;
  clear: both; }
  @media (min-width: 1024px) {
    .pdp-header-block {
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: end;
          align-items: flex-end;
      padding: 3.75rem 0rem 1.25rem;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1023.98px) {
    .pdp-header-block .pdp-header-inner-block {
      width: 100%;
      margin-bottom: 15px; } }
  @media (min-width: 1024px) {
    .pdp-header-block .pdp-header-inner-block {
      max-width: 50%; } }
  .pdp-header-block .pdp-header-inner-block .pdp-title-block {
    padding-right: 15px; }
    .pdp-header-block .pdp-header-inner-block .pdp-title-block span {
      font-size: 1rem;
      color: #d82128;
      line-height: 24px;
      margin-bottom: 0.9375rem;
      font-weight: 700;
      letter-spacing: 2px; }
      @media (max-width: 1023.98px) {
        .pdp-header-block .pdp-header-inner-block .pdp-title-block span {
          font-size: 0.875rem;
          color: #d82128;
          line-height: 24px; } }
    .pdp-header-block .pdp-header-inner-block .pdp-title-block h3 {
      font-size: 3rem;
      color: #000;
      line-height: 58px;
      font-family: "Myriad Pro Bold Cond";
      margin: 0; }
      @media (max-width: 1023.98px) {
        .pdp-header-block .pdp-header-inner-block .pdp-title-block h3 {
          font-size: 1.875rem;
          color: #000;
          line-height: 36px; } }
  .pdp-header-block .pdp-header-inner-block .pdp-header-back-to-plp {
    margin-bottom: 1.25rem; }
    .pdp-header-block .pdp-header-inner-block .pdp-header-back-to-plp a:hover {
      text-decoration: none; }
    .pdp-header-block .pdp-header-inner-block .pdp-header-back-to-plp .pdp-link-to-plp {
      height: 10px; }
    .pdp-header-block .pdp-header-inner-block .pdp-header-back-to-plp span {
      font-size: 0.90rem;
      color: #000;
      line-height: 14px;
      font-family: "Myriad Pro Regular";
      margin-left: 5px; }
  .pdp-header-block .pdp-header-inner-block .view-pages-block {
    float: right;
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .pdp-header-block .pdp-header-inner-block .view-pages-block {
        display: -ms-flexbox;
        display: flex; } }
    .pdp-header-block .pdp-header-inner-block .view-pages-block .view-heading {
      font-size: 0.875rem;
      color: #626366;
      line-height: 18px;
      margin-top: 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .pdp-header-block .pdp-header-inner-block .view-pages-block .view-heading img {
        margin-right: 0.625rem;
        display: inline-block;
        width: 1.5rem; }
    .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block {
      overflow: auto;
      width: 100%; }
      .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul {
        margin: 0 -15px;
        overflow: hidden;
        padding: 0;
        display: table; }
        @media (min-width: 1024px) {
          .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul {
            margin: 0;
            overflow: unset;
            padding-left: 1.875rem;
            display: unset; } }
        @media (max-width: 1023.98px) {
          .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul {
            margin: 0; } }
        .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li {
          list-style: none;
          border-bottom: 2px solid #f3f3f3;
          display: table-cell; }
          .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li span {
            margin: 0 15px;
            padding: 10px 0;
            font-size: 1.125rem;
            color: #626366;
            line-height: 22px;
            font-family: "Myriad Pro Bold Cond";
            display: block;
            text-decoration: none;
            position: relative;
            white-space: nowrap;
            cursor: pointer; }
            .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li span:after {
              position: absolute;
              content: "";
              display: none;
              height: 3px;
              background: #d82128;
              bottom: -2px;
              width: 100%; }
            .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li span:hover {
              font-size: 1.125rem;
              color: #231f20;
              line-height: 22px; }
              .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li span:hover::after {
                display: block; }
          .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li.active span {
            font-size: 1.125rem;
            color: #231f20;
            line-height: 22px; }
            .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li.active span::after {
              display: block; }
          .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li:first-child span {
            margin-left: 0; }
          .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block ul li:last-child span {
            margin-right: 0; }
    .pdp-header-block .pdp-header-inner-block .view-pages-block .view-links-block::-webkit-scrollbar {
      display: none; }

.product-hero-carousel .product-carousel-item {
  max-height: 31.25rem;
  height: 31.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 1023.98px) {
    .product-hero-carousel .product-carousel-item {
      height: auto; } }
  .product-hero-carousel .product-carousel-item img {
    min-height: 100%;
    height: 100%;
    min-width: auto;
    max-width: 100%;
    width: auto;
    border-radius: 1.25rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.product-hero-carousel .slick-dots {
  bottom: 0.625rem;
  width: 73%;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 1023.98px) {
    .product-hero-carousel .slick-dots {
      width: 90%;
      overflow-y: hidden;
      overflow-x: auto;
      white-space: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-overflow-style: none;
      /* IE and Edge */ }
      .product-hero-carousel .slick-dots::-webkit-scrollbar {
        display: none; } }
  .product-hero-carousel .slick-dots li {
    margin: 0;
    display: block; }
    @media (max-width: 1023.98px) {
      .product-hero-carousel .slick-dots li {
        margin: auto;
        width: 1.125rem;
        height: 1rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    .product-hero-carousel .slick-dots li button {
      padding: 0;
      width: 0.75rem;
      height: 0.75rem; }
      .product-hero-carousel .slick-dots li button::before {
        opacity: 1;
        font-size: 1.875rem;
        border: 2px solid #d82128;
        border-radius: 50%;
        background: #fff;
        width: 0.75rem;
        height: 0.75rem;
        line-height: 0.75rem;
        content: ''; }
    .product-hero-carousel .slick-dots li.slick-active button::before {
      background: #d82128; }

.product-hero-carousel .slick-arrow {
  width: 0;
  height: 3rem;
  background: #d82128; }
  .product-hero-carousel .slick-arrow.slick-prev {
    left: 0.75rem;
    background: url("../../../images/arrow-left-red.svg") 0px no-repeat; }
  .product-hero-carousel .slick-arrow.slick-next {
    right: 0.75rem;
    background: url("../../../images/arrow-right-red.svg") 2px no-repeat; }
  .product-hero-carousel .slick-arrow.slick-prev, .product-hero-carousel .slick-arrow.slick-next {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 1.125rem 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
    top: 75%;
    z-index: 1; }
    .product-hero-carousel .slick-arrow.slick-prev::before, .product-hero-carousel .slick-arrow.slick-next::before {
      content: ''; }
  @media (min-width: 1024px) {
    .product-hero-carousel .slick-arrow.slick-prev, .product-hero-carousel .slick-arrow.slick-next {
      width: 3rem;
      height: 3rem; }
    .product-hero-carousel .slick-arrow.slick-prev {
      left: 0.75rem;
      background: url("../../../images/round-red-left-arrow.svg") no-repeat; }
    .product-hero-carousel .slick-arrow.slick-next {
      right: 0.75rem;
      background: url("../../../images/round-red-right-arrow.svg") no-repeat; } }
  .product-hero-carousel .slick-arrow.slick-disabled {
    opacity: 0.5; }

.primary-images {
  position: relative;
  border-radius: 1.25rem; }
  @media (min-width: 768px) {
    .primary-images {
      padding-right: 1.25rem; } }
  .primary-images .carousel-nav {
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 1023.98px) {
      .primary-images .carousel-nav {
        margin-bottom: 1.25rem; } }
    .primary-images .carousel-nav .carousel-nav-icon {
      min-width: 20%;
      height: 70px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: end;
          align-items: flex-end;
      background-position: top;
      background-repeat: no-repeat;
      background-size: 50px;
      background-color: transparent;
      background-position-x: center;
      outline: none;
      border: 2px solid #626366;
      padding: 0 1.25rem;
      border-radius: 0.3125rem; }
      @media (max-width: 1023.98px) {
        .primary-images .carousel-nav .carousel-nav-icon {
          height: 110px; } }
      .primary-images .carousel-nav .carousel-nav-icon.nav-360-view {
        background-image: url("../../images/icon-360-view.svg"); }
      .primary-images .carousel-nav .carousel-nav-icon.nav-virtual-tour {
        background-image: url("../../images/icon-360-view.svg"); }
      .primary-images .carousel-nav .carousel-nav-icon.nav-youtube-videos {
        background-image: url("../../images/icon-video.svg"); }
      .primary-images .carousel-nav .carousel-nav-icon.nav-floor-plans {
        background-size: contain;
        background-image: url("../../images/floorplan-icon.svg"); }
  .primary-images .primary-images-icons {
    position: absolute;
    right: 0.9375rem;
    top: -2.5rem;
    display: -ms-flexbox;
    display: flex; }
    .primary-images .primary-images-icons .icon {
      background: transparent;
      width: 25px;
      height: 25px;
      background-size: 25px;
      background-repeat: no-repeat;
      outline: none; }
      .primary-images .primary-images-icons .icon.share-icon {
        background-image: url("../../images/icon-share.svg"); }
  @media (min-width: 1024px) {
    .primary-images.image-size .product-carousel .product-carousel-item img {
      max-height: 600px; } }
  @media (min-width: 1024px) {
    .primary-images.image-size .product-carousel .product-carousel-wrapper.floor-plans {
      max-height: 500px;
      height: 500px; } }
  @media (min-width: 1440px) {
    .primary-images.image-size .product-carousel .product-carousel-wrapper.floor-plans {
      max-height: 600px;
      height: 600px; } }
  .primary-images .expand-Collapse-gallery-box {
    position: absolute;
    right: 170px;
    bottom: 80px;
    border-radius: 30px;
    font-size: 0.75rem;
    color: #231f20;
    line-height: 14px;
    background: #fff url("../../../images/expand-arrow.svg") 90% no-repeat;
    box-shadow: 0px 0px 2px #000;
    cursor: pointer; }
    .primary-images .expand-Collapse-gallery-box span {
      padding: 8px 31px 8px 12px;
      display: block; }
    @media (max-width: 1023.98px) {
      .primary-images .expand-Collapse-gallery-box {
        left: 10px;
        right: unset;
        bottom: 70px; } }
  .primary-images .product-carousel {
    margin-bottom: 60px; }
    .primary-images .product-carousel .product-carousel-wrapper {
      padding: 0rem 0.9375rem; }
      @media (max-width: 1023.98px) {
        .primary-images .product-carousel .product-carousel-wrapper {
          padding: 0; } }
      @media (min-width: 1024px) {
        .primary-images .product-carousel .product-carousel-wrapper.floor-plans {
          max-height: 250px;
          height: 250px;
          position: relative; } }
      @media (min-width: 1440px) {
        .primary-images .product-carousel .product-carousel-wrapper.floor-plans {
          max-height: 330px;
          height: 330px; } }
      @media (min-width: 1024px) {
        .primary-images .product-carousel .product-carousel-wrapper.floor-plans .product-carousel-item img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    .primary-images .product-carousel .slick-slide:not(.slick-active) {
      opacity: 0.3; }
      @media (max-width: 1023.98px) {
        .primary-images .product-carousel .slick-slide:not(.slick-active) {
          opacity: 1; } }
    @media (max-width: 1023.98px) {
      .primary-images .product-carousel .product-carousel-item {
        margin: 0 10px 0 0; } }
    .primary-images .product-carousel .product-carousel-item img {
      border-radius: 1.25rem;
      width: 100%; }
      @media (min-width: 1024px) {
        .primary-images .product-carousel .product-carousel-item img {
          max-height: 400px; } }
    .primary-images .product-carousel .slick-list {
      padding: 0 10% 0 10%; }
      @media (max-width: 1023.98px) {
        .primary-images .product-carousel .slick-list {
          padding: 0 40px 0 0; } }
    .primary-images .product-carousel .slick-prev {
      background: url("../../../images/round-red-left-arrow.svg") no-repeat;
      width: 3rem;
      height: 3rem;
      z-index: 1;
      left: 0; }
      @media (min-width: 1024px) {
        .primary-images .product-carousel .slick-prev {
          left: 6rem; } }
      .primary-images .product-carousel .slick-prev.slick-disabled {
        opacity: 0.5;
        pointer-events: none; }
    .primary-images .product-carousel .slick-next {
      background: url("../../../images/round-red-right-arrow.svg") no-repeat;
      width: 3rem;
      height: 3rem;
      right: -0.125rem; }
      @media (min-width: 1024px) {
        .primary-images .product-carousel .slick-next {
          right: 6rem; } }
      .primary-images .product-carousel .slick-next.slick-disabled {
        opacity: 0.5;
        pointer-events: none; }
    .primary-images .product-carousel .slick-prev::before,
    .primary-images .product-carousel .slick-next::before {
      content: none; }
    .primary-images .product-carousel .slick-dots {
      display: -ms-flexbox;
      display: flex;
      padding: 0 15px;
      width: calc(100% - 250px);
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 1023.98px) {
        .primary-images .product-carousel .slick-dots {
          width: 100%; } }
      .primary-images .product-carousel .slick-dots li {
        -ms-flex: 1;
            flex: 1;
        height: 3px;
        margin: 0;
        padding: 0;
        width: auto; }
        .primary-images .product-carousel .slick-dots li button {
          width: 100%;
          height: 3px;
          background: #c7c8ca;
          padding: 0; }
          .primary-images .product-carousel .slick-dots li button:before {
            display: none; }
        .primary-images .product-carousel .slick-dots li.slick-active button {
          background: #626366; }

.description-and-detail .left-section {
  -ms-flex-order: 1;
      order: 1; }
  .description-and-detail .left-section .text-primary {
    font-family: "Myriad Pro Bold Cond";
    line-height: 16px; }
    .description-and-detail .left-section .text-primary.rvDetails {
      margin-top: 3.75rem; }
      @media (min-width: 1024px) {
        .description-and-detail .left-section .text-primary.rvDetails {
          margin-top: 5rem; } }
  .description-and-detail .left-section .description-text {
    max-width: 40rem;
    width: 100%;
    font-size: 1.25rem;
    color: #000;
    line-height: 30px;
    overflow: hidden; }
    @media (max-width: 1439.98px) {
      .description-and-detail .left-section .description-text {
        font-size: 1rem;
        color: #000;
        line-height: 19px; } }
    @media (max-width: 1023.98px) {
      .description-and-detail .left-section .description-text {
        font-size: 1rem;
        color: #000;
        line-height: 19px; } }
  @media (min-width: 768px) {
    .description-and-detail .left-section {
      -ms-flex-order: 0;
          order: 0;
      margin-right: 3.625rem; } }
  @media (min-width: 1024px) {
    .description-and-detail .left-section {
      margin-right: 5rem; } }
  @media (min-width: 1440px) {
    .description-and-detail .left-section {
      margin-right: unset; } }

.description-and-detail .right-section {
  width: 100%;
  border-radius: 0px 0px 0px 75px;
  padding: 1rem;
  margin-bottom: 1.25rem; }
  .description-and-detail .right-section.product-detail-block {
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1023.98px) {
    .description-and-detail .right-section {
      max-width: 100%; } }
  .description-and-detail .right-section .offersAnddeal-block {
    padding: 10px 20px;
    width: 100%;
    float: left; }
    @media (max-width: 1023.98px) {
      .description-and-detail .right-section .offersAnddeal-block {
        padding: 10px 0; } }
    .description-and-detail .right-section .offersAnddeal-block .offersAnddeal-inner-block {
      float: left;
      padding: 5px 15px;
      border-radius: 50px;
      font-size: 0.75rem;
      color: #fff;
      line-height: 14px;
      margin-right: 15px;
      margin-bottom: 5px; }
      .description-and-detail .right-section .offersAnddeal-block .offersAnddeal-inner-block.black-bg {
        background: #231f20; }
      .description-and-detail .right-section .offersAnddeal-block .offersAnddeal-inner-block.red-bg {
        background: #d82128; }
    .description-and-detail .right-section .offersAnddeal-block .bonus-package-block {
      float: left;
      padding: 5px 30px 5px 15px;
      border-radius: 50px;
      font-size: 0.75rem;
      color: #231f20;
      line-height: 14px;
      margin-right: 15px;
      border: 1px solid #626366;
      background: url("../../images/drop-down-arrow.svg") 93% 9px no-repeat;
      background-size: 10px;
      cursor: pointer;
      position: relative; }
      .description-and-detail .right-section .offersAnddeal-block .bonus-package-block .bonus-package-info-box {
        background: #f3f3f3;
        padding: 18px;
        box-shadow: 0px 0px 2px #000;
        position: absolute;
        left: 0;
        top: 32px;
        border-radius: 10px;
        font-size: 1rem;
        color: #000;
        line-height: 19px;
        width: 200px;
        z-index: 2;
        display: none; }
      @media (min-width: 768px) {
        .description-and-detail .right-section .offersAnddeal-block .bonus-package-block:hover {
          background: #f3f3f3 url("../../images/drop-up-arrow.svg") 93% 9px no-repeat;
          background-size: 10px; }
          .description-and-detail .right-section .offersAnddeal-block .bonus-package-block:hover .bonus-package-info-box {
            display: block; } }
      .description-and-detail .right-section .offersAnddeal-block .bonus-package-block.current {
        background: #f3f3f3 url("../../images/drop-up-arrow.svg") 93% 9px no-repeat;
        background-size: 10px; }
        .description-and-detail .right-section .offersAnddeal-block .bonus-package-block.current .bonus-package-info-box {
          display: block; }
  .description-and-detail .right-section .product-name {
    margin-bottom: 1rem;
    font-family: "Myriad Pro Bold Cond";
    padding-bottom: 0.75rem; }
    @media (min-width: 1024px) {
      .description-and-detail .right-section .product-name {
        padding: 0rem 1rem 1.5rem; } }
  @media (max-width: 1023.98px) {
    .description-and-detail .right-section .product-attribute-main-block .product-attribute-block:last-child {
      margin: 0;
      padding: 10px 0 20px; } }
  .description-and-detail .right-section .product-attribute-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 1.25rem; }
    @media (min-width: 1024px) {
      .description-and-detail .right-section .product-attribute-block {
        padding: 0rem 1rem;
        margin-bottom: 0.75rem; } }
    .description-and-detail .right-section .product-attribute-block .stock-id,
    .description-and-detail .right-section .product-attribute-block .location,
    .description-and-detail .right-section .product-attribute-block .list-price-text,
    .description-and-detail .right-section .product-attribute-block .list-price {
      font-size: 1.25rem;
      color: #626366;
      line-height: 30px; }
      @media (max-width: 1023.98px) {
        .description-and-detail .right-section .product-attribute-block .stock-id,
        .description-and-detail .right-section .product-attribute-block .location,
        .description-and-detail .right-section .product-attribute-block .list-price-text,
        .description-and-detail .right-section .product-attribute-block .list-price {
          font-size: 1rem;
          color: #626366;
          line-height: 20px; } }
    .description-and-detail .right-section .product-attribute-block .stock-id {
      padding-right: 15px;
      max-width: 50%; }
    .description-and-detail .right-section .product-attribute-block .location {
      position: relative;
      white-space: nowrap;
      max-width: 50%;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 20px; }
      .description-and-detail .right-section .product-attribute-block .location::before {
        background: url(../../images/location-icon.svg) no-repeat;
        position: absolute;
        content: "";
        width: 14px;
        height: 16px;
        left: 0px;
        top: 6px;
        background-size: 100% 100%; }
        @media (max-width: 1023.98px) {
          .description-and-detail .right-section .product-attribute-block .location::before {
            top: 0px; } }
    .description-and-detail .right-section .product-attribute-block .fraserway-price-text,
    .description-and-detail .right-section .product-attribute-block .fraserway-price {
      font-family: "Myriad Pro Bold Cond";
      font-size: 2.25rem;
      color: #231f20;
      line-height: 44px; }
      @media (max-width: 1023.98px) {
        .description-and-detail .right-section .product-attribute-block .fraserway-price-text,
        .description-and-detail .right-section .product-attribute-block .fraserway-price {
          font-size: 1.625rem;
          color: #231f20;
          line-height: 31px; } }
    .description-and-detail .right-section .product-attribute-block .sale-price-text,
    .description-and-detail .right-section .product-attribute-block .sale-price {
      font-family: "Myriad Pro Bold Cond";
      font-size: 2.25rem;
      color: #231f20;
      line-height: 44px; }
      @media (max-width: 1023.98px) {
        .description-and-detail .right-section .product-attribute-block .sale-price-text,
        .description-and-detail .right-section .product-attribute-block .sale-price {
          font-size: 1.625rem;
          color: #231f20;
          line-height: 31px; } }
    .description-and-detail .right-section .product-attribute-block .biweekly-payment-text,
    .description-and-detail .right-section .product-attribute-block .biweekly-payment {
      font-family: "Myriad Pro Bold Cond";
      font-size: 1.5rem;
      color: #231f20;
      line-height: 30px; }
      @media (max-width: 1023.98px) {
        .description-and-detail .right-section .product-attribute-block .biweekly-payment-text,
        .description-and-detail .right-section .product-attribute-block .biweekly-payment {
          font-size: 1rem;
          color: #231f20;
          line-height: 19px; } }
    .description-and-detail .right-section .product-attribute-block .biweekly-payment {
      position: relative;
      padding-right: 1.75rem; }
      .description-and-detail .right-section .product-attribute-block .biweekly-payment .biweekly-info-icon {
        background: url(../../images/info-icon-red.svg) no-repeat;
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        top: 7px;
        right: 0;
        background-size: 100% 100%;
        cursor: pointer; }
        @media (max-width: 1023.98px) {
          .description-and-detail .right-section .product-attribute-block .biweekly-payment .biweekly-info-icon {
            top: 0px; } }
    .description-and-detail .right-section .product-attribute-block.sale-price .fraserway-price-text,
    .description-and-detail .right-section .product-attribute-block.sale-price .fraserway-price {
      font-family: "Myriad Pro Regular";
      font-size: 1.25rem;
      color: #626366;
      line-height: 30px; }
      @media (max-width: 1023.98px) {
        .description-and-detail .right-section .product-attribute-block.sale-price .fraserway-price-text,
        .description-and-detail .right-section .product-attribute-block.sale-price .fraserway-price {
          font-size: 1rem;
          color: #626366;
          line-height: 20px; } }
    .description-and-detail .right-section .product-attribute-block.sale-price .fraserway-price {
      text-decoration: line-through; }
  .description-and-detail .right-section .call-price-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 1.25rem 0rem;
    font-family: "Myriad Pro Bold Cond"; }
    @media (min-width: 1024px) {
      .description-and-detail .right-section .call-price-block {
        padding: 0rem 1.25rem; } }
    .description-and-detail .right-section .call-price-block .price-text {
      font-size: 1.5rem;
      color: #d82128;
      line-height: 29px; }
      @media (min-width: 768px) {
        .description-and-detail .right-section .call-price-block .price-text {
          font-size: 1.75rem;
          color: #d82128;
          line-height: 38px; } }
    .description-and-detail .right-section .call-price-block .call-number {
      font-size: 1.5rem;
      color: #231f20;
      line-height: 29px;
      text-decoration: underline;
      text-underline-position: under; }
      @media (min-width: 768px) {
        .description-and-detail .right-section .call-price-block .call-number {
          font-size: 1.75rem;
          color: #231f20;
          line-height: 38px; } }
  .description-and-detail .right-section .biweekly-payment-block {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 1rem;
    margin: 1.625rem 0rem 1.5rem 0rem; }
    @media (min-width: 1024px) {
      .description-and-detail .right-section .biweekly-payment-block {
        margin: 1.25rem 0rem 1.25rem 0rem; } }
    @media (max-width: 1023.98px) {
      .description-and-detail .right-section .biweekly-payment-block {
        margin: 0rem 0rem 1.5rem 0rem; } }
    .description-and-detail .right-section .biweekly-payment-block .product-attribute-block {
      padding: 0;
      position: relative; }
      .description-and-detail .right-section .biweekly-payment-block .product-attribute-block .biweekly-payment-info-block {
        position: absolute;
        padding: 15px;
        background: #fff;
        top: 35px;
        border-radius: 10px;
        box-shadow: 0px 0px 2px #000;
        display: none; }
        .description-and-detail .right-section .biweekly-payment-block .product-attribute-block .biweekly-payment-info-block.active {
          display: block; }
        .description-and-detail .right-section .biweekly-payment-block .product-attribute-block .biweekly-payment-info-block p {
          margin: 0;
          font-size: 0.625rem;
          color: #000;
          line-height: 12px; }
        .description-and-detail .right-section .biweekly-payment-block .product-attribute-block .biweekly-payment-info-block .close-info-icon {
          background: url("../../images/close-icon-red.svg") no-repeat;
          position: absolute;
          right: 10px;
          top: 6px;
          line-height: normal;
          cursor: pointer;
          height: 10px;
          width: 10px; }
    .description-and-detail .right-section .biweekly-payment-block .cust-link {
      font-size: 0.875rem;
      color: #d82128;
      line-height: 22px;
      text-decoration: underline;
      text-underline-position: under;
      cursor: pointer; }
  .description-and-detail .right-section .btn-block {
    margin-bottom: 1.875rem; }
    .description-and-detail .right-section .btn-block .full-width {
      max-width: 100%;
      width: 100%;
      color: #fff;
      cursor: pointer; }
    .description-and-detail .right-section .btn-block .get-quote-product {
      background-color: #fff;
      color: #000;
      border: 2px solid #d82128; }
      .description-and-detail .right-section .btn-block .get-quote-product:hover {
        background-color: #d82128;
        color: #fff; }
  .description-and-detail .right-section .money-block {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 2.25rem; }
    .description-and-detail .right-section .money-block.m {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .description-and-detail .right-section .money-block .trade-block,
    .description-and-detail .right-section .money-block .finance-block {
      font-size: 1.125rem;
      color: #231f20;
      line-height: 22px;
      font-family: "Myriad Pro Bold Cond";
      text-decoration: underline;
      text-underline-position: under;
      -webkit-text-decoration-color: #d82128;
              text-decoration-color: #d82128;
      text-decoration-thickness: 2px;
      cursor: pointer; }
  .description-and-detail .right-section .info-record {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 24px;
    background-position: left;
    background-size: 18px;
    background-repeat: no-repeat;
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 1.125rem; }
    .description-and-detail .right-section .info-record.info-record-phone {
      background-image: url("../../images/icon-phone.svg"); }
    .description-and-detail .right-section .info-record.info-record-location {
      background-image: url("../../images/location-icon.svg"); }
  .description-and-detail .right-section .number-block {
    margin-bottom: 40px; }

.description-and-detail .custom-payment-block {
  padding: 2rem;
  background: #f3f3f3;
  position: relative; }
  @media (max-width: 1023.98px) {
    .description-and-detail .custom-payment-block {
      padding: 3.75rem 1.5rem 1.5rem 1.5rem; } }
  .description-and-detail .custom-payment-block .close-calculator {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-image: url("../../images/round-close-icon.svg");
    width: 24px;
    height: 24px; }
  .description-and-detail .custom-payment-block .amortization-heading {
    font-size: 32px;
    font-family: "Myriad Pro Bold Cond"; }
    @media (max-width: 1023.98px) {
      .description-and-detail .custom-payment-block .amortization-heading {
        font-size: 24px; } }
  .description-and-detail .custom-payment-block form {
    margin-top: 2rem; }
    .description-and-detail .custom-payment-block form .outer-block {
      position: relative;
      margin-bottom: 1.5625rem; }
      .description-and-detail .custom-payment-block form .outer-block span {
        position: absolute;
        bottom: 5px;
        left: 25px; }
      .description-and-detail .custom-payment-block form .outer-block input {
        padding: 1.25rem 1.5625rem 0.625rem 2.0625rem; }
        .description-and-detail .custom-payment-block form .outer-block input.intrest-rate {
          padding: 1.25rem 1.5625rem 0.625rem 1.625rem; }
      .description-and-detail .custom-payment-block form .outer-block label {
        position: absolute;
        top: 3px;
        font-size: 12px;
        left: 25px;
        color: #626366;
        z-index: 1; }
    .description-and-detail .custom-payment-block form input, .description-and-detail .custom-payment-block form select {
      height: 2.8125rem;
      width: 100%;
      background: #fff;
      border-radius: 24px;
      border: none;
      padding: 20px 25px 10px 25px;
      line-height: initial; }
      .description-and-detail .custom-payment-block form input.down-payment + i, .description-and-detail .custom-payment-block form select.down-payment + i {
        position: absolute;
        top: 16px;
        left: 25px;
        font-style: normal; }
    .description-and-detail .custom-payment-block form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("../../images/down-arrow.png");
      background-repeat: no-repeat;
      background-position: bottom 18px right 25px; }
      .description-and-detail .custom-payment-block form select.total-term {
        padding-bottom: 0; }
    .description-and-detail .custom-payment-block form .invalid-feedback {
      color: #d82128;
      text-align: center; }
      .description-and-detail .custom-payment-block form .invalid-feedback .error-message-lable {
        font-weight: bold;
        font-size: 1rem;
        line-break: 1.125rem; }
  .description-and-detail .custom-payment-block .calculation-result {
    margin-top: 2.8125rem;
    font-size: 24px;
    font-family: "Myriad Pro Bold Cond"; }
    @media (max-width: 1023.98px) {
      .description-and-detail .custom-payment-block .calculation-result {
        font-size: 16px;
        margin-top: 1.5rem; } }
    .description-and-detail .custom-payment-block .calculation-result .bi-weekly-payment {
      float: right; }
    @media (min-width: 768px) {
      .description-and-detail .custom-payment-block .calculation-result .bi-weekly-label,
      .description-and-detail .custom-payment-block .calculation-result .bi-weekly-payment {
        display: block;
        text-align: center; }
      .description-and-detail .custom-payment-block .calculation-result .bi-weekly-payment {
        float: unset; } }
    @media (min-width: 1024px) {
      .description-and-detail .custom-payment-block .calculation-result .bi-weekly-label,
      .description-and-detail .custom-payment-block .calculation-result .bi-weekly-payment {
        display: unset;
        text-align: unset; }
      .description-and-detail .custom-payment-block .calculation-result .bi-weekly-payment {
        float: right; } }
  .description-and-detail .custom-payment-block .bi-weekly-description {
    margin-top: 1rem;
    font-size: 10px;
    color: #626366; }
  .description-and-detail .custom-payment-block .calculate-button {
    margin: 0 auto;
    margin-top: 1.5rem; }
    .description-and-detail .custom-payment-block .calculate-button button {
      width: 100%;
      border-radius: 32.5px;
      padding: 14px 25px;
      font-family: "Myriad Pro Bold Cond"; }
  .description-and-detail .custom-payment-block .apply-finance {
    margin-top: 1.5rem;
    text-align: center; }
    .description-and-detail .custom-payment-block .apply-finance span {
      font-size: 1.125rem;
      border-bottom: 2px solid #d82128;
      font-weight: 700;
      cursor: pointer;
      font-family: "Myriad Pro Bold Cond"; }
  .description-and-detail .custom-payment-block .number-block {
    margin-top: 1.5rem; }

.description-and-detail .share-print-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin-bottom: 1.875rem; }
  .description-and-detail .share-print-block .share-text,
  .description-and-detail .share-print-block .print-text {
    font-size: 0.875rem;
    color: #231f20;
    line-height: 21px;
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer; }
  .description-and-detail .share-print-block .share-text {
    position: relative; }
    .description-and-detail .share-print-block .share-text img {
      width: 26px;
      margin-right: 14px; }
    .description-and-detail .share-print-block .share-text.disabled {
      pointer-events: none; }
  .description-and-detail .share-print-block .print-text {
    position: relative; }
    .description-and-detail .share-print-block .print-text img {
      width: 26px;
      margin-right: 14px; }

.description-and-detail .tax-block {
  font-size: 0.625rem;
  color: #626366;
  line-height: 12px;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 1.875rem; }

.description-and-detail .rental-page {
  max-width: 66.375rem;
  width: 100%;
  margin: auto;
  margin-bottom: 1.25rem;
  position: relative; }
  @media (min-width: 1024px) {
    .description-and-detail .rental-page {
      margin-top: 1.625rem;
      margin-bottom: 2.5rem; } }
  .description-and-detail .rental-page .left-section {
    -ms-flex-order: 0;
        order: 0; }
  .description-and-detail .rental-page .product-seat-belt,
  .description-and-detail .rental-page .product-sleep,
  .description-and-detail .rental-page .product-length,
  .description-and-detail .rental-page .product-child-seat {
    font-weight: normal;
    font-size: 1rem;
    color: #626366;
    line-height: 19px;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.25rem;
    width: 100%;
    padding-right: 0.9375rem; }
  @media (min-width: 1024px) {
    .description-and-detail .rental-page .product-seat-belt {
      width: 9.375rem; } }
  @media (min-width: 1024px) {
    .description-and-detail .rental-page .product-sleep {
      width: 8.125rem; } }
  @media (min-width: 1024px) {
    .description-and-detail .rental-page .product-length {
      width: 14.125rem; } }
  .description-and-detail .rental-page .product-seat-belt::before {
    content: '';
    background: url("../../../images/seatbelt.svg") 0px no-repeat;
    position: absolute;
    height: 1.25rem;
    width: 2rem;
    left: 0; }
  .description-and-detail .rental-page .product-sleep::before {
    content: '';
    background: url("../../../images/sleep.svg") 0px no-repeat;
    position: absolute;
    height: 1.25rem;
    width: 2rem;
    left: 0; }
  .description-and-detail .rental-page .product-length::before {
    content: '';
    background: url("../../../images/ruler.svg") 0px no-repeat;
    position: absolute;
    height: 1.25rem;
    width: 2rem;
    left: 0; }
  .description-and-detail .rental-page .product-child-seat::before {
    content: '';
    background: url("../../../images/child-seat.svg") 0px no-repeat;
    position: absolute;
    height: 1.25rem;
    width: 2rem;
    left: 0;
    top: -3px; }
  @media (min-width: 1024px) {
    .description-and-detail .rental-page .product-child-seat {
      width: 15.625rem; } }
  .description-and-detail .rental-page .book-section {
    width: 100%;
    text-align: center;
    margin-top: 3.75rem; }
    @media (min-width: 768px) {
      .description-and-detail .rental-page .book-section {
        width: 13.75rem;
        margin: auto; } }
    @media (min-width: 1024px) {
      .description-and-detail .rental-page .book-section {
        position: absolute;
        right: 0;
        top: 10px;
        width: 13.75rem;
        text-align: center; } }
    .description-and-detail .rental-page .book-section .btn {
      margin-bottom: 20px;
      width: 100%;
      min-width: 100%;
      text-align: center; }
    .description-and-detail .rental-page .book-section .link {
      font-size: 1.125rem;
      color: #231f20;
      line-height: 22px;
      text-decoration: underline;
      text-underline-position: under;
      font-family: "Myriad Pro Bold Cond";
      display: inline-block; }
      .description-and-detail .rental-page .book-section .link:hover {
        text-decoration: underline; }

.description-and-detail .equifax-banner {
  padding: 0; }
  .description-and-detail .equifax-banner img {
    width: 100%; }

.description-and-detail .equifax-cta {
  margin-bottom: 25px; }

@media (max-width: 1439.98px) {
  .custom-tabs {
    padding-right: 20px; } }

@media (max-width: 1023.98px) {
  .custom-tabs {
    padding-right: 0px; } }

.custom-tabs .custom-tabs-dropdown-menu {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.custom-tabs .activetab-text {
  display: none;
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  padding: 11px 20px;
  border-radius: 31.5px;
  z-index: 2;
  position: relative;
  background: #f3f3f3 url("../../images/drop-down-arrow.svg") 95% 16px no-repeat;
  background-size: 17px;
  font-family: "Myriad Pro Bold"; }
  @media (max-width: 1439.98px) {
    .custom-tabs .activetab-text {
      display: block; }
      .custom-tabs .activetab-text.current {
        background: #f3f3f3 url("../../images/drop-up-arrow.svg") 95% 16px no-repeat;
        background-size: 17px; } }

.custom-tabs .nav-tabs {
  border-bottom: 2px solid #f3f3f3;
  display: -ms-inline-flexbox;
  display: inline-flex;
  scroll-behavior: smooth; }
  @media (max-width: 1439.98px) {
    .custom-tabs .nav-tabs {
      list-style-type: none;
      padding: 0;
      -ms-flex-direction: row;
          flex-direction: row;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: initial;
          flex-wrap: initial;
      overflow-y: hidden;
      overflow-x: auto; }
      .custom-tabs .nav-tabs::-webkit-scrollbar-track {
        border-radius: none;
        background-color: none; }
      .custom-tabs .nav-tabs::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: none; }
      .custom-tabs .nav-tabs::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #666; }
      .custom-tabs .nav-tabs.active {
        display: block; } }
  .custom-tabs .nav-tabs .nav-item {
    margin-right: 2.125rem; }
    @media (max-width: 1439.98px) {
      .custom-tabs .nav-tabs .nav-item {
        margin: 0;
        min-width: fit-content;
        width: 100%; } }
    .custom-tabs .nav-tabs .nav-item .nav-link {
      padding: 0rem 0rem 0.25rem 0rem;
      font-size: 1.125rem;
      color: #626366;
      line-height: 22px;
      font-family: "Myriad Pro Bold Cond"; }
      @media (max-width: 1439.98px) {
        .custom-tabs .nav-tabs .nav-item .nav-link {
          font-size: 1rem;
          font-family: "Myriad Pro Regular";
          cursor: pointer;
          padding: 0.625rem;
          display: inline-block; } }
      .custom-tabs .nav-tabs .nav-item .nav-link.activeTab {
        position: relative;
        color: #231f20; }
        .custom-tabs .nav-tabs .nav-item .nav-link.activeTab::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 2px;
          bottom: -2px;
          left: 0;
          background: #d82128; }
          @media (max-width: 1439.98px) {
            .custom-tabs .nav-tabs .nav-item .nav-link.activeTab::before {
              display: none; } }
    .custom-tabs .nav-tabs .nav-item:last-child {
      margin-right: 0; }

.custom-tabs .tab-content {
  max-width: 53.125rem;
  width: 100%;
  scroll-behavior: smooth; }
  .custom-tabs .tab-content .tab-pane {
    display: block;
    margin-top: 3.4375rem;
    font-size: 1.125rem;
    color: #231f20;
    line-height: 22px; }
    @media (max-width: 1439.98px) {
      .custom-tabs .tab-content .tab-pane {
        margin-top: 1.5625rem;
        font-size: 1rem; } }
    .custom-tabs .tab-content .tab-pane-title {
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 20px; }
    .custom-tabs .tab-content .tab-pane.addOns ul {
      padding: 0 20px; }
    .custom-tabs .tab-content .tab-pane .first-col,
    .custom-tabs .tab-content .tab-pane .second-col,
    .custom-tabs .tab-content .tab-pane .third-col {
      -ms-flex: 0 0 33%;
          flex: 0 0 33%; }
      @media (max-width: 1439.98px) {
        .custom-tabs .tab-content .tab-pane .first-col,
        .custom-tabs .tab-content .tab-pane .second-col,
        .custom-tabs .tab-content .tab-pane .third-col {
          -ms-flex: unset;
              flex: unset;
          width: 100%;
          clear: both;
          overflow: hidden; } }
    .custom-tabs .tab-content .tab-pane .first-row,
    .custom-tabs .tab-content .tab-pane .second-row,
    .custom-tabs .tab-content .tab-pane .third-row {
      margin-bottom: 1.5625rem;
      width: 100%;
      float: left; }
      @media (max-width: 1439.98px) {
        .custom-tabs .tab-content .tab-pane .first-row,
        .custom-tabs .tab-content .tab-pane .second-row,
        .custom-tabs .tab-content .tab-pane .third-row {
          margin-bottom: 0.9375rem; } }
    .custom-tabs .tab-content .tab-pane .fourth-row {
      width: 100%;
      float: left; }
      @media (max-width: 1439.98px) {
        .custom-tabs .tab-content .tab-pane .fourth-row {
          margin-bottom: 0.9375rem; } }
    .custom-tabs .tab-content .tab-pane .left-text {
      font-family: "Myriad Pro Bold Cond";
      padding-right: 3px; }
    .custom-tabs .tab-content .tab-pane .bold-text {
      font-family: "Myriad Pro Bold Cond";
      padding-right: 3px; }
    .custom-tabs .tab-content .tab-pane .column-2-li-list {
      padding: 0rem 0rem 0rem 1rem;
      margin: 0;
      overflow: hidden; }
      .custom-tabs .tab-content .tab-pane .column-2-li-list li {
        list-style: disc;
        width: 16.5rem;
        float: left;
        margin-bottom: 20px; }
        @media (max-width: 1023.98px) {
          .custom-tabs .tab-content .tab-pane .column-2-li-list li {
            width: 100%; } }
    .custom-tabs .tab-content .tab-pane .column-3-li-list {
      padding: 0;
      margin: 0; }
      @media (max-width: 1439.98px) {
        .custom-tabs .tab-content .tab-pane .column-3-li-list {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (min-width: 1024px) {
        .custom-tabs .tab-content .tab-pane .column-3-li-list {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 280px 280px;
              grid-template-columns: 280px 280px;
          margin-left: 1.25rem; } }
      @media (min-width: 1440px) {
        .custom-tabs .tab-content .tab-pane .column-3-li-list {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 280px 280px 280px;
              grid-template-columns: 280px 280px 280px; } }
      .custom-tabs .tab-content .tab-pane .column-3-li-list li {
        list-style: none;
        width: 280px;
        float: left;
        margin-bottom: 1.25rem;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1023.98px) {
          .custom-tabs .tab-content .tab-pane .column-3-li-list li {
            width: 100%;
            margin-bottom: 0.3125rem; } }
        .custom-tabs .tab-content .tab-pane .column-3-li-list li img {
          width: 1.625rem; }
    .custom-tabs .tab-content .tab-pane.specifications .left-text, .custom-tabs .tab-content .tab-pane.options .left-text {
      position: relative;
      padding-left: 1rem;
      padding-top: 0.25rem; }
    .custom-tabs .tab-content .tab-pane.specifications .left-text + span, .custom-tabs .tab-content .tab-pane.options .left-text + span {
      padding-top: 0.25rem; }
    .custom-tabs .tab-content .tab-pane.options .left-text::before {
      background: url("../../../images/sleep.svg") 0px no-repeat; }

.readMore-block {
  float: left;
  margin-top: 16px; }

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none; }

.addReadMore.showmorecontent .readMore {
  display: none; }

.addReadMore .readMore,
.addReadMore .readLess {
  cursor: pointer;
  font-size: 0.875rem;
  color: #d82128;
  line-height: 18px;
  font-family: "Myriad Pro Regular";
  text-decoration: underline; }

.addReadMore .showdots.removedots {
  display: none; }

.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {
  display: block; }

.section-block {
  padding: 120px 0 0 0;
  overflow: hidden;
  clear: both; }
  @media (max-width: 1439.98px) {
    .section-block {
      padding: 60px 22px 0;
      overflow: unset; } }
  .section-block p {
    font-size: 1rem;
    color: #231f20;
    line-height: 19px;
    clear: both;
    width: 50%; }
    @media (max-width: 1023.98px) {
      .section-block p {
        width: 100%;
        padding: 15px 0;
        margin: 0; } }
  .section-block h3 {
    font-size: 3rem;
    color: #000;
    line-height: 58px;
    padding-bottom: 10px;
    font-family: "Myriad Pro Bold"; }
    @media (max-width: 1023.98px) {
      .section-block h3 {
        font-size: 1.875rem;
        color: #000;
        line-height: 36px;
        margin: 0;
        padding: 0; } }
  .section-block .highlights-block {
    overflow: hidden;
    padding: 20px 0; }
    @media (max-width: 1439.98px) {
      .section-block .highlights-block {
        padding: 20px 0 0; } }
    .section-block .highlights-block ul {
      margin: 0;
      overflow: hidden;
      padding: 0rem 0rem 0rem 1.25rem; }
      .section-block .highlights-block ul li {
        position: relative;
        float: left;
        list-style: disc;
        padding: 0rem 3.125rem 0rem 0.625rem;
        font-size: 1rem;
        color: #000;
        line-height: 19px;
        float: left; }
        @media (max-width: 1023.98px) {
          .section-block .highlights-block ul li {
            width: 100%;
            padding: 0.75rem 2.25rem 0.75rem 0.375rem; } }
  .section-block .manuals-block {
    overflow: hidden;
    padding: 20px 0; }
    @media (max-width: 1439.98px) {
      .section-block .manuals-block {
        padding: 20px 0 0; } }
    .section-block .manuals-block ul {
      margin: 0;
      overflow: hidden;
      padding: 0; }
      .section-block .manuals-block ul li {
        position: relative;
        float: left;
        list-style: none;
        margin: 0px 8px;
        float: left; }
        @media (max-width: 1023.98px) {
          .section-block .manuals-block ul li {
            margin: 12px 5px;
            width: calc(50% - 10px); } }
        .section-block .manuals-block ul li a {
          font-size: 1rem;
          color: #000;
          line-height: 19px;
          padding: 16px 72px 16px 35px;
          display: block;
          position: relative;
          border: 1px solid #000;
          border-radius: 50px;
          text-decoration: none; }
          .section-block .manuals-block ul li a:before {
            content: '';
            position: absolute;
            background: url("../../../images/link-icon.svg") 0px no-repeat;
            height: 1.375rem;
            width: 1.375rem;
            right: 30px;
            background-size: 22px; }
  .section-block .rentalrates-block {
    overflow: hidden;
    padding: 20px 0; }
    @media (max-width: 1023.98px) {
      .section-block .rentalrates-block {
        overflow: unset; } }
    .section-block .rentalrates-block p {
      color: #626366; }
      .section-block .rentalrates-block p a {
        text-decoration: underline;
        color: #231f20;
        text-underline-position: under; }
        .section-block .rentalrates-block p a span {
          color: #626366;
          position: relative; }
          .section-block .rentalrates-block p a span::after {
            content: '';
            width: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            bottom: -2px;
            height: 2px; }
      .section-block .rentalrates-block p small {
        font-size: 0.875rem;
        color: #626366;
        line-height: 16px; }
      @media (max-width: 1023.98px) {
        .section-block .rentalrates-block p {
          line-height: 20px; } }
    @media (max-width: 1439.98px) {
      .section-block .rentalrates-block .custom-tabs .custom-tabs-dropdown-menu {
        overflow: auto; }
        .section-block .rentalrates-block .custom-tabs .custom-tabs-dropdown-menu::-webkit-scrollbar-track {
          border-radius: none;
          background-color: none; }
        .section-block .rentalrates-block .custom-tabs .custom-tabs-dropdown-menu::-webkit-scrollbar {
          width: 0;
          background-color: none; }
        .section-block .rentalrates-block .custom-tabs .custom-tabs-dropdown-menu::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background-color: none; }
      .section-block .rentalrates-block .custom-tabs .nav-tabs {
        display: block;
        position: static;
        padding: 10px 0;
        background: none;
        width: auto;
        float: left;
        clear: both;
        box-shadow: none;
        border: none;
        padding: 0;
        overflow-y: unset; }
        .section-block .rentalrates-block .custom-tabs .nav-tabs li {
          width: auto;
          display: table-cell;
          padding: 5px 34px 5px 0; }
          .section-block .rentalrates-block .custom-tabs .nav-tabs li:last-child {
            padding: 5px 0px 5px 0; }
          .section-block .rentalrates-block .custom-tabs .nav-tabs li .nav-link {
            white-space: nowrap;
            padding: 0; }
            .section-block .rentalrates-block .custom-tabs .nav-tabs li .nav-link:before {
              display: block;
              bottom: -3px; } }
    .section-block .rentalrates-block .custom-tabs .tab-content {
      max-width: 100%; }
      @media (max-width: 1023.98px) {
        .section-block .rentalrates-block .custom-tabs .tab-content {
          margin: 0; } }
    .section-block .rentalrates-block .table-block {
      overflow: hidden;
      clear: both;
      padding: 50px 0; }
      @media (max-width: 1023.98px) {
        .section-block .rentalrates-block .table-block {
          padding: 35px 0;
          overflow: auto;
          display: none; } }
      .section-block .rentalrates-block .table-block .table thead tr th {
        font-family: "Myriad Pro Regular";
        font-weight: normal; }
      .section-block .rentalrates-block .table-block .table tr th.heading {
        font-size: 2rem;
        color: #d82128;
        line-height: 38px;
        font-family: "Myriad Pro Bold Cond"; }
      .section-block .rentalrates-block .table-block .table tr td {
        font-size: 1.5rem;
        color: #000;
        line-height: 29px;
        font-family: "Myriad Pro Bold Cond"; }
    .section-block .rentalrates-block .drop-down-listing-block {
      display: none; }
      @media (max-width: 1023.98px) {
        .section-block .rentalrates-block .drop-down-listing-block {
          display: block;
          margin: 30px -8px; }
          .section-block .rentalrates-block .drop-down-listing-block h6 {
            font-size: 1rem;
            color: #231f20;
            line-height: 20px;
            font-family: "Myriad Pro Regular";
            margin: 0;
            border-bottom: 1px solid #c7c8ca;
            padding-bottom: 10px; }
          .section-block .rentalrates-block .drop-down-listing-block .years-block {
            float: left;
            width: 50%;
            padding: 0 8px; }
            .section-block .rentalrates-block .drop-down-listing-block .years-block .years-inner-block {
              position: relative;
              margin: 35px 0; }
              .section-block .rentalrates-block .drop-down-listing-block .years-block .years-inner-block .append-year-data {
                font-size: 2rem;
                color: #d82128;
                line-height: 38px;
                font-family: "Myriad Pro Bold Cond";
                background: url("../../images/drop-down-arrow.svg") 95% 17px no-repeat;
                background-size: 17px; }
                .section-block .rentalrates-block .drop-down-listing-block .years-block .years-inner-block .append-year-data.current {
                  background: url("../../images/drop-up-arrow.svg") 95% 17px no-repeat;
                  background-size: 17px; }
              .section-block .rentalrates-block .drop-down-listing-block .years-block .years-inner-block .years-listing-block {
                background: #f3f3f3;
                padding: 10px;
                margin: 0;
                position: absolute;
                width: 100%;
                display: none; }
                .section-block .rentalrates-block .drop-down-listing-block .years-block .years-inner-block .years-listing-block.active {
                  display: block; }
                .section-block .rentalrates-block .drop-down-listing-block .years-block .years-inner-block .years-listing-block li {
                  font-size: 1.25rem;
                  color: #d82128;
                  line-height: 25px;
                  font-family: "Myriad Pro Bold";
                  list-style: none; }
          .section-block .rentalrates-block .drop-down-listing-block .seasons-block {
            float: left;
            width: 50%;
            padding: 0 8px; }
            .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block {
              position: relative;
              margin: 35px 0; }
              .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .append-season-data {
                font-size: 2rem;
                color: #d82128;
                line-height: 38px;
                font-family: "Myriad Pro Bold Cond";
                position: relative;
                background: url("../../images/drop-down-arrow.svg") 95% 17px no-repeat;
                background-size: 17px; }
                .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .append-season-data small {
                  font-size: 1rem;
                  color: #626366;
                  line-height: 20px;
                  font-family: "Myriad Pro Regular";
                  position: absolute;
                  top: -20px; }
                .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .append-season-data span {
                  font-size: 2rem;
                  color: #231f20;
                  line-height: 38px;
                  font-family: "Myriad Pro Bold"; }
                .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .append-season-data.current {
                  background: url("../../images/drop-up-arrow.svg") 95% 17px no-repeat;
                  background-size: 17px; }
                .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .append-season-data li {
                  list-style-type: none; }
                  .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .append-season-data li.data {
                    color: #000; }
              .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .seasons-listing-block {
                background: #f3f3f3;
                padding: 10px;
                margin: 0;
                position: absolute;
                width: 100%;
                display: none;
                z-index: 1; }
                .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .seasons-listing-block.active {
                  display: block; }
                .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .seasons-listing-block li {
                  list-style: none;
                  padding: 5px 0;
                  border-bottom: 1px solid #c7c8ca; }
                  .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .seasons-listing-block li:last-child {
                    border-bottom: none; }
                  .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .seasons-listing-block li small {
                    font-size: 0.875rem;
                    color: #626366;
                    line-height: 20px;
                    font-family: "Myriad Pro Regular";
                    clear: both;
                    display: block; }
                  .section-block .rentalrates-block .drop-down-listing-block .seasons-block .seasons-inner-block .seasons-listing-block li span {
                    font-size: 1.25rem;
                    color: #d82128;
                    line-height: 25px;
                    font-family: "Myriad Pro Regular"; } }
    .section-block .rentalrates-block .tab-button-block {
      padding: 40px 10px; }
      @media (max-width: 1023.98px) {
        .section-block .rentalrates-block .tab-button-block {
          padding: 10px 0;
          clear: both;
          overflow: hidden; } }
      .section-block .rentalrates-block .tab-button-block .btn {
        font-size: 1.125rem;
        font-family: "Myriad Pro Bold Cond";
        padding: 0px 30px;
        text-decoration: none;
        line-height: 54px;
        color: #fff; }
        @media (max-width: 1023.98px) {
          .section-block .rentalrates-block .tab-button-block .btn {
            float: left;
            margin: 0; } }
      .section-block .rentalrates-block .tab-button-block a {
        font-family: "Myriad Pro Bold Cond";
        text-decoration: underline;
        margin: 0 0 0 30px;
        font-size: 1.125rem;
        color: #231f20;
        line-height: 22px;
        text-underline-position: under;
        -webkit-text-decoration-color: #d82128;
                text-decoration-color: #d82128; }
        @media (max-width: 1023.98px) {
          .section-block .rentalrates-block .tab-button-block a {
            float: right;
            margin: 15px 0 0 0;
            white-space: nowrap; } }

.promotion-block {
  background: #f3f3f3;
  padding: 1.875rem 0rem 1.875rem 0rem; }
  @media (min-width: 1024px) {
    .promotion-block {
      padding: 3.125rem 2.75rem 3.375rem 2.75rem; } }
  @media (min-width: 1024px) {
    .promotion-block.rightPadding {
      padding: 3.125rem 0rem 3.375rem 2.75rem; } }
  .promotion-block .promotion-title {
    font-size: 2.25rem;
    color: #231f20;
    line-height: 43px;
    font-family: "Myriad Pro Bold Cond";
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 2rem;
    padding-left: 0.9375rem; }
    @media (min-width: 1024px) {
      .promotion-block .promotion-title {
        font-size: 3rem;
        color: #231f20;
        line-height: 58px; } }
  @media (max-width: 1023.98px) {
    .promotion-block .promotions-card {
      padding: 0rem 0rem 0rem 0.9375rem; } }
  .promotion-block .promotions-card .promoion-card {
    padding: 0rem 0.9375rem; }
    @media (max-width: 1023.98px) {
      .promotion-block .promotions-card .promoion-card {
        padding: 0rem; } }
    @media (max-width: 1023.98px) {
      .promotion-block .promotions-card .promoion-card .promotion-image {
        margin-right: 20px; } }
    .promotion-block .promotions-card .promoion-card .promotion-image img {
      width: 100%;
      border-radius: 10px 10px 0px 0px; }
    .promotion-block .promotions-card .promoion-card .promotion-body {
      background: #fff;
      border-bottom-left-radius: 0.625rem;
      border-bottom-right-radius: 0.625rem;
      padding: 1.875rem 0.5rem 1.875rem 1.25rem; }
      @media (max-width: 1023.98px) {
        .promotion-block .promotions-card .promoion-card .promotion-body {
          margin-right: 20px;
          margin-bottom: 20px; } }
      @media (min-width: 1024px) {
        .promotion-block .promotions-card .promoion-card .promotion-body {
          padding: 1.875rem 2rem 1.875rem 2.3125rem; } }
      .promotion-block .promotions-card .promoion-card .promotion-body .promotion-body-title {
        font-family: "Myriad Pro Bold Cond";
        padding-bottom: 1.5rem;
        font-size: 1.5rem;
        color: #d82128;
        line-height: 29px;
        margin: 0;
        text-transform: capitalize; }
        @media (min-width: 1024px) {
          .promotion-block .promotions-card .promoion-card .promotion-body .promotion-body-title {
            font-size: 2.25rem;
            color: #d82128;
            line-height: 43px; } }
      .promotion-block .promotions-card .promoion-card .promotion-body .promotion-body-text {
        font-size: 1rem;
        color: #231f20;
        line-height: 19px;
        padding-bottom: 1.875rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        text-overflow: ellipsis;
        height: 38px;
        margin-bottom: 30px; }
      .promotion-block .promotions-card .promoion-card .promotion-body a.promotion-body-link {
        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;
        position: relative;
        padding-right: 1rem; }
        .promotion-block .promotions-card .promoion-card .promotion-body a.promotion-body-link::after {
          content: '';
          position: absolute;
          background: url("../../images/right-arrow-red.svg") 100% 5px no-repeat;
          width: 1.5rem;
          height: 1.5rem;
          right: -20px;
          top: 1px; }
        .promotion-block .promotions-card .promoion-card .promotion-body a.promotion-body-link:hover {
          text-decoration: underline;
          -webkit-text-decoration-color: #d82128;
                  text-decoration-color: #d82128;
          text-underline-position: under; }
  .promotion-block .promotions-card .slick-arrow {
    width: 3rem;
    height: 3rem;
    background: #d82128;
    top: -54px; }
    .promotion-block .promotions-card .slick-arrow::before {
      content: none; }
    .promotion-block .promotions-card .slick-arrow.slick-prev {
      left: unset;
      right: 130px;
      background: url("../../../images/round-red-left-arrow.svg") no-repeat; }
    .promotion-block .promotions-card .slick-arrow.slick-next {
      right: 60px;
      background: url("../../../images/round-red-right-arrow.svg") no-repeat; }
    .promotion-block .promotions-card .slick-arrow.slick-disabled {
      opacity: 0.5; }
  .promotion-block .promotions-card .slick-dots {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    padding-left: 0.9375rem; }
    @media (min-width: 1024px) {
      .promotion-block .promotions-card .slick-dots {
        width: calc(100% - 64px); } }
    .promotion-block .promotions-card .slick-dots li {
      -ms-flex: 1;
          flex: 1;
      height: 3px;
      margin: 0;
      padding: 0;
      width: auto; }
      .promotion-block .promotions-card .slick-dots li button {
        width: 100%;
        height: 3px;
        background: #c7c8ca;
        padding: 0; }
      .promotion-block .promotions-card .slick-dots li.slick-active button {
        background: #626366; }
  .promotion-block .promotions-card .slick-list {
    padding: 0 40px 0 0; }
    @media (min-width: 1024px) {
      .promotion-block .promotions-card .slick-list {
        padding: 0 350px 0 0; } }

.experience-component {
  width: 100%;
  float: left; }

.expand-Gallery-dialog {
  padding: 0;
  margin: 0;
  max-width: 100%; }
  .expand-Gallery-dialog .modal-header {
    border: none;
    padding: 22px; }
    .expand-Gallery-dialog .modal-header h3 {
      font-size: 1.5rem;
      color: #000;
      line-height: 29px;
      font-family: "Myriad Pro Bold Cond"; }
    .expand-Gallery-dialog .modal-header .quickmodal-close-button {
      background: url("../../images/round-close-icon.svg") 0px 0px no-repeat;
      opacity: 1;
      width: 24px;
      height: 24px;
      padding: 0;
      margin: 0; }
  .expand-Gallery-dialog .modal-body {
    padding: 22px; }
    .expand-Gallery-dialog .modal-body .product-carousel-item img {
      width: 100%;
      border-radius: 20px;
      margin-bottom: 50px; }
    .expand-Gallery-dialog .modal-body .virtual-tour, .expand-Gallery-dialog .modal-body .youtube-videos {
      margin-bottom: 50px; }

.custom-dropdown-block {
  padding: 20px 25px 10px 25px;
  border-radius: 50px;
  position: relative;
  background: #fff;
  cursor: pointer; }
  .custom-dropdown-block .custom-active-text {
    font-size: 1rem;
    color: #231f20;
    line-height: 19px;
    background: url("../../images/drop-down-arrow.svg") 100% 0px no-repeat;
    background-size: 17px; }
    .custom-dropdown-block .custom-active-text.current {
      background: url("../../images/drop-up-arrow.svg") 100% 0px no-repeat;
      background-size: 17px; }
  .custom-dropdown-block .custom-dropdown-lists {
    margin: 0px;
    background: #fff;
    position: absolute;
    z-index: 2;
    border-radius: 0 0 25px 25px;
    box-shadow: 0px 2px 2px #f3f3f3;
    display: none;
    padding: 0;
    margin: 0 5px;
    left: 0;
    width: calc(100% - 10px); }
    .custom-dropdown-block .custom-dropdown-lists.active {
      display: block; }
    .custom-dropdown-block .custom-dropdown-lists li {
      list-style: none;
      font-size: 1rem;
      color: #231f20;
      line-height: 19px;
      padding: 10px 25px; }
      .custom-dropdown-block .custom-dropdown-lists li:hover {
        background: #c7c8ca; }
        .custom-dropdown-block .custom-dropdown-lists li:hover:last-child {
          border-radius: 0 0 25px 25px; }

@media print {
  .btn {
    -webkit-print-color-adjust: exact; }
  .right-section.product-detail-block {
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
    border: 2px solid #f3f3f3; }
  .share-text::before,
  .print-text::before,
  .location::before,
  .bonus-package-block {
    -webkit-print-color-adjust: exact; } }

.legal-message {
  margin: 20px 0;
  font-family: "Myriad Pro Bold Cond"; }

@media (min-width: 1024px) {
  .pdp-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 2fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    grid-template-areas: "images side" "description side"; } }

.pdp-details .pdp-details-images {
  grid-area: images; }

.pdp-details .pdp-details-info {
  grid-area: side; }

.pdp-details .pdp-details-description {
  grid-area: description; }
