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


.menuactive {
  background: var(--dark-secondary);
  color: #ffffff !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;
}


.noUi-handle{
  cursor:pointer !important;
}

.imgload
{
  opacity: 0 !important;
  transition: none;
}
#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: #D64000 !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;
}

/* Frontpage specials */

#front_specials{
  background:#fff
}

#front_specials .price-grid{
  grid-gap: 32px
}

#front_specials .content_inner{
  padding-top: 40px;
  min-height: 200px;
}

#front_specials h2{
  text-align:center;
  margin:0
}

#front_specials .box_container{
  display:flex;
  margin-bottom:60px;
}

#front_specials .box{
  background: #e8e7e3;
  width:33.3%;
  display:flex;
  flex-direction: column;
}

#front_specials .box_heading{
  display: inline-flex;
  width:100%;
  align-items: center;
  justify-content: center;
  flex: .5;
  margin: 0 0 20px 0;
}

#front_specials .box_heading#used{
  display:in
}

#front_specials .box h2{
  font-size: 24px;

}

#front_specials .box .box_inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

#front_specials .box a{
  background: #fff;
  padding: 10px;
  text-decoration: none;
}

#front_specials .box a:hover{
  background: var(--dark-secondary);
  color: #fff;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

#front_specials .box select{
  border: 1px solid #DDDBDB;
  height: 38px;
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #585858;
  width:100%;
  margin-bottom:10px;
}

#front_specials .box_container > * + *{
  margin-left:20px
}

#front_specials .box:nth-child(2){
  background:#fff
}

.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:"\2716";
  margin-left:6px;
  font-size:10px;
  vertical-align:middle;
  color:#cb300d
}

.right .filter-selections .clear{
  padding: 0 6px;
  color:#585858;
  border:1px solid transparent
}

.right .filter-selections .clear svg{
  margin-right: 6px;
  height: 20px;
}

.right .filter-selections .clear:hover, .right .filter-selections .clear:hover svg g{
  color:#000;
  fill:#000
}

.right .filter-selections .clear::after{
  content:"";
}

#scroll-down {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 60px;
  height: 60px;
  text-decoration: none;
  opacity: 1;
  padding: 0;
  background: var(--dark-primary);
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center
}

#scroll-down img{
  fill: #fff !important;
}

#scroll-down img {
  position: absolute;
  width: 2.1rem;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 2.6s ease-out infinite;
}

#scroll-down img:before {
  left: 0;
  transform: skewY(30deg);
}
#scroll-down img:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
      opacity: 1;
      transform: translateY(.8rem);
  }
  50% {
      opacity: 1;
      transform: translateY(1.8rem);
  }
  100% {
      opacity: 0;
      transform: translateY(2.8rem) scale(0.5);
  }
}

@media screen and (max-width: 1400px){
  #scroll-down{
      bottom:80px
  }
}

@media screen and (max-width:1020px){
  #front_specials .content_inner{
      padding-top: 10px;
  }

  #front_specials .box_container{
      flex-direction: column;
  }

  #front_specials .box_container > * + * {
      margin:0
  }

  #front_specials .box{
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 20px;
  }

  .right .filter-selections .sel:not(.clear)::after{
      content:"\2715";
      font-size:13px;
      color: #cb300d;
  }

  #scroll-down{
      display:none
  }
}

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

  .container .lazy2{
      margin:0;
  }

  .sticky-anchor.fixed{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position:fixed;
      width:100%;
      left:0;
      background:#e8e7e3;
      border-bottom: 1px solid #c5c5c5;
      z-index: 600;
      transform: translateY(-200%);
      opacity:0;
  }

    .sticky-anchor.fixed.show{
      top: 59px !important;
  transform: translateY(0%);
  opacity:1;
}

  .sticky-anchor a{
      padding:12px 14px;
  }

  .sticky-anchor.fixed a{
      color:#646464 !important;
      background:transparent !important;
      margin: 0 ;
      border-right:1px solid #ccccc7;
      border-bottom: 3px solid transparent;
      padding: 12px 14px 8px 14px;
  }

  .sticky-anchor.fixed a.active{
      background: #fff !important;
      color: #000 !important;
      border-bottom: 3px solid #D64000
  }

  .sticky-anchor.fixed a:hover{
      background: #fff !important;
      color: #000 !important;
      border-bottom: 3px solid #D64000
  }


  .sticky-anchor a:last-child{
      border-right:none
  }

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

  .sticky-anchor.submenu.visible{
      transform: translateY(0);
      padding:0
    }
    
    .sticky-anchor{
      transition: .5s ease-in-out;
      top: -50px;
      z-index: 10
  }

  .sticky-anchor.submenu a{
      color: #646464 !important;
      background: transparent !important;
      margin: 0;
      border-right: 1px solid #ccccc7;
      border-bottom: 3px solid transparent;
      padding: 12px 14px 8px 14px;
  }

  .sticky-anchor.submenu a.active{
      background: #fff !important;
      color: #000 !important;
      border-bottom: 3px solid #D64000
  }

  .sticky-anchor.submenu a:hover{
      background: #fff !important;
      color: #000 !important;
      border-bottom: 3px solid #D64000
  }

  .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: 24px;
      line-height: 24px;
      border-radius: 50%;
      text-align: center;
      font-size: 14px;
      color: #4B4B4B;
      border: 2px solid #4B4B4B;
      font-family: "Poppins", 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: #4B4B4B;
      background: #fff;
      border: 2px solid #ffffff;
  }

  .sticky-anchor.submenu .submenu-steps .dot.done::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 28px;
      top: 50%;
      height: 1px;
      width: 12px;
      background: #ffffff;
  }

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

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

   #second.storefront .left .sticky-menu,
    #second.storefront .left #mobmenfix{
      display:block;
    }


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

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

/* new modelpage */

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

.modelsview .allmodels{
  width:100%;
}

.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: #D64000 !important;
}

.modelsview .shop-heading h2 .offersCount{
  color: #D64000;
  width:auto !important;
}


.onemodel .model-info{
  display:inline-block;
  position:relative;
  width: 100%;
}

.modelsview .onemodel:hover{
  box-shadow:none;
}

.modelsview .onemodel{
  display:flex;
  flex-direction: column;
}

.modelsview .onemodel img{
  transition: all .2s ease-in-out;
  transform: scale(0.9);
}

.modelsview .onemodel:hover img{
  transform: scale(1);
}


.onemodel .model-links a:nth-child(4){
  border-top:1px solid #fff;
}

.onemodel .model-links a{
  background:#e8e7e3;
  color:#7c7c7c !important;
  margin: 0 !important;
}

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

.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:12px;
  border:0;
}
.share svg{
  margin: 0 4px 4px 0;
  width:20px;
}

.share:hover{
  color:#000
}

.share:hover svg{
  fill:#000;
}

.share-container{
  position:relative
}

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


.brandmenu .leftmenu h4 {
  font-size:14px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding: 0 0 20px 40px !important;
}

.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:var(--dark-secondary);
  color:#fff;
}

@media screen and (max-width:680px){
  .filters{
      position: fixed;
      z-index: 99999999;
      background: #fff;
      height: 100vh;
      top: 0;
      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:var(--dark-primary);
      cursor:pointer;
      z-index: 11;
  }

  #leasingcalculatorBtn{
      margin: 0 0 0 10px !important;
      width:auto;
  }
}

@media screen and (min-width:680px){
  .filters{
      display:block !important;
      margin:30px 0 20px 0
  }

  #filtertoggle{
      display:none;
  }

  .filters .closeslide{
      display:none
  }
}


.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-size: 1.1em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-decoration: none;
  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;
  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, .icon img{
  display:none
}

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

.lease-calc-details {
  font-size: 12px;
  line-height: 28px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.lease-calc-details:last-of-type{
  border-bottom:none;
  line-height:20px !important
}


#second .right #leasing_details li, #third .right #leasing_details li{
  padding: 0 0 0px 0px;
  background: none;
}

#second .lease-container #leasing_details{
  margin-top:10px;
}

.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{
  display: block;
  padding-top: 18px;
  color: #000;
}

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

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

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