/*
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;
  }
  
  .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 .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .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;
    }
  
    .content-grid{
        grid-gap: 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:"";
  }
  
  
  #imagelightbox
  {
    z-index: 99999996 !important;
    background-color: white;
  }
  
  .front-special-a {
    text-decoration: none;
    background: transparent !important;
    content: '' !important;
    padding: 0px !important;
  }
  
  
  .front-special-a h2:hover{
    color: #4B4B4B !important;
  }
  
  
  /* For news page image */
  .news-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  /* 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;
    }
  
    [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, .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, .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: .5em 1em;
        white-space: nowrap;
        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 {
        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;
    }
  
  
  /* 
    #second:not(.storefront, .modelsview) .left[stuck]{
        background:#2f2726
    }
  
    #second:not(.storefront, .modelsview) .left[stuck] a{
        color:#fff
    }
  
    #second:not(.storefront, .modelsview) .left[stuck]{
        background:#2f2726
    }
  
    #second:not(.storefront, .modelsview) .left[stuck] .sm-heading{
        visibility: visible;
        opacity: 1;
    }
  
    #second .left[stuck] ul{
        border-top: 1px solid transparent
    }
  
  
    #second .left[stuck] ul li:not(.sel){
        border-bottom: 2px solid transparent
    } */
  }
  
  
  /*   sticky anchor */
  
  
  @media screen and (min-width: 680px){
    .container{
        display:flex;
        margin: -15px 0 40px 0;
    }
  
    .sticky-anchor{
        transition: .5s ease-in-out;
        top: -50px;
        z-index: 10
    }
  
    .container .lazy2{
        margin:0;
    }
  
    .sticky-anchor.fixed{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position:fixed;
        background:#2f2726;
        width: 100%;
        left: 0;
        z-index: 600;
        transform:translateY(-100%)
    }
  
    .sticky-anchor.fixed.show{
        transform:translateY(0);
        display:none
    }
  
    .sticky-anchor.fixed a{
        color:#fff !important;
        background:transparent !important;
        margin: 0;
        padding: 10px 28px;
    }
  
    .sticky-anchor.fixed a.active{
        background: #ad9d91 !important;
        color: #e6e0dc !important;
    }
  
    .sticky-anchor.fixed a:hover{
        color: #e6e0dc !important;
    }
  
    .sticky-anchor.submenu{
        position:fixed;
        background:rgba(255, 255, 255, .75);
        -webkit-backdrop-filter: blur(1.25rem);
        backdrop-filter: blur(1.25rem);
        width: 100%;
        left: 0;
        z-index: 1001;
        top:0;
        text-align: center;
        transform: translateY(-120px);
        -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .25);
        box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .25);
        opacity:0;
    }
  
    .sticky-anchor.submenu.visible{
        transform: translateY(0);
        opacity:1;
        padding:0
    }
  
  
    .sticky-anchor{
        transition: .3s ease-in-out;
        top: -50px;
        z-index: 10
    }
  
    .sticky-anchor.submenu a{
        color:#1a1b1b!important;
        background:transparent !important;
        font-size: 16px;
        line-height: 16px;
        font-weight:700;
        margin: 0 12px;
        padding: 8px 0;
        border:none;
        border-radius:0;
        border-bottom: 2px solid transparent;
    }
  
    .sticky-anchor.submenu span{
        
    }
  
    .sticky-anchor.submenu a.active{
        color: #ad9d91!important;
        border-bottom: 2px solid #ad9d91;
    }
  
    .sticky-anchor.submenu a:hover:not(a.active){
        color: #ad9d91!important;
        border-bottom: 2px solid #ad9d91;
    }
  
    .sticky-anchor.submenu .submenu-inner{
        display:grid;
        grid-template-columns: 1fr 4fr 1fr;
    }
  
    .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: 18px;
        color: #9d8c83;
        border: 2px solid #9d8c83;
        font-weight: 700;
        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: #1a1b1b;
        border-color:#1a1b1b
    }
  
    .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: #1a1b1b;
    }
  
  
    .thirdwidest .content_inner, .modelpage .content_inner, #mudleDiv{
        display:flex;
        flex-wrap: wrap;
    }
  
    .left .sticky-menu, #second:not(.storefront, .modelsview) .left #mobmenfix{
        position: sticky;
        transition: .5s ease-in-out;
    }
  
    #second .left .sticky-menu #mobmenfix{
        position:static
    }
  
    #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;
    }
  
    #second:not(.storefront, .modelsview) #mobmen ul{
        display:flex;
        align-items: center;
        margin: 0;
        overflow-y: hidden;
        -ms-overflow-style: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
  
  
    #second:not(.storefront, .modelsview) #mobmen ul::-webkit-scrollbar{
        height:6px
    }
  
  
    #second:not(.storefront, .modelsview) #mobmen ul::-webkit-scrollbar-track{
        background: #f0f0f0;
    }
  
    #second:not(.storefront, .modelsview) #mobmen ul::-webkit-scrollbar-thumb{
        background-color: #cdcdcd;
    }
  
  
    #second:not(.storefront, .modelsview) .left{
        position: sticky;
        top: -1px;
        z-index: 999991;
        width: 100%;
        background: rgba(255, 255, 255, .75);
        -webkit-backdrop-filter: blur(1.25rem);
        backdrop-filter: blur(1.25rem);
        transition: .5s ease-in-out;
        overflow-y: hidden;
        -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .25);
        box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .25);
    }
  
  
    #second.modelpage .sticky-menu .model-btns{
        display:flex;
        gap:6px;
        margin: 0 14px;
    }
  
    #second.modelpage .sticky-menu .model-btns .red{
        height: 42px;
        width: auto;
        padding: 0 18px;
    }
  
    #second.modelpage .left .sticky-menu, #second.modelpage .left #mobmenfix{
        display: flex;
        position: sticky;
        transition: .5s ease-in-out;
        justify-content: space-between;
        align-items: center;
    }
  
    #second:not(.storefront, .modelsview) .left .sticky-menu{
        left: 0;
        padding: 0 0 0 14px;
        overflow-y: hidden;
        -ms-overflow-style: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
  
    #second:not(.storefront, .modelsview) .right {
        padding-top: 40px;
    }
  }
  
  .modelpage iframe{
    width:100%;
    height:100%;
  }
  
  @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 .1s ease-in-out
  }
  
  .filter-switch .fs-toggle.active{
    background:#ad0040;
    color:#fff;
  }
  
  .front_container{
    background:#2d2525;
    padding-top:88px
  }
  
  .front-models{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:50px;
  }
  
  
  
  @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;
    }
  
    #filtertoggle{
        position: fixed;
        bottom:70px;
        right: 0;
        margin:0 !important;
        z-index: 9999;
        opacity: .8;
        display:flex;
        align-items:center;
        justify-content: space-between;
        width:84px !important
    }
  
    .filters-bar{
        display:flex;
        align-items:center;
        justify-content: center;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:50px;
        font-size:16px;
        color: #fff;
        background:#2f2726;
        cursor:pointer;
    }
  
  }
  
  @media screen and (min-width:680px){
    .filters{
        display:block !important;
        margin:30px 0 20px 0
    }
  
    #filtertoggle{
        display:none;
    }
  
    .filters .closeslide{
        display:none
    }
  
    #mobmenfix:not(#mobmenfix.bottom_menu) ul li.menuBottom{
        display:none
    }
  }
  
  /* new modelpage */
  
  .onemodel .red{
    height: auto;
    float: left;
    padding: 10px 22px;
    background:#fff;
    color: #000;
  
  }
  
  .modelsview .allmodels{
    width:100%;
    padding:0;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  }
  
  .modelsview .shop-heading{
    margin-bottom:30px;
  }
  
  .modelsview .shop-heading h2 a{
    font-weight:300;
    text-decoration: none;
  }
  
  .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;
    z-index: 1;
  }
  
  .modelsview .onemodel:hover{
    box-shadow:none;
  }
  
  .modelsview .onemodel{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom:0
  }
  
  .modelsview .onemodel img{
    transition: all .2s ease-in-out;
    transform: scale(0.9);
  }
  
  .modelsview .onemodel:hover img{
    transform: scale(1);
  }
  
  .onemodel .model-links a{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .modelsview .onlyextramodels .onemodel .modelname{
    color: #ad0040 !important
  }
  
  .modelsview .onlyextramodels .onemodel:hover p{
    color: #ad0040
  }
  
  .modelsview .onlyextramodels .onemodel p{
    color:#fff;
  }
  
  .modelsview .onlyextramodels .onemodel .model-links a{
    background:#ad9d91;
    color: #fff !important;
  }
  
  .modelsview .onlyextramodels .onemodel .model-links a:hover{
    background:#796d65;
  }
  
  .modelsview .onlyextramodels .onemodel .model-links a:nth-child(4){
    margin-top: 1px !important;
    border-top: 0;
  }
  
  .onemodel .model-links a{
    background: transparent;
    color: #1a1b1b;
    font-size: 12px;
    margin: 0 !important;
    height: auto !important;
    border: 1px #1a1b1b solid;
  }
  
  .model-links a sup{
    text-transform: lowercase;
    font-size:11px;
    color: #E62733;
    margin-left:4px;
  }
  
  
  .onemodel .model-links a:hover{
    border-color: #9d8c83;
    background-color: #e9e7e1 !important;
    color: #9d8c83;
  }
  
  .onemodel .model-links{
    display:flex;
    flex-wrap:wrap;
    flex: 1;
    gap: 2px;
  }
  
  
  .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:13px;
    line-height:13px;
    padding: 0 3px;
    position: absolute;
    top: -8px;
    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 .3s cubic-bezier(0.23, 1, 0.320, 1)
  }
  
  #copy-link.animate img{
    animation: scale .3s linear forwards;
  }
  
  .animate .copy {
    position:absolute;
    opacity:0;
    transition: all .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: 12px;
    border: 1px solid #989898;
    border-radius: 12px;
  }
  
  
  .leftmenu ul .filter-switch{
    position:relative;
    margin:8px 0 0 0 ;
    width:48px;
    background: #e4e2e2;
    border: 1px solid #cac6c5;
  }
  
  .leftmenu ul .filter-switch.active{
    background:#ad0040
  }
  
  #fo-search svg rect{
    fill: #ad0040;
  }
  
  .leftmenu ul .fs-toggle.active{
    background:#fff;
    left:28px;
  }
  
  .leftmenu ul .fs-toggle{
    position:absolute;
    left:0;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background:#fff;
    border: 1px solid #cac6c5;
    transition: All .3s ease;
  }
  
  .leftmenu.model-tgl{
    padding:10px 20px 0 0
  }
  
  .leftmenu.model-tgl ul li{
    cursor:pointer;
    margin: 10px 0 0 20px;
  }
  
  .leftmenu.model-tgl ul li:hover{
    color: #9d0605
  }
  
  .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: "ubuntubold", Tahoma, Sans Serif;
    font-weight: normal;
    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_5, #fo-search #svg_7{
    transition:ease-in-out .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-top: 10px;
  }
  
  #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;
  }