/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-Oct-2021, 15:05:12
    Author     : muhammadumar
*/

.tooltipMake:hover .tooltiptext {
    visibility: visible;
    transition-delay: 1s;
    opacity: 1;
  }
  
  .mob_header a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .filterModel .fm-count {
    color: #b7b7b7 !important;
  }

  .selectedFilter {
    color: #4b4b4b;
  }
  
  fm-count-selected {
    color: #4b4b4b !important;
  }
  
  .filterModel input:disabled {
    /* background-color: #F1F1F1 !important; */
    color: rgb(182, 182, 182) !important;
  }
  
  .filterModel input[type="checkbox"]:disabled + label {
    color: rgb(182, 182, 182) !important;
  }
  
  .filterInput input:disabled {
    /* background-color: #F1F1F1 !important; */
    color: rgb(182, 182, 182);
  }
  
  [disabled] .noUi-connect {
    background: rgb(182, 182, 182) !important;
  }
  
  /* style for read only calc inputs */
  
  .filters .is_fixed .input {
    flex-direction: column;
  }
  
  .is_fixed .filterInput span {
    flex-direction: column !important;
  }
  
  .is_fixed .filterInput span label,
  .is_fixed .input label {
    padding: 0 0 6px 5px !important;
    position: static !important;
    z-index: 10;
    border-bottom: 1px solid #dddbdb !important;
  }
  
  .is_fixed .filterInput input {
    height: 26px !important;
    border: 1px solid transparent !important;
    line-height: 12px !important;
    font-size: 14px !important;
  }
  
  .calc-container .is_fixed .input::before {
    transform: none !important;
  }
  .calc-container .is_fixed .inputwide {
    border: 1px solid transparent !important;
  }
  .noUi-handle {
    cursor: pointer !important;
  }
  
  .imgload {
    opacity: 0;
  }
  
  #imagelightbox {
    z-index: 99999996 !important;
    background-color: white;
  }
  
  .right .filter-selections {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  
  .right .filter-selections .sel {
    display: flex;
    align-items: center;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    padding: 6px;
    margin: 0 8px 8px 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
  }
  
  .right .filter-selections .sel:hover:not(.clear) {
    border: 1px solid #818181;
  }
  
  .right .filter-selections .sel::after {
    content: "✖";
    margin-left: 6px;
    font-size: 10px;
    vertical-align: middle;
    color: #cb300d;
  }
  
  @media screen and (max-width: 1020px) {
    .right .filter-selections .sel:not(.clear)::after {
      content: "✕";
      font-size: 13px;
      color: #cb300d;
    }
      .sticky-anchor.submenu .submenu-inner {
      display: flex !important;
      justify-content: space-between;
    }
  
    .sticky-anchor.submenu .submenu-steps {
      margin-left: 20px !important;
    }
  }
  
  .right .filter-selections .clear {
    padding: 0 6px;
    color: #585858;
    border: 1px solid transparent;
  }
  
  .right .filter-selections .clear svg {
    margin-right: 6px;
  }
  
  .right .filter-selections .clear:hover,
  .right .filter-selections .clear:hover svg g {
    color: #000;
    fill: #000;
  }
  
  .right .filter-selections .clear::after {
    content: "";
  }
  
  /* For Kuumakse details page */
  .lease-p-detail {
    margin: 0px;
    font-size: 10px;
    line-height: 12px !important;
  }
  
  /* tooltips */
  
  @media screen and (min-width: 1020px) {
    .ttip {
      display: flex;
      width: 100%;
    }
  
    [aria-label][role~="tooltip"] {
      position: relative;
    }
  
    [aria-label][role~="tooltip"]::before,
    [aria-label][role~="tooltip"]::after {
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      will-change: transform;
      opacity: 0;
      pointer-events: none;
      transition: all var(--microtip-transition-duration, 0.18s)
        var(--microtip-transition-easing, ease-in-out)
        var(--microtip-transition-delay, 0s);
      position: absolute;
      box-sizing: border-box;
      z-index: 10;
      transform-origin: top;
    }
  
    [aria-label][role~="tooltip"]::before {
      background-size: 100% auto !important;
      content: "";
    }
  
    [aria-label][role~="tooltip"]::after {
      background: rgba(17, 17, 17, 0.9);
      border-radius: 4px;
      color: #ffffff;
      content: attr(aria-label);
      font-size: var(--microtip-font-size, 13px);
      font-weight: var(--microtip-font-weight, normal);
      text-transform: var(--microtip-text-transform, none);
      padding: 0.5em 1em;
      white-space: nowrap;
      display: none;
      box-sizing: content-box;
    }
  
    [aria-label][role~="tooltip"]:hover::before,
    [aria-label][role~="tooltip"]:hover::after,
    [aria-label][role~="tooltip"]:focus::before,
    [aria-label][role~="tooltip"]:focus::after {
      opacity: 1;
      pointer-events: auto;
    }
  
    /* ------------------------------------------------
        [2] Position Modifiers
      -------------------------------------------------*/
  
    [role~="tooltip"][data-microtip-position|="top"]::before {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
        no-repeat;
      height: 6px;
      width: 18px;
      margin-bottom: 5px;
    }
  
    [role~="tooltip"][data-microtip-position|="top"]::after {
      margin-bottom: 11px;
    }
  
    [role~="tooltip"][data-microtip-position|="top"]::before {
      transform: translate3d(-50%, 0, 0);
      bottom: 100%;
      left: 50%;
    }
  
    [role~="tooltip"][data-microtip-position|="top"]:hover::before {
      transform: translate3d(-50%, -5px, 0);
    }
  
    [role~="tooltip"][data-microtip-position|="top"]::after {
      transform: translate3d(-50%, 0, 0);
      bottom: 100%;
      left: 50%;
    }
  
    [role~="tooltip"][data-microtip-position="top"]:hover::after {
      transform: translate3d(-50%, -5px, 0);
    }
  
    /* ------------------------------------------------
        [2.1] Top Left
      -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="top-left"]::after {
      transform: translate3d(calc(-100% + 16px), 0, 0);
      bottom: 100%;
    }
  
    [role~="tooltip"][data-microtip-position="top-left"]:hover::after {
      transform: translate3d(calc(-100% + 16px), -5px, 0);
    }
  
    /* ------------------------------------------------
        [2.2] Top Right
      -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="top-right"]::after {
      transform: translate3d(calc(0% + -16px), 0, 0);
      bottom: 100%;
    }
  
    [role~="tooltip"][data-microtip-position="top-right"]:hover::after {
      transform: translate3d(calc(0% + -16px), -5px, 0);
    }
  
    /* ------------------------------------------------
        [2.3] Bottom
      -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position|="bottom"]::before {
      display: none;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
        no-repeat;
      height: 6px;
      width: 18px;
      margin-top: 14px;
      margin-bottom: 0;
    }
  
    [role~="tooltip"][data-microtip-position|="bottom"]::after {
      margin-top: 20px;
    }
  
    [role~="tooltip"][data-microtip-position|="bottom"]::before {
      transform: translate3d(-50%, -10px, 0);
      bottom: auto;
      left: 50%;
      top: 100%;
    }
  
    [role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
      transform: translate3d(-50%, 0, 0);
    }
  
    [role~="tooltip"][data-microtip-position|="bottom"]::after {
      transform: translate3d(-50%, -10px, 0);
      top: 100%;
      left: 50%;
    }
  
    [role~="tooltip"][data-microtip-position="bottom"]:hover::after {
      transform: translate3d(-50%, 0, 0);
    }
  
    /* ------------------------------------------------
        [2.4] Bottom Left
      -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="bottom-left"]::after {
      transform: translate3d(calc(-100% + 16px), -10px, 0);
      top: 100%;
    }
  
    [role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
      transform: translate3d(calc(-100% + 16px), 0, 0);
    }
  
    /* ------------------------------------------------
        [2.5] Bottom Right
      -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="bottom-right"]::after {
      transform: translate3d(calc(0% + -16px), -10px, 0);
      top: 100%;
    }
  
    [role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
      transform: translate3d(calc(0% + -16px), 0, 0);
    }
  
    /* ------------------------------------------------
        [2.6] Left
      -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="left"]::before,
    [role~="tooltip"][data-microtip-position="left"]::after {
      bottom: auto;
      left: auto;
      right: 100%;
      top: 50%;
      transform: translate3d(10px, -50%, 0);
    }
  
    [role~="tooltip"][data-microtip-position="left"]::before {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
        no-repeat;
      height: 18px;
      width: 6px;
      margin-right: 5px;
      margin-bottom: 0;
    }
  
    [role~="tooltip"][data-microtip-position="left"]::after {
      margin-right: 11px;
    }
  
    [role~="tooltip"][data-microtip-position="left"]:hover::before,
    [role~="tooltip"][data-microtip-position="left"]:hover::after {
      transform: translate3d(0, -50%, 0);
    }
  
    /* ------------------------------------------------
        [2.7] Right
      -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="right"]::before,
    [role~="tooltip"][data-microtip-position="right"]::after {
      bottom: auto;
      left: 100%;
      top: 50%;
      transform: translate3d(-10px, -50%, 0);
    }
  
    [role~="tooltip"][data-microtip-position="right"]::before {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
        no-repeat;
      height: 18px;
      width: 6px;
      margin-bottom: 0;
      margin-left: 5px;
    }
  
    [role~="tooltip"][data-microtip-position="right"]::after {
      margin-left: 11px;
    }
  
    [role~="tooltip"][data-microtip-position="right"]:hover::before,
    [role~="tooltip"][data-microtip-position="right"]:hover::after {
      transform: translate3d(0, -50%, 0);
    }
  
    /* ------------------------------------------------
        [3] Size
      -------------------------------------------------*/
    [role~="tooltip"][data-microtip-size="small"]::after {
      white-space: initial;
      width: 80px;
    }
  
    [role~="tooltip"][data-microtip-size="medium"]::after {
      white-space: initial;
      width: 150px;
    }
  
    [role~="tooltip"][data-microtip-size="large"]::after {
      white-space: initial;
      width: 260px;
    }
  }
  
  @media screen and (min-width: 680px) {
    .container {
      display: flex;
      margin: -15px 0 40px 0;
    }
    /*   sticky anchor */
    .sticky-anchor {
      transition: 0.5s ease-in-out;
      z-index: 10;
      top: -50px;
    }
  
    .container .lazy2 {
      margin: 0;
    }
  
    .sticky-anchor.fixed {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: sticky;
      background: #ececee;
    }
    
    .sticky-anchor a {
      padding: 12px 14px;
    }
  
    .sticky-anchor.fixed a {
      color: #787b80 !important;
      background: transparent !important;
      border-bottom: 4px solid transparent;
      margin: 0;
      padding: 12px 14px;
    }
  
    .sticky-anchor.fixed a.active {
      color: #000 !important;
    }
  
    .sticky-anchor.fixed a:hover {
      color: #000 !important;
    }
  
    .sticky-anchor a:last-child {
      border-right: none;
    }
  
      .sticky-anchor.submenu {
      position: fixed;
      background: #f9f9f9;
      border-bottom: 1px solid #d9d9d6;
      width: 100%;
      left: 0;
      z-index: 1001;
      text-align: center;
      transform: translateY(-120px);
      top:0;
      opacity:0;
    }
  
    .sticky-anchor.submenu.visible {
      transform: translateY(0);
      padding: 0;
      opacity:1;
    }

    .sticky-anchor.submenu a {
      color: #000 !important;
      background: transparent !important;
      margin: 0;
      padding: 8px 12px;
      font-weight:500
    }
  
    .sticky-anchor.submenu a.active {
      color: #000 !important;
      font-weight:700;
    }
  
    .sticky-anchor.submenu a:hover:not(a.active) {
      color: #000 !important;
      font-weight:700;
    }
  
    .sticky-anchor.submenu .submenu-inner {
      display: grid;
      grid-template-columns: 2fr 4fr 2fr;
      margin: 6px 0;
    }
  
    .sticky-anchor.submenu .submenu-steps {
      display: flex;
      align-items: center;
      margin-left: 40px;
    }
  
    .sticky-anchor.submenu .submenu-steps .dot {
      position: relative;
      width: 28px;
      line-height: 28px;
      border-radius: 50%;
      text-align: center;
      font-size: 16px;
      color: #2b2b2b;
      border: 2px solid #2b2b2b;
      margin-right: 10px;
      flex-shrink: 0;
      z-index: 10;
      cursor: pointer;
    }
  
    .sticky-anchor.submenu .submenu-steps .dot.active,
    .sticky-anchor.submenu .submenu-steps .dot.done {
      color: #fff;
      background: #2b2b2b;
    }
  
    .sticky-anchor.submenu .submenu-steps .dot.done::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 28px;
      top: 50%;
      /*   transform: translateY(-50%); */
      height: 1px;
      width: 12px;
      background: #2b2b2b;
    }
  
    .thirdwidest .content_inner,
    .modelpage .content_inner {
      display: flex;
      flex-wrap: wrap;
    }
  
    #second .left .sticky-menu #mobmenfix {
      position: static;
    }
  
    .sm-heading {
      text-align: center;
      opacity: 0;
      margin: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out;
      max-height: 0;
    }
    .sm-heading.show {
      max-height: 140px;
      visibility: visible;
      opacity: 1;
      padding: 20px 0;
    }
  
    #slideTogglebox8 {
      display: none;
      top: 0px;
      position: absolute;
      z-index: 990;
      background: rgb(255, 255, 255);
      line-height: 16px;
      left: 0;
      margin: -5px 0 0 0;
      right: 0;
      padding-bottom: 100px;
      height: 100%;
    }
  
    .slideTogglebox .closeslide {
      margin: 0 0 -30px 0;
      min-height: auto;
      padding: 0 5px;
      font-size: 12px !important;
      line-height: 12px !important;
      height: 20px !important;
    }
  }
  
  @media screen and (max-width: 680px) {
    .sticky-anchor {
      position: static;
    }
  
    .sm-heading {
      display: none;
    }
  }
  
  .filter-switch {
    display: flex;
    align-items: center;
    align-self: center;
    height: 28px;
    border: 1px solid #989898;
    border-radius: 30px;
    margin-left: 10px;
    cursor: pointer;
  }
  
  .filter-switch .fs-toggle {
    padding: 0 12px;
    line-height: 28px;
    border-radius: 30px;
    transition: background 0.1s ease-in-out;
  }
  
  .filter-switch .fs-toggle.active {
    background: #000;
    color: #fff;
  }
  
  @media screen and (max-width: 680px) {
    .filters {
      position: fixed;
      z-index: 900000;
      background: #fff;
      height: 100vh;
      top: 60px;
      left: 0;
      padding: 50px 40px 120px 40px;
      width: 100%;
      overflow-y: auto;
    }
  
    .heading-models .red {
      display: block;
    }
  
    #leasingcalculator2 {
      margin: 0 0 0 10px !important;
      width: auto;
    }
  }
  
  @media screen and (min-width: 680px) {
    .filters {
      display: block !important;
      margin: 0 0 30px 0;
    }
  
    #filtertoggle {
      display: none;
    }
  
    .filters .closeslide {
      display: none;
    }
  
    #mobmenfix:not(#mobmenfix.bottom_menu) ul li.menuBottom{
      display:none
  }
  }

  .modelsview .shop-heading {
    margin-bottom: 30px;
  }
  
  .modelsview .shop-heading h2 a {
    font-weight: 300;
  }
  
  .modelsview .shop-heading h2 a:hover {
    text-decoration: underline !important;
    color: #e62733 !important;
  }
  
  .modelsview .shop-heading h2 .offersCount {
    color: #e62733;
    width: auto !important;
  }
  
  .onemodel .model-info {
    display: inline-block;
    position: relative;
  }
  
  .modelsview .onemodel:hover {
    box-shadow: none;
  }
  
  .modelsview .onemodel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
  }
  
  
  .onemodel .model-links a:first-child {
  }
  
  .onemodel .model-links a:nth-child(4) {
    border-top: 1px solid #fff;
  }
  
  .calc-container select {
    border: 0;
    background: #edecec;
    height: 32px;
    width: calc(100% - 5px);
    padding: 0 0 5px 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "Open Sans", Tahoma, Sans Serif;
    color: #585858;
    margin-bottom: 30px;
  }
  
  .filterSlider {
    margin: 15px;
    height: 8px !important;
    margin-bottom: 20px !important;
  }
  
  .filters-inner {
    padding: 10px 0 0 0;
  }
  
  .filters .input {
    position: relative;
    display: flex;
    width: 100%;
  }
  
  .filterInput span {
    display: flex;
    position: relative;
    width: 100%;
  }
  
  .filterInput span.half {
    width: 42%;
  }
  
  .filterInput span label,
  .input label,
  .lc-i label {
    font-size: 12px;
    line-height: 12px;
    padding: 0 3px;
    position: absolute;
    top: -6px;
    left: 5px;
    background: #fff;
    z-index: 10;
  }

  
  .filterInput .input:before {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    content: attr(data-content);
  }
  
  .calc-container .input:before {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    content: attr(data-content);
  }
  
  #extra-calc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
    color: #000;
  }
  
  #extra-calc img {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
  }
  
  #extra-calc img.active {
    transform: rotate(0);
  }
  
  .title-container {
    display: inline-flex;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }
  
  .pages-info {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  
  .pages-info .share {
    margin-right: 10px;
  }
  .share {
    display: flex;
    align-items: center;
    background: none;
    color: #585858;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border: 0;
  }
  .share svg {
    margin: 0 4px 4px 0;
    width: 24px;
  }
  
  .share:hover {
    color: #000;
  }
  
  .share:hover svg {
    fill: #000;
  }
  
  .share-container {
    position: relative;
    align-self: center;
  }
  
  .share-popup {
    position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 0 5px #00000038;
    z-index: 100;
  }
  
  .share-popup h3 {
    margin: 0 0 20px 0;
  }
  
  .share-popup a {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .share-popup a:last-child {
    margin-bottom: 0;
  }
  
  .share-popup a img {
    margin-right: 10px;
    width: 24px !important;
  }
  
  #copy-link {
    min-height: 24px;
  }
  
  .share-popup #copy-link div {
    display: flex;
    align-items: center;
  }
  
  .copied {
    position: absolute;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  #copy-link.animate img {
    animation: scale 0.3s linear forwards;
  }
  
  .animate .copy {
    position: absolute;
    opacity: 0;
    transition: all 0.1 ease-in-out;
  }
  
  .animate .copied {
    visibility: visible;
    opacity: 1;
    color: #23b623;
  }
  
  @keyframes scale {
    0% {
      transform: none;
    }
    50% {
      transform: scale(1.3);
    }
    100% {
      transform: none;
    }
  }
  
  .leftmenu ul .filter-switch {
    height: 22px;
    border: 1px solid #989898;
    border-radius: 22px;
  }
  
  .leftmenu ul .filter-switch {
    position: relative;
    margin: 12px 0 0 0;
    width: 48px;
    background: #e4e2e2;
    border: 1px solid #cac6c5;
  }
  
  .leftmenu ul .filter-switch.active {
    background: #0074e8;
  }
  
  .leftmenu ul .fs-toggle.active {
    background: #fff;
    left: 24px;
  }
  
  .leftmenu ul .fs-toggle {
    position: absolute;
    left: 0;
    padding: 0;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #cac6c5;
    transition: All 0.3s ease;
  }
  
  .leftmenu.model-tgl ul li a:hover {
    color: #000 !important;
    background: initial;
  }
  
  .used-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 16px;
  }
  
  .price-grid.used .price-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px 0px;
    grid-template-areas:
      "title title"
      "price price"
      "price-extra price-extra"
      "img img"
      "type type"
      "data data";
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #dddbdb;
    cursor: pointer;
    align-content: space-between;
  }
  
  .price-grid.used .price-img img {
    width: 100% !important;
    height: auto !important;
  }
  
  .price-grid.used .price-box a {
    text-align: center;
    grid-area: title;
    color: #000;
    margin: 20px 0 10px 0;
    font-family: "Peugeot", Verdana, sans-serif;
    font-weight: 700;
    text-decoration: none;
    /* max-height: 200px; */
    overflow: hidden;
  }
  
  .price-grid.used .bargain_price {
    display: block !important;
  }
  
  .price-grid.used .data-wrap {
    grid-area: data;
  }
  
  .price-grid.used .redprice {
    grid-area: price;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  
  .price-grid.used .usedmileage::before {
    background-image: url("/img/mileage.svg");
  }
  .price-grid.used .modelyear::before {
    background-image: url("/img/modelyear.svg");
  }
  .price-grid.used .fueltype::before {
    background-image: url("/img/fueltype.svg");
  }
  .price-grid.used .transmission::before {
    background-image: url("/img/transmission.svg");
  }
  
  .price-grid.used .icon {
    display: flex;
    align-items: center;
    margin: 4px 10px;
  }
  
  .price-grid.used .icon:before {
    content: "";
    display: inline-flex;
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    margin-right: 6px;
    text-align: left !important;
  }
  
  .price-grid.used .price-box span:first-of-type {
    display: block;
    grid-area: type;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    /* font-size:14px; */
    margin-bottom: 10px;
  }
  
  .price-grid.used .price-box .extra {
    display: block !important;
    grid-area: price-extra;
    text-align: center;
    font-size: 12px;
  }
  
  .price-grid.used .price-box .extra,
  .price-grid.used .price-box span {
    display: none;
  }
  
  #fo-search a {
    display: flex;
    flex-direction: column;
  }
  
  #fo-search svg g rect{
    fill:#0074e8
  }
  
  #fo-search #svg_5,
  #fo-search #svg_7 {
    transition: ease-in-out 0.4s;
  }
  
  #fo-search:hover #svg_5 {
    transform: translateX(-170px);
  }
  
  #fo-search:hover #svg_7 {
    transform: translateX(170px);
  }
  
  .lease-calc option,
  #lease_tyyp_filter option {
    text-transform: lowercase;
  }
  
  .lease-calc-details {
    font-size: 12px;
    line-height: 12px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 8px 0 0 0 !important;
  }
  
  #second .right #leasing_details li,
  #third .right #leasing_details li {
    padding: 0 0 0px 0px;
    background: none;
  }
  
  .lease-container .redtext {
    color: black;
    font-weight: 700;
    white-space: nowrap;
  }
  
  .lease-container .expnd-btn {
    color: #585858;
  }
  
  .lease-container .expnd-btn:hover {
    color: #585858;
  }
  
  .lease-container .eq-wrapper b {
    color: #000;
  }
  
  .owl-nav {
      margin-top: 90px !important;
  }
  
  .owl-prev {
      margin-top: -140px !important;
  }
  
  .owl-next {
      margin-top: -140px !important;
  }