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

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

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

@media screen and (min-width:1020px){

  .modelsview .allmodels{
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  }

  .onemodel img{
    max-height:120px;
  }

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


/*   sticky anchor */

@media screen and (min-width: 680px){
  .container{
      display:flex;
      margin: -15px 0 40px 0;
  }

  .container .lazy2{
      margin:0;
  }

  .sticky-anchor{
    transition: .3s ease-in-out;
    top: 56px;
    z-index: 10;
  }

  .sticky-anchor.fixed{
      display: flex !important;
      justify-content: center;
      flex-wrap: wrap;
      position:fixed;
      background:#57718a;
      width: 100%;
      left: 0;
      z-index: 600;
      transform: translateY(-200%);
      opacity:0;
  }

  .sticky-anchor.fixed.show{
    transform: translateY(0%);
    opacity:1;
  }

  .sticky-anchor.fixed a{
      color:#fff !important;
      background:transparent !important;
      margin: 0;
      border: 2px solid #fff;
      margin: 8px 6px;
  }

  .sticky-anchor.fixed a.active{
      background: #fff !important;
      color: #57718a !important;
  }

  .sticky-anchor.fixed a:hover:not(a.active){
    background-color: rgba(59,57,56,.5) !important;
    color: #9dc7e0;
    border-color: #9dc7e0;
  }

.sticky-anchor.submenu{
  position:fixed;
  background:#57718a;
  width: 100%;
  left: 0;
  z-index: 1001;
  text-align: center;
  transform: translateY(-120px);
  top:0;
  opacity:0;
}

.sticky-anchor.submenu.visible{
  transform: translateY(0);
  opacity:1;
  padding:0;
}

.sticky-anchor.submenu a{
  color:#fff !important;
  background:transparent !important;
  margin: 0;
  border: 2px solid #fff;
  margin: 8px 6px;
}

.sticky-anchor.submenu a.active{
  background: #fff !important;
  color: #57718a !important;
}

.sticky-anchor.submenu a:hover:not(a.active){
  background-color: rgba(59,57,56,.5) !important;
  color: #9dc7e0 !important;
  border-color: #9dc7e0;
}

.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: rgb(255, 255, 255);
  border: 2px solid #ffffff;
  font-family: "CitroenType", Verdana, sans-serif;
  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: #57718a;
  background: #fff;
}

.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: #ffffff;
}

  #second .left .sticky-menu #mobmenfix{
      position:static
  }

  .sm-heading{
      text-align:center;
      opacity:0;
      margin:0;
      visibility: hidden;
      transition: all .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
  }

  .sticky-anchor{
    display:none
}

  .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;
  z-index: 10;
}

.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:#da291c;
  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;
  }

  #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;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }

  .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:#57718a;
      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
}

/*   #second .left ul li:nth-last-child(2){
    border-bottom:none
    } */
    
    #second .left ul .orangebtn{
      margin-top: 4px;
      border:none;
    }
    
    #second .left ul .orangebtn a{
      font-size:16px;
      font-weight:700;
      border-radius: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 20px);
        min-height:22px;
    }
}

/* new modelpage */

.onemodel .red{
  height: auto;
  float: left;
  padding: 10px 18px;
  background:#fff;
  color: #000;

}

.modelsview .allmodels{
  width:100%;
  padding:0;
}

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

.modelsview .onemodel:hover, .front_inner .onemodel:hover{
  box-shadow:none;
  border: 1px solid transparent;
}

.front_inner .onemodel:hover::after{
height:0;
background:transparent;
}

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

.modelsview .onlydsmodels .onemodel .modelname{
  color: #ad0040 !important
}

.modelsview .onlydsmodels .onemodel:hover p{
  color: #ad0040
}

.modelsview .onlydsmodels .onemodel p{
  color:#fff;
}

.modelsview .onlydsmodels .onemodel .model-links a{
  background:#ad9d91;
  color: #fff !important;
}

.modelsview .onlydsmodels .onemodel .model-links a:hover{
  background:#796d65;
}

.modelsview .onlydsmodels .onemodel .model-links a:nth-child(4){
  margin-top: 1px !important;
  border-top: 0;
}

.onemodel .model-links a{
  font-size:11px;
}

.onemodel .model-links{
  gap: 1px;
}

.calc-container select{
  border: 0;
  background: #edecec;
  height: 32px;
  width: 100%;
  padding: 0 0 5px 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: "Open Sans", Tahoma, Sans Serif;
  color: #585858;
  margin: 20px 0;
}

.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:48%
}

.filterInput span.half label{
  text-wrap: nowrap;
}

.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 label[for=lease_jaak_filter]{
top: -14px;
} */

.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: 22px;
  border: 1px solid #989898;
  border-radius: 22px;
}


.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:#57718a
}

.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 .3s ease;
}

.leftmenu.model-tgl{
  padding:10px 20px 10px 0
}

.leftmenu.model-tgl ul li{
  cursor:pointer;
  margin: 10px 0 10px 20px;
}

.leftmenu.model-tgl ul li a:hover{
  color: #57718a
}

.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 0px 0;
  font-family: "CitroenType", 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;
}



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

.price-grid.used span.-model{
  display: block;
  font-weight: 500;
}


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

.lc-inner .redtext {
  color: black;
  font-weight: 700;
  white-space: nowrap;
}

.lc-inner .expnd-btn{
  color:#585858;
}

.lc-inner .expnd-btn:hover{
  color:#585858;
}

.lc-inner .eq-wrapper b{
  color:#000;
}

.owl-nav {
    margin-top: 90px !important;
}

.owl-prev {
    margin-top: -140px !important;
}

.owl-next {
    margin-top: -140px !important;
}