button {
  color: #000;
}

.attribute-section h2.packages-title {
  font-size: 32px;
  color: black;
  line-height: 1.125;
  font-family: "Volvo Novum Medium";
  padding: 0 24px;
  text-align: center;
  margin-bottom: 8px;
}
.attribute-section small.packages-subtitle {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5215686275);
  line-height: 1.6666666667;
  font-weight: 300;
  padding: 0 24px;
  text-align: center;
}
.attribute-section .packages-section {
  width: calc(100% - 48px);
  margin: 32px 16px 0;
}
.attribute-section .packages-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.attribute-section .packages-wrap .packages-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -ms-flex-preferred-size: calc(33.3333% - 16px);
      flex-basis: calc(33.3333% - 16px);
}
.attribute-section .packages-wrap .packages-card.one-img .img-wrap {
  grid-template-rows: 1fr;
  height: 100%;
}
.attribute-section .packages-wrap .packages-card.one-img .img-wrap #img-left-first {
  scale: 1;
  width: 100%;
  height: 100%;
}
.attribute-section .packages-wrap .packages-card.one-img .img-wrap #img-left-second {
  display: none !important;
}
.attribute-section .packages-wrap .img-wrap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  grid-template-columns: 1fr;
}
.attribute-section .packages-wrap .img-wrap.double-img {
  grid-template-columns: 1fr 1fr;
}
.attribute-section .packages-wrap .img-wrap.double-img > .img-line:first-child {
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}
.attribute-section .packages-wrap .img-line {
  width: 100%;
  overflow: hidden;
}
.attribute-section .packages-wrap .img-line img {
  width: auto;
  height: 120px;
  overflow: hidden;
  scale: 1.5;
}
.attribute-section .packages-wrap .img-line img.half {
  scale: 1;
  -webkit-transform: translate(-15%);
          transform: translate(-15%);
}
.attribute-section .packages-wrap .more {
  cursor: pointer;
}
.attribute-section .packages-wrap .action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 12px 0;
}
.attribute-section .packages-wrap .action-wrap .intro-name {
  color: rgba(0, 0, 0, 0.9215686275);
  stroke: rgba(0, 0, 0, 0.9215686275);
  text-align: left;
}
.attribute-section .packages-wrap .action-wrap .intro-name h1 {
  font-size: 14px;
  text-align: left;
  display: inline-block;
}
.attribute-section .packages-wrap .action-wrap .intro-name span {
  margin-left: 6px;
}
.attribute-section .packages-wrap .action-wrap .intro-name .more-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.attribute-section .packages-wrap .action-wrap .intro-name:hover {
  color: rgb(42, 96, 157);
  stroke: rgb(42, 96, 157);
}
.attribute-section .packages-wrap .action-wrap .status {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9215686275);
  text-align: left;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  font-weight: 300;
  overflow-wrap: break-word;
  min-height: 21px;
}
.attribute-section .packages-wrap .action-wrap .status.added .status-added {
  display: block;
}
.attribute-section .packages-wrap .action-wrap .status.added .status-none {
  display: none;
}
.attribute-section .packages-wrap .action-wrap .status .status-added {
  display: none;
}
.attribute-section .packages-wrap .action-wrap .status .status-none {
  display: block;
}
.attribute-section .packages-wrap .action-wrap .button-wrap {
  text-align: left;
}
.attribute-section .packages-wrap .action-wrap .button-wrap .action-button {
  outline-width: 0px;
  border: 1px solid rgb(213, 213, 213);
  stroke: black;
  color: black;
  padding: 6px 16px;
  background: white;
  border-radius: 4px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.attribute-section .packages-wrap .action-wrap .button-wrap .action-button:hover {
  border-color: rgb(0, 0, 0);
}
.attribute-section .packages-wrap .action-wrap .button-wrap .action-button.added .button-label.status-added {
  display: block;
}
.attribute-section .packages-wrap .action-wrap .button-wrap .action-button.added .button-label.status-none {
  display: none;
}
.attribute-section .packages-wrap .action-wrap .button-wrap .action-button .button-label {
  color: black;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.attribute-section .packages-wrap .action-wrap .button-wrap .action-button .button-label.status-added {
  display: none;
}
.attribute-section .packages-wrap .action-wrap .button-wrap .action-button .button-label.status-none {
  display: block;
}

#product-more-popup.packages-pop-content .modal-header .back-btn {
  position: absolute;
  left: 16px;
  top: 12px;
  height: 24px;
  background: none;
  border: none;
}
#product-more-popup.packages-pop-content .modal-header .back-btn img {
  content: url("../../images/arrow-left.svg");
  width: 16px;
  height: 16px;
}
#product-more-popup.packages-pop-content .modal-body .packges-info {
  padding-top: 32px;
  padding-bottom: 32px;
}
#product-more-popup.packages-pop-content .modal-body .packges-info .status {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9215686275);
  line-height: 1.5;
  font-weight: 300;
}
#product-more-popup.packages-pop-content .modal-body .packges-info .description {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.52);
  padding-top: 24px;
  font-weight: 300;
}
#product-more-popup.packages-pop-content .modal-body .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#product-more-popup.packages-pop-content .modal-body .include-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}
#product-more-popup.packages-pop-content .modal-body .include-card:after {
  content: "";
  border-bottom: 1px solid rgb(235, 235, 235);
  padding-bottom: 16px;
  width: calc(100% - 82px);
  height: 1px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#product-more-popup.packages-pop-content .modal-body .include-card .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#product-more-popup.packages-pop-content .modal-body .include-card .picture {
  margin-right: 12px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  overflow: hidden;
  border-radius: 4px;
}
#product-more-popup.packages-pop-content .modal-body .include-card img.card-img {
  -webkit-transform: translate(-20%);
          transform: translate(-20%);
  height: 70px;
  width: auto;
}
#product-more-popup.packages-pop-content .modal-body .include-card .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#product-more-popup.packages-pop-content .modal-body .include-card .text-wrap .title-wrap {
  width: 100%;
  color: rgba(0, 0, 0, 0.9215686275);
}
#product-more-popup.packages-pop-content .modal-body .include-card .text-wrap button {
  border: none;
  background: white;
  padding: 0;
}
#product-more-popup.packages-pop-content .modal-body .include-card .text-wrap .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9215686275);
  line-height: 1.5;
  text-align: left;
}
#product-more-popup.packages-pop-content .modal-body .include-card .text-wrap .title:after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../../images/right-arrow-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
#product-more-popup.packages-pop-content .modal-body .include-card .text-wrap .description {
  display: -webkit-box;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.52);
  line-height: 1.6666666667;
  font-weight: 300;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
#product-more-popup.packages-pop-content .modal-body .detail-content .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
}
#product-more-popup.packages-pop-content .modal-body .detail-content .top-wrap .detail-img-wrap {
  width: 50%;
  margin-right: 24px;
  height: 209px;
}
#product-more-popup.packages-pop-content .modal-body .detail-content .top-wrap .detail-title-wrap {
  width: 50%;
}
#product-more-popup.packages-pop-content .modal-body .detail-content .top-wrap .detail-title-wrap em {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.9215686275);
}
#product-more-popup.packages-pop-content .modal-body .detail-content .detail-description {
  margin-top: 48px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5215686275);
  margin-bottom: 32px;
}
#product-more-popup.packages-pop-content .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#product-more-popup.packages-pop-content .modal-footer .action-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product-more-popup.packages-pop-content .modal-footer .action-wrap button {
  width: 272px;
  height: 48px;
  border: 1px solid #2a609d;
  background: #2a609d;
  border-radius: 4px;
  margin: 24px auto;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  min-width: 96px;
  font-weight: 500;
  line-height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition-duration: 100ms, 300ms;
          transition-duration: 100ms, 300ms;
}
#product-more-popup.packages-pop-content .modal-footer .action-wrap button:hover {
  border: 1px solid #000000;
  background: #000000;
}
#product-more-popup.packages-pop-content .modal-footer .action-wrap span {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}

.packages-menu-data .packages-summary-item {
  padding-bottom: 8px;
  cursor: pointer;
}
.packages-menu-data .packages-summary-item .packages-summary-title span:first-child:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("../../images/arrow-down.svg");
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  left: 8px;
}
.packages-menu-data .packages-summary-item .packages-summary-title.active span:first-child:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("../../images/arraw-up.svg");
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  left: 8px;
}
.packages-menu-data .packages-summary-item .packages-summary-title.no-arrow span:first-child:after {
  display: none;
}
.packages-menu-data .summary-included-item {
  display: none;
}
.packages-menu-data .summary-included-item p {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
  padding: 8px 0 4px 8px;
}
.packages-menu-data .summary-included-item.active {
  display: block;
}

.product-disclaimer {
  font-size: 12px;
  color: #707070;
  line-height: 14px;
  text-align: left;
  border-top: 1px solid #d5d5d5;
  padding-top: 40px;
}
.product-disclaimer a {
  color: #1c6bba !important;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cart-wheel-section .cart-wheel-wrapper {
    margin-top: 20px;
    margin-left: 20px;
  }
  .attribute-section .packages-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .attribute-section .packages-wrap .packages-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .attribute-section .packages-wrap .img-wrap {
    height: 50vw;
    width: 50vw;
    margin-right: 50px;
  }
  .attribute-section .packages-wrap .img-line {
    width: 100%;
    overflow: hidden;
  }
  .attribute-section .packages-wrap .img-line img {
    height: 100%;
  }
  .attribute-section .packages-wrap .action-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product-more-popup.packages-pop-content .modal-body .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product-more-popup.packages-pop-content .modal-body .detail-content .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product-more-popup.packages-pop-content .modal-body .detail-content .top-wrap .detail-img-wrap {
    width: 100%;
    margin-right: 0;
  }
  #product-more-popup.packages-pop-content .modal-body .detail-content .top-wrap .detail-title-wrap {
    width: 100%;
  }
  #product-more-popup.packages-pop-content .modal-body .detail-content .detail-description {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .service-plan .service-plan-element, .service-plan .service-plan-element-default, .service-plan-default .service-plan-element, .service-plan-default .service-plan-element-default {
    max-width: 100%;
    padding: 0 12px;
    overflow-x: auto;
  }
  .service-plan .service-plan-element .button-select-container, .service-plan .service-plan-element-default .button-select-container, .service-plan-default .service-plan-element .button-select-container, .service-plan-default .service-plan-element-default .button-select-container {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .cart-color-section .swatch-color-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-plan-element-default .button-select-container .button-item.active {
    width: 100%;
  }
  .powertrain-wrapper .powertrain-section:last-child {
    margin-left: calc(15% - 4px);
  }
  .powertrain-wrapper .powertrain-section {
    margin-right: 0;
  }
  #seeFullPopUp {
    padding-right: 0 !important;
  }
  #seeFullPopUp .modal-dialog {
    margin: 0;
  }
  #seeFullPopUp .modal-dialog .modal-header {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff !important;
  }
  #seeFullPopUp .modal-dialog .modal-content {
    height: 100vh !important;
    overflow: auto;
    padding-bottom: 40px;
  }
  .cart-attributs-option.attribute-section .options-section .action-wrap {
    margin: 0 !important;
  }
}
.section-item-item.no-border {
  border-bottom: none !important;
}

.cart-sumarry-popup .details-content .content-container .section-item .section-item-text > div {
  width: 100%;
}
.cart-sumarry-popup .details-content .content-container .section-item .section-item-text > div .packages-summary-title span:last-child {
  float: right;
}
.cart-sumarry-popup .details-content .content-container .section-item .section-item-text > div .packages-summary-title span:last-child:after {
  display: none;
}

#product-more-popup.level-pop-compare .lever-type .left-title em, #product-more-popup.level-pop-compare .lever-type .right-title em {
  text-transform: capitalize;
}

.cart-wheel-section .cart-wheel-wrapper .cart-wheel-item {
  overflow: hidden;
  padding: 4px;
}
.cart-wheel-section .cart-wheel-wrapper .cart-wheel-item button {
  border: none !important;
}
.cart-wheel-section .cart-wheel-wrapper .cart-wheel-item button picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-wheel-section .cart-wheel-wrapper .cart-wheel-item button picture img {
  width: auto;
}

.highTile {
  margin-top: 40px;
}

.high-line.item-line button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  margin: 24px 0 8px 0;
  border: none;
  background: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.high-line.item-line button .higtlight-img {
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  height: 72px;
}
.high-line.item-line button .higtlight-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  overflow: hidden;
}
.high-line.item-line button .highlightTag {
  text-align: left;
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.high-line.item-line button .highlightTag small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.56);
}
.high-line.item-line button .highlightTag em {
  font-size: 16px !important;
  margin: 0 !important;
}
.high-line.item-line button p {
  width: calc(100% - 100px);
  text-align: left;
  font-size: 12px;
}
.high-line.item-line button .highArrow {
  width: 20px;
}
.high-line.item-line button .highArrow svg {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.cart-wheel-item button.active, .cart-wheel-item button:hover {
  position: relative;
  border: 2px solid #fff;
}
.cart-wheel-item button.active:before, .cart-wheel-item button:hover:before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #1c6bba !important;
  left: -3px;
}

#product-more-popup .modal-body p {
  white-space: pre-line;
}

.product-finance-price-break .price {
  font-size: 0.875rem !important;
}

.price-section-item.price-break-container .product-finance-price-break {
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid rgb(213, 213, 213);
}
.price-section-item.price-break-container .product-finance-price-break .break-title {
  font-weight: 500;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 16px;
}
.price-section-item.price-break-container .product-finance-price-break .break-details.dark {
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(0, 0, 0, 0.92);
}
.price-section-item.price-break-container .product-finance-price-break .break-details.light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 8px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.56);
  margin-bottom: 10px;
}
.price-section-item.price-break-container .product-finance-price-break .break-details.light.vehicle-gst {
  margin-left: 0;
}
.price-section-item.price-break-container .product-finance-price-break .break-details.total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: rgba(0, 0, 0, 0.92);
  margin-top: 16px;
}

@-webkit-keyframes k1 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes k1 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.packageLoading.loading-effect-price {
  outline-width: 0px;
  border: 1px solid #d5d5d5;
  stroke: black;
  color: black;
  background: white;
  margin: 0;
  width: 60px;
  height: 34px;
  padding: 0;
  text-align: center;
  border-radius: 4px;
  line-height: 28px;
}
.packageLoading.loading-effect-price.show {
  display: block;
}

.loading-effect-price {
  display: none;
  margin-left: 10px;
}
.loading-effect-price svg {
  -webkit-animation: 700ms cubic-bezier(0.62, 0.63, 0, 0.53) infinite;
          animation: 700ms cubic-bezier(0.62, 0.63, 0, 0.53) infinite;
  stroke: rgba(0, 0, 0, 0.92);
  height: 1.5rem;
  width: 1.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  stroke-dasharray: 50;
  stroke-dashoffset: 0;
  -webkit-animation-name: k1;
          animation-name: k1;
}

.description-container {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
}

.has-packages {
  display: none;
}

.noPostCode .noPostShow {
  opacity: 0;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.noPostCode .pull-down {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.interior-popup-price {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
  margin-top: -8px;
  color: rgba(0, 0, 0, 0.92);
}

.level-popup-price {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
  margin-top: -20px;
  color: rgba(0, 0, 0, 0.92);
}

.button-attribute .button-item button.button-item-top p {
  margin-bottom: 0;
}
.button-attribute .button-item button.button-item-top ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 2px;
  color: #707070;
  padding-left: 24px;
}

.color-discription-text p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.56);
  text-align: left;
  display: none;
}
.color-discription-text p.active {
  display: block;
}

#product-more-popup .modal-body p.popup-wheels-price {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 18px;
  color: #000;
}

.initial-finance.hide {
  border: 1px solid #707070;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 40px;
}
.initial-finance.hide .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
.initial-finance.hide .description {
  font-size: 14px;
  margin-bottom: 14px;
}
.initial-finance.hide .estimate-button {
  width: 70%;
  margin: 0 auto 14px auto;
  padding: 12px;
  border: 1px solid #284e80;
  border-radius: 40px;
  color: #284e80;
  font-weight: 500;
  cursor: pointer;
}
.initial-finance.hide .note {
  font-size: 14px;
  color: #707070;
  font-style: italic;
}

.wrapperSpecialFor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapperSpecialFor input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.wrapperSpecialFor label {
  margin: 0;
}

.onroadPriceFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.onroadPriceFlex span {
  white-space: nowrap;
  margin-left: 10px;
}

.section-item-item.has-packages .section-item-text > div {
  width: 100% !important;
}

.utimateTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.utimateTag div {
  background-color: rgb(235, 235, 235);
  letter-spacing: 0.02em;
  font-size: 0.75rem;
  padding: 0px 8px;
  margin-right: 8px;
  border-radius: 4px;
}

.finance-modal#cancel-order-tracking .modal-header {
  background: none;
}
.finance-modal#cancel-order-tracking .modal-dialog {
  max-width: 800px;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content {
  padding: 40px 30px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .modal-header {
  padding: 0;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .modal-header .modal-title {
  text-align: left;
  font-size: 32px;
  line-height: 1;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .delete-confirmation-body {
  margin: 0;
  width: 100%;
  text-align: left;
  font-family: "Volvo Novum Light";
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .delete-confirmation-body span.title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 20px 0 10px 0;
  display: block;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .delete-confirmation-body p {
  font-size: 14px;
  color: #707070;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .delete-confirmation-body .list-content {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #707070;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .delete-confirmation-body .list-content span {
  margin-bottom: 10px;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .modal-footer {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  padding: 0;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 12px;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .modal-footer .delete-confirmation-btn {
  background: none;
  color: #284E80;
  border: 1px solid #284E80;
  margin-right: 20px;
  width: auto;
  padding: 10px 20px;
  height: auto;
  line-height: 1;
  border-radius: 40px;
  font-weight: 500;
}
.finance-modal#cancel-order-tracking .modal-dialog .modal-content .modal-footer .btn-default {
  margin-right: 20px;
  width: auto;
  padding: 10px 20px;
  height: auto;
  line-height: 1;
  border-radius: 40px;
  font-weight: 500;
}

.modal-backdrop {
  opacity: 0.5;
}

.finance-modal#cancel-order-tracking .modal-header button.close {
  width: 40px;
  height: 40px;
  font-weight: lighter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  font-size: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: system-ui;
}

.service-plan h2,
.service-plan-default h2 {
  margin-top: 128px;
  margin-bottom: 16px;
}
.service-plan p,
.service-plan-default p {
  margin-bottom: 42px;
}
.service-plan .service-plan-element,
.service-plan .service-plan-element-default,
.service-plan-default .service-plan-element,
.service-plan-default .service-plan-element-default {
  grid-gap: 24px;
  grid-template-columns: 100%;
  display: grid;
  max-width: 1022px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-plan .service-plan-element.level-button-select.only-one .button-select-container,
.service-plan .service-plan-element-default.level-button-select.only-one .button-select-container,
.service-plan-default .service-plan-element.level-button-select.only-one .button-select-container,
.service-plan-default .service-plan-element-default.level-button-select.only-one .button-select-container {
  display: inline-block;
  max-width: 606px;
  margin: 0 auto;
}
.service-plan .service-plan-element.level-button-select.only-one .button-select-container .button-item,
.service-plan .service-plan-element-default.level-button-select.only-one .button-select-container .button-item,
.service-plan-default .service-plan-element.level-button-select.only-one .button-select-container .button-item,
.service-plan-default .service-plan-element-default.level-button-select.only-one .button-select-container .button-item {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-plan .service-plan-element.level-button-select.only-one .button-select-container .button-item .button-item-top,
.service-plan .service-plan-element-default.level-button-select.only-one .button-select-container .button-item .button-item-top,
.service-plan-default .service-plan-element.level-button-select.only-one .button-select-container .button-item .button-item-top,
.service-plan-default .service-plan-element-default.level-button-select.only-one .button-select-container .button-item .button-item-top {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 0 0;
}
.service-plan .service-plan-element.level-button-select.only-one .button-select-container .button-item .button-item-bottom,
.service-plan .service-plan-element-default.level-button-select.only-one .button-select-container .button-item .button-item-bottom,
.service-plan-default .service-plan-element.level-button-select.only-one .button-select-container .button-item .button-item-bottom,
.service-plan-default .service-plan-element-default.level-button-select.only-one .button-select-container .button-item .button-item-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-plan .button-select-container,
.service-plan-default .button-select-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: initial;
      flex-direction: initial;
}
.service-plan .button-item,
.service-plan-default .button-item {
  -webkit-box-shadow: inset 0px 0px 0px 1px #d5d5d5;
          box-shadow: inset 0px 0px 0px 1px #d5d5d5;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  cursor: default;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(32% + 8px);
}
.service-plan .button-item .button-item-top,
.service-plan-default .button-item .button-item-top {
  padding: 24px 24px 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: left;
  margin: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  overflow: visible;
}
.service-plan .button-item .button-item-top ul,
.service-plan-default .button-item .button-item-top ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 2px;
  color: #707070;
  padding-left: 16px;
}
.service-plan .button-item .button-item-top em,
.service-plan-default .button-item .button-item-top em {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.service-plan .button-item .button-item-top p,
.service-plan-default .button-item .button-item-top p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 16px;
  color: #707070;
  margin-bottom: 0;
}
.service-plan .button-item .button-item-top span,
.service-plan-default .button-item .button-item-top span {
  margin-top: 10px;
}
.service-plan .button-item .button-item-top .description-text,
.service-plan-default .button-item .button-item-top .description-text {
  line-height: 1.5;
}

.service-plan-element .button-item:hover,
.service-plan-element-default .button-item:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #141414;
          box-shadow: inset 0px 0px 0px 1px #141414;
}
.service-plan-element .button-select-container .button-item.active,
.service-plan-element .button-select-container .button-item-default.active,
.service-plan-element-default .button-select-container .button-item.active,
.service-plan-element-default .button-select-container .button-item-default.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #1c6bba;
          box-shadow: inset 0px 0px 0px 2px #1c6bba;
}
.service-plan-element .service-plan-popup,
.service-plan-element-default .service-plan-popup {
  outline-offset: 3.5px;
  outline-color: #1c6bba;
  stroke: #1c6bba;
  color: #1c6bba;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
}
.service-plan-element .service-plan-link,
.service-plan-element-default .service-plan-link {
  outline-offset: 3.5px;
  outline-color: #1c6bba;
  stroke: #1c6bba;
  color: #1c6bba !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
}
.service-plan-element .service-plan-link:hover,
.service-plan-element-default .service-plan-link:hover {
  text-decoration: none;
}

.pac-container.pac-logo {
  font-size: 14px;
  padding: 17px;
  -webkit-box-shadow: 0px 2px 8px rgba(20, 20, 20, 0.1) !important;
          box-shadow: 0px 2px 8px rgba(20, 20, 20, 0.1) !important;
}
.pac-container.pac-logo .pac-item {
  border: none;
  color: #707070;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  line-height: 19px;
}
.pac-container.pac-logo .pac-item .pac-icon.pac-icon-marker {
  display: none;
}
.pac-container.pac-logo:after {
  display: none !important;
}

.section-item-item.noPostShow {
  border-bottom: none !important;
}

.noPostCode .level-button-select span.price-compare {
  display: none;
}
.noPostCode ~ #product-more-popup span.level-popup-price,
.noPostCode ~ #product-more-popup div.powertrain-car-type {
  display: none;
}
.noPostCode .powertrain-car-type {
  display: none;
}

.powertrain-wrapper .powertrain-section.plus.ultimate.hide {
  display: block !important;
}

.powertrain-wrapper .button-top .main-content.hide {
  display: none !important;
}

[data-imagenumber=totalNumber-1] {
  grid-template-rows: 1fr !important;
  gap: 0 !important;
  height: 100%;
}
[data-imagenumber=totalNumber-1] img.packages-img {
  height: 100%;
  width: 100%;
  scale: 1;
}
[data-imagenumber=totalNumber-1] [data-imagekey=images-0] {
  padding: 0px 0px 75.5%;
  position: relative;
  height: 0;
}
[data-imagenumber=totalNumber-1] [data-imagekey=images-0] img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100% !important;
  position: absolute;
  width: 100% !important;
  scale: 1 !important;
  left: 0;
}

[data-imagenumber=totalNumber-3] {
  grid-template-columns: 1fr 1fr !important;
}
[data-imagenumber=totalNumber-3] [data-imagekey=images-0] {
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}

#product-more-popup.level-pop-compare.modal .modal-body .filter-section .section-main-content .item-line button p {
  line-height: 1;
  height: 64px;
  font-size: 14px;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

#product-more-popup.level-pop-compare .modal-body .filter-section .title.smallTitle {
  font-size: 16px;
}

#product-more-popup.level-pop-compare .lever-type {
  z-index: 2;
}

#product-more-popup.level-pop-compare .modal-body .filter-section.secondeLevel {
  top: -2px;
  position: relative;
  z-index: 1;
}
#product-more-popup.level-pop-compare .modal-body .filter-section.secondeLevel .smallTitle em:not(.empty) {
  background: #fff;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .image-color.pdp-img,
  .image-wheels.pdp-img {
    min-height: 610px;
  }
}
.interior-color-inner .interior-item-section small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interior-color-inner .interior-item-section .seperate-div {
  background: rgb(235, 235, 235);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  margin: 0 16px;
}
.interior-color-inner .interior-item-section .seperate-div.hide {
  display: none;
}
.interior-color-inner .interior-item-section .interior-color-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.cart-sumarry-popup .overlay-inner .overlay-content .overlay-section > .section-item {
  width: 100%;
}

#product-more-popup.powertrain-pop-content .modal-header {
  border-bottom: 1px solid #dee2e6;
  height: 63px;
}
#product-more-popup.powertrain-pop-content .modal-header .popup-title {
  line-height: 38px;
}
#product-more-popup.powertrain-pop-content .icon-top em {
  margin-left: 50%;
}
#product-more-popup.powertrain-pop-content .icon-wrapper.hide {
  display: none !important;
}
#product-more-popup.powertrain-pop-content .loop-content .mian-section {
  padding-bottom: 0;
}
#product-more-popup.powertrain-pop-content .loop-content .mian-section .inner-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
}
#product-more-popup.powertrain-pop-content .loop-content .mian-section .inner-section .title,
#product-more-popup.powertrain-pop-content .loop-content .mian-section .inner-section .number-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 16px 8px;
  font-size: 16px;
}
#product-more-popup.powertrain-pop-content .modal-footer {
  border: none;
}
#product-more-popup.powertrain-pop-content .modal-footer .footer-content {
  background: none;
}

.cart-attributs-option.attribute-section .more {
  cursor: pointer;
}
.cart-attributs-option.attribute-section .options-section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-attributs-option.attribute-section .options-section.needCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-attributs-option.attribute-section .options-section .options-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
  -ms-flex-preferred-size: calc(25% - 18px);
      flex-basis: calc(25% - 18px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.cart-attributs-option.attribute-section .options-section .options-card .options-img.more {
  max-width: 100%;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 12px 0;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap .intro-name.more {
  color: rgba(0, 0, 0, 0.9215686275);
  stroke: rgba(0, 0, 0, 0.9215686275);
  text-align: left;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap .intro-name.more h1 {
  font-size: 14px;
  text-align: left;
  display: inline-block;
  max-width: 90%;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap .intro-name.more h1 + span {
  margin-left: 6px;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap p.status {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9215686275);
  text-align: left;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  font-weight: 300;
  overflow-wrap: break-word;
  min-height: 21px;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap p.status span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9215686275);
  text-align: left;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  font-weight: 300;
  overflow-wrap: break-word;
  min-height: 21px;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap .button-wrap {
  text-align: left;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap .button-wrap button.action-button {
  outline-width: 0px;
  border: 1px solid #d5d5d5;
  stroke: black;
  color: black;
  padding: 6px 16px;
  background: white;
  border-radius: 4px;
  text-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}
.cart-attributs-option.attribute-section .options-section .options-card .action-wrap .button-wrap button.action-button span {
  color: black;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.options-pop-modal {
  padding-top: 32px;
}
.options-pop-modal .imgAndText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.options-pop-modal .imgAndText .img-left {
  margin-right: 24px;
  width: 50%;
}
.options-pop-modal .imgAndText .text-right {
  text-align: left !important;
}
.options-pop-modal .imgAndText .text-right h2 {
  line-height: 28px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}
.options-pop-modal .optionDescription {
  padding-top: 48px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.64);
  font-weight: 300;
}

.options-pop-content .modal-footer {
  display: block !important;
}
.options-pop-content .action-wrap.options.modalFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.options-pop-content .action-wrap.options.modalFooter button {
  width: 272px;
  height: 48px;
  border: 1px solid #2a609d;
  background: #2a609d;
  border-radius: 4px;
  margin: 24px auto;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  min-width: 96px;
  font-weight: 500;
  line-height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition-duration: 100ms, 300ms;
          transition-duration: 100ms, 300ms;
}
.options-pop-content .action-wrap.options.modalFooter button:hover {
  border: 1px solid #000000;
  background: #000000;
}
.options-pop-content .action-wrap.options.modalFooter span {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}

.cart-sumarry-popup .details-content .content-container .section-item .section-item-item.has-options {
  border-bottom: none;
}

#seeFullPopUp {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  padding-right: 15px;
}
#seeFullPopUp .modal-dialog {
  max-width: calc(50.875rem + 48px);
}
#seeFullPopUp .modal-dialog .modal-header {
  font-size: 1rem;
  padding: 12px;
  border: none;
  background: none;
}
#seeFullPopUp .modal-dialog .modal-header button {
  position: absolute;
  right: 24px;
}
#seeFullPopUp .modal-dialog .modal-header h4 {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.92);
}
#seeFullPopUp .modal-dialog .modal-content {
  height: calc(100vh - 64px);
}
#seeFullPopUp .modal-dialog .modal-body {
  padding: 0 40px;
}
#seeFullPopUp .modal-dialog .modal-body h5 {
  color: rgba(0, 0, 0, 0.92);
  padding-bottom: 16px;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-top: 24px;
}
#seeFullPopUp .modal-dialog .modal-body p {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0;
}
#seeFullPopUp .modal-dialog .modal-body .full-item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(235, 235, 235);
  margin-bottom: 16px;
}
#seeFullPopUp .modal-dialog .modal-body h6 {
  padding-bottom: 8px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.92);
  line-height: 1.5;
  font-size: 1rem;
}

.cart-sumarry-popup .details-content .content-container .section-item .section-item-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-item-text.level-part-block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .cart-attributs-option.attribute-section .options-section {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 32px 0 16px 16px;
  }
  .cart-attributs-option.attribute-section .options-section .options-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cart-attributs-option.attribute-section .options-section .options-img-wrap {
    width: calc(50vw - 16px);
    margin-right: 50px;
  }
  .cart-attributs-option.attribute-section .options-section .action-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cancel-order-tracking .modal-header button.close {
    right: 20px;
    top: 20px;
  }
}
.disabled-effect {
  display: none !important;
}

.cart-color-section .color-button button {
  background-color: #fff;
}

.button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container {
  display: inline-block;
  max-width: 606px;
  margin: 0;
}
.button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container .button-item {
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #1c6bba;
          box-shadow: inset 0px 0px 0px 2px #1c6bba;
}
.button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container .button-item .button-item-top {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 24px 0 24px;
}
.button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container .button-item .button-item-bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container .button-item {
  width: calc(60% + 8px);
}

.switch-model-year-button {
  padding-bottom: 26px;
  padding-top: 5px;
}
.switch-model-year-button a {
  color: #707070 !important;
  font-family: Volvo Novum;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: inline-block;
  margin-left: 0.75rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.1rem;
}
.switch-model-year-button a:hover {
  color: #000000 !important;
  text-decoration: none;
}
.switch-model-year-button .selected-model-year {
  border-bottom: 0.1rem solid #1C6BBA;
  color: #000000 !important;
}

.product-result .result-content .product-price-line .price-container {
  width: 400px;
  padding: 24px 0 0;
}
.product-result .result-content .product-price-line .price-container em {
  font-weight: 400;
}
.product-result .result-content .product-price-line .price-container p {
  font-weight: 400;
}
.product-result .result-content .product-price-line .price-container .price-row {
  color: #284E80;
}

.product-result .result-content .product-price-line .price-vehicle-offer-container {
  font-family: "Volvo Novum medium";
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
  margin: auto;
  padding: 6px 0 0;
}
.product-result .result-content .product-price-line .price-vehicle-offer-container .price-row {
  color: #284E80;
}

.cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-container em {
  font-weight: 400;
}
.cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-container p {
  font-weight: 400;
}
.cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-container .price-row {
  color: #284E80;
}

.cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-vehicle-offer-container {
  font-family: "Volvo Novum medium";
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 6px 0 24px 0;
}
.cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-vehicle-offer-container .price-row {
  color: #284E80;
}

html {
  scroll-behavior: smooth;
}

.container.product-detail .main-banner-product {
  text-align: left;
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.5rem;
}
.container.product-detail .main-banner-product p {
  margin-left: unset;
  max-width: unset;
}

.attribute-header .attribute-wrapper .attribute-container {
  max-width: unset;
}
.attribute-header .attribute-wrapper .attribute-container .attribute-content-left {
  display: none;
}

.image-level.pdp-img.noPostShow {
  position: relative;
}

.button-item-bottom .more-popup {
  font-size: 1rem;
  text-transform: unset;
}

.compare-button button {
  font-size: 1rem;
}

.product-result .result-content .image-part {
  padding: 32px 0px;
  max-width: 77rem;
}

.image-level.pdp-img.noPostShow {
  margin-bottom: 3rem;
}

#product-more-popup.level-pop-compare.modal .modal-body .filter-section .section-main-content .item-line button p {
  white-space: unset;
  max-width: 80%;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
  left: 24px;
  margin-top: -30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-button-prev:after {
  content: "";
  background-image: url("../../images/media-prev-arrow.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: block;
  background-position-x: right;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
  right: 24px;
  margin-top: -30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-button-next:after {
  content: "";
  background-image: url("../../images/media-next-arrow.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: block;
  background-position-x: right;
}

.swiper-pagination {
  height: 24px;
  width: 48px;
  margin-bottom: 8px;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 24px;
  color: #fff;
  position: absolute;
  right: 24px;
  z-index: 2;
  top: 0;
  background: rgb(20, 20, 20);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 0 8px;
}

@media screen and (max-width: 820px) {
  .button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container {
    margin: 0 auto;
  }
  .button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container .button-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-section .main-img-container .main-image-product {
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-section .main-img-container .scroll-to {
    display: block;
  }
  .attribute.button-attribute .noPostShow.img-interior {
    grid-template-areas: "big big" "big big" "bottom-left bottom-right";
    grid-template-columns: 1fr 1fr;
  }
  .attribute-text h2.powertrain {
    margin-top: 6rem;
  }
  .attribute-text .button-select-wrapper .button-select-container .button-item {
    border-radius: 8px;
  }
  .attribute-text .button-select-wrapper.level-button-select {
    display: block;
    padding: 0 1.5rem;
  }
  .attribute-text .button-select-wrapper.level-button-select .button-select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item {
    width: auto;
  }
  .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item span.price-compare {
    position: absolute;
    right: 0px;
    top: 1.1rem;
    padding-right: 2rem;
    font-weight: 300;
  }
  .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) {
    width: auto;
  }
  .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) .button-item-top {
    padding-bottom: 2rem;
  }
  .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) p, .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) ul {
    display: none;
  }
  .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) .button-item-bottom {
    display: none;
  }
  .attribute-text .powertrain-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .attribute-text .powertrain-wrapper .powertrain-section {
    width: auto;
    margin: 0.5rem 1.5rem;
  }
  .attribute-text .powertrain-wrapper .powertrain-section .powertrain-item-inener {
    border-radius: 8px;
  }
  .product-result .result-content .product-price-line .price-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .product-result .result-content .product-price-line .price-container .price-row {
    text-align: center;
  }
}
@media screen and (min-width: 64rem) {
  .image-color.pdp-img,
  .container.product-detail.product-wrapper {
    max-width: 100%;
  }
  div.main-img-container {
    display: none;
  }
  .attributes-content .attribute-section {
    margin-top: 0px;
  }
  .attribute.button-attribute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-margin-start: 1.5rem;
            margin-inline-start: 1.5rem;
    -webkit-margin-end: 1.5rem;
            margin-inline-end: 1.5rem;
  }
  .attribute.button-attribute h2 {
    display: none;
  }
  .attribute.button-attribute .image-level.pdp-img.noPostShow {
    min-width: 30%;
    height: 100%;
    position: sticky;
    top: 81px;
    margin-bottom: unset;
  }
  .attribute.button-attribute .noPostShow.img-interior {
    height: 100%;
    position: sticky;
    top: 81px;
    margin-bottom: 0px;
  }
  .attribute.button-attribute .image-wheels.pdp-img {
    min-width: 30%;
    position: sticky;
    top: 81px;
    min-height: unset;
  }
  .attribute.button-attribute .attribute-text {
    min-width: 23.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .attribute.button-attribute .attribute-text h2 {
    display: block;
    text-align: left;
    font-size: 1.5rem;
  }
  .attribute.button-attribute .attribute-text h2.powertrain {
    margin-top: 6rem;
  }
  .attribute.button-attribute .attribute-text h2.color {
    margin-top: 6rem;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper .button-select-container .button-item {
    border-radius: 8px;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper .button-select-container .button-item .button-item-top em {
    font-size: 1rem;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select .button-select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item {
    width: auto;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item span.price-compare {
    position: absolute;
    right: 0px;
    top: 1.1rem;
    padding-right: 2rem;
    font-weight: 300;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) {
    width: auto;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) .button-item-top {
    padding-bottom: 2rem;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) p, .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) ul {
    display: none;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select .button-select-container .button-item:not(.active) .button-item-bottom {
    display: none;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select.only-one .button-select-container .button-item .button-item-top {
    text-align: left;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .attribute.button-attribute .attribute-text .button-select-wrapper.level-button-select.only-one .button-select-container .button-item .button-item-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .attribute.button-attribute .attribute-text .powertrain-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .attribute.button-attribute .attribute-text .powertrain-wrapper .powertrain-section {
    width: auto;
    margin-right: 0;
  }
  .attribute.button-attribute .attribute-text .powertrain-wrapper .powertrain-section .button-top .main-title em {
    font-size: 1rem;
  }
  .attribute.button-attribute .attribute-text .powertrain-wrapper .powertrain-section .powertrain-item-inener {
    border-radius: 8px;
  }
  .attribute.button-attribute .attribute-text .cart-color-section .swatch-color-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
  }
  .attribute.button-attribute .attribute-text .cart-color-section .swatch-text em, .attribute.button-attribute .attribute-text .cart-wheel-text em, .attribute.button-attribute .attribute-text .interior-text-section em {
    font-size: 1rem;
  }
  .attribute.button-attribute .attribute-text .learnMore-inner .button-bottom {
    text-transform: none;
  }
  .attribute.button-attribute .attribute-text .compare-button button {
    text-transform: none;
  }
}
@media screen and (min-width: 100rem) {
  .attribute.button-attribute {
    -webkit-margin-start: 4rem;
            margin-inline-start: 4rem;
    -webkit-margin-end: 4rem;
            margin-inline-end: 4rem;
    gap: 4rem;
  }
  .container.product-detail .main-banner-product {
    -webkit-margin-start: 4rem;
            margin-inline-start: 4rem;
  }
}
