.finance-disclaimer {
  display: inline-block;
  font-size: 12px;
  line-height: 12px; }
  .finance-disclaimer #disclaimer-btn {
    padding: 0 0 24px;
    display: inline-block;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    margin-top: 24px; }
  .finance-disclaimer .disclaimer-content {
    font-size: 12px;
    line-height: 12px;
    color: #707070; }

.middle-section .middle-left {
  display: block;
  position: sticky;
  top: 186px;
  width: calc(100% - 412px); }
  .middle-section .middle-left .swiper-slide img {
    max-width: 100%; }
  .middle-section .middle-left .swiper-button-prev {
    top: auto;
    right: 60px;
    left: auto;
    margin-top: 0;
    bottom: -14px; }
    .middle-section .middle-left .swiper-button-prev:after {
      background-position-y: -160px; }
    .middle-section .middle-left .swiper-button-prev.swiper-button-disabled {
      display: block; }
  .middle-section .middle-left .swiper-button-next {
    top: auto;
    right: 0;
    left: auto;
    margin: 0px;
    bottom: -14px; }
    .middle-section .middle-left .swiper-button-next:after {
      background-position-y: -160px; }
    .middle-section .middle-left .swiper-button-next.swiper-button-disabled {
      display: block; }
  .middle-section .middle-left .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 40px; }
  .middle-section .middle-left span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    background: #000;
    border-radius: 50%;
    opacity: 0.2;
    margin-right: 6px; }
    .middle-section .middle-left span.swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

.finance-atribute-header {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-property: all;
  transform: translateY(0px);
  background-color: #fafafa;
  height: 60px;
  position: fixed;
  width: 100%;
  top: 88px;
  z-index: 2; }
  .finance-atribute-header.at-top {
    transform: translateY(-80px);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
  .finance-atribute-header .attribute-container {
    margin: 0 auto;
    max-width: 1018px;
    height: 60px;
    width: 100%; }
    .finance-atribute-header .attribute-container .attribute-content {
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
    .finance-atribute-header .attribute-container .attribute-content-left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .finance-atribute-header .attribute-container .attribute-content-left button {
        appearance: none;
        border-width: 0;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        white-space: nowrap;
        margin-bottom: 8px;
        background: none;
        padding: 0 16px 0 0;
        border: none !important; }
        .finance-atribute-header .attribute-container .attribute-content-left button em {
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          font-style: normal;
          border-bottom: 1px solid transparent;
          color: #707070; }
        .finance-atribute-header .attribute-container .attribute-content-left button.active em {
          color: #000000;
          font-family: 'Volvo Novum medium';
          position: relative; }
          .finance-atribute-header .attribute-container .attribute-content-left button.active em:after {
            content: "";
            height: 1px;
            width: 100%;
            background: #1C6BBA;
            position: absolute;
            bottom: -5px;
            left: 0; }
    .finance-atribute-header .attribute-container .attribute-content-right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex: 1;
          flex: 1; }
    .finance-atribute-header .attribute-container .attribute-content-right-description {
      margin-right: 15px;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      display: -ms-flexbox;
      display: flex; }
      .finance-atribute-header .attribute-container .attribute-content-right-description button {
        -ms-flex-pack: end;
            justify-content: flex-end;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -ms-flex-align: center;
            align-items: center;
        text-align: left;
        -ms-flex-direction: row;
            flex-direction: row;
        border: none;
        background: none; }
        .finance-atribute-header .attribute-container .attribute-content-right-description button .description-container {
          -ms-flex-negative: 1;
              flex-shrink: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
          .finance-atribute-header .attribute-container .attribute-content-right-description button .description-container .description-container-top {
            -ms-flex-direction: row;
                flex-direction: row;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-item-align: stretch;
                align-self: stretch;
            cursor: pointer; }
            .finance-atribute-header .attribute-container .attribute-content-right-description button .description-container .description-container-top em {
              font-size: 16px;
              font-weight: 500;
              line-height: 24px;
              font-style: normal; }
            .finance-atribute-header .attribute-container .attribute-content-right-description button .description-container .description-container-top span {
              transform: rotate(0deg);
              margin-left: 8px;
              margin-top: 1px;
              width: 15px;
              height: 15px;
              position: relative;
              display: -ms-inline-flexbox;
              display: inline-flex;
              transition: transform 500ms; }
              .finance-atribute-header .attribute-container .attribute-content-right-description button .description-container .description-container-top span.active {
                transform: rotate(180deg); }
              .finance-atribute-header .attribute-container .attribute-content-right-description button .description-container .description-container-top span svg {
                transform-origin: center; }
          .finance-atribute-header .attribute-container .attribute-content-right-description button .description-container small {
            font-size: 12px;
            font-weight: 300;
            line-height: 20px;
            letter-spacing: 0.24px;
            color: #707070; }
    .finance-atribute-header .attribute-container .attribute-content-right-button {
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-item-align: center;
          align-self: center;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-positive: 0;
          flex-grow: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -ms-flex-direction: column;
          flex-direction: column;
      cursor: pointer; }
      .finance-atribute-header .attribute-container .attribute-content-right-button .attribute-content-right-wrapper {
        max-width: 344px;
        margin: 0 auto;
        width: 100%;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
        .finance-atribute-header .attribute-container .attribute-content-right-button .attribute-content-right-wrapper .attribute-content-right-container {
          width: 100%; }
          .finance-atribute-header .attribute-container .attribute-content-right-button .attribute-content-right-wrapper .attribute-content-right-container a {
            stroke: white;
            fill: white;
            transition-duration: 100ms, 300ms;
            border-color: #284e80;
            color: #fff;
            background: #284e80;
            font-size: 14px;
            font-weight: 500;
            line-height: 22px;
            letter-spacing: 0.28px;
            border-radius: 4px;
            border: 1px solid;
            transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
            transition-timing-function: ease-out;
            text-transform: uppercase;
            padding: 12px 24px;
            -ms-flex-align: baseline;
                align-items: baseline;
            min-width: 96px;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            .finance-atribute-header .attribute-container .attribute-content-right-button .attribute-content-right-wrapper .attribute-content-right-container a:hover {
              background: black;
              border-color: black;
              text-decoration: none; }

.cart-sumarry-popup {
  position: fixed;
  pointer-events: auto;
  top: 146px;
  left: 0;
  z-index: 1000000;
  width: 100%; }
  .cart-sumarry-popup .popup-bg {
    opacity: 0.32;
    background-color: #141414;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0; }
  .cart-sumarry-popup .details-content {
    max-height: 100%;
    pointer-events: none;
    height: auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 0 auto;
    max-width: 1232px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: 100%;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-height: calc(100vh - 80px);
    overflow: auto; }
    .cart-sumarry-popup .details-content .content-container {
      overflow-y: scroll;
      max-width: 768px;
      pointer-events: all;
      max-height: 100%;
      height: auto;
      background-color: #ffffff; }
      .cart-sumarry-popup .details-content .content-container .overlay-inner {
        height: auto;
        overflow: hidden; }
      .cart-sumarry-popup .details-content .content-container .overlay-content {
        gap: 24px;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        display: -ms-grid;
        display: grid; }
      .cart-sumarry-popup .details-content .content-container .overlay-section {
        padding: 0 24px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      .cart-sumarry-popup .details-content .content-container .section-item h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 36px;
        font-style: normal;
        margin: 0; }
      .cart-sumarry-popup .details-content .content-container .section-item .section-item-top {
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        column-gap: 24px;
        row-gap: 16px;
        padding-top: 24px;
        display: -ms-grid;
        display: grid;
        -ms-flex-align: stretch;
            align-items: stretch; }
      .cart-sumarry-popup .details-content .content-container .section-item .section-item-item {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 16px; }
        .cart-sumarry-popup .details-content .content-container .section-item .section-item-item:last-child {
          border-bottom: none; }
      .cart-sumarry-popup .details-content .content-container .section-item .section-item-title h3 {
        margin: 0;
        line-height: 24px;
        font-size: 16px; }
        .cart-sumarry-popup .details-content .content-container .section-item .section-item-title h3 a {
          color: #1c6bba;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          text-decoration: none; }
      .cart-sumarry-popup .details-content .content-container .section-item .section-item-text {
        -ms-flex-pack: justify;
            justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 0px;
        margin-bottom: 12px; }
        .cart-sumarry-popup .details-content .content-container .section-item .section-item-text p {
          margin: 0;
          font-size: 16px;
          font-weight: 300;
          line-height: 24px; }
      .cart-sumarry-popup .details-content .content-container .price-section-item {
        width: 100%;
        padding-top: 32px; }
        .cart-sumarry-popup .details-content .content-container .price-section-item h2 {
          font-size: 20px;
          font-weight: 500;
          line-height: 1.25;
          color: #141414;
          margin: 0; }
        .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line {
          width: 100%; }
          .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-container {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            margin: 0;
            padding-top: 16px;
            padding-bottom: 32px; }
            .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-container .price-row {
              text-align: right;
              height: 24px; }
            .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-container em {
              font-size: 16px;
              font-weight: 500;
              font-style: normal;
              line-height: 1.5; }
            .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .price-container p {
              font-size: 16px;
              font-weight: 500;
              font-style: normal;
              line-height: 1.5;
              margin: 0; }
          .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .product-finance-price-break {
            padding: 24px 0;
            border-top: 1px solid #d5d5d5; }
            .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .product-finance-price-break .break-title {
              font-weight: 500;
              line-height: 1.5;
              font-size: 1rem;
              margin-bottom: 16px; }
            .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .product-finance-price-break .break-details.dark {
              margin-bottom: 10px;
              font-size: 0.875rem;
              font-weight: 300;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: justify;
                  justify-content: space-between;
              color: rgba(0, 0, 0, 0.92); }
            .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .product-finance-price-break .break-details.light {
              display: -ms-flexbox;
              display: flex;
              -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; }
              .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .product-finance-price-break .break-details.light.vehicle-gst {
                margin-left: 0; }
            .cart-sumarry-popup .details-content .content-container .price-section-item .product-price-line .product-finance-price-break .break-details.total {
              display: -ms-flexbox;
              display: flex;
              font-weight: 500;
              margin-bottom: 16px;
              -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; }

@media screen and (max-width: 767px) {
  .cart-sumarry-popup .details-content .content-container .section-item h2 {
    font-size: 24px; }
  .cart-sumarry-popup .details-content .content-container .section-item .section-item-top {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
  .middle-section .middle-left {
    width: calc(100% + 40px);
    position: inherit;
    margin-left: -20px; }
    .middle-section .middle-left .fixed-container {
      position: relative; }
  .swiper-button-next {
    display: block; }
  .middle-section .middle-left .swiper-button-prev,
  .middle-section .middle-left .swiper-button-next {
    margin-top: 8px;
    bottom: auto; }
  .middle-section .middle-left .swiper-pagination {
    position: absolute;
    background: none;
    width: auto;
    bottom: -10px;
    top: auto;
    left: 50%;
    padding: 0;
    margin: 0;
    right: auto;
    margin-left: -40px; } }

[data-action="Product-Financing"] #maincontent {
  margin-top: 122px; }

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

.finance-page .name-title {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.finance-page .name-title.continue-enquiry-title {
  margin-bottom: 12px;
  margin-top: 35px; }

.middle-right .right.right-text {
  min-height: 100px;
  max-width: 100%;
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #707070;
  font-weight: 400;
  font-family: 'Volvo Novum'; }

.middle-right .top-description {
  margin: 30px 0; }

.middle-right h4 {
  font-size: 16px; }

.middle-right input[type='radio'] {
  visibility: hidden;
  position: absolute; }
  .middle-right input[type='radio']:checked + label {
    background-color: #eaf2fc; }
    .middle-right input[type='radio']:checked + label .select-button {
      border-color: #284e80;
      border-width: 4px; }
    .middle-right input[type='radio']:checked + label:before {
      border-color: #284e80;
      border-width: 4px; }

.middle-right .service-plan-part label {
  border: 1px solid #aaa;
  padding: 12px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 15px; }
  .middle-right .service-plan-part label .circle {
    width: 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .middle-right .service-plan-part label .circle .select-button {
      width: 20px;
      height: 20px;
      border: 2px solid #000;
      display: block;
      border-radius: 50%;
      box-sizing: border-box; }
  .middle-right .service-plan-part label .text {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .middle-right .service-plan-part label .text .years {
      font-weight: 500; }
  .middle-right .service-plan-part label .price {
    width: 20%;
    text-align: right; }
    .middle-right .service-plan-part label .price .service-type {
      font-weight: 500; }

.middle-right .service-plan-part .note {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #707070;
  margin-bottom: 20px; }

.middle-right .underline-link {
  color: #284E80; }
  .middle-right .underline-link span {
    margin-right: 18px;
    text-decoration: underline;
    cursor: pointer; }

.middle-right .disscuss-insurance-part {
  margin-top: 35px; }
  .middle-right .disscuss-insurance-part label {
    border: 1px solid #aaa;
    padding: 12px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
    -ms-flex-align: center;
        align-items: center; }
    .middle-right .disscuss-insurance-part label:before {
      content: "";
      width: 20px;
      height: 20px;
      border: 2px solid #000;
      display: block;
      border-radius: 50%;
      box-sizing: border-box;
      margin-right: 18px; }
  .middle-right .disscuss-insurance-part .yesorno {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .middle-right .disscuss-insurance-part .yesorno div {
      width: 48%; }

.middle-right .finance-option-part h3 {
  font-size: 28px;
  margin: 50px 0 30px 0; }

.middle-right .finance-option-part .owner-type {
  width: 100%;
  border: 1px solid #284E80;
  padding: 13px;
  border-radius: 15px;
  font-weight: 500;
  color: #284E80;
  padding: 0;
  overflow: hidden; }
  .middle-right .finance-option-part .owner-type label {
    width: 49%;
    display: inline-block;
    text-align: center;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    margin: 0; }
  .middle-right .finance-option-part .owner-type input[type='radio']:checked + label {
    background: #eaf2fc; }

.middle-right .finance-option-part h4 {
  margin-top: 30px; }

.middle-right .finance-option-part .financing-type label {
  border: 1px solid #aaa;
  padding: 12px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 15px;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .middle-right .finance-option-part .financing-type label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 18px; }

.middle-right .initial-finance {
  border: 1px solid #707070;
  padding: 16px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  margin-top: 40px; }
  .middle-right .initial-finance .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px; }
  .middle-right .initial-finance .description {
    font-size: 14px;
    margin-bottom: 14px; }
  .middle-right .initial-finance .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; }
  .middle-right .initial-finance .note {
    font-size: 14px;
    color: #707070;
    font-style: italic; }

.middle-right .finance-estimate-part {
  border: 1px solid #d5d5d5; }
  .middle-right .finance-estimate-part .finance-services {
    padding: 30px 20px 0; }
  .middle-right .finance-estimate-part h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #141414; }
  .middle-right .finance-estimate-part h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #141414;
    margin-top: 10px; }
  .middle-right .finance-estimate-part p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #707070;
    margin-top: 16px; }
  .middle-right .finance-estimate-part .finance-value-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 28px; }
    .middle-right .finance-estimate-part .finance-value-row .finance-value-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; }
    .middle-right .finance-estimate-part .finance-value-row .item-title {
      font-size: 14px;
      line-height: 17px;
      font-weight: 700;
      color: #141414; }
    .middle-right .finance-estimate-part .finance-value-row .item-value {
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      color: #141414;
      margin-top: 8px; }
  .middle-right .finance-estimate-part .estimate-payment {
    border-top: 1px solid #d5d5d5;
    padding: 30px 20px;
    margin-top: 30px;
    background: #fafafa; }
    .middle-right .finance-estimate-part .estimate-payment .estimate-title {
      font-size: 20px;
      line-height: 29px;
      font-weight: 500;
      color: #141414; }
    .middle-right .finance-estimate-part .estimate-payment .payment-value {
      font-size: 14px;
      font-weight: 500;
      line-height: 46px;
      color: #141414;
      margin-top: 8px; }
      .middle-right .finance-estimate-part .estimate-payment .payment-value span {
        font-size: 36px; }
    .middle-right .finance-estimate-part .estimate-payment .gfv-title {
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      color: #141414;
      margin-top: 16px; }
    .middle-right .finance-estimate-part .estimate-payment .gfv-value {
      margin-top: 8px; }
  .middle-right .finance-estimate-part .disclaimer-container {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500; }
    .middle-right .finance-estimate-part .disclaimer-container .toggle-info {
      padding: 20px 20px; }
  .middle-right .finance-estimate-part .estimate-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    background: #fafafa;
    padding-bottom: 30px; }
    .middle-right .finance-estimate-part .estimate-action .recalculate-btn {
      font-size: 14px;
      line-height: 17px;
      font-weight: 500;
      color: #1C6BBA;
      border: 1px solid #1C6BBA;
      border-radius: 4px;
      background: #fff;
      margin-top: 30px;
      padding: 12px 20px; }
    .middle-right .finance-estimate-part .estimate-action .remove-estimate-btn {
      font-size: 16px;
      line-height: 19px;
      font-weight: 400;
      color: #FA3E3E;
      border: none;
      background: none;
      text-decoration: underline;
      margin-top: 20px; }
    .middle-right .finance-estimate-part .estimate-action .powered-by {
      font-size: 16px;
      line-height: 19px;
      font-weight: 400;
      font-style: italic;
      color: #707070;
      margin-top: 20px; }

.middle-right .trade-in-part h3,
.middle-right .test-drive-part h3 {
  font-size: 28px;
  margin: 50px 0 30px 0; }

.middle-right .trade-in-part .yesorno,
.middle-right .test-drive-part .yesorno {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .middle-right .trade-in-part .yesorno div,
  .middle-right .test-drive-part .yesorno div {
    width: 48%; }
  .middle-right .trade-in-part .yesorno label,
  .middle-right .test-drive-part .yesorno label {
    border: 1px solid #aaa;
    padding: 12px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
    -ms-flex-align: center;
        align-items: center; }
    .middle-right .trade-in-part .yesorno label:before,
    .middle-right .test-drive-part .yesorno label:before {
      content: "";
      width: 20px;
      height: 20px;
      border: 2px solid #000;
      display: block;
      border-radius: 50%;
      box-sizing: border-box;
      margin-right: 18px; }

.middle-right .trade-in-part + .review-order,
.middle-right .test-drive-part + .review-order {
  stroke: white;
  fill: white;
  border-color: #284e80;
  transition-duration: 100ms, 300ms;
  color: #fff;
  background: #284e80;
  letter-spacing: 0.02em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 24px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff !important;
  margin: 40px auto 60px auto;
  display: inline-block;
  text-decoration: none; }
  .middle-right .trade-in-part + .review-order:hover,
  .middle-right .test-drive-part + .review-order:hover {
    background: black;
    border-color: black;
    text-decoration: 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;
    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; }
      .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; }
      .finance-modal#cancel-order-tracking .modal-dialog .modal-content .delete-confirmation-body .list-content {
        font-size: 14px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .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 {
      -ms-flex-direction: initial;
          flex-direction: initial;
      padding: 0;
      width: 100%;
      -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: 30px;
  height: 30px;
  border-radius: 50%;
  background: #284e80;
  color: #fff;
  font-weight: lighter;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 1;
  font-size: 14px;
  -ms-flex-align: center;
      align-items: center; }

.service-plan-header > div {
  width: 100%; }
  .service-plan-header > div p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .service-plan-header > div p span:first-child {
      width: 60%; }
    .service-plan-header > div p span:last-child {
      width: 30%;
      text-align: right; }

.vehicle-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #1C6BBA;
  font-size: 14px;
  cursor: pointer; }
  .vehicle-summary svg {
    margin-left: 11.5px;
    display: inline;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    stroke: #1c6bba;
    color: #1c6bba; }

.new-review .middle-right {
  padding-top: 58px; }
  .new-review .middle-right .privacy {
    font-size: 12px;
    line-height: 18px;
    color: #141414; }
    .new-review .middle-right .privacy > span {
      font-size: 20px;
      line-height: 24px;
      margin: 20px 0;
      display: block; }
    .new-review .middle-right .privacy > p {
      margin-bottom: 20px; }
      .new-review .middle-right .privacy > p a {
        color: #141414;
        text-decoration: underline; }
    .new-review .middle-right .privacy > div {
      margin-bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline; }
      .new-review .middle-right .privacy > div input {
        margin-right: 10px;
        top: 3px;
        position: relative; }
  .new-review .middle-right a.review-order {
    color: #fff;
    height: 40px;
    border-radius: 4px;
    background: #284E80;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
    display: block;
    text-transform: uppercase; }
    .new-review .middle-right a.review-order + span {
      color: #707070;
      width: 100%;
      display: block;
      text-align: center;
      margin: 20px 0; }
  .new-review .middle-right .button-area.goToCheckout {
    margin: 20px 0;
    text-transform: uppercase; }
  .new-review .middle-right span.not-ready-deposit {
    color: #707070;
    width: 100%;
    display: block;
    margin-top: 12px;
    margin-bottom: 20px; }
  .new-review .middle-right a.blue-continue {
    color: #1C6BBA;
    text-decoration: underline;
    display: block;
    margin: 0 auto;
    text-align: center; }
  .new-review .middle-right a.enquiry-now {
    width: 100%;
    border-radius: 4px;
    height: 41px;
    font-size: 14px;
    margin-top: 28px;
    color: #284e80 !important;
    border-color: #284e80 !important;
    background: none !important;
    border: 1px solid #284e80 !important;
    font-family: 'Volvo Novum medium';
    font-weight: 400;
    line-height: 2.5rem;
    text-transform: uppercase;
    text-decoration: none; }

.new-review .toggle-info {
  padding: 14px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #284e80;
  cursor: pointer;
  height: 64px;
  -ms-flex-align: center;
      align-items: center; }
  .new-review .toggle-info.active + .toggle-info-content {
    display: block; }
  .new-review .toggle-info.active {
    border-bottom: 0; }
    .new-review .toggle-info.active span:last-child {
      position: relative; }
      .new-review .toggle-info.active span:last-child:before {
        content: "-";
        background: #fff;
        right: 0;
        position: absolute;
        width: 14px; }
  .new-review .toggle-info.first {
    border-bottom: none; }

.new-review .toggle-info-content {
  display: none;
  letter-spacing: 0.02em;
  line-height: 1.6666666666666667;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.56); }
  .new-review .toggle-info-content ul {
    font-size: 16px;
    color: #141414;
    padding: 0;
    margin: 0;
    list-style: none; }
    .new-review .toggle-info-content ul li:before {
      content: '';
      width: 14px;
      height: 14px;
      display: inline-block;
      background: url("../../images/Vector.png");
      background-repeat: no-repeat;
      margin-right: 19px;
      margin-left: 3px; }
  .new-review .toggle-info-content span.underline {
    font-size: 16px;
    color: #1C6BBA;
    border-bottom: 1px solid #1C6BBA;
    margin: 15px 0;
    display: inline-block;
    line-height: 1;
    cursor: pointer; }

.new-review .trade-in-part,
.new-review .test-drive-part {
  margin-top: 20px;
  margin-bottom: 25px; }

.total-price-sumarry {
  height: 84px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
  border-top: 1px solid #D5D5D5;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
  background: #fff;
  font-size: 20px; }
  .total-price-sumarry .total-price span {
    color: #284E80;
    margin-left: 14px;
    font-weight: 500; }
  .total-price-sumarry .summary-popup {
    font-size: 16px;
    color: #1C6BBA;
    margin: 0 60px; }
    .total-price-sumarry .summary-popup span {
      border-bottom: 1px solid #1C6BBA;
      cursor: pointer; }

.loading-effect-price {
  margin-left: 10px; }
  .loading-effect-price svg {
    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;
    transform-origin: center;
    stroke-dasharray: 50;
    stroke-dashoffset: 0;
    animation-name: k1; }

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

.description-container-top .pull-down {
  display: none; }

.packages-menu-data .packages-summary-item {
  padding-bottom: 8px;
  cursor: pointer; }
  .packages-menu-data .packages-summary-item .packages-summary-title: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: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 .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; }

h4.payment-store-title {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  margin-top: 20px; }

.checkout-right .submit-order-btn {
  margin-top: 20px; }

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

.package-header-section .section-item-text > div {
  width: 100%; }
  .package-header-section .section-item-text > div .packages-summary-title span:last-child {
    float: right; }

.new-review .trade-in-part {
  margin-top: 40px; }

.middle-right .finance-option-part .owner-type + h4 {
  margin-top: 40px;
  margin-bottom: 12px; }

.pac-container.pac-logo {
  font-size: 14px;
  padding: 17px;
  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; }

.description-part {
  padding-bottom: 24px;
  border-bottom: 1px solid #d5d5d5; }
  .description-part .description-title {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 24px; }
