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

.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
  right: 24px;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.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-button-next:hover {
  background: #000;
  border: 1px solid #000;
}
.swiper-button-next:hover:after {
  background-image: url("../../images/media-next-arrow-white.svg");
}

.swiper-pagination {
  height: 24px;
  width: 56px;
  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;
}

.button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container {
  display: inline-block;
  max-width: 606px;
  margin: 0 auto;
}
.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;
}

.cart-sumarry-popup .details-content .content-container .section-item {
  width: 100%;
}

.product-result .result-content .product-price-line .price-container {
  width: 530px;
}

.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: 16px;
}

.cart-sumarry-popup {
  height: 100%;
}
.cart-sumarry-popup .popup-bg {
  height: 100%;
}
.cart-sumarry-popup .details-content {
  height: 100%;
}
.cart-sumarry-popup .details-content .content-container {
  width: 768px;
  background: #fafafa;
}
.cart-sumarry-popup .details-content .content-container .botton-content {
  margin: 0;
  display: none;
}
.cart-sumarry-popup .details-content .content-container .botton-content.has-content {
  display: block;
}

.product-bottom-disclaimer {
  margin-top: 40px;
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 1px;
}
.product-bottom-disclaimer p {
  color: #707070;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.product-bottom-disclaimer .disclaimer-title {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .button-attribute .button-select-wrapper.level-button-select.only-one .button-select-container .button-item {
    width: calc(70% + 8px);
    margin-left: calc(15% - 4px);
  }
  .product-result .result-content .product-price-line .price-container {
    width: 460px;
  }
  .product-bottom-disclaimer p {
    color: #707070;
    font-size: 10px;
  }
  .product-result .result-content .product-price-line .price-container em {
    font-size: 14px;
  }
  .product-result .result-content .product-price-line .price-container p {
    font-size: 14px;
  }
  .attribute-header .attribute-wrapper .attribute-container .attribute-content-right-description button .description-container .description-container-top {
    width: 200px;
    max-width: 220px;
  }
  .container.product-detail .main-banner-product {
    text-align: left;
  }
  .interior-cart-color-section {
    padding: 8px 20px 0 20px;
  }
  .color-title {
    padding-left: 20px;
  }
}
.section-item-item.no-border {
  border-bottom: none !important;
}

.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);
  }
}
.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 .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: 16px;
}

.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;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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 {
  -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: 30px;
  height: 30px;
  border-radius: 50%;
  background: #284e80;
  color: #fff;
  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: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.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;
  white-space: nowrap;
}

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

#product-more-popup.level-pop-content .section-botton .filter-section .should-hide {
  display: none;
}

.detail-open .details-content .detail-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail-open .details-content .detail-top .left-img {
  width: 100%;
}
.detail-open .details-content .detail-top .right-title {
  margin-top: 24px;
}

#product-more-popup .modal-body .detail-bootom {
  margin-top: 24px !important;
}

#product-more-popup.powertrain-pop-content .modal-footer {
  display: none;
}

.service-section-item {
  width: 100%;
  margin-top: 24px;
}
.service-section-item ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  list-style: none;
  margin-top: 24px;
  padding: 0;
}
.service-section-item ul li {
  width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
}
.service-section-item .item-wrap {
  width: 100%;
  padding-left: 16px;
}
.service-section-item p {
  font-size: 16px;
  color: #141414;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}

.botton-content {
  background: #fafafa;
  margin-top: 24px;
}

.section-item .total-price-menu-data {
  display: none;
}

.custom-checkbox input {
  z-index: 1;
  left: 0px;
  top: 6px;
}

.color-title {
  text-align: left;
  margin-bottom: 8px;
}
.color-title small {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
  color: #707070;
}

.interior-cart-color-section.car-color {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interior-cart-color-section.car-color .swatch-color-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.interior-cart-color-section.car-color .swatch-color-top .color-button {
  margin-right: 8px;
}
.interior-cart-color-section.car-color .swatch-text {
  text-align: left;
  margin: 24px 0 4px 0;
}
.interior-cart-color-section.car-color .swatch-text em {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.interior-cart-color-section.car-color .color-car-type {
  font-size: 16px;
  color: #141414;
  text-align: start;
}
.interior-cart-color-section.car-color .color-button button {
  -webkit-transition: border-color 100ms ease-out 0s;
  transition: border-color 100ms ease-out 0s;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border: 2px solid transparent;
}
.interior-cart-color-section.car-color .color-button button span {
  background-image: url();
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.interior-cart-color-section.car-color .color-button button:hover {
  border: 2px solid rgb(28, 107, 186);
}

.color-text-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navigator-container {
  width: 220px;
  margin: auto;
  margin-bottom: 32px;
}
.navigator-container .tab-list {
  text-align: center;
}
.navigator-container button {
  background: none;
  border: none;
  font-size: 16px;
  color: #707070;
  padding: 16px;
  margin-right: 20px;
  cursor: pointer;
}
.navigator-container button.selected {
  color: #1c6bba;
}
.navigator-container .indicator {
  height: 3px;
  background: #1c6bba;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#product-more-popup .modal-body .section-interior .picture-description-text em {
  font-size: 16px;
}
#product-more-popup .modal-body .section-interior .picture-description-text p {
  margin-top: 8px;
  margin-bottom: 48px;
  font-weight: 300;
}
#product-more-popup .modal-body .section-interior.inactive {
  display: none;
}
#product-more-popup .modal-body .section-color.inactive {
  display: none;
}
#product-more-popup .modal-body .section-color .video-container {
  padding: 0px 0px 56.25%;
  background: #fafafa;
  position: relative;
}
#product-more-popup .modal-body .section-color .video-container img {
  position: absolute;
}
#product-more-popup .modal-body .section-color .video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-more-popup .modal-body .section-color .video-container .color-video-play {
  width: 40px;
  height: 40px;
  right: 16px;
  bottom: 16px;
  position: absolute;
  background: transparent;
  border: none;
}
#product-more-popup .modal-body .video-container {
  padding: 0px 0px 56.25%;
  background: #fafafa;
  position: relative;
}
#product-more-popup .modal-body .video-container img {
  position: absolute;
}
#product-more-popup .modal-body .video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-more-popup .modal-body .video-container .video-play-button {
  width: 40px;
  height: 40px;
  right: 16px;
  bottom: 16px;
  position: absolute;
  background: transparent;
  border: none;
}

.core-upgrade-container {
  background: #fafafa;
  max-width: 434px;
  margin: auto;
  padding: 24px;
  text-align: start;
  display: none;
}
.core-upgrade-container.active {
  display: block;
}
.core-upgrade-container em {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #141414;
  padding-bottom: 8px;
}
.core-upgrade-container p {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
  font-weight: 300;
}
.core-upgrade-container .compare-button {
  margin: 0;
}
.core-upgrade-container button {
  color: #1c6bba;
  padding: 0;
}

.core-upgrade-pop .modal-header {
  padding: 24px !important;
}

.core-upgrade-popup-section {
  padding: 48px 0;
}
.core-upgrade-popup-section .upgrade-content-container {
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  margin-top: 32px;
}
.core-upgrade-popup-section .upgrade-content {
  padding: 24px;
}
.core-upgrade-popup-section .design-part .desgin-item {
  margin-bottom: 16px;
}
.core-upgrade-popup-section .design-part .desgin-item small {
  font-size: 12px;
  line-height: 1.66;
  color: #707070;
  font-weight: 300;
}
.core-upgrade-popup-section .design-part .color-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.core-upgrade-popup-section .design-part .color-gap {
  margin: 0 8px;
  color: #141414;
}
.core-upgrade-popup-section .design-part .color-sample {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.core-upgrade-popup-section .wheel-part .wheel-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.core-upgrade-popup-section .wheel-part .wheel-item small {
  font-size: 12px;
  line-height: 1.66;
  color: #707070;
  font-weight: 300;
}
.core-upgrade-popup-section .wheel-part .wheel-item em {
  font-size: 16px;
  line-height: 1.5;
  color: #141414;
  font-weight: 500;
}
.core-upgrade-popup-section .wheel-part img {
  width: 48px !important;
  height: 48px;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.core-upgrade-popup-section .wheel-part .wheel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 16px;
}
.core-upgrade-popup-section .button-container {
  border-top: 1px solid #d5d5d5;
  padding: 24px;
}
.core-upgrade-popup-section .button-container .upgrade-button {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #1c6bba;
  background: #1c6bba;
  color: #fff;
  height: 48px;
}
.core-upgrade-popup-section .button-container .upgrade-button:hover {
  border-color: #000;
  background: #000;
}
.core-upgrade-popup-section .button-container .upgrade-button span {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
}

.disabled-show {
  display: none;
}

.cart-sumarry-popup .details-content .content-container .overlay-section {
  background: #ffffff;
  padding: 0 24px 24px 24px;
}

#product-more-popup.level-pop-content .section-middle .filter-key button.hide {
  display: none;
}

#product-more-popup.level-pop-content .section-botton .filter-section .item-line button p {
  white-space: nowrap;
}

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

.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%;
}

@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 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#pdpCarousel-kr-ex30-bev {
    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;
  }
  .attribute.button-attribute .noPostShow.img-interior {
    height: 100%;
    position: sticky;
    top: 81px;
    margin-bottom: 0px;
    max-width: 1920px;
    margin: 0 auto 3rem auto;
  }
  .attribute.button-attribute .image-wheels.pdp-img.noPostShow {
    min-width: 30%;
    position: sticky;
    top: 81px;
  }
  .attribute.button-attribute .attribute-text {
    min-width: 23.5rem;
    width: 23.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .attribute.button-attribute .attribute-text h2 {
    display: block;
    text-align: left;
  }
  .attribute.button-attribute .attribute-text h2.powertrain {
    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.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 .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;
  }
  .attribute.button-attribute .attribute-text .powertrain-wrapper .powertrain-section .powertrain-item-inener {
    border-radius: 8px;
  }
}
@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;
  }
}
.special-ex30-interior {
  margin-bottom: 32px;
}
