/* common */
.hidden {
  display: none;
}
.__aspl-hidden-element {
  display: none;
}
/* common */


.main-product-timer-on {
  margin-bottom:6px;
}

.aspl-top-container {
    margin-top:80px;
}

.page-layout-1column .product.media {
    width:100%;
}

.breadcrumb-item+.breadcrumb-item::before {
  /* --bs-breadcrumb-divider: url("../images/forward-small.svg"); */

}



.nav-breadcrumbs{
  min-height: 29px;
}
.nav-breadcrumbs a:visited, .nav-breadcrumbs a:active {
  color:unset;
}

/* stock details and stock listing css */


.pages .items.pages-items{
   visibility: hidden; /* for hiding the default pagination on slow network */
}
  .stock-nmv-bc {
    margin: 0px;
    padding: 20px 0px;
          /* padding-top: 60px; */
  }
  .stock-nmv-bc .breadcrumb{
    /* flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 0; */
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .stock-nmv-bc .breadcrumb li, .stock-nmv-bc .breadcrumb li a, .stock-nmv-bc .breadcrumb li strong {
    font-size: 14px;
    flex-shrink: 0;
  }
  .showIniPadMobile{
    display: none;
  }
  .stock-nmv-filter-reset-btn {
    background: #D5D5D5;
    border: 1px solid #D5D5D5;
    font-size: 13px;
    width: 137px;
    height: 30px;
    padding: 4px 8px;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-wrap: nowrap;
  }
  .stock-nmv-filter-reset-btn .btn-label{
    position: relative;
    top: -1px;
  }
  .stock-nmv-filter-reset-btn:hover {
    background: #fff;
    border: 1px solid #CCCCCC;
  }
  .stock-nmv-filter-reset-btn img {
    width: 18px;
    display: inline-block;
    margin-right: 5px;
  }
  
/*-----accordion start-----*/
.pad-lr-0 {
  padding-left: 0;
  padding-right: 0;
}
.stock-nmv-left-bar .accordion .accordion-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
        border-bottom: 1px solid #dee2e6;
}
.stock-nmv-left-bar .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
      box-shadow: none;
  
}
.stock-nmv-left-bar .accordion-button {
        /* font-weight: bold; */   
         border:none;
}
.stock-nmv-left-bar .accordion-button {
  font-size: 16px;
  color: black;
  font-family: inherit;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.stock-nmv-left-bar .accordion-button:focus {
  background-color: white;
}
.accordion-header{
  font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.stock-nmv-left-bar .accordion .accordion-body {
  background:#f5f5f5;
  padding: 22px;
}
.stock-nmv-left-bar .accordion .accordion-body .accordion-item .accordion-body {
  background:#f5f5f5;
  padding: 20px;
  padding-right: 0;
}
.stock-nmv-left-bar .accordion-button:not(.collapsed) {
        color: #000;
  background-color:#ffffff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.stock-nmv-lb-filter {
  margin-bottom: 12px;
  font-size: 14px;
}
.stock-nmv-lb-fl-col-check-container {
  position: relative;
  width: auto;
  display: inline-block;
}
.stock-nmv-lb-fl-colour {
  color: #4C4C4C;
  margin-left: 12px;
}
.stock-nmv-lb-fl-col-num {
  color: #999999;
}
.stock-nmv-lb-fl-col-check-container .form-check {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}
.stock-nmv-lb-fl-col-check-container .form-check .form-check-input {
  float: left;
  margin: 0 0 0 0;
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.stock-nmv-left-bar .accordion-button::after{
      zoom: 0.8;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../images/select-small.svg);
}
.form-check-input:checked {
  background-color:#ffffff;
  border-color:none;
}
.form-check-input:active {
  filter: brightness(100%);
}
.form-check-input:checked {
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow:none;
}
.stock-nmv-lb-fl-col-check-container .form-check-input:focus {
  border:none;
  outline: 0;
  box-shadow:none;
}
.stock-nmv-range {
}
.stock-nmv-range h3 {
  font-size: 14px;
  font-weight: bold;
}
.stock-nmv-range h4 {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
.stock-nmv-range h5 {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
.stock-nmv-range-pab {
  position:absolute;
  width: 100%;
}
.stock-nmv-range .range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 90px;
  margin-top: 24px;
}
.stock-nmv-range .range-slider span {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-between;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.stock-nmv-range .range-slider svg, .stock-nmv-range .range-slider input[type="range"] {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -17px;
}
.stock-nmv-range input[type="number"] {
  border: none;
  text-align: left;
  font-size: 14px;
  -moz-appearance: textfield;
  display: inline;
  padding: 5px;
  background: transparent;
}
.stock-nmv-range input:focus-visible {
  outline: 0px;
}
.stock-nmv-range input[type="number"]::-webkit-outer-spin-button, .stock-nmv-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.stock-nmv-range input[type="number"]:invalid, .stock-nmv-range input[type="number"]:out-of-range {
  border: 2px solid #ff6347;
}
.stock-nmv-range input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
}
.stock-nmv-range input[type="range"]:focus {
  outline: none;
}
.stock-nmv-range input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #000000;
}
.stock-nmv-range input[type="range"]:focus::-ms-fill-lower {
  background: #000000;
}
.stock-nmv-range input[type="range"]:focus::-ms-fill-upper {
  background: #000000;
}
.stock-nmv-range input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #000000;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.stock-nmv-range input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  height: 30px;
  width: 30px;
  background:url(../images/range-icon.png);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}
.stock-nmv-range input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #2497e3;
  box-shadow: none;
  border: 0;
}
.stock-nmv-range input[type="range"]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  height: 30px;
  width: 30px;
  background:url(../images/range-icon.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.stock-nmv-range input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.stock-nmv-range input[type="range"]::-ms-fill-lower, .stock-nmv-range input[type="range"]::-ms-fill-upper {
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.stock-nmv-range input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
.stock-nmv-lb-fl-models-check-container {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.stock-nmv-lb-fl-models-check-container:last-child {
  border-bottom:none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.stock-nmv-lb-fl-models-check-container .form-check-input[type=checkbox] {
  border-radius: 0;
}
.stock-nmv-lb-fl-models-check-container .form-check {
  padding-left: 0;
}
.stock-nmv-lb-fl-models-check-container .form-check .form-check-input {
  float: left;
  margin-left: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 8px;
  border-color: #4C4C4C;
}
.stock-nmv-lb-fl-models-check-container .form-check .form-check-label {
  color: #4C4C4C;
  font-size: 14px;
  display: inherit;
}
.stock-nmv-lb-fl-models-check-container .form-check a {
  text-decoration: none;
}
.stock-nmv-lb-fl-models-check-container .form-check .form-check-label span {
  color: #999999;
}
.stock-nmv-lb-fl-models-check-container h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 18px auto;
}
.stock-nmv-left-bar .stock-nmv-inside-acc .accordion-item .accordion-button {
  font-weight: normal;
}
/*-----accordion end------*/

  .pad-l-4p {
    padding-left: 48px;
  }
  .stock-list-nmv-owl-carousel {
          /* max-width: 380px; */
          max-width: 100%; /* 4K style */
  }
  #stock-list-nmv-owl-carousel {
         /* max-width: 380px; */
        max-width: 100%; /* 4K style */
  }
  #stock-list-nmv-owl-carousel.owl-carousel .owl-item img {
    display: block;
    min-width: 100%;
      height: 284px;
      object-fit: cover;
          /* width: auto; */
          /* background-color: #f2f2f2; */
  }
  #stock-list-nmv-owl-carousel.owl-carousel .owl-nav {
    text-align: right;
  }
  .stock-nmv-right-wrap {
        position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
          /* border-bottom: 1px solid #f2f2f2; */
    margin-bottom: 50px;
  }
  .stock-nmv-car-dtbx-right-wrap {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 12px;
        /* min-width: 550px; */
        width: 100%;
  }
  .stock-nmv-car-detail-box {
          /* max-width: 400px; */
          width: 100%;
    padding-bottom: 0;
    width: 100%;
    display: block;
        /* position: relative; */
        /* overflow: hidden; */
  }
  
  .stock-nmv-car-detail-box hr {
    border-bottom: 1px solid #F2F2F2;
    margin: 0;
    opacity: 0.1;
  }
  .stock-nmv-car-detail-box h4{
    font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 22px;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.3;
  }
  @media screen and (min-width:1200px) {
    .stock-nmv-car-detail-box h4{
      white-space: nowrap;
    }
  }
  .stock-nmv-car-detail-box h4 a{
    text-decoration: none;
    color: black !important;
  }
  .stock-nmv-car-detail-box h4 a:hover{
    text-decoration: underline;
  }
  .stock-nmv-car-detail-box p{
    font-family: 'AudiTypeLight,sans-serif', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
    line-height: 24px;
  }
  .stock-nmv-car-detail-box p span{
    margin-left: 16px;
  }
  .stock-nmv-car-detail-box h3{
        font-family: 'AudiTypeWide,sans-serif', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 24px;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 4px;
        font-weight:normal;
      }
  .stock-nmv-car-detail-box h3 span.price{
    /* font-size: 24px; */
    font-size: 22px;
    color: black;
  }
  .stock-nmv-car-detail-box span{
    font-family: 'AudiType,sans-serif', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
      display: block;
    font-size: 14px;
    color: #333333;
    
    margin-bottom: 0;
    line-height: 24px;
  }
  
  
  
  
  
  @media screen and (min-width: 1600px ) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container{
      max-width: 1430px;
    }
  }
  @media screen and (max-width: 1400px ) {
    .stock-nmv-car-detail-box {
          /* max-width: 300px; */
    }
  }
  @media screen and (max-width: 1200px) {
    .stock-nmv-car-detail-box {
          max-width: inherit;
    }

  }
  .aspl-stocklist-price-info-flex-wrapper{
    padding-top: 20px;
  }
  .stock-nmv-car-detail-box-price{
      /* padding-top: 6px; */
      /* padding-top: 20px; */
  }
  .stock-car-dtbx-adtwishlist{
        position: static;
        right: 10px;
        top: 0px;
        z-index: 10;
        cursor: pointer;
        display: flex;
        gap: 6px;
   /* transition: all 0.3s ease-in-out;
    */
  }

  .aspl-stocklist-price-info-flex-wrapper{
    display: flex;
    gap:12px;
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .stock-nmv-car-detail-box-price{
    flex: 1;
  }

  @media screen and (max-width:768px) {
    .stock-car-dtbx-adtwishlist{
      position: absolute;
    }
  }

  .stock-detail--pb-small-fixed-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .stock-detail--pb-small-fixed-title button.price-btn-close{
    background-color: transparent;
    border:none;
    outline: none;
    transform: translateX(10px);
  }
  #fixed-bottom-pb .stock-detail-nmv-pb{
    margin-bottom: 30px;
  }
  
  
  /* style updated from 20-3-2024 */
  
  .stock-car-dtbx-adtwishlist button{
    font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* width: 56px; */
    height: 50px;
    display: flex;
    font-size: 14px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background-color: #f2f2f2;
    border: none;
    transition: all 0.2s ease-in;
  }
  button#wishlist-button.wishlisted{
      animation-name: wishlist-animation;
      animation-duration: 0.3s;
  
  }
  button#wishlist-button.wishlisted svg{
        fill: black;
  }
  @keyframes wishlist-animation {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
  }
  .stock-nmv-car-dtbx-right-wrap hr{
          width: 100%;
          color: #d6d6d6;
          margin: 4px 0;
          padding: 0;
  }
  .stock-nmv-car-dtbx-info-section-Main{
    position: relative;
    width: 100%;
    padding-top:16px;
    padding-left:12px;
    padding-bottom: 15px;
    background-image: linear-gradient(to bottom, white, white, #f2f2f2);
  
  }
  .stock-nmv-car-dtbx-info-section{
    display: flex;
    width: 100%;
    gap: 15px;
  }
  .stock-nmv-car-dtbx-info-box{
    min-width: 119px;
    padding-right: 12px;
    position: relative;
    /* scroll-snap-align: start; */
  }
  .stock-nmv-car-dtbx-info-section:after{
          display: none;
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 40px;
          height: 100%;
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  }
  
  
  @media screen and (min-width: 1400px) and (max-width: 1969px) {
            /* .stock-nmv-car-dtbx-info-box:last-child{
                  padding-right: 0;
                  top: -20px;
            }
            .stock-nmv-car-dtbx-info-box:nth-last-child(2)::after{
                  height: 113%;
                  top: -20px
            } */
  }
  .stock-nmv-car-dtbx-info-box:last-child::after{
        display: none;
  }
  .stock-nmv-car-dtbx-info-box label{
        font-family: 'AudiTypeExtended,sans-serif', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        display: block;
        font-size: 13px;
        margin-bottom: 6px;
  }
  .stock-nmv-car-dtbx-info-box h3{
        font-size: 18px;
          min-height: 22px;
        margin-bottom: 2px;
  } 
  .stock-nmv-car-dtbx-info-box em{
        font-family: 'AudiType,sans-serif', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        display: block;
        font-size: 13px;
        height: 24px;
        font-weight: 400;
        font-style: normal;
  }
  .stock-nmv-car-dtbx-info-box span{
        display: block;
        font-size: 12px;
          line-height: 1.4;
        min-height: 54px;
  }
  .stock-nmv-car-dtbx-info-box:after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background-image: linear-gradient(to bottom , rgba(204, 204, 204, 0.3), rgba(102, 102, 102, 0.5));
  }
  
  @media screen and (min-width:1200px) and (max-width: 1400px) {
    .stock-nmv-car-dtbx-info-section{
      flex-wrap: wrap;
    }
    .stock-nmv-car-dtbx-info-box{
         min-width: 200px;
        max-width: 200px;
      }
      .stock-nmv-car-dtbx-info-box:nth-child(2):after{
          display: none;
    }
        
  }
  @media screen and (max-width: 1200px) {
        .stock-nmv-car-dtbx-info-section{
            flex-wrap: wrap;
         }
         .stock-nmv-right-wrap{
            flex-direction: column;
            gap: 20px;
         }
         #stock-list-nmv-owl-carousel{
          max-width: 100%;
         }
         .stock-nmv-car-dtbx-info-box{
          min-width: 140px;
          max-width: 140px;
        }
        .stock-car-dtbx-adtwishlist{
          right: 30px;
          top: 20px;
        }
        .stock-car-dtbx-adtwishlist button{
            background-color: #f2f2f26e;
        }
        
         
  }
  @media screen and (max-width: 768px) {
        .showIniPadMobile{
          display: block;
        }
        .stock-nmv-car-dtbx-info-section-Main{
          width: 100%;
          overflow-x: scroll;
        }
        .stock-nmv-car-dtbx-info-section::after{
                    /* display: block; */
        }
        .stock-nmv-car-dtbx-info-section{
          width: 100%;
          flex-wrap: nowrap;
        }
        .stock-nmv-car-dtbx-info-box{
          /* min-width: 140px; */
          min-width: 160px;
        }
        .stock-nmv-row-tm-24 {
          padding-bottom: 70px;
      }
  
        /* price breakdown */
        #fixed-bottom-pb{
          position: fixed;
          bottom: 0;
          width: 100%;
          left: 0;
          padding: 20px;
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          background-color: white;
          z-index: 99999;
          opacity: 0;
          visibility: hidden;
          transform: translateY(80%);
          -webkit-transform: translateY(80%);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        #fixed-bottom-pb.active-fixed-bottom{
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
          -webkit-transform: translateY(0);
        }
        
        /* price breakdown */
        
  }
  
  
  
  /* Sidebar popup | Product info style */
  
  .aspl-sidebar-product-info-right-fixed-wrapper{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width:580px;
    color:white;
    visibility: hidden;
    opacity: 0;
    background-color: black;
    z-index: 99999;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);
  }
  .aspl-sidebar-product-infoaspl-header{
    padding: 20px 30px;
    background-color: white;
    display: flex;
    color: black;
    justify-content: space-between;
    align-items: center;
  }
  .aspl-sidebar-product-infoaspl-header h2{
    max-width: 80%;
    font-size: 22px;
    margin-bottom: 0;
  }
  .aspl-sidebar-product-infoaspl-header button.aspl-infoSidebar-close{
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
  }
  
  .aspl-sidebar-product-infoaspl-body{
    /* max-width: 600px; */
    margin-left: 40px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 100px;
    margin-top: 10px;
    color: white;
    max-width: 100%;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  .aspl-sidebar-product-infoaspl-body::-webkit-scrollbar{
    opacity: 0.5;
  }
  .aspl-sidebar-product-infoaspl-title{
    padding-bottom: 40px;
  }
  .aspl-sidebar-product-infoaspl-title h2{
    font-size: 24px;
  }
  .aspl-sidebar-product-infoaspl-title p{
    font-size: 13px;
  }
  .aspl-sidebar-product-infoaspl-infoBox-flex-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    margin-bottom: 24px;
  }
  .aspl-sidebar-product-infoaspl-infoBox-flex-item main{
    flex: auto;
  }
  .aspl-sidebar-product-infoaspl-infoBox-flex-item main h3{
    font-family: 'AudiTypeExtended,sans-serif', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
  }
  .aspl-sidebar-product-infoaspl-infoBox-flex-item main p{
    font-family: 'AudiTypeWide,sans-serif', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    max-width: 70%;
  }
  .infoaspl-infoBox-flex-item-span{
    font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    display: block;
    font-size: 16px;
    flex-shrink: 0;
  }
  .aspl-sidebar-product-infoaspl-button-wrapper{
    padding-top: 15px;
  }
  .aspl-sidebar-product-infoaspl-button-wrapper button{
    padding: 16px 32px;
    width: 70%;
    background-color: white;
    border: none;
    outline: none;
    font-size: 20px;
  }
  .aspl-sidebar-product-infoaspl-button-wrapper-ice{
    padding-top: 15px;
  }
  .aspl-sidebar-product-infoaspl-button-wrapper-ice button{
    padding: 16px 32px;
    width: 70%;
    background-color: white;
    border: none;
    outline: none;
    font-size: 20px;
  }
  .aspl-sidebar-backdrop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.9);
    transition: all 0.2s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
   }
   .aspl-sidebar-backdrop.active-backdrop{
    opacity: 1;
    visibility: visible;
   }
  
   /* accordian style | Sidebar product popup */
  
   .aspl-product-accordian-section-wrapper{
    padding: 40px 0;
    min-height: 400px;
   }
  .aspl-product-accordian-section-wrapper .accordion-button.aspl-footer-section-title{
    padding: 10px 0;
    background-color: transparent;
    color: white;
    border-radius: 0 !important;
    border:none;
  }
  .aspl-product-accordian-section-wrapper .accordion-button.aspl-footer-section-title:active{
    color: white !important;
  }
  .aspl-product-accordian-section-wrapper .accordion-item{
    background-color: transparent;
    border: none;
  }
  .aspl-product-accordian-section-wrapper .accordion-header{
    /* border: none  */
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .aspl-product-accordian-section-wrapper .accordion-body{
    padding: 0;
    /* padding-top: 10px; */
    /* opacity: 0.8; */
  }
  .accordion-button:after, .accordion-button:not(.collapsed)::after{
    background-size: 16px !important;
    background-position: center;
  }
  .aspl-product-accordian-section-wrapper .accordion-button::after,
  .aspl-product-accordian-section-wrapper .accordion-button:not(.collapsed)::after{
    background-image: url(../images/arrow-down-white.svg);
    background-size: 14px;
    background-position: center;
  }
  .aspl-product-accordian-section-wrapper .accordion-button {
        /* font-family: 'AudiType,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; */
    font-size: 16px;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) rgba(102, 102, 102, 0.4);
  }
.aspl-product-accordian-section-wrapper .accordion-button:focus{
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) rgba(102, 102, 102, 0.4);
 }  
.accordion-button:not(.collapsed){
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) rgba(102, 102, 102, 0.4);
  }
  .aspl-product-accordian-contant{
    padding: 10px;
    background-color: rgba(51, 51, 51, 0.4);
  }
  .aspl-product-accordian-contant p{
    color: #fff;
    font-size: 12px;
    list-style: 1.2;
    margin-bottom: 0;
  }

  /* body .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  } */
  
  
   /* accordian style | Sidebar product popup */

/* product info accordion table data styles */

.aspl-product-accordian-contant table{
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    width: 100%;
    color: #f2f2f2;

}
.aspl-product-accordian-contant table td{
    font-size: 14px;
    padding: 8px 6px;
    vertical-align: top;
    min-width: 160px;
}
.aspl-product-accordian-contant table td:last-child{
    font-family: 'AudiTypeExtendedBold,sans-serif';
    text-align: right;
}

/* product info accordion table data styles */

  /* Sidebar popup | Product info style */
  
  /* style updated from 20-3-2024 */
  
  
  
  
  
  /* .stock-car-dtbx-adtwishlist:hover{
    transform: scale(1.1);
  } */
  .stock-nmv-car-dtbx-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
        padding-top: 10px;
  }
  .stock-nmv-car-dtbx-bottom p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .stock-nmv-car-dtbx-bottom img {
    width: 16px;
  }
  .stock-nmv-car-dtbx-btn {
    margin-bottom: 0px;
    width: 100%;
  }
  
  @media screen and (min-width:768px) {
    .stock-nmv-car-dtbx-btn {
      position: relative;
      top: -9px;
    }
    
  }


  /* .stock-nmv-car-dtbx-btn img {
    width: 48px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    line-height: 16px;
  }
  */
  .stock-nmv-car-dtbx-btn a{
      font-size: 20px;
      color: #FFFFFF;
  }

  .stock-nmv-car-dtbx-btn a:active, .stock-nmv-car-dtbx-btn a:visited {
    color:#FFFFFF;
  }

  /* Styles from prasanth */
  .stock-nmv-car-dtbx-btn-top-wrapp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 8px;
  }

  .stock-nmv-car-dtbx-btn-top-wrapp button a{
    text-decoration: none;
  }
  
  .stock-nmv-car-dtbx-btn a{
    width: 50%;
  }
  .stock-nmv-car-dtbx-btn-top-wrapp .aspl__Buynow_Btn{
    width: 50%;
    padding: 16px 32px !important;
    color: White;
    height: 66px;
    background-color: black;
  }
  .stock-nmv-car-dtbx-btn-top-wrapp .aspl__Buynow_Btn:active{
    color: white !important;
    background-color: black !important;
  }

  @media screen and (max-width: 1300px) {
      .stock-nmv-car-dtbx-btn-top-wrapp{
        flex-direction: column;
      }
      .stock-nmv-car-dtbx-btn-top-wrapp {
        flex-direction: column-reverse;
      }
      .stock-nmv-car-dtbx-btn-top-wrapp .aspl__Buynow_Btn,
      .stock-nmv-car-dtbx-btn a{
        width: 100%;
      }
  }
  @media screen and (max-width: 768px){
      
            
  }
  .stock-nmv-car-dtbx-btn-bottom-wrapp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
   /* margin-bottom: 8px;
    */
  }
  .stock-nmv-car-dtbx-btn-top-wrapp button{
    width: 100%;
   /* display: block;
    */
        font-size: 20px;
    color: #333;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .stock-nmv-car-dtbx-btn-top-wrapp button:hover,
  .stock-nmv-car-dtbx-btn-top-wrapp button:active{
    opacity: 0.9;
    border: 1px solid #000 !important;
  }
  .audi-button-outlined{
    width: 100%;
    display: flex;
    color: #333;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: #fff;
  }
  .spec-buuton-text{
    padding-left: 3px;
  }
  .stock-nmv-owl-wrapper{
    width: 100%;
  }
  .aspl-stock__dtl-owl-wrapper{
    min-height:555px;
  }
  .stock-nmv-owl-wrapper #stock-list-nmv-owl-carousel{
    /* background-color: #f2f2f2; */
    min-height: 280px;
    display: flex;
    align-items: center;
  }
  .stock-nmv-owl-wrapper #stock-list-nmv-owl-carousel .item img{
    /* padding: 16px; */
  }

  /* Stock details */
  .stock-product-info-grid{
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  @media screen and (max-width: 1024px) {
    .stock-product-info-grid{
        grid-template-columns: 1fr;
   }
  }
  .stock-product-info-card{
    width: 100%;
    min-height: 97px;
    display: flex;
    padding: 0 12px;
    align-items: center;
    border: 1px solid #ccc;
    gap: 20px;
    transition: border 0.5s;
  }
  .stock-product-info-card:hover{
    border:1px solid #333;
  }
  .stock-product-info-card-info label{
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
  }
  .stock-product-info-card-info h5{
    font-size: 14px;
    word-break: break-word;
  }
  .stock-product-info-card-img-icon{
    width:68px;
    height:68px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  }
  /* Stock details */
  /* Styles from prasanth */
  /* Audi button */
  .audi-button {
    width: 100%;
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    justify-content: center;
    line-height: 26px;
    overflow: hidden;
    padding: 16px 0px;
    position: relative;
    text-decoration: none;
    color:#ffffff;
    background-color:#000000;
    transition: all 0.2s ease-in-out;
  }
  .audi-button.hover:hover {
    color:#ffffff;
    background-color:#333333;
    text-decoration: none;
  }
  /* Audi button */
  .heart {
    color: red;
    background-color: currentColor;
    display: inline-block;
    height: 50px;
    margin: 0 10px;
    position: relative;
    top: 0;
    transform: rotate(-45deg);
    position: absolute;
    left: 45%;
    top: 45%;
    width: 50px;
  }
  .heart-checkbox {
    display: none;
  }
  .heart::before, .heart::after {
    content: "";
    background-color: currentColor;
    border-radius: 50%;
    height: 50px;
    position: absolute;
    width: 50px;
  }
  .heart:before {
    top: -25px;
    left: 0;
  }
  .heart:after {
    left: 25px;
    top: 0;
  }
  .heart-checkbox:checked + .heart {
    color: black;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: black !important;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 20px;
    height: 20px;
  }
  #owl-example-article .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .owl-next span, .owl-prev span {
    font-size: 30px !important;
    cursor: pointer;
    outline: none !important;
  }
  .owl-next span:focus, .owl-prev span:focus {
    outline: none !important;
  }
  .owl-nav {
    position: absolute;
        top: calc(100% + 8px);
    right:0;
    display: flex;
    flex-direction: row;
  }
  .owl-item {
    background-color: transparent;
    color: white;
    text-align: center;
  }
  .owl-prev {
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
    margin-right: 45px;
    margin-top: 0;
  }
  .owl-next {
    float: right;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
  }
  .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 100%;
        right: 25px;
        /* transform: translate(-50%); */
    margin-top: 10px;
    display: flex;
  }
  .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
  }
  .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
   /* Increment counter */
    margin-right: 5px;
  }
  .owl-dot span {
    display: none;
  }
  .owl-dot.active:before {
    content: counter(slides-num) " / ";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
  }
 
  #stock-list-nmv-owl-carousel .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 1!important;
    font: inherit;
  }
  .ma-top-80 {
    margin-top: 80px;
  }
  .stock-nmv-sort-wrap {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 280px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  .stock-nmv-sort-wrap label {
          font-size: 14px;
          flex-shrink: 0;
  }
  .stock-nmv-sort-wrap .form-select {
        max-width: 180px;
    border: none;
        font-size: 14px;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    --bs-form-select-bg-img: url(../images/arrow-down.svg);
      background-position: right;
  }
  .stock-nmv-sort-wrap .form-select:focus {
    outline: 0;
    box-shadow: none;
  }
  
  .selectpicker option:hover {
    background-color: #000 !important;
  }
  
  
  
  .stock-detail-nmv-owl-wrapper {
    /* max-width: 740px; */
  }
  #stock-detail-nmv-owl-carousel .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 1!important;
    font: inherit;
  }
  .stock-detail-nmv-owl-wrapper h3 {
    font-size: 28px;
    line-height: 44px;
    font-weight: bold;
    /* font-family: 'AudiTypeWide,sans-serif'; */
    color: #000000;
    margin-top: 24px;
  }
  .stock-detail-nmv-owl-wrapper h4 {
        font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'AudiType,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #000;
    margin-bottom: 24px;
  }
  #stock-detail-nmv-owl-carousel .owl-dots {
          /* left: 100%; */
          right: 25px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #stock-detail-nmv-owl-carousel .owl-nav {
        /* left: 100%; */
        right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .aspl-stock-dtl-back__button{
    border-bottom: 1px solid #f2f2f2;
  }
  .a-back-btn {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    font-family: 'AudiType,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #000000;
    text-decoration: none;
        padding: 8px 0;
        margin-left: -6px;
  }
  .a-back-btn::before {
    /* content: url(../images/back-small.svg); */
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .stock-detail-nmv-left-acc-title {
    font-size: 21px;
    font-weight: bold;
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #333333;
    margin-bottom: 32px;              
  }
  .stock-detail-nmv-left-bar {
    /* margin-top: 20px;              */
    margin-bottom: 10px;
          padding-bottom: 60px;
  }
  .stock-detail-nmv-left-bar .accordion .accordion-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .stock-detail-nmv-left-bar .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
  }
  .stock-detail-nmv-left-bar .accordion-button {
    font-weight: bold;
  }
  .stock-detail-nmv-left-bar .accordion .accordion-body {
    background:#f2f2f2;
  }
  .stock-detail-nmv-left-bar .accordion .accordion-body .accordion-item .accordion-body {
    background:#f2f2f2;
    padding: 20px;
    padding-right: 0;
  }
  .stock-detail-nmv-left-bar .accordion-button:not(.collapsed) {
    color: #000000;
    background-color:#ffffff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  .stock-detail-nmv-left-bar .accordion .accordion-body ul {
    list-style-image:url(../images/sd-acc-img.svg);
  }
  .stock-detail-nmv-left-bar .accordion .accordion-body ul li {
    /* padding-left: 16px; */
    line-height: 1.6;
  }
  .stock-detail-nmv-right-wrap {
        /* max-width: 450px; */
    width: 100%;
  }
  .stock-detail-nmv-pb {
    margin-top: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .stock-detail-nmv-pb.hideIniPadMobile{
    border-bottom: none;
  }
  .stock-detail-nmv-pb h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .stock-detail-nmv-pb ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .showIniPadMobile.active-fixed-bottom .stock-detail-nmv-pb ul {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
  }
  .stock-detail-nmv-pb ul li {
            /* font-family: 'AudiType,sans-serif'; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .stock-detail-nmv-pb-info-copy{
    font-size: 13px !important;
    position: relative;
    margin-top: -10px;
    margin-bottom: 0;
  }
  .stock-detail-nmv-pb-info-copy em{
    font-style: normal;
  }
  .stock-detail-nmv-pb ul li span.price {
    font-size: 14px;
      flex-shrink: 0;
  }
  .stock-detail-nmv-pb ul li.tt-bld,
  .stock-detail-nmv-pb ul li .addons-subtotal {
    font-size: 14px !important;
  }
  .stock-detail-nmv-pb .price-wrapper span.price{
    font-size: 16px;
  }
  .aspl-mobile-add__span {
    max-width: 70%;
    font-size: 14px;
    line-height: 1.4;
}
  .tt-bld {
    font-weight: 700;
    font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }
  .stock-detail-nmv-pb .audi-button {
    width: 100%;
  }
  .stock-dt-add-opt-chk-wrapper {
    display: flex;
    margin-top: 18px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
  }
  .stock-dt-add-opt-chk-wrapper:last-child {
    border-bottom: none;
  }
  .stock-dt-add-opt-chk-wrapper .form-check {
    padding-left: 0;
  }
  
  .stock-dt-add-opt-chk-wrapper .form-check .form-check-input {
    float: left;
    margin-left: 0;
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 8px;
    border-color: #4C4C4C;
    border-radius: 0;
  }
  .stock-dt-add-opt-chk-wrapper img {
    display: flex;
    margin-left: 18px;
  }
  .stock-dt-add-opt-chk-wrapper p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 16px;
    font-family: 'AudiTypeExtended,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
  }
  .stock-dt-add-opt-chk-wrapper p span {
    display: block;
    font-weight: 700;
  }
  .stock-detail-nmv-add-opt {
    padding: 22px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
  }
  .stock-detail-nmv-add-opt h5 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }

  /* Selected Optional Equipment styles */

  .aspl-slt-additional-opt-wrapper{
    padding: 12px;
    padding-bottom: 4px;
    background-color: #f2f2f2;
  }
  .aspl-slt-additional-opt-wrapper h6{
    font-size: 13px;
  }
  .aspl-slt-additional-opt-wrapper li{
    font-size: 14px;
    margin-bottom: 6px;
  }
  .aspl-slt-additional-opt-wrapper li span.__text{
    max-width: 320px;
  }
  .aspl-slt-additional-opt-wrapper li span.__price{
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    /* font-family: 'AudiTypeExtended,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; */
    flex-shrink: 0;
  }

  .aspl-slt-additional-opt_scrollbar{
    max-height: 180px;
    padding-right: 6px;
    overflow-y: auto;
  }
  .aspl-slt-additional-opt_scrollbar::-webkit-scrollbar{
    width: 6px;
    background:#f2f2f2;
  }
  .aspl-slt-additional-opt_scrollbar::-webkit-scrollbar-thumb { 
    border-radius:5px;
    background: #ccc; 
  } 

  /* Selected Optional Equipment styles */

  /* Add ons new style */
  .aspl-slt-addon-items-wrap li{
    margin-bottom: 6px;
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }
  .aspl-slt-addon-items-title{
    font-size: 14px;
  }
  /* Add ons new style */



  .stk-adp-wr-first {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .stock-nmv-filter-wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .aspl-stock-filter-header,
  .mobile-filter-label-version,
  .aspl-stock-filter-sticky-wrapper{
        display: none;
  }
  
  .stock-nmv-filter-wrap ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
        width: 75%;
        flex-shrink: 0;
        margin-bottom: 0;
  }
  .stock-nmv-filter-wrap ul li {
    width: auto;
          /* max-width: 250px; */
          flex-shrink: 0;
    display: inline-block;
    margin-right: 4px;
         /* margin-bottom: 8px; */
  }
  .stock-nmv-filter-wrap ul li a {
    text-decoration: none;
    background: #f2f2f2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  /* filter position sticky  */
  @media screen and (min-width: 768px) {
      main.stock-filter-main-wrapper {
        position: sticky;
        top: 80px;
        background: white;
        max-height: calc(100vh - 90px);
        overflow: auto;
        padding-right: 4px;
    }
    main.stock-filter-main-wrapper::-webkit-scrollbar{
      width: 6px;
      background:#f2f2f2;
    }
     main.stock-filter-main-wrapper::-webkit-scrollbar-thumb {
      border-radius:5px;
      background: #d8d8d8;
    }
  }
  /* filter position sticky  */

  .stock-nmv-filter-wrap ul li a:hover {
    text-decoration: none;
    color:#000000;
  }

  .stock-nmv-filter-wrap ul li a span {
        display: block;
    padding: 5px 12px;
    font-size: 13px;
    color: black;
  }
  .stock-nmv-filter-wrap ul li a .btn-close {
    margin: 0;
    padding: 6px;
    width: 18px;
    height: 18px;
    font-size: 16px;
    background-color: #D5D5D5;
    border-radius: 0px;
    color: #000000;
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(../images/cancel-small.svg);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    opacity: 1;
  }
  .stock-nmv-filter-wrap .flt_Dbtn_close{
    padding: 0px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    background: #D5D5D5;
    border: none;
    border-radius: 0px;
  }
  .stock-nmv-filter-wrap .flt_Dbtn_close:hover,
  .stock-nmv-filter-wrap .flt_Dbtn_close:active{
    background: #ccc !important;
    opacity: 0.9;
  }
  .stock-nmv-lm-wrap {
    text-align: center;
  }
  .aspl-stock-detail-aside-popup-main{
    padding-bottom: 0px;
  }
  .stock-nmv-lm-wrap .audi-button {
    display: inline-block;
    max-width: 218px;
    text-align: center;
    font-size: 16px;
  }
  .stock-nmv-det-fin-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    /* border-bottom: 1px solid #f2f2f2; */
    /* padding-bottom: 16px; */
  }
  .stock-nmv-det-fin-wrap ul{
    background-color: white;
  }
  .pseudoafter{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: black;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
  }
  .stock-nmv-det-fin-wrap ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .stock-nmv-det-fin-wrap ul li {
    width: 50%;
    position: relative;
  }
  .stock-nmv-det-fin-wrap ul li:nth-child(2) button  {
        border-right: none !important;
  }
  .stock-nmv-det-fin-wrap ul li:nth-child(3) button  {
        border-left: none !important;
  }
  .stock-nmv-det-fin-wrap ul:after{
    /* content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: red;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none; */
  }
  .stock-nmv-det-fin-wrap ul button {
    display: flex;
    width: 100%;
  }
  .stock-nmv-det-fin-wrap .nav-pills .nav-link {
    position: relative;
    border-radius: 0;
          /* background: #fff; */
          background-color: transparent;
    border: 1px solid #000;
    border-collapse: collapse;
    min-height: 55px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: 'AudiTypeExtended,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 18px;
    z-index: 9;
  }
  .stock-nmv-det-fin-wrap .nav-pills .nav-link.active {
    /* background: #000; */
    color: #fff; 
  }
  .stock-nmv-det-fin-wrap button{
    display: flex;
  }
  .stock-nmv-p-chk-wrap {
  }
  .stock-nmv-p-chk-wrap {
  }
  .form-check.stock-nmv-p-chk-wrap {
      flex-shrink: 0;
    padding-left: 0;
        display: flex;
        align-items: center;
  }
  .form-check.stock-nmv-p-chk-wrap .form-check-input {
    float: left;
    margin-left: 0;
    width: 24px;
    height: 24px;
    margin-top: 0;
    border-radius: 0;
    margin-right: 8px;
    border: 1px solid #000000;
  }
  .form-check.stock-nmv-p-chk-wrap .form-check-label {
    font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-weight: normal;
    font-size: 16px;
        height: 20px;
    cursor: pointer;
        padding-right: 6px;
  }
  .stock-nmv-det-chk-emi-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
        /* margin-bottom: 16px; */
  }
  .stock-nmv-det-pm {
    font-size: 13px;
        color: #000;
    font-family: 'AudiType,sans-serif';
    font-weight: normal;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
  }

 /* Finance checkbox hide | show */
 .aspl-fin_body__wrapper{
  transition: height,  opacity,  0.3s ease-in-out;
}
.aspl-fin_body__inner_wrapper{
  padding-top: 12px;
  padding-bottom: 8px;
}
.fin_editable_field{
  border:1px solid #ccc;
  box-shadow: 0px 3px 1px rgba(0,0,0,0.15);
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
.fin_editable_field:hover{
  border:1px solid #000;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
  transform: translateY(-1px);
}
.aspl-tradeIn_body__wrapper{
  transition: height,  opacity,  0.3s ease-in-out;
}
.fin_form-select-unit{
  width: 50px;
  height: 18px;
  border: none;
  border-radius: 0;
  padding: 0;
  --bs-form-select-bg-img: url(../images/arrow-down.svg);
  background-position: 28px center;
  background-color: #f2f2f2;
  margin-left: -14px;
  font-size: 11px;
  font-weight: 700;
  -webkit-text-fill-color: rgba(0, 0, 0, 1); 
   -webkit-opacity: 1; 
  /* font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; */
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .fin_form-select-unit{
    margin-left: 0px;
  }
}
@-moz-document url-prefix() {
  .fin_form-select-unit{
    margin-left: 0px;
  }
}


.fin_form-select-unit:focus{
  box-shadow: none !important;
  border:none;
}
.fin_form-select-unit option{
  text-align: center;
}
/* Finance checkbox hide | show */

.aspl-fin__flex-label{
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 6px;
}
  .stock-nmv-det-fin-tiles-wrap {
    display: flex;
        gap: 6px;
    flex-direction: row;
        margin-bottom: 5px;
        min-height: 58px;
  }
  .stock-nmv-det-fin-tiles {
    background: #F2F2F2;
    padding: 8px;
    flex: 50%;
  }
  .stock-nmv-det-fin-tiles label{
    font-size: 12px;
    display: block;
    position: relative;
    z-index: 1;
  }
  #fp-rates-show{
    display: block;
    line-height: 32px;
    opacity: 0.6;
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }
  #fp-name:disabled {
    opacity: 0.6;
  }
  .stock-nmv-det-fin-tiles p {
    font-size: 14px;
    color: #000000;
    /* font-family: 'AudiTypeLight,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; */
    font-weight: 400;
    margin-bottom: 0;
  }
  .stock-nmv-det-fin-tiles p span {
    font-family: 'AudiType,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    display: block;
  }
  .stock-nmv-det-fin-tiles.nopad {
    padding: 0;
    margin: 0;
  }
  .stock-nmv-det-fin-tiles.nopad button {
    width: 100%;
    height: 100%;
  }
  .stock-nmv-det-fin-tiles .form-select {
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    --bs-form-select-bg-img: url(../images/arrow-down.svg);
    background-position: center right 4px;
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 0;
  }
  .aspl-downpayment-formgroup{
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 26px;
    justify-content: space-between;
    border-bottom: 1px solid #000;
  }
  .aspl-downpayment-formgroup input{
          border: none;
          /* outline: none; */
          height: 26px;
          width: 100%;
          font-size: 14px;
          padding-left: 2px;
          padding-right: 2px;
          margin-left: -2px;
          background-color: transparent;
          /* border-bottom: 1px solid #000; */
          font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        }
        .aspl-downpayment-formgroup span{
          font-size: 13px;
          display: block;
        }
    #fp-loan-min,
    #fp-dp{
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    flex-shrink: 0;
    line-height: 22px;
    font-size: 12px;
  }
  #fp-emi{
    font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    display: block;
    padding-top: 5px;
    line-height: 32px;
  }
  .aspl-downpayment-sgd-flex{
    display: flex;
    align-items: center;
  }
 .aspl-downpayment-sgd{
    font-size: 14px !important;
    height: 20px;
    padding-right: 3px;
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }
  .aspl-loanpayment-sgd{
    font-size: 14px !important;
    height: 20px;
    padding-right: 3px;
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }
  .stock-nmv-highlights {
    margin: 60px auto;
  }
  .stock-nmv-highlights ul {
    margin-left: 0;
    padding-left: 18px;
    text-align: left;
  }
  .stock-nmv-highlights ul li {
    font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #000;
  }
  .stock-nmv-highlights h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight:700;
    color: #000;
  }
  .stock-nmv-cur-dpd.form-select {
    display: inline-block;
    width: auto;
   /* min-width: 56px;
    */
    font-size: 13px;
    font-weight: 700;
    padding: 0 16px 0px 0px;
    margin: 0 5px;
    background-size: 14px 14px;
    background-position: right;
    border: none;
  }
  .div1 {
    padding-left: 12px;
    margin: 12px 0 7px 0;
  }
  .div1.collapse.show {
    transition: all 0.5s ease-in-out;
  }
  .div1 .form-check {
    margin: 4px auto;
    border-bottom: 1px solid #bcbcbc;
    padding: 15px 15px 15px 0;
  }
  .div1 .form-check:last-child {
    border:none;
    padding-bottom: 0;
  }
  .div1 .form-check .form-check-input {
  }
  
  /* Stock detail new styles | Prasanth */
  
  .aspl-tradeIn-dtl-Main-section{
    padding-bottom: 20px;
    /* border-bottom: 1px solid #ccc; */
  }
  .aspl-tradeIn-dtl-section{
    padding: 20px;
    margin-top: 14px;
    background-color: #f2f2f2;
  }
  .aspl-tradeIn-dtl-section h3{
    /* font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; */
    font-size: 16px;
    font-weight: bold;
  }
  .aspl-tradeIn-form-group-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    padding-bottom: 20px;
  }
  div.mage-error{
    font-size: 13px !important;
    line-height: 1.4;
    margin-top: 4px;
  }
  .aspl-form-group{
    position: relative;
    font-size: 14px;
  }
  .aspl-form-group input{
    width: 100%;
    height: 40px;
    border: none;
    padding: 0;
    outline: none;
    border-bottom: 1px solid #333;
    background-color: transparent;
  }
  .aspl-form-group input:focus{
    box-shadow: none;
  }
  .aspl-form-group input::placeholder{
    color: #000;
    opacity: 0.6;
  }
  .aspl-tradeIn-car-condition-wrapper{
    padding: 20px 0;
  }
  .aspl-tradeIn-car-condition-slider-wrapper{
    /* background-color: #ccc;
    padding: 10px 0; */
  }
  .aspl-tradeIn-car-condition-rating-info{
    padding-right: 30px;
  }
  .aspl-tradeIn-car-condition-rating-info p{
    /* font-family: 'AudiTypeWide,sans-serif'; */
    font-size: 14px;
    margin-bottom: 8px;
  }
  .aspl-additional-checklist-content{
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .aspl-additional-checklist-content input[type=checkbox]{
    background-color: transparent;
  }
  .aspl-additional-checklist-content span{
    display: block;
    line-height: 1.2;
    position: relative;
    top: 2px;
  }
  
  
  /* RANGE SLIDER STYLES */
  
  
  :root {
      --yellow: #ffd049;
      --light-yellow: #fdf2d2;
      --orange: #ffa929;
      --light-gray: #e3e4e8;
      --gray: #71738b;
      --light-blue: #7a7c93;
      --blue: #34385a;
  
      --slider-handle-size: 20px;
      --slider-handle-border-radius: 20px;
      --slider-handle-margin-top: -6px;
      --slider-track-height: 6px;
      --slider-track-border-radius: 4px;
  }
  
  #wrapper {
      /* position: absolute; */
      width: 100%;
      /* height: 100%; */
      
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999;
  }
  
  #sliderContainer {
      width: 100%;
      /* max-width: 440px; */
      /* background-color: red; */
      z-index: 1;
  }
  
  #sliderContainer>div:first-child {
      margin-bottom: 48px;
  }
  
  .tick-slider-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px;
  }
  
  .tick-slider-header>h5 {
      margin: 0;
  
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 300;
      color: var(--gray);
  }
  
  .tick-slider {
      position: relative;
  
      width: 100%;
  }
  
  .tick-slider-value-container {
      
      position: relative;
      width: 100%;
  
      /* display: flex; */
          display: none;
      justify-content: space-between;
      align-items: center;
  
      margin-bottom: 12px;
  
      font-family: "Hind Madurai", sans-serif;
      font-size: 18px;
      color: var(--gray);
  }
  
  .tick-slider-value {
      position: absolute;
      top: 0;
  
      font-weight: bold;
  
      color: var(--blue);
  
      border-radius: var(--slider-handle-border-radius);
  }
  
  .tick-slider-value>div {
      animation: bulge 0.3s ease-out;
  }
  
  .tick-slider-background,
  .tick-slider-progress,
  .tick-slider-tick-container {
      position: absolute;
      bottom: 5px;
      left: 0;
  
      height: var(--slider-track-height);
  
      pointer-events: none;
  
      border-radius: var(--slider-track-border-radius);
  
      z-index: -1;
  }
  
  .tick-slider-background {
      width: 100%;
      background-color: #d6d6d6;
  }
  
  .tick-slider-progress {
      background-color: #000;
      z-index: 0;
  }
  
  .tick-slider-tick-container {
      width: 100%;
  
      display: flex;
      justify-content: space-between;
      align-items: center;
  
      /* padding: 0 calc(var(--slider-handle-size) / 2); */
  }
  
  .tick-slider-tick {
        min-width: 4px;
        height: 18px;
        display: block;
        background-color: rgba(204, 204, 204, 0.5)
  }
  
  .tick-slider-label {
      opacity: 0.85;
      transition: opacity 0.1s ease;
  }
  
  .tick-slider-label.hidden {
      opacity: 0;
  }
  .slider-label-wrapper{
    position: absolute; 
    left: 0;
    top: 20px;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .slider-label-wrapper label{
    font-size: 13px;
    position: relative;
  }
  .slider-label-wrapper label:nth-last-child(3){
    left: 15px;
  }
  .slider-label-wrapper label:nth-last-child(2){
    left: 25px;
  }
  
  @keyframes bulge {
      0% {
          transform: scale(1);
      }
  
      25% {
          transform: scale(1.1);
      }
  
      100% {
          transform: scale(1);
      }
  }
  
  /*
  
      REMOVE SLIDER STYLE DEFAULTS
  
  */
  input[type="range"] {
      -webkit-appearance: none;
  
      width: 100%;
      height: 100%;
  
      background: transparent;
      outline: none;
  
      margin: 5px 0;
  }
  
  input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
  
      border: none;
  }
  
  input[type="range"]:focus {
      outline: none;
      box-shadow: none;
  }
  
  input[type="range"]::-moz-focus-outer {
      border: 0;
  }
  
  /*
  
      HANDLE
  
  */
  input[type="range"]::-webkit-slider-thumb {
      position: relative;
      z-index: 5;
      -webkit-appearance: none;
      width: var(--slider-handle-size);
      height: var(--slider-handle-size);
      background: white;
      border-radius: var(--slider-handle-border-radius);
      border: 1px solid #000;
      cursor: pointer;
      margin-top: var(--slider-handle-margin-top);
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  input[type="range"]:hover::-webkit-slider-thumb,
  input[type="range"]:focus::-webkit-slider-thumb {
      transform: scale(1.2);
  }
  
  input[type="range"]::-moz-range-thumb {
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
    width: var(--slider-handle-size);
    height: var(--slider-handle-size);
    background: white;
    border-radius: var(--slider-handle-border-radius);
    border: 1px solid #000;
    cursor: pointer;
    margin-top: var(--slider-handle-margin-top);
    -webkit-transform: scale(1) translateY(13px);
    transform: scale(1) translateY(13px);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  input[type="range"]:hover::-moz-range-thumb,
  input[type="range"]:focus::-moz-range-thumb {
      transform: scale(1.2) translateY(10px);
  }
  
  /*
  
      TRACK
  
  */
  
  input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: var(--slider-track-height);
      cursor: pointer;
      background: none;
      border-radius: var(--slider-track-border-radius);
  }
  
  input[type="range"]::-moz-range-track {
      width: 100%;
      height: var(--slider-track-height);
      cursor: pointer;
      background: none;
      border-radius: var(--slider-track-border-radius);
  }
  
  input[type="range"]:focus::-webkit-slider-runnable-track {
      background: none;
  }
  input[type="range"]:active::-webkit-slider-runnable-track {
      background: none;
  }
  
  
  
  /* RANGE SLIDER STYLES */
  
  
  
  
  
  /* Stock detail sidebar sticky popup style */
  
  
  .aspl-stock-detail-aside-fixed-bottom-popup{
    background-color: #fff;
  }
  .aspl-stock-detail-aside-popup-header{
    position: sticky;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding:16px 20px;
    background-color: #fff;
    z-index: 999;
  }
  .aspl-stock-detail-aside-popup-header h2{
    font-size: 18px;
    margin-bottom: 0;
  }
  .aspl-stock-detail-aside-popup-header button{
    background-color: transparent;
    border: none;
    outline: none;
    position: relative;
    left: 12px;
  }
  .aspl-checkout-sticky-wrapper{
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #fff);
  }
  .aspl-checkout-sticky-wrapper button{
    font-family: 'AudiType,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 66px;
    font-weight: bold;
  }
  .is-countdown{
    width: 100%;
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #DDCEA9;
    background: #F7EFDB;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  }
  
  .aspl-mobile-price-break-button-wrapper-main{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    background-color: white;
    border-top: 1px solid #f2f2f2;
    z-index: 40;
  }
  .aspl-mobile-price-break-button-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
  }
  .aspl-mobile-price-break-button-wrapper h2{
    font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 0;
  }
  .aspl-mobile-sticky-proceed-button{
    padding: 16px 32px;
    width: 100%;
    background-color: black;
    color: white;
  }
  .aspl-mobile-sticky-proceed-button:hover{
    background-color: black;
    color: white;
  }
  .aspl-mobile-price-break-button{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: underline;
  }
  .aspl-mobile-price-break-button-arrow-down{
    transform: scaleY(-1);
    display: flex;
    align-items: center;
  }
  
  /* Checkout button | For mobile, Ipad only */
  
  #aspl-checkout-fixed-bottom-wrapper{
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 0.4s 0.3s ease-in-out;
    -webkit-transition: all 0.4s 0.3s ease-in-out;
  }
  
  /* Checkout button | For mobile, Ipad only */
  


  
  @media screen and (min-width: 1920px ) {
    .stock-nmv-car-dtbx-info-box{
      max-width: 200px;
    }
    #stock-list-nmv-owl-carousel {
      /* max-width: 680px; */
    }
    .stock-nmv-car-dtbx-right-wrap{
      padding-left: 30px;
    }
    /* .stock-nmv-car-detail-box{
      max-width: 75%;
    } */
    .stock-nmv-car-detail-box h4{
      /* font-size: 32px; */
    }
    .stock-nmv-car-detail-box h3{
      font-size: 28px;
    }
    .stock-car-dtbx-adtwishlist{
      /* scale: 1.2; */
      transform-origin: right;
    }
    .stock-nmv-car-dtbx-bottom p{
      font-size: 16px;
    }
  
    /* Stock detail page */
    .stock-nmv-bc .breadcrumb li, .stock-nmv-bc .breadcrumb li a, .stock-nmv-bc .breadcrumb li strong {
        font-size: 16px;
    }
    .stock-detail-nmv-owl-wrapper {
      max-width: 100%;
    }
    .a-back-btn{
      font-size: 18px;
    }
    .stock-product-info-card-info label {
      font-size: 18px;
    }
    .stock-product-info-card-info h5 {
      font-size: 16px;
      word-break: break-word;
    }
    .stock-product-info-card-info h5 a{
      color: #000 !important;
    }
    .stock-product-info-card-info a:active, .alink:active, .alink:visited{
      color: #000 !important;
    }
    .stock-product-info-card-info a a:active, .alink:active, .alink:visited{
      color: #000 !important;
    }
    .stock-product-info-card-info-u-clr{
      color: #000 !important;
    }
    .stock-detail-nmv-owl-wrapper h3{
      /* font-size: 34px; */
    }
    .stock-detail-nmv-owl-wrapper h4 {
      font-size: 18px;
    }
    .aspl-addons-title h4,
    .aspl-key-title h4,
    .stock-nmv-highlights h4 {
      font-size: 26px;
    }
      .aspl-addons-content h4 {
        font-size: 18px;
    }
    .stock-nmv-highlights ul li{
      font-size: 18px;
    }
    .pad-l-4p {
        padding-left: 80px;
    }
    .stock-nmv-det-fin-wrap .nav-pills .nav-link{
      /* font-size: 22px; */
    }
    .form-check.stock-nmv-p-chk-wrap .form-check-label {
      /* font-size: 18px; */
    }
    .stock-nmv-det-pm {
      /* font-size: 16px; */
    }
    .stock-nmv-det-chk-emi-wrap {
      /* margin-top: 30px; */
      /* margin-bottom: 26px; */
    }
   
    .stock-nmv-det-fin-tiles p {
      font-size: 16px;
    }
    .stock-nmv-det-fin-tiles.nopad button{
      font-size: 20px;
    }
    .aspl-form-group input{
      font-size: 16px;
    }
    .slider-label-wrapper label {
      font-size: 18px;
    }
    input[type="range"]::-webkit-slider-thumb{
      scale: 1.4;
    }
    .slider-label-wrapper {
      top: 24px;
    }
    .aspl-tradeIn-car-condition-rating-info{
      padding-top: 10px;
    }
    .aspl-tradeIn-car-condition-rating-info p{
      font-size: 16px;
    }

    .stock-detail-nmv-pb{
      /* padding: 20px 0; */
    }
    .aspl-additional-checklist-content span{
      font-size: 16px;
    }
    .stock-detail-nmv-pb h4 {
      font-size: 22px;
      margin-bottom: 18px;
    }
    .stock-detail-nmv-pb ul{
      gap: 18px;
    }
    .stock-detail-nmv-pb ul li{
      /* font-size: 20px; */
    }
  
    /* Stock detail page */
   
  }
  @media screen and (min-width: 2040px ) {
    .stock-nmv-bc .breadcrumb li, .stock-nmv-bc .breadcrumb li a, .stock-nmv-bc .breadcrumb li strong {
      font-size: 20px;
    }
    .aspl-stock-dtl-container{
      max-width: 1480px;
    }
    .stock-nmv-car-detail-box h4{
      /* font-size: 38px; */
    }
    .stock-nmv-car-detail-box h3{
      font-size: 32px;
    }

    .stock-product-info-card{
      padding: 15px;
    }
    .stock-product-info-card-img-icon{
      width: 100px;
      height: 100px;
    }
    .stock-product-info-card-img-icon img{
      scale: 1.2;
    }
    .stock-product-info-card-info label {
      font-size: 22px;
      margin-bottom: 10px;
    }
    .stock-product-info-card-info h5 {
      /* font-size: 20px; */
    }
    .stock-nmv-det-fin-wrap .nav-pills .nav-link{
      min-height: 66px;
      font-size: 22px;
    }
    .stock-nmv-highlights ul li {
      font-size: 22px;
      margin-bottom: 10px;
    }
  
    
  }
  @media screen and (min-width: 2048px ) {

    .stock-detail-nmv-owl-wrapper h4{
      font-size: 20px;
    }
    .aspl-addons-title h4, .aspl-key-title h4,
    .stock-nmv-highlights h4  {
      font-size: 30px ;
    } 
    .aspl--infobar-anim{
      scale: 1.4;
      transform-origin: right;
    }
    .aspl-addons-content h4{
      font-size: 26px;
    }
    .aspl-addons-content p{
      /* font-size: 22px; */
    }
    .aspl-addons-content button{
      font-size: 24px;
      gap: 12px;
    }
    .aspl-addons-button span svg{
      scale: 1.2;
    }
    .stock-nmv-det-fin-tiles{
      padding: 10px;
    }
    .stock-nmv-det-fin-wrap .nav-pills .nav-link {
      /* min-height: 76px;
      font-size: 26px; */
    }
    .form-check.stock-nmv-p-chk-wrap .form-check-input{
      width: 30px;
      height: 30px;
      margin-right: 12px;
    }
    .form-check.stock-nmv-p-chk-wrap .form-check-label {
      /* font-size: 24px; */
    }
    .stock-nmv-det-fin-tiles p,
    .stock-nmv-det-fin-tiles .form-select,
    .aspl-downpayment-formgroup input,
    .aspl-downpayment-formgroup span {
      /* font-size: 20px; */
    }
    .aspl-downpayment-formgroup input {
      padding: 16px 8px;
    }
    .stock-nmv-det-fin-tiles.nopad button {
        font-size: 26px;
    }
 
    .aspl-sidebar-product-infoaspl-button-wrapper button{
      width: 100%;
      font-size: 24px;
      height: 60px;
      padding: 0;
    }
    .aspl-sidebar-product-infoaspl-button-wrapper-ice button{
      width: 100%;
      font-size: 24px;
      height: 60px;
      padding: 0;
    }
  }
  @media screen and (min-width: 3840px ) {
    
    /* list page style */
    .stock-nmv-car-detail-box h4 {
      /* font-size: 54px; */
    }
    .stock-nmv-car-detail-box h3 {
        font-size: 38px;
    }
    .stock-nmv-car-dtbx-info-box h3 {
      font-size: 28px;
      height: 32px;
    }
    .aspl-sidebar-product-info-right-fixed-wrapper{
      max-width: 25%;
    }
    .aspl-sidebar-product-infoaspl-header h2 {
      font-size: 38px;
    }
    .aspl-sidebar-product-infoaspl-title h2 {
        font-size: 36px;
      margin-bottom: 18px;
    }
    .aspl-sidebar-product-infoaspl-header button.aspl-infoSidebar-close {
      width: 80px;
      height: 80px;
    }
    .aspl-sidebar-product-infoaspl-header button.aspl-infoSidebar-close svg{
      scale: 1.4;
    }
    .aspl-sidebar-product-infoaspl-title p {
      font-size: 22px;
    }
    .aspl-sidebar-product-infoaspl-infoBox-flex-item main h3 {
      font-size: 24px;
      margin-bottom: 16px;
    }
    .aspl-sidebar-product-infoaspl-infoBox-flex-item main p {
      font-size: 22px;
    }
    .infoaspl-infoBox-flex-item-span {
      font-size: 26px;
    }
    .aspl-sidebar-product-infoaspl-button-wrapper button{
      width: 100%;
      font-size: 30px;
      height: 80px;
    }
    .aspl-sidebar-product-infoaspl-button-wrapper-ice button{
      width: 100%;
      font-size: 30px;
      height: 80px;
    }
  
  
    /* list page style */
  
    .aspl-additional-checklist-content span {
      font-size: 20px;
      padding-top: 6px;
    }
    .aspl-tradeIn-dtl-section h3 {
      /* margin-bottom: 18px; */
  }

    .aspl-tradeIn-car-condition-rating-info p {
      font-size: 20px;
    }
    .slider-label-wrapper label {
      font-size: 24px;
    }
    .form-check.stock-nmv-p-chk-wrap .form-check-label {
        font-size: 22px;
    }

  
  .stock-detail-nmv-pb h4 {
      font-size: 26px;
        margin-bottom: 18px;
    }
    .form-check.stock-nmv-p-chk-wrap .form-check-input {
      width: 40px;
      height: 40px;
    }
  
  
  }
  @media screen and (max-width: 1300px) {
    .aspl-stock__dtl-owl-wrapper {
      min-height: 500px;
    }
  }
  @media screen and (max-width: 1200px) {
        .stock-nmv-det-chk-emi-wrap{
          flex-direction: column;
          gap: 10px;
          align-items: flex-start;
        }
        .stock-nmv-det-pm{
          padding-left: 30px;
        }
        .aspl-tradeIn-form-group-wrapper{
          /* grid-template-columns: 1fr; */
        }
        .aspl-stock__dtl-owl-wrapper {
          min-height: 420px;
        }
        .stock-nmv-car-dtbx-right-wrap .stock-nmv-car-detail-box{
          min-width: 100% !important;
        }
  }
  @media screen and (max-width: 1200px) {
    .stock-nmv-filter-wrap ul{
      width: 70%;
    }
    .stock-nmv-filter-wrap ul li{
      margin-bottom: 6px;
    }
    .stock-nmv-sort-wrap{
      max-width: 100%;
      /* justify-content: flex-start; */
    }
  }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .stock-nmv-row-tm-24{
      /* flex-direction: column-reverse; */
      padding-left: 0;
    }
    .pad-l-4p{
      padding-left: 0;
    }
    .aspl-addons-title h4,
    .aspl-key-title h4{
      font-size: 24px !important;
    }
    .stock-detail-nmv-owl-wrapper{
      max-width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .aspl-stock-dtl-container{
      max-width: 95%;
    }
  }
  
  @media screen and (min-width: 769px) {
    .filter-backdrop{
      display: none;
    }
    .stock-nmv-filter-wrap ul li{
      margin-bottom: 8px;
    }

    /* hide backdrop bigger screen */
    #aspl-backdrop.aspl-stk-dtl-backdrop,
    #aspl-backdrop.backdrop-active{
      visibility: hidden !important;
    }
    /* hide backdrop bigger screen */
  }
  @media screen and (max-width: 768px) {

    #aspl-backdrop.aspl-stock-backdrop{
      visibility: visible;
      display: block;
      opacity: 1;
    }
    .aspl-stock-detail-aside-popup-header {
      display:flex;
      /* height: 40px !important; */
    }
    .aspl-mobile-price-break-button-wrapper-main{
      display: flex;
    }
    .aspl-stock-detail-aside-fixed-bottom-popup{
                  visibility: hidden;
                  opacity: 0;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 9999;
      height: 85vh;
      overflow-y: auto;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      transform: translateY(50%);
      transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    }
    .aspl-stock-detail-aside-fixed-bottom-popup.popup-active{
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }
    .aspl-stock-detail-aside-popup-main{
      padding: 30px;
      padding-top: 10px;
      /* padding-bottom: 160px; */
          padding-bottom: 300px;
    }
    .aspl-tradeIn-car-condition-wrapper {
      padding: 34px 0;
    }
    .stock-nmv-det-chk-emi-wrap{
      margin-top: 18px;
    }
    .aspl-checkout-sticky-wrapper{
                  display: none;
    }
    .aspl-tradeIn-dtl-Main-section{
      border-bottom: none;
    }
    .aspl-mobile-sticky-proceed-button{
      font-size: 18px;
    }
    .aspl-stock-detail-aside-fixed-bottom-popup .stock-detail-nmv-right-wrap{
      padding-bottom: 100px;
    }
    .aspl-mobile-price-break-button{
      padding: 8px 0;
    }
    .aspl-stock-dtl-consent-parent-wrapper{
      /* padding-bottom: 120px; */
    }
    .aspl-trade-in-offer-termscopy{
      /* padding-bottom: 20px; */
    }
    .aspl-trade-in-offer-termscopy p{
      font-size: 12px;
    }
    /* price breakdown style  */
    .hideIniPadMobile{
      display: none;
    }
    /* price breakdown style */

    .stock-nmv-car-dtbx-right-wrap .stock-nmv-car-detail-box .stock-nmv-car-detail-box-price{
      padding-bottom: 10px;
      border-bottom: 1px solid #f2f2f2;
      margin-bottom: 8px;
    }
  
  
  }
  
  #aspl-backdrop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.7);
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
   }
   #aspl-backdrop.backdrop-active{
      opacity: 1;
      visibility: visible;
   }
  /* Stock detail sidebar sticky popup style */
  
  
  /* Stock detail new styles | Prasanth */
  
  
  
  
  /* @media only screen and (min-width: 1920px) {
    .container{
      max-width: 80%;
    }
  } */
  
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 992px) {
  }
  @media only screen and (max-width: 768px) {
    .stock-nmv-car-dtbx-right-wrap {
               /* margin-top: 45px; */
               gap: 8px;
   }
    .stock-nmv-filter-wrap {
            flex-direction: column;
            gap: 20px;
  
   }
    .stock-nmv-filter-wrap ul {
        width: 100%;
        display: flex;
        padding-bottom: 8px;
        overflow-x: scroll;
   }
   .stock-nmv-row-tm-24 .pad-l-4p {
             padding-left: 0px;
             padding-right: 0px;
   }
    .stock-nmv-car-dtbx-right-wrap {
        min-width: auto;
            /* padding: 12px; */
   }
   .stock-nmv-owl-wrapper #stock-list-nmv-owl-carousel {
        max-width: 100%;
        /* min-height: 540px; */
   }
    .stock-nmv-owl-wrapper {
        width: 100%;
            /* margin-top: 50px; */
   }
   .stock-car-dtbx-adtwishlist {
        right: 34px;
        top: 20px;
   }
  
  
   /* Filter style */
  
         .stock-filter-main-wrapper{
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 80vh;
          padding: 30px;
          opacity: 0;
          visibility: hidden;
          border-radius: 20px 20px 0 0;
          background-color: #fff;
          transform: translateY(50%);
          -webkit-transform: translateY(50%);
          z-index: 9999;
          overflow-y: scroll;
          transition: all 0.2s ease-in-out;
         }
         .stock-filter-main-wrapper.show-filter{
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
          -webkit-transform: translateY(0px);
         }
         
        .aspl-stock-filter-sticky-wrapper{
            display: block;
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 99;
            display: flex;
            justify-content: center;
            width: 100%;
            padding: 10px 20px;
            background-image: linear-gradient(to bottom,  #E5E5E5, #fff);
        }
        .aspl-stock-filter-sticky-wrapper button{
          width: 80%;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 10px;
          font-weight: bold;
          color: black;
          height: 40px;
          padding: 10px;
          border: none;
          background-color: transparent;
        }
        .aspl-stock-filter-header{
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 16px 0px;
          background-color: rgb(255, 255, 255);
        }
        .aspl-stock-filter-header h2{
          font-size: 24px;
        }
        .mobile-filter-label-version{
          display: block;
        }
        #filter-mobile-close{
          width: 40px;
          height: 40px;
          border:none;
          background-color: transparent;
        }
        .mobile-filter-label-version{
          padding-bottom: 20px;
        }
        .mobile-filter-label-version ul{
          flex-wrap: wrap;
          gap: 6px;
        }
        .mobile-filter-label-version ul li{
          margin-right: 0;
        }
        .mobile-filter-label-version ul li .stock-nmv-filter-reset-btn{
          /* height: 30px; */
        }
        .relative{
          position: relative;
        }
        
   /* Filter style */
  
    /* Tab button toggle style */
    .stock-nmv-det-fin-wrap{
      /* padding: 2px; */
      border-radius: 6px;
      background-image: linear-gradient(to bottom, #f2f2f2, #fff,#fff, #fff);
    }
    .stock-nmv-det-fin-wrap ul{
      border:1px solid #ccc;
      border-radius: 6px;
    }
    .stock-nmv-det-fin-wrap .nav-pills .nav-link{
      border: none;
      min-height: 45px;
    }
    .pseudoafter{
      height: calc(100% - 6px);
      width: calc(50% - 6px);
      border-radius: 6px;
      top: 3px;
      margin-left: 3px;
      background-color: #333;
    }
    /* Tab button toggle style */

    .stock-detail-nmv-pb ul li span.price {
      font-size: 14px;
    }
    .stock-detail-nmv-pb ul li .addons-subtotal span.price {
      font-size: 16px;
    }
  
  }
  

  @media only screen and (max-width: 576px) {
          #stock-list-nmv-owl-carousel.owl-carousel .owl-item {
                  /* display: flex; */
              justify-content: center;
        }
        #stock-list-nmv-owl-carousel.owl-carousel .owl-dots{
          right: 25px;
        }
        #stock-list-nmv-owl-carousel.owl-carousel .owl-nav{
          right: 0px;
        }
        .aspl-sidebar-product-infoaspl-body{
          margin-left: 35px;
          max-width: 100%;
          padding-right: 20px;
        }
        .aspl-sidebar-product-infoaspl-header h2{
          font-size: 18px;
        }
        .aspl-sidebar-product-infoaspl-infoBox-flex-item main h3 {
          font-size: 16px;
        }
        .aspl-sidebar-product-infoaspl-title {
          padding-bottom: 20px;
        }
        .aspl-sidebar-product-infoaspl-title h2 {
          font-size: 20px;
        }
        .infoaspl-infoBox-flex-item-span{
          font-size: 14px;
        }
        .aspl-sidebar-product-infoaspl-button-wrapper #sidebar-buy-now{
          font-size: 16px;
          max-width: inherit;
        }
        .aspl-sidebar-product-infoaspl-button-wrapper-ice #sidebar-buy-now-ice{
          font-size: 16px;
          max-width: inherit;
        }
        .stock-nmv-owl-wrapper {
          padding-left: 40px;
          padding-right: 30px;
        }
        .aspl-stock__dtl-owl-wrapper{
          min-height: 274px;
          padding-left: 0;
          padding-right: 0;
        }
        .a-back-btn{
          zoom: 0.9;
        }
        .stock-detail-nmv-owl-wrapper h3 {
          font-size: 20px;
          line-height: 30px;
        }
        .stock-nmv-sort-wrap .form-select {
          max-width: 200px;
          height: 40px;
          width: 100%;
        }
        .stock-car-dtbx-adtwishlist button{
          /* width: 46px; */
          height: 40px;
          padding: 12px;
          background-color: #f2f2f299;
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
        }
        .stock-car-dtbx-adtwishlist{
          right: 40px;
          top: 14px;
        }
        .stock-nmv-car-dtbx-info-box h3{
          min-height:22px;
        }
        .stock-nmv-car-dtbx-bottom.aspl-stock-list-est{
          /* padding-top: 30px; */
          padding-left: 40px;
        }
        .stock-nmv-car-dtbx-right-wrap{
          /* padding-left: 30px;
          padding-right: 30px; */
        }
        .stock-nmv-car-detail-box{
          padding-left: 30px;
          padding-right: 30px;
        }
        .stock-nmv-car-dtbx-right-wrap hr{
          margin-left: 20px;
          width: calc(100% - 40px);
        }
        .stock-nmv-car-detail-box{
          max-width: 100%;
        }
        .stock-nmv-car-detail-box-price{
          padding-top: 10px;
        }
        .stock-detail-nmv-pb{
          margin-top: 0;
        }
        .stock-detail-nmv-pb h4{
          margin-bottom: 0;
        }
        .stock-nmv-right-wrap{
          margin-bottom: 0px;
                   margin-right: 0; /* Fixing scollbar issue */
        }
                  .stock-nmv-right-wrap.row>*{
                    padding-right: 0; /* Fixing scollbar issue */
                  }
        .stock-nmv-car-detail-box h4 {
          font-size: 20px;
          line-height: 1.4;
        }
        .stock-nmv-car-dtbx-info-box h3{
          font-size: 18px;
        }
        .stock-nmv-car-detail-box h3 span.price {
          font-size: 20px;
        }
        .stock-nmv-car-detail-box span{
          font-size: 12px;
        }
        .stock-nmv-car-dtbx-info-section-Main{
          padding-left: 30px;
        }
        .stock-nmv-sort-wrap{
          padding-right: 20px;
        }
        .stock-nmv-car-dtbx-btn{
            padding-left: 20px;
            padding-right: 20px;
        }
        .stock-detail-nmv-left-bar{
          padding-bottom: 40px;
        }
        .stock-detail-nmv-owl-wrapper,
        .stock-detail-nmv-left-bar{
          padding-left: 30px;
          padding-right: 30px;
        }
        .aspl-stock-detail-aside-popup-main{
          padding: 20px;
          padding-top: 10px;
          padding-bottom: 300px;
        }
        .stock-nmv-car-dtbx-info-box{
            min-width: 120px;
          /* min-width: 130px; */
        }
        .aspl-tradeIn-dtl-section h3 {
          font-size: 14px;
        }
        .aspl-tradeIn-dtl-section{
          padding: 16px;
        }
        .slider-label-wrapper label:nth-last-child(2) {
          left: 16px;
       }
       .aspl-tradeIn-car-condition-rating-info{
        padding-right: 0px;
       }
        .aspl-addons-title{
          padding: 0 30px;
        }
        .stock-nmv-bc{
          padding-left: 20px;
          padding-right: 20px;
        }
        .aspl-addons-content{
              padding: 12px;
        }
        .aspl-addons-content h4{
           font-size: 18px;
        }
        .aspl-addons-content p{
           font-size: 13px;
           height: 50px;
        }
        .aspl-addons-content button{
          padding: 14px 0px;
        }
        .aspl-addons-swiper-section swiper-container::part(pagination) {
          right: 15px;
        }
        .aspl-addons-swiper-section swiper-container::part(button-prev) {
          left: calc(100% - 100px);
        }
        .aspl-addons-swiper-section swiper-container::part(button-next) {
          left: calc(100% - 30px);
        }
        .aspl-fin_alert_msg p {
          padding: 5px 8px;
        }

        .stock-detail-nmv-pb ul li{
          font-size: 14px;
              gap: 6px;
        }
              .stock-detail-nmv-pb ul li .__text{
                line-height: 1.4;
              }

        .aspl-mobile-add__span {
          max-width: 50%;
        }
        .aspl-incl_info{
          display: block;
          padding-left: 0;
        }
        .aspl-incl_info-mobile{
          display: block;
        }
        .aspl-form-group div.mage-error{
          font-size: 14px !important;
          max-width: 80%;
        }
        
        
  }

  @media only screen and (max-width: 391px) {
    .aspl-stock__dtl-owl-wrapper,
    .stock-nmv-owl-wrapper #stock-list-nmv-owl-carousel {
      min-height: 250px;
    }
    .aspl-mobile-price-break-button-wrapper h2{
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 376px) {
    .aspl-stock__dtl-owl-wrapper,
    .stock-nmv-owl-wrapper #stock-list-nmv-owl-carousel {
      min-height: 236px;
    }
    .stock-nmv-car-dtbx-bottom p{
      font-size: 13px;
    }
    .aspl-sidebar-product-infoaspl-header h2 {
      font-size: 16px;
    }
    .stock-product-info-card-info label{
      margin-bottom: 4px;
    }
    .aspl-product-accordian-contant table td{
      min-width: inherit;
      font-size: 12px;
    }
    .stock-product-info-card-img-icon {
      width: 50px;
      height: 50px;
    }
    .stock-product-info-card-info h5 {
      font-size: 13px;
      word-break: break-word;
   }
    
  }

  @media only screen and (max-width: 360px) {
    .stock-nmv-car-dtbx-bottom p{
      max-width: 50%;
    }
  }
  @media only screen and (max-width: 321px) {
    .aspl-stock__dtl-owl-wrapper,
    .stock-nmv-owl-wrapper #stock-list-nmv-owl-carousel {
      min-height: 195px;
    }
    .aspl-mobile-price-break-button-wrapper-main{
      padding: 12px;
    }
    .aspl-mobile-price-break-button-wrapper h2 {
      font-size: 14px;
    }
    .aspl-sidebar-product-infoaspl-button-wrapper #sidebar-buy-now {
      font-size: 14px;
    }
    .aspl-sidebar-product-infoaspl-button-wrapper-ice #sidebar-buy-now-ice {
      font-size: 14px;
    }
    
  }
  
  
  
/* end stock details and listing css */

/* ADD-ONS styles */

.aspl-addons-swiper-section{
    padding-top: 30px;
  }
  .aspl-addons-title{
   padding-bottom: 16px;
  }
  .aspl-addons-title h4{
   font-size: 20px;
  }
  .aspl-key-title{
   padding-bottom: 16px;
  }
  .aspl-key-title h4{
   font-size: 20px;
  }
  .aspl-addons-wrapper{
   position: relative;
   padding: 16px;
   border: 1px solid #ccc;
   background-color: white;
   margin-bottom: 60px;
  }
  .aspl-addons-overlay-infobar{
   position: absolute;
   left: 0;
   top:0;
   width: 100%;
   height: 70px;
   padding: 16px;
   color: white;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-image: linear-gradient(to bottom, #00000078, rgba(0, 0, 0, 0));
   z-index: 1;
  }
  .aspl-addons-overlay-infobar button{
           visibility: hidden; /* hidden for now */
   background-color: transparent;
   border: none;
   outline: none;
  }
  .aspl--infobar-anim{
   display: flex;
   align-items: center;
   gap: 6px;
   opacity: 0;
   text-shadow: 0px 2px 2px #0000005c;
   padding-right: 6px;
   transform: translateX(50px) scale(0.8);
   -webkit-transform: translateX(50px) scale(0.8);
   transition: all 0.2s ease-in-out;
  }
  .addon-added{
   opacity: 1;
   transform: translateX(0) scale(1);
   -webkit-transform: translateX(0) scale(1);
  }
  .aspl-addons-overlay-infobar div span{
   font-size: 13px;
   font-weight: bold;
  }
  .aspl-addons-content{
   padding: 20px 0;
   width: 100%;
   font-size: 16px;
  }
  
  .aspl-addons-content p{ 
    height: 50px;
    overflow: hidden;
  }
  .aspl-addons-content h4{
   font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-size: 16px;
   margin-bottom:0;
  }
  .aspl-addons-content button{
   font-family: 'AudiTypeExtended,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 6px;
   width: 100%;
   padding: 16px 0;
   font-weight: normal;
   border:1px solid #000;
   background-color: transparent;
   transition: all 0.2s ease;
  }
  .aspl-addons-content button:hover,
  .aspl-addons-content button:active{
    opacity: 0.8;
    border:1px solid #000 !important;
    box-shadow:0px 2px 5px rgba(0, 0, 0, 0.08) !important;
  }
  .aspl-addons-title-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
  }
  .aspl-addons-title-wrapper .aspl-add-on-info-button{
      font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      width: 110px;
      height: 36px;
      display: flex;
      font-size: 13px;
      padding: 0 12px;
      justify-content: center;
      align-items: center;
      gap: 6px;
      border: none;
      cursor: pointer;
      background-color: #f2f2f2;
      transition: all 0.2s ease-in;
    }
    .aspl-addons-title-wrapper .aspl-add-on-info-button:hover,
    .aspl-addons-title-wrapper .aspl-add-on-info-button:focus{
      border: none !important;
      opacity: 0.8;
      background-color: #f2f2f2;
      box-shadow: none !important;
  }

  /* popup style */

  .aspl-addons-tooltip-dialog{
    border-radius: 0;
    max-width: 650px;
    width: 100%;
    border: none;
  }
  .aspl-addons-tooltip-dialog .modal-content{
    border-radius: 0;
    border: none;
  }
  .aspl-add-on-tooltip-header{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border: none;
  }
  .aspl-add-on-tooltip-header .btn-close{
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    opacity: 1;
    background-color: #00000017;
  }
  .aspl-add-on-tooltip-header .btn-close:focus{
    border: none;
  }
  .modal-body.aspl-addons-tooltip-body{
    padding: 0;
  }
  .aspl-add-on-info-modal-content-inner{
    padding: 50px;
    max-height: 320px;
    overflow-y: auto;
    margin: 6px;
  }
  .aspl-add-on-info-modal-content-inner::-webkit-scrollbar{
    width: 6px;
    background:#f2f2f2;
  }
  .aspl-add-on-info-modal-content-inner::-webkit-scrollbar-thumb { 
    border-radius:5px;
    background: #ccc; 
  } 
  .aspl-add-on-info-modal-content-main img{
    width: 100%;
    max-height: 328px;
    object-fit: cover;
  }
  .aspl-add-on-info-modal-content-inner h4{
    font-size: 18px;
    line-height: 1.4;
    font-family: 'AudiTypeExtended,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }
  .aspl-add-on-info-modal-content-inner .aspl-add-on-price{
    display: block;
    font-size: 18px;
    padding-bottom: 16px;
  }
  .aspl-add-on-info-modal-content-inner span{
    display: block;
    font-size: 18px;
  }
  .aspl-add-on-info-modal-content-inner p{
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    max-width: 450px;
  }

  @media screen and (max-width:600px) {
    .aspl-addons-tooltip-dialog{
      margin: 0;
    }
    .aspl-add-on-info-modal-content-inner{
      padding: 32px;
    }
    .aspl-addons-title-wrapper .aspl-add-on-info-button{
      width: 100px;
      padding: 0;
    }
 
  }
  
  /* popup style */



  .aspl-addons-content button span.btn-label{
   width: 40px;
   color: black;
   transition: all 0.2s ease;
   -webkit-transition: all 0.2s ease;
  }
  .aspl-addons-content button.clicked span.btn-label{
   width: 80px;
  }
  .aspl-addons-content button.clicked span svg{
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  }
      
  .aspl-addons-swiper-section swiper-container {
    width: 100%;
}


.aspl-addons-swiper-section swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 205px;
    /* min-height: 205px; */
    object-fit: cover;
}

.aspl-addons-swiper-section swiper-slide {
    width: calc(50% - 10px);
}

.aspl-addons-swiper-section .swiper-pagination{
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  transform: translate3d(-30px, 0px, 0px);
}

.swiper-pagination-bullet-active{
    background: black;
}

@media screen and (max-width: 600px) {
  .aspl-addons-wrapper{
    padding: 6px;
  }
  .aspl-addons-content {
    padding: 10px 10px;
  }
  .aspl-addons-swiper-section swiper-slide {
        width: 75%;
    }
    .aspl-addons-swiper-section swiper-container{
       padding: 0 10px;
    }
    .aspl-addons-swiper-section swiper-slide img {
      /* max-height: 150px;
      min-height: 150px; */
  }
  .aspl-addons-swiper-section swiper-slide:first-child{
    margin-left: 20px;
  }
  .aspl-addons-swiper-section swiper-slide:last-child{
    margin-right: 30px;
  }
  .aspl-addons-content h4 {
    font-size: 14px;
  }
  .aspl-addons-content button {
    /* font-size: 14px; */
    padding: 14px 0;
  }
  .aspl-addons-content button span svg{
    transform: scale(0.9);
  }
  .stock-nmv-det-fin-tiles-wrap{
    flex-direction: column;
  }
}

@media screen and (min-width: 1920px) {
  .aspl-addons-swiper-section swiper-slide {
        /* width: 40%; */
    }

}

  
  /* ADD-ONS styles */
  


.pseudoafter {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: black;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.stock-nmv-det-fin-wrap ul li:nth-child(3) button {
    border-left: none !important;
}

ul > li, ol > li {
    margin-bottom: unset;
}

/* consent style */

.aspl-stock-dtl-consent-parent-wrapper{
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 24px;
    border-top: 1px solid #D9D9D9;
}
.aspl-stock-dtl-consent-parent-wrapper h6{
    font-family: 'AudiType,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    /* padding-top: 20px; */
    font-weight: bold;
}
.aspl-stock-dtl-consent-parent-wrapper p{
    margin-bottom: 10px;
    text-align: justify;
}
.aspl-stock-dtl-consent-wrapper{
    display: flex;
    gap: 6px;
}
.aspl-stock-dtl-consent-wrapper .form-check.stock-nmv-p-chk-wrap{
  align-items: inherit;
}

.aspl-stock-dtl-consent-wrapper .stock-nmv-p-chk-wrap{
    padding-top: 4px;
    align-items: initial;
}

.message-container-ack-consent{
    font-size: 13px;
    /* display: flex; */
    color: rgb(255, 21, 21);
    flex-direction: column;
    gap: 10px;
    /* font-weight: bold; */
}

/* consent style */

swiper-container::part(button-prev) {
  color: rgb(0, 0, 0);
  width: 8px;
  top: calc(100% - 30px);
  left: calc(100% - 88px);
}

swiper-container::part(button-next) {
  color: rgb(0, 0, 0);
  width: 8px;
  top: calc(100% - 30px);
  left: calc(100% - 12px);
}

swiper-container::part(pagination) {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: black;
  width: 92px;
  gap: 4px;
  right: 0;
  left:inherit;
  top: calc(100% - 40px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 5;
}




/* Trade-in style Stock details page */


.aspl-trade-in-status-num_wrapper{
  color: black;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.existing-trade-ins-section .offer-group{
  background: #fff;
  padding: 12px;
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.existing-trade-ins-section .offer-group span{
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  display: block;
  font-size: 16px;
  color: black;
  margin-bottom: 4px;
}
.existing-trade-ins-section .offer-group h4{
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.login-existing-trade-ins-section {
  background: #fff;
  padding: 20px;
  text-align:center; 
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.05);
}
.no-trade-ins-requested {
  background: #fff;
  padding: 20px;
  text-align:center; 
}
.offer-amount::first-line {
  /* font-weight: bold; */
}
#offer-amount .h6{
  font-size: 14px;
  text-align: center;
}
#offer-amount span.label{
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
} 
.trade-in-badge {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-block;
}
.trade-in_progress-orange {
  background-color: #E89F12; 
}
/* .green {
  background-color: #4CAF50; 
} */
.login-existing-trade-ins-section{
  font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.login-existing-trade-ins-section span{
  display: block;
  font-size: 14px;
}
.login-existing-trade-ins-section a{
  display: block;
  color: white;
  font-size: 16px;
}
.no-trade-ins-requested{
  font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.05);
}
.no-trade-ins-requested span{
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  display: block;
  font-size: 14px;
}
.show_tradein{
  position: relative;
  font-size: 14px;
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.show_tradein sup{
  position: absolute;
  left: 120px;
  top: 6px;
  font-size: 10px;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.trade-in-offer_price{
  font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.no-trade-ins-requested a.audi-button{
  color: white;
  font-size: 16px;
}
.aspl-tradeIn-form-group-wrapper .aspl-form-group label{
  display: block;
  font-size: 12px;
  color: black;
  margin-bottom: 0px;
}
.aspl-tradeIn-form-group-wrapper .aspl-form-group.flex-form_group{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 140px;
}
.aspl-form-group__trd-model{
  /* min-width: -webkit-fill-available; */
   overflow: hidden
}
.aspl-tradeIn-form-group-wrapper .aspl-form-group input{
  font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000;
  height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.aspl-tradeIn-form-group-wrapper .aspl-form-group p{
  font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000; 
  padding-bottom: 6px;
  line-height: 1.1;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}
.aspl-trade-in_Number{
  display: flex;
  align-items: center;
  gap: 6px;
  color: black;
}
.aspl-trade-in_Number .text,
.aspl-trade-in_status-info .label{
  font-size: 14px;
}
.aspl-trade-in_Number .value{
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 1;
}
.aspl-trade-in_Number #trade-in-status{
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 13px;
}

.aspl-trade-in_status-info{
  display: flex;
  align-items: center;
  gap: 6px;
}
#trade-in-status{
  display: flex;
  align-items: center;
  gap:4px;
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 13px;
}
#trade-in-amount h6{
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
}
#trade-in-amount .aspl-ack-text{
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (max-width:375px) {
  .aspl-tradeIn-form-group-wrapper{
    gap: 16px 10px;
  }
  .login-existing-trade-ins-section,
  .no-trade-ins-requested{
    padding: 16px;
  }
}

/* Trade-in style Stock details page */

/* General style addons */
.aspl-stocklist-col-xl-5{
  padding-left: 0;
}
/* General style addons */


/* additional options cart summary */

.aspl-stocklist-slider-adt_outer-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aspl-stocklist-additional-options-section{
   /* padding-top: 34px; */
  }
  
  /* ⚓︎ anchor style for additional options ⚓︎ */
  
  .aspl-stocklist-additional-options-section {
    position: absolute;
    margin: 0;
    width: 385px;
    bottom:56px;
    left: 0;
  }
  .add-opt_count-min{
    bottom:90px;
  }

  @media screen and (min-width: 1920px) {
    .aspl-stocklist-additional-options-section{
      width: 410px;
    }
  }
  @media screen and (min-width: 1600px) {
    .aspl-stocklist-additional-options-section{
      width: 422px;
    }
  }
  @media screen and (max-width: 1400px) {
    .aspl-stocklist-additional-options-section{
      width: 334px;
    }
  }
  @media screen and (max-width: 1200px) {
    .aspl-stocklist-additional-options-section{
      position: static;
      width: 100%;
    }
  }

/* ⚓︎ anchor style for additional options ⚓︎ */

@media screen and (min-width: 1200px) {
  .car__listwrapp-clearPad{
    padding-left: 8px;
  }
}

.aspl-stocklist-slider__section{
   flex: 1;
   flex-grow: 1;
}
.interior-exterior-color-row{
   width: 100%;
   display: flex;
   gap: 10px;
   height: 72px;
   overflow: hidden;
   padding-top: 18px;
   border-top: 1px solid #f2f2f2;
}
._exterior-color.aspl_ext_int_box {
  width: 230px;
  flex-shrink: 0;
}
.aspl_ext_int_box{
   display: flex;
   gap: 10px;
}
.interior-exterior-color-row label{
   font-size: 13px;
   display: block;
   margin-bottom: 0px;
}
.interior-exterior-color-row h4{
   font-size: 12px;
   line-height: 1.4;
   margin-bottom: 0px;
}
.interior-exterior-color-row ._exterior-color img,
.interior-exterior-color-row ._interior-color-Icon{
   width: 50px;
   height: 50px;
   display: flex;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   object-fit: fill;
   box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.06);
   background-color: #f2f2f2;
}

.additional-options-cart-summary li {
   border-bottom: 1px solid #aba8a8cc;
   padding: 5px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }

 .additional-options{
   display: flex;
   flex-wrap: wrap;
}
.additional-options-item {
  position: relative;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
   background: #F2F2F2;
   padding: 0px 8px;
   text-align: center;
   text-transform: capitalize;
   width: calc(50% - 2px);
   margin: 1px;
   box-sizing: border-box;
   border: 1px solid #D5D5D5;
   font-size: 13px;

}
.aspl-add-option-name__text{
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.aspl-add-option-hover{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: calc(100% + 4px);
  color: white;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all 0.2s 0.2s ease-in-out;
  -webkit-transition: all 0.2s 0.2s ease-in-out;
}
.additional-options-item:hover .aspl-add-option-hover,
.additional-options-view-all-wrap li:hover .aspl-add-option-hover{
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.aspl-add-option-hover:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom:-4px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}
.aspl-add-option-hover h6{
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
  margin-bottom: 0;
  background-color: black;
}
.additional-options-title {
   display: flex;
   gap:10px;
   margin-bottom: 8px;
}
.additional-options-title h4{
  font-size: 14px;
  margin-bottom: 0px;
}
.additional-options-title .view-all-btn{
   font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
   font-size: 12px;
   cursor: pointer;
   text-decoration: underline;
}
.additional-options-title .label{
   font-weight: bold;
}
.additional-options-view-all-wrap ul{
   display: flex;
   flex-wrap: wrap;            
}
.additional-options-view-all-wrap li{
   position: relative;
   padding: 8px;
   margin: 3px;
   color: black;
   text-transform: capitalize;
   background-color: #f2f2f2;
   border: 1px solid #D5D5D5;
   box-sizing: border-box;
   font-size:13px;
}
.aspl-opt-equipment-modal-content {
   padding:30px 40px;
   border-radius: 0 !important;
   border: 0 !important;
   z-index: 9;
}
.aud-OE-modal-title {
   color: #000;
   font-size: 18px;
   margin-bottom: 10px;
}
.aud-OE-modal-header {
   display: block;
   margin-bottom: 0;
   padding: 0;
   border: none;
}

/* end additional options cart summary */


/* Stock detail Selected Equipment accordion  */

.stock-dtl-additional-options-accordion{
  padding-top: 40px;
}
.stock-dtl-additional-options-accordion .accordion-button{
  font-size: 20px;
  padding: 10px 0 !important;
  border: none;
}
.stock-dtl-additional-options-accordion .accordion-button:focus{
  background-color: white;
}
.aspl-incl_info{
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  padding-left: 2px;
}
.stock-dtl-additional-options-accordion .accordion-body{
  padding: 0 12px 2px 12px;
}
.additional-options-accordion li {
  font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  margin-bottom: unset;
  border-bottom: 1px solid #cccccc80;
  padding: 8px 0px;
  background: #f2f2f2;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  display: flex;
}
.additional-options-accordion li span.text{
  max-width: 80%;
}
.additional-options-accordion li span.price{
  flex-shrink: 0;
}
.stock-dtl-additional-options-accordion .accordion-body li span.total-price{
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
/* Stock detail Selected Equipment accordion  */

@media screen and (min-width:1200px) and (max-width: 1400px) {
  
  .interior-exterior-color-row{
    flex-direction: column;
    height: auto;
  }
  
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .aspl-stocklist-col-xl-5{
    padding-left: 15px;
  }
}

@media screen and (max-width:1200px) {
  #stock-list-nmv-owl-carousel.owl-carousel .owl-item img{
    height: auto;
  }
}
@media screen and (max-width:1200px) {
  ._exterior-color.aspl_ext_int_box {
    width: 50%;
  }
  .interior-exterior-color-row{
    border: none;
  }
}
@media screen and (max-width:768px) {

  .modal-dialog.modal-dialoge-add_option{
    margin: 0 auto;
  }
  .aspl-stocklist-col-xl-5{
    padding-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .interior-exterior-color-row{
    flex-direction: column;
  }
  ._exterior-color.aspl_ext_int_box {
    width: 100%;
  }
  .interior-exterior-color-row{
    height: auto;
    overflow: inherit;
  }
}
@media screen and (max-width:600px) {
  #stock-list-nmv-owl-carousel.owl-carousel .owl-item img{
    height: 284px;
  }
  .aspl-stocklist-additional-options-section{
    padding: 0 30px;
    padding-bottom: 12px;
  }
  .additional-options-title h4{
    font-size: 13px;
  }
  .interior-exterior-color-row{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
  }
  .aspl-opt-equipment-modal-content{
    padding: 30px;
  }
  .additional-options-accordion li {
    font-size: 14px;
  }
  .aspl-slt-addon-items-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .aspl-stocklist-col-xl-5{
    padding-left: 0px;
  }
  
}


/* Indent car product info style */

.aspl-dtl-indent-product-info-card{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border: none;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.aspl-dtl-indent-product-flex__section span,
.aspl-dtl-indent-product-info-card span{
  display: block;
}
.aspl-dtl-indent__infoColor span.label{
  margin-bottom: 2px;
}
.spl-dtl-indent-product-info-card .ind-color__price{
  flex-shrink: 0;
}
.aspl-dtl-indent-product-flex__section{
  display: flex;
  gap:12px;
  align-items: center;
}
.aspl-indent-car-additional__info-block {
  padding-top: 16px;
  border-bottom: 1px solid #ccc;
}
.aspl-indent-car-additional__wrapper{
  padding: 8px 12px;
  background-color: #f2f2f2;
}
.aspl-indent-car-additional__info-block ul{
  margin-bottom: 4px;
}
.aspl-indent-car-additional__info-block ul li{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  font-size: 16px;
  padding: 6px 0;
  border-bottom: 1px solid #ccccccb0;
}
.aspl-indent-car-additional__info-block ul li span{
  display: block;
}
.aspl-indent-car-additional__info-block ul li span.price{
  flex-shrink: 0;
}
.aspl-indent-car-additional__info-block ul li span.total-price{
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 600px) {
  .aspl-dtl-indent-product-info-card{
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .aspl-dtl-indent-product-info-card.__infoColor-card{
    gap: 0px;
  }
  .aspl-dtl-indent-product-info-card.__infoColor-card span.price {
    margin-top: -4px;
  }
  .aspl-dtl-indent-product-flex__section{
    align-items: flex-start;
  }
  .stock-product-info-card-img-icon svg{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .aspl-dtl-indent-product-info-card span.price {
    padding-left: 73px;
  }
  .stock-product-info-card-img-icon {
    width: 60px;
    height: 60px;
  }
  .aspl-indent-car-additional__info-block ul li{
    gap: 20px;
    line-height: 1.4;
  }
  .aspl-dtl-indent-product-flex__section span.value{
    line-height: 1.4;
  }
  .additional-options-view-all-wrap li{
    line-height: 1.4;
  }
  .aspl-tradeIn-form-group-wrapper{
    gap: 16px 12px;
  }
}

@media screen and (max-width: 375px) {
  .aspl-tradeIn-form-group-wrapper{
    gap: 16px 10px;
  }
}

/* Indent car product info style */

/* Apply for Insurance styles */
 
.aspl-fin-bgwhite{
  border: none !important;
  background-color: white !important;
  box-shadow: none !important;
}
.aspl-apply-insurance-grid-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 8px;
}
.aspl-apply-insurance-input-group{
  padding: 8px;
  background-color: #f2f2f2;
}
.aspl-apply-insurance-input-group label{
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
.aspl-apply-insurance-input-group input,
.aspl-apply-insurance-input-group select{
  font-size:14px;
  border: none;
  padding-left: 0;
  padding-right: 2px;
  color: black;
  -webkit-text-fill-color: rgba(0, 0, 0, 1); 
  -webkit-opacity: 1; 
  border-bottom:1px solid #333;
  background-color: #f2f2f2;
  font-family: 'AudiTypeWide,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.input-group-aspl-icon{
  border: none;
  background-color: transparent;
  padding: 6px;
}
.aspl-input-group-underline{
  border-bottom:1px solid #333;
}
.aspl-input-group-underline input{
  border: none !important;
}
.aspl-calendar-event__icon{
  width: 18px;
  height: 18px;
  display: block;
  background: transparent url(../images/calendar-events-small-icon.svg) no-repeat center / contain;
  border: none;
}
 
/* date picker dropdown | Magento defalt */

.aspl-apply-insurance-input-datepicker{
  position: relative;
}
.aspl-apply-insurance-input-datepicker img{
  position: absolute;
  right: 2px;
  top: 10px;
}


/* date picker dropdown | Magento defalt */

/* Coupon code styles */

.aspl-coupon__title{
  font-size: 18px;
  margin-bottom: 10px;
}
.coupon-code-main-block{
  padding-bottom: 20px;
}
.aspl-couponcode-form-wrapper{
  display: flex;
  justify-content: space-between;
  gap: 4px;
  position: relative;
}
.aspl-couponcode-form-wrapper input[type=text]{
  flex: 1;
  height: 50px;
  padding: 0 12px;
  font-size: 14px;
  border:1px solid #333;
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.aspl-couponcode-form-wrapper input[type=text]::placeholder{
  font-family: 'AudiType,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.aspl-coupon-applied-icon{
  display: none;
  position: absolute;
  left: 12px;
  top: 16px;
  z-index: 1;
  width: 19px;
  height: 19px;
  background: url(../images/coupon-applied-green-icon.svg) no-repeat center / contain;
}
.coupon_code__applied .aspl-coupon-applied-icon{
  display: block;
}
.coupon_code__applied .aspl-couponcode-form-wrapper input[type=text]{
  padding-left: 36px;
}
.aspl-couponcode-form-wrapper button.action.primary{
  height: 50px;
  width: 175px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background-color: #333;
  font-family: 'AudiTypeExtendedBold,sans-serif','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.aspl-couponcode-form-wrapper button.action.primary:hover{
  background-color: black;
  border: none;
}
.aspl-coupon-message{
  padding: 4px 0;
  font-size: 13px;
}
.aspl-coupon-message span{
  display: block;
  color:#F50537;
}

@media screen and (max-width:600px) {
  .aspl-couponcode-form-wrapper button.action.primary{
    width: 120px;
    font-size: 13px;
  }
  .aspl-coupon__title {
    font-size: 14px;
  }
  .aspl-couponcode-form-wrapper input[type=text]{
    font-size: 13px;
  }
  .aspl-couponcode-form-wrapper{
    gap: 0;
  }
}
@media screen and (max-width:320px) {
  .coupon_code__applied .aspl-couponcode-form-wrapper input[type=text] {
    padding-left: 30px;
  }
  .aspl-couponcode-form-wrapper input[type=text] {
    font-size: 12px;
    height: 46px;
    padding-right: 0;
  }
  .aspl-couponcode-form-wrapper button.action.primary{
    width: 90px;
    height: 46px;
  }
  .aspl-coupon-applied-icon{
    width: 16px;
    height: 16px;
  }
}

/* Coupon code styles */
 





/* date picker dropdown | Bootstarp */
 
.datepicker-dropdown{
  font-size: 13px;
  border-radius: 0;
  z-index: 999 !important;
}
.datepicker table tr td,
.datepicker table tr th{
  border-radius: 0;
  padding: 8px;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover{
  background-color: black !important;
  background-image: none;
}

/* date picker dropdown | Bootstarp */
 
.aspl-apply-insurance-premium-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px;
  background-color: #f2f2f2;
  margin: 6px 0;
}
.aspl-apply-insurance-premium-info h6{
   font-size: 13px;
   margin-bottom: 0;
}
.aspl-apply-insurance-premium-info p{
   padding: 0 !important;
   margin-bottom: 0;
}
.aspl-apply-insurance-disclaimer{
  padding-top: 6px;
  padding-right: 70px;
  position: relative;
}
.aspl-apply-insurance-disclaimer-flex{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inc-terms_show.aspl-apply-insurance-disclaimer{
  padding-right: 0;
}
.inc-terms_show.aspl-apply-insurance-disclaimer p{
  display: block;
}
.inc-terms_show .aspl-apply-insurance-disclaimer-flex{
  white-space: initial;
  overflow: unset;
  text-overflow: unset;
}
.inc-terms_show.aspl-apply-insurance-disclaimer em{
  display: none;
}
.aspl-apply-insurance-disclaimer h6{
  font-size: 12px;
  margin-bottom: 0px;
}
.aspl-apply-insurance-disclaimer p{
  display: inline;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
.aspl-apply-insurance-disclaimer span{
 
}
.aspl-apply-insurance-disclaimer em{
  font-size: 12px;
  text-decoration: underline;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 24px;
}
.aspl-apply-insurance-disclaimer em:hover{
  opacity: 0.8;
}


@media screen and (max-width:375px) {
  .aspl-apply-insurance-input-group input,
  .aspl-apply-insurance-input-group select{
    font-size: 13px;
  }
}
 
/* Apply for Insurance styles */




/* Trade-in text styles */

.stock-nmv-det-chk-emi-wrap{
  position: relative;
}
.aspl-trade-in-text-copy{
  position: absolute;
  left: 0;
  top: -50px;
  font-size: 13px;
  font-style: normal;
  padding: 2px 6px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aspl-trade-in-text-copy span{
  display: block;
}
.aspl-trade-info-icon svg{
  position: relative;
  top: -4px;
}
.aspl-trade-info-icon:hover .aspl-trade-in-text-copy{
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:750px) {
  .aspl-trade-in-text-copy{
    font-size: 11px;
    top: -44px;
    right: 0;
  }
}

/* Trade-in text styles */


