.bootstrap-tabs{
    margin-bottom: 20px;
}
.fuelefficiency br{
    display:block !important;
}
.fuelefficiency{
    line-height: 15px !important;
    text-align: left !important;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}
.nav li {
    background-image: none !important;
    padding: 0 !important;
    margin: 0 3px 3px 0 
}
.tab-link {
    text-decoration:none;
    background-color: #e4e2e2;
    color: #383838;
    margin: 0px !important;
    padding: 8px 15px !important;
    float: left !important;
    border: none;
    transition: background-color .2s linear;
}
.nav li:hover .tab-link{
    background-color: #ad0040;
    color: #fff;
}
.nav li.active .tab-link{
    background-color: #ad0040;
    color:#fff;
}
.nav-tabs {
    margin: 0 !important;
    list-style-type: none;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.tab-pane-content{
    padding: 20px;
    background: #F1F0F0;
}
.sticky-title{
    text-align:center;
    transition: all .3s ease-in-out;
    color:#000;
    font-size:18px !important;
    margin: 0 18px;
    text-wrap: nowrap;
}
.content_box_div{
    height: 140px;
    overflow: hidden;
    position: relative;
    margin: 40px 0;
    width: 100%;
}
.content_box_div.open{
    height: auto;
}
.content_box_toggle {
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.content_box_toggle .arrow{
    content: "";
    width: 12px;
    height: 12px;
    right: 1px;
    transform: rotate(45deg);
    border: solid #3b3938;
    border-width: 0 3px 3px 0;
    display: inline-block;
    margin-top: 8px;
}
.content_box_toggle.open{
    position: relative;
}
.content_box_toggle.open .arrow{
    transform: rotate(225deg);
}
.content_box_toggle:not(.content_box_toggle.open):after {
    background: linear-gradient(0deg,#fff 25%,hsla(0,0%,100%,0));
    bottom: inherit;
    content: "";
    cursor: inherit;
    display: block;
    height: 110px;
    position: inherit;
    width: inherit;
    z-index: -1;
}
.front-special-a {
    text-decoration: none;
    background: transparent !important;
    content: '' !important;
    padding: 0px !important;
}
.news-grid.campaign{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0px;
    margin: 0 -10px;
}
.news-grid.campaign .news-block{
    width:calc(50% - 20px);
    margin: 0 10px;
}
.news-grid .mainpic_wrapper{
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.mainpic_wrapper .mainpic{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.news-block .mainpic{
    transition: all 0.25s ease-in-out;
}
.news-block:hover .mainpic{
    transform: scale(1.05);
}
.news-grid.campaign .news-img{
    height:320px;
}
.news-block a{
    text-decoration: none;
}
.news-block a:hover{
    color:#000 
}
.news-block .news-bottom{
    padding:24px;
}
.news-block .news-bottom_inner{
    display:flex;
    position:relative;
    font-size:18px;
    font-weight:700;
    padding: 0 0 24px;
    margin: 0 0 24px;
}
.news-block.campaign .news-bottom_inner{
    padding: 0;
    margin: 0 0 20px 0;
}
.news-block.campaign .news-bottom .link{
    color: #9d8c83;
    font-size:16px;
    font-weight:500;
}
.front-cta{
    font-weight: 500;
    text-decoration: none;
    position: relative;
    color: #9d8c83;
    display: flex;
}
.front-cta .arrow {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
    width: 28px;
    min-width: 28px;
    transition: min-width .2s ease-in-out,width .2s ease-in-out;
}
.front-cta .arrow:before {
    position: absolute;
    border-top: 2px solid;
    content: "";
    display: block;
    width: 28px;
    min-width: 28px;
    left: 0;
    -webkit-transition: min-width .2s ease-in-out,width .2s ease-in-out;
    -o-transition: min-width .2s ease-in-out,width .2s ease-in-out;
    transition: min-width .2s ease-in-out,width .2s ease-in-out;
}
.front-cta .arrow:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 1px;
    transform: rotate(-45deg);
    border: solid #9d8c83;
    border-width: 0 2px 2px 0;
    display: inline-block;
}
.news-block.campaign:hover .arrow {
    width: 32px;
    min-width: 32px;
}
.news-block.campaign:hover .arrow:before {
    width: 32px;
}
.news-block:not(.news-block.campaign) span::after, .news span::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #9d8c83;
}
.news-block .news-img{
    background-size:cover;
    background-position: center;
    height:220px;
}
.category-tabs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom:40px;
}
.category-tabs li a{
    cursor:pointer;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 0;
    margin: 0 16px;
}
.category-tabs li a:hover{
    border-bottom: 3px solid var(--secondary);
}
.category-tabs .menuactive{
    background:none;
    color: var(--secondary) !important;
    border-bottom:3px solid var(--secondary);
    font-weight:700 
}
#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;
    gap: 20px;
}
#front_specials .box{
    background: #e9e7e1;
    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 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: #3b3938;
    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:nth-child(2){
    background:#fff 
}
.price-grid .lease-p{
    font-size: 10px;
    line-height: 12px;
    margin: 4px 0 10px 0;
}
.hide{
    display:none !important 
}
.hide2{
    visibility: hidden;
}
.price-box-overlay{
    display:none;
}
.specialprice_table > *, p.onlygrid, span.onlygrid{
    display:none;
}
p.onlygrid{
    display:none;
}
.price-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 16px;
    width:100%;
}

.mbackground.all .price-box .smallcolor, .mbackground.all .price-grid .price-box-booked .smallcolor{
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.noUi-origin {
    margin-top: -5px !important;
}
.noUi-connect {
    background: #9d8c83 !important;
}
.price-grid .price-box, .price-grid .price-box-booked{
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-template-rows: auto;
    gap: 0px 0px;
    grid-template-areas: "title title title" "p1 p2 p3" "img img img" "color color color";
    position:relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #DDDBDB;
    border-radius: 8px;
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
}
.price-grid .price-box-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
}
.none{
}
.bookedRow {
}
.bookedRow td{
    opacity: 1 !important;
}
.price-box, .price-box-booked{
    transition: .15s ease-in-out 
}
.price-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%) 
}
.owl-dots{
    opacity:0;
    visibility: none;
    transition: all .3s ease-in-out;
    margin: 4px 0;
}
.price-box:hover .owl-theme .owl-nav, .price-box-booked:hover .owl-theme .owl-nav, .price-box:hover .owl-dots, .price-box-booked:hover .owl-dots{
    opacity:1;
    visibility: visible;
}
.owl-item{
    clip-path: inset(0 40px 0 40px);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ad9d91 !important;
}
.price-box p.onlygrid, .price-box-booked p.onlygrid{
    display:block;
    margin-bottom: 6px;
    line-height: 15px;
}
.price-box .redprice{
    font-size: 21px;
    color: #9D0605;
    font-weight: 700;
    font-family: "dsautomobiles", Arial, Tahoma;
}
.price-box-booked .redprice{
    font-size: 21px;
    color: #9D0605;
    font-weight: 700;
    font-family: "dsautomobiles", Arial, Tahoma;
}
.price-box .bprice{
    font-size: 21px;
    color: #000;
    font-family: "dsautomobiles", Arial, Tahoma;
}
.price-box-booked .bprice{
    font-size: 21px;
    color: #000;
    font-family: "dsautomobiles", Arial, Tahoma;
}
.price-box-booked p.regularprice{
    text-decoration:line-through 
}
.price-box p.regularprice{
    text-decoration:line-through 
}
.price-grid .price-box b, .price-grid .price-box-booked b{
    text-align: center;
    grid-area: title;
    color:#000;
    margin:28px 0px 18px 0;
}
.price-grid .price-box p{
    text-align: center;
}
.price-grid .price-box-booked p{
    text-align: center;
}
.price-grid .price-box br{
    display:none;
}
.price-grid .price-box-booked br{
    display:none;
}
.special {
    text-align: center !important;
}
.price-grid .price-box .special:first-child {
    grid-area: p1;
}
.price-grid .price-box .special:nth-child(2){
    grid-area: p2;
}
.price-grid .price-box .special:last-child{
    grid-area: p3;
}
.price-grid .price-box .price-img, .price-grid .price-box-booked .price-img{
    display:flex;
    align-items: center;
    grid-area: img;
}
.price-grid .price-box .col, .price-grid .price-box-booked .col{
    position:absolute;
    right:0;
    top:0;
}
.price-box .col .red{
    font-size:12px;
    padding:4px;
    min-height:auto;
}
.price-grid .price-box .smallcolor, .price-grid .price-box-booked .smallcolor{
    grid-area: color;
    align-self: flex-end;
    margin:0;
    line-height: 14px;
}
.price-grid .data-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
    padding: 10px;
}
.price-grid .smallcolor p{
    line-height:12px;
}
.price-grid .data-wrap p{
    display: flex;
    align-items: center;
    margin:0;
    font-size:12px 
}
.price-grid p.fuelefficiencyElectric{
    text-align:left;
}
.price-grid .smallcolor .car-color {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:16px;
}
.price-grid .smallcolor .color-name{
    display:flex;
    flex-direction: column;
}
.price-grid .smallcolor .color-name .color-base{
    margin-bottom: 4px;
    color: #000;
}
.price-grid .smallcolor .color-name .color-sec{
    font-size:12px 
}
.price-grid .data-wrap p::before{
    content: "";
    display:inline-flex;
    background-size: 18px 18px;
    height:18px;
    width:18px;
    margin-right:6px;
}
.data-wrap .fueltype::before{
    background-image: url('/img/fueltype.svg');
}
.data-wrap .transmission::before{
    background-image: url('/img/transmission.svg');
}
.data-wrap .power:before{
    background-image: url('/img/engine.svg');
    background-size: 20px 20px !important;
    height:20px !important;
    width:20px !important;
    margin-left: -2px;
}
.data-wrap .fuelefficiency::before{
    background-image: url('/img/fuel.svg');
}
.data-wrap .fuelefficiencyElectric::before{
    background-image: url('/img/bolt.svg');
}
.data-wrap .modelyear::before{
    background-image: url('/img/modelyear.svg');
}
.data-wrap .mileage::before{
    background-image: url('/img/mileage.svg');
}
.price-grid .price-img img{
    width:100%;
}
.price-grid .specialoffer{
    position:absolute;
    font-size: 14px;
    color: #fff;
    background: #fd9348;
    padding: 4px 10px;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.status{
    color: #fff;
    border-radius: 4px;
    padding: 3px;
}
.side_status{
    display: flex;
    gap: 8px;
}
.stock{
    background: #1E8C22;
}
.booked{
    background: #D82B04;
}
.coming {
    background: #EBAA05;
}
.status{
    border-radius: 50%;
}
.status_wrap{
    display: flex;
    padding: 8px 12px;
    gap: 5px;
    align-items:center 
}
.side_status .status_wrap{
    padding:0;
}
.status_wrap span{
    line-height: normal;
}
.price-grid .booked span, .price-grid .coming span, .price-grid .stock span{
    display:none 
}
.shop-equipment{
    columns: 2;
    column-gap: 35px;
    margin-bottom: 40px;
}
.shop-equipment div{
    break-inside: avoid-column;
    margin-bottom: 3rem;
}
.shop-equipment li{
    list-style-type: none;
    background: url('/img/check.svg') no-repeat left;
    padding-left: 24px;
    margin-bottom: 20px;
}
.expnd-btn{
    color: #000;
    text-decoration:none;
}
.expnd-btn:hover{
    color: #000;
}
.expnd-btn img{
    margin-left:8px;
    transform: rotate(180deg);
}
.expnd-btn.open img{
    transform: rotate(0);
    transition: transform 0.2s linear;
}
.expnd-btn .open-text{
    display: none;
}
.expnd-btn.open .close-text{
    display: none;
}
.expnd-btn.open .open-text{
    display: inherit !important;
}
.eq-wrapper, #techdatas-extra {
    font-size: 12px;
    overflow: hidden;
    transition: max-height 300ms;
    max-height: 0;
}
.eq-wrapper.open, #techdatas-extra.open {
    max-height: 2820px 
}
.shoptable{
    display:flex;
}
.contenttable td:nth-child(2){
    text-align:right 
}
.shoptable .contenttable, .shoptable .contenttable td{
    border-right:0;
    border-left:0;
}
.shoptable .redtext{
    font-size: 16px 
}
.price-switch{
    display:flex;
    margin-bottom: 16px;
}
.price-switch a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "dsautomobiles", Arial, Tahoma;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
    border-bottom: 1px solid #DDDBDB;
    text-align: center;
    padding: 10px 6px;
    cursor:pointer;
}
.price-switch .fprice{
    flex:1 
}
.price-switch .flease{
    flex:2 
}
.price-switch a.active{
    font-family: "dsautomobiles", Arial, Tahoma;
    color: #fff;
    background:#1a1b1b;
    border-bottom: 1px solid #1a1b1b;
}
.filter-price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position:relative;
}
.filter-price .fp-input{
    width:50%;
    position:relative 
}
.filter-price .fp-input input{
    background: #fff;
    width:100%;
    box-shadow: none;
    border: 1px solid #DDDBDB;
    box-sizing: border-box;
    margin:0;
}
.filter-price .fp-input input::-webkit-outer-spin-button, .filter-price .fp-input input::-webkit-inner-spin-button, .lease-calc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.filter-price .fp-input input[type=number], .lease-calc input::-webkit-inner-spin-button, .lc-i input[type=number] {
    -moz-appearance: textfield;
}
.filter-price .fp-input:before{
    position: absolute;
    content:"€";
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}
.filter-price input::placeholder{
    color:#585858;
}
.filterModel {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
}
.filterModel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100% !important;
    margin: 0 !important;
    width: 90% !important 
}
.tooltiptext {
    background:#796f6e;
    visibility: hidden;
    min-width: 100px;
    max-width: 200px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
   /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    margin-left: -40px;
}
.tooltipColor:hover .tooltiptext {
    visibility: visible;
}
.fm-checkmark {
    position: absolute;
   /* top: 0;
    left: 0;
    */
    height: 16px;
    width: 16px;
    border: 1px solid rgba(221, 219, 219, 1);
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}
.fm-checkmark-border:after {
    background: url('/img/fm-checkmark-border.svg') no-repeat center !important;
}
.filterModel:hover input ~ .fm-checkmark {
    background-color: rgba(221, 219, 219, 1);
    ;
}
.filterModel input:checked ~ .fm-checkmark {
    background-color: rgba(30, 140, 34, 1);
    border-color:rgba(30, 140, 34, 1);
}
.fm-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.filterModel input:checked ~ .fm-checkmark:after {
    display: block;
    opacity: 1;
    transform: scale(1.2);
}
.filterModel .fm-checkmark:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background: url('/img/fm-checkmark.svg') no-repeat center;
}
.filterModel .fm-count{
    color: #969696 
}
.sidebar-cat{
    border-bottom: 1px solid #DDDBDB;
}
.fm-container b{
    margin-bottom:10px;
}
.fm-container{
    transition: all 0.25s cubic-bezier(1, 0, 0, 1);
    opacity: 1;
    padding-bottom:10px;
    max-height:4000px;
}
.fm-close{
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0 
}
.sidebar-collapse{
    cursor:pointer;
    line-height:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-collapse b{
    color: #000;
}
.sidebar-collapse:after {
    content: '';
    background-image: url('/img/fm-arrow.svg');
    background-size: 14px 8px;
    width:14px;
    height:8px;
    float: right;
    margin-left: 5px;
    transform: rotate(0);
    transition: transform 0.2s linear;
}
.fm-anim:after {
    content: '';
    background-image: url('/img/fm-arrow.svg');
    transform: rotate(180deg);
    transition: transform 0.2s linear;
    background-size: 14px 8px;
    width:14px;
    height:8px;
    float: right;
    margin-left: 5px;
}
.shop-heading{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 0px;
}
.shop-heading .shop-btns{
    display: flex;
    flex-direction: row-reverse;
}
.shop-heading .shop-btns a{
    text-align: center;
}
.shop-heading h2{
    margin:0 
}
.shop-container{
    display:flex;
    width:100% 
}
.shop-container h3 {
    margin: 0 0 20px 0;
}
.techdata-container{
    flex:2 
}
.heading-models{
    display:inline-flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}
.heading-models h2{
    margin:0;
}
.heading-btns{
    display:inline-flex;
    align-items:center;
    justify-content: space-between;
}
.view-switcher{
    margin: 0 20px;
}
#list-switch{
    margin-right:4px;
}
#list-switch:hover svg, #grid-switch:hover svg{
    fill: #796F6E 
}
#list-switch.active svg, #grid-switch.active svg{
    fill: #796F6E 
}
#price-sorting{
    border: 1px solid #DDDBDB;
    height: 38px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "dsautomobiles", Tahoma, Sans Serif;
    color: #585858;
}
.lease-container{
    margin-left: 50px;
    flex: 1;
}
.lc-inner{
    border: 1px solid #DDDBDB;
    padding: 20px;
}
.lease-calc {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 1fr;
    gap: 14px 12px;
    grid-auto-flow: row;
    grid-template-areas: "input1 input1 input1" "input2 input2 input4" "input3 input3 input5" "input6 input6 input8" "input7 input7 .";
}
.lease-calc.nofilter {
    grid-template-areas: "input1 input1 input1" "input2 input2 input4" "input3 input3 input5" "input6 input6 ." "input7 input7 .";
}
.lease-calc input, .lease-calc select {
    border: 1px solid #DDDBDB;
    height: 38px;
    width:100%;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "dsautomobiles", Tahoma, Sans Serif;
    color: #585858;
}
.calc-container .inputwide{
    background-color: white !important;
    height: 32px;
    width:100%;
    border: 0.5px solid #989898;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    padding: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "dsautomobiles", sans-serif;
    color: #585858;
    -moz-appearance: textfield;
}
.filterInput{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.filterInput input {
    width:100%;
    background-color: white !important;
    height: 32px;
    border: 0.5px solid #989898;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    padding: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "dsautomobiles", Tahoma, Sans Serif;
    color: #585858;
    -moz-appearance: textfield;
}
.filterInput input::-webkit-inner-spin-button, .filterInput input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
.filterInput input:before {
    position: absolute;
    content:"€";
    float: right;
    transform: translateY(-50%);
    font-weight: 700;
}
.lease-calc .lc-i{
    position:relative;
}
.lease-calc .input2:before, .lease-calc .input3:before{
    position: absolute;
    content:"€";
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}
.lease-calc .input4:before, .lease-calc .input5:before, .lease-calc .input7:before{
    position: absolute;
    content:"%";
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}
.lease-calc .input6:before{
    position: absolute;
    content:attr(data-content);
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}
.lease-calc input::placeholder{
    color:#585858;
}
.input1 {
    grid-area: input1;
}
.input2 {
    grid-area: input2;
}
.input3 {
    grid-area: input3;
}
.input4 {
    grid-area: input4;
}
.input5 {
    grid-area: input5;
}
.input6 {
    grid-area: input6;
}
.input7 {
    grid-area: input7;
}
.input8 {
    grid-area: input8;
    display:flex;
    align-items:center;
    justify-content:center;
}
.lc-result{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    margin-top:20px;
}
.lc-result .redtext{
    font-weight: normal;
    font-family: "dsautomobiles";
    color: #9D0605;
    font-size: 21px;
}
#second .pictures .shopimage {
    float: left;
    margin: 0 0 10px 0;
    height: 100%;
    overflow: hidden;
}
#second .pictures .shopimage a {
    display:block;
    margin:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.pictures .responsive{
    margin-top: 0;
}
.pictures .responsive .slick-arrow{
    font-size:0;
    height: 48px;
    width: 48px;
}
.pictures .responsive .slick-prev, .pictures .responsive .slick-next{
    top: 50%;
}
.pictures .responsive .slick-prev{
    left:0;
}
.pictures .responsive .slick-next{
    right:0;
}
.pictures .responsive button, .pictures .responsive button:hover{
    background:transparent;
    background:transparent;
}
.pictures .responsive button:hover::before{
    color:#ad9d91;
}
.shop-dots{
    display: flex;
    justify-content: center;
}
.shop-dots li {
    padding: 0 !important;
    background: none !important;
}
.shop-dots ul{
    margin:10px;
}
.shop-dots li button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #fff;
    padding: 0;
    height: 15px;
    width: 15px;
    margin: 7.5px;
    border: 2px solid #ad9d91 !important;
    background: transparent;
}
.shop-dots li button:hover{
    background:#ad9d91;
    border: 3px solid #ad9d91 !important;
}
.shop-dots .slick-active button{
    background:#ad9d91;
    border: 3px solid #ad9d91 !important;
}
.auto24-iframe .def, .auto24-iframe .asc, .auto24-iframe .desc {
    background-size: 9px 12px 
}
.auto24-iframe .soData a {
    text-decoration: none;
}
.auto24-iframe .soPrice {
    font-weight: bold;
    float: right;
    margin: 0 10px 0 0;
}
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    filter: Alpha(Opacity=100) 
}
#slides2 .theimage {
    background-repeat: no-repeat !important 
}
.ui-state-default .ui-icon {
    position: relative;
    background: transparent !important 
}
.ui-icon-closethick {
    display: block;
    left: 11px !important;
    top: 11px !important;
    padding: 0 0 0 0 !important;
    width: 12px;
    opacity: 0.6;
    height: 12px;
    transition: transform .25s ease-in-out 
}
.ui-button:hover .ui-icon-closethick {
    opacity: 1 
}
.ui-icon-closethick:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 0;
    border-top: 3px solid rgba(0, 0, 0, 1);
    transform: rotate(45deg);
    transform-origin: center 
}
.ui-icon-closethick:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 0;
    border-top: 3px solid rgba(0, 0, 0, 1);
    transform: rotate(-45deg);
    transform-origin: center 
}
.vahe {
    padding-left: 25px !important 
}
.vahe b {
    font-weight: normal 
}
.eqPrice {
    text-align: center !important;
    white-space: nowrap 
}
.fiveimages {
    width: 100%;
    height: 76px;
    margin: -16px 0 30px 0 
}
.onlyfive .theimage {
    float: left;
    margin: 0 5px;
    width: 137px;
    height: 76px;
    overflow: hidden;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover 
}
.onlyfive .theimage a {
    display: block;
    margin: 0;
    width: 137px;
    height: 76px;
    overflow: hidden 
}
#menu .topmenu {
    width: 100% 
}
#menu #search-desk {
    float: right;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border-bottom: 1px solid #d6d6d6;
    display: none 
}
#menu #search-desk:hover {
    border-bottom: 1px solid #796F6E 
}
#menu #search-desk input {
    float: left;
    border: 0;
    line-height: 18px;
    font-size: 14px;
    font-family: "dsautomobiles", Tahoma, Sans Serif;
    color: #000;
    background: #fff;
    width: 100px;
    height: 22px 
}
#menu #search-desk button {
    float: left;
    border: 0;
    height: 24px;
    width: 24px;
    background: #fff;
    color: #fff;
    cursor: pointer;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border-radius: 100px;
    vertical-align: middle;
    text-align: center 
}
.onlyifportrait, #onlyifportraittxt {
    display: none 
}
#menu #search-desk button img {
    width: 15px;
    margin: 0;
    padding: 0;
    height: 15px 
}
#menu #search-desk button:hover {
    background: #F1F0F0 
}
#footer #newsletter {
    margin: -5px -10px 0 0 
}
.newsletter{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
#mobdesk #desk, #mobdesk #mobile {
    float: left;
    font-size: 16px;
    margin-right: 30px;
    font-family: "dsautomobiles", Arial, Tahoma;
    padding: 17px 5px 17px 22px;
    opacity: 0.5;
    text-decoration: none 
}
.pages {
    width: 100% !important 
}
#mobdesk #ios, #mobdesk #android {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    font-family: "dsautomobiles", Arial, Tahoma;
    padding: 17px 5px 17px 22px;
    text-decoration: none 
}
#mobdesk #ios {
    background-image: url(../img/ios.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: #e6e0dc;
}
#mobdesk #android {
    background-image: url(../img/android.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: #e6e0dc;
}
#mobdesk #desk {
    background-image: url(../img/mobile.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: #e6e0dc;
}
#mobdesk #mobile {
    background-image: url(../img/desktop.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: #e6e0dc;
}
#mobdesk #vlogo {
    float: right;
    margin-right: 470px 
}
img[src="/img/arwr_w.png"] {
    display:none;
    width: 7px;
    height: 11px 
}
img[src="/img/close-btn.svg"] {
    width: 18px;
    vertical-align: middle;
    filter: invert(1)opacity(0.3);
}
img[src="/img/arwr_b.png"], .secondheader img {
    width: auto;
    height: 16px 
}
.secondheader:has(b) a::after{
    content:'\EA17';
    font-family: 'dsicons';
    padding-left:4px;
}
.secondheader #header-arrow{
    display:none 
}
#vehicomlogo {
    width: 13px !important;
    height: 15px !important 
}
img[src="/img/togglebox.png"] {
    width: 16px;
    height: 8px 
}
#showright {
    display: none 
}
#slides2 {
    min-width: 100%;
    width: 100%;
    height: 76px;
    position: relative 
}
#slides2 .slidesjs-control {
    width: auto !important;
    height: 76px !important;
    width: 100% !important 
}
#slides2 .slidesjs-container {
    width: auto !important;
    height: 76px !important;
    float: left;
    padding-left: 5px;
    width: -moz-calc(100% - 130px) !important;
    width: -webkit-calc(100% - 130px) !important;
    width: calc(100% - 130px) !important 
}
#slides2 .slidesjs-previous {
    position: relative;
    z-index: 900;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 76px;
    background-image: url(../img/arwl2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 29px 
}
#slides2 .slidesjs-next {
    right: 0;
    position: relative;
    z-index: 900;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 76px;
    background-image: url(../img/arwr2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 29px 
}
#slides2 .slidesjs-previous, #slides2 .slidesjs-next {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #796F6E;
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left 
}
#slides2 .slidesjs-previous:hover, #slides2 .slidesjs-next:hover {
    background-color: #3f3f3f 
}
.vehicles_list tr:nth-child(2n+1) {
    background: #F1F0F0 none repeat scroll 0 0 
}
#menu .mobile {
    display: none 
}
#menu .desk {
    display: block 
}
.no-scroll {
    overflow: hidden !important;
   /* position: fixed;
    */
    z-index: -2;
    height: 100% !important;
    max-height: 100% !important 
}
#mobile {
    display: none 
}
#desk {
    display: block 
}
#slides {
    display: none;
    z-index: 1;
    margin: 10px auto 0 auto;
    padding: 0;
    width: 960px;
    height: 390px;
    min-width: 960px;
    overflow: hidden 
}
#slides img {
    cursor: pointer 
}
#slides .slidesjs-previous {
    position: absolute;
    z-index: 900;
    top: 280px;
    margin: 0 0 0 -10px;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arwl.png) no-repeat center;
    background-size: 17px 21px 
}
#slides .slidesjs-next {
    position: absolute;
    z-index: 900;
    top: 280px;
    margin: 0 0 0 920px;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arwr.png) no-repeat center;
    background-size: 17px 21px 
}
#slides .slidesjs-previous, #slides .slidesjs-next {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #ffffff;
    border: 0 
}
#slides .slidesjs-previous:hover, #slides .slidesjs-next:hover {
    opacity: 0.8 
}
#slides .slidesjs-pagination {
    list-style: none;
    position: absolute;
    z-index: 900;
    padding: 25px 0 0 0;
    margin: 0;
    width: auto;
    color: transparent;
    font-size: 0;
    left: -moz-calc(50% - 75px);
    left: -webkit-calc(50% - 75px);
    left: calc(50% - 75px) 
}
#slides .slidesjs-pagination li {
    float: left;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 10px 
}
#slides .slidesjs-pagination a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0;
    height: 10px;
    width: 10px;
    border: 0;
    margin: 0 10px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    background: #e0e0e1 
}
#slides .slidesjs-pagination a:hover {
    background: #796F6E 
}
#slides .slidesjs-pagination li a.active, #slides .slidesjs-pagination li a:hover.active {
    background: #796F6E;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: -5px 5px 0 5px 
}
.onlyconsumer {
    width: 806px;
    padding: 30px 
}
.soContent a {
    color: #585858 
}
.submit input {
    background-size: 8px auto;
    background-position: right 5px center 
}
.vehicles_list img {
    width: 74px !important;
    height: auto !important 
}
.vehicles_list img {
    width: 100% !important;
    height: auto !important 
}
.auto24-iframe th.photo {
    width: 220px 
}
.special-offers div.soData, .special-offers div.dummy {
    width: 23% !important;
    margin-bottom: 2vw;
    float: left;
    min-width: auto !important 
}
.special-offers div.separator {
    width: 2% !important 
}
.auto24-iframe input, .auto24-iframe select {
    box-sizing: border-box;
    width: 10vw !important;
    max-width: 180px !important 
}
.auto24-iframe .tdYear_select select {
    max-width: 80px !important;
    width: 6vw !important 
}
.submit input {
    box-sizing: border-box;
    width: 15.6vw !important;
    max-width: 240px !important;
}
.vehicle_details {
    line-height: 21px 
}
#special-offers-veho_citroen_front img, #special-offers-veho_citroen_latvia_front img, #special-offers-veho_citroen_lithuania_front img {
    height: 100% !important;
    max-height: 250px !important;
    width: 100% !important;
    object-fit: cover;
}
.mobhdr {
    display: none !important 
}
.slick-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 10px;
    height: auto;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent 
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden !important;
    margin: 0;
    padding: 0 
}
.slick-list:focus {
    outline: none 
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand 
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) 
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '' 
}
.slick-track:after {
    clear: both 
}
.slick-loading .slick-track {
    visibility: hidden 
}
.responsive .slick-slide{
    width:auto;
    transform:scale(.8);
    transition: transform .5s ease-in-out;
    min-height: auto !important;
}
.responsive .slick-slide img{
    max-height:340px;
    max-width: calc(100vw - 40px);
    object-fit:contain;
    margin:0 
}
.responsive .slick-center{
    transform:scale(1);
}
.slick-slide {
    display: none;
    float: left;
    max-width: 960px !important;
    width: 100%;
    height: 100%;
    min-height: 1px 
}
[dir='rtl'] .slick-slide {
    float: right 
}
.slick-slide img {
    width: 100%;
}
@media (min-width:680px){
    .slick-slider .table{
        position:absolute !important;
        top:0 
   }
}
.slick-slide.slick-loading img {
    display: none 
}
.slick-slide.dragging img {
    pointer-events: none 
}
.slick-initialized .slick-slide {
    display: block 
}
.slick-loading .slick-slide {
    visibility: hidden 
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent 
}
.slick-arrow.slick-hidden {
    display: none 
}
@charset 'UTF-8';
.slick-loading .slick-list {
}
.slick-prev, .slick-next {
    font-size: 0 !important;
    line-height: 0;
    border: 0;
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    z-index: 900;
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    padding: 0;
    width: 50px;
    height: 50px;
    background-size: 17px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat 
}
.lazy2 .slick-prev, .lazy2 .slick-next {
    position: relative;
    top: 0;
    float: left;
    right: auto !important;
    left: auto !important;
    z-index: 50;
    padding: 0;
    width: 62px;
    height: 62px;
    border-radius: 100%;
}
.lazy2 .slick-list {
    width: 590px;
    padding-right: 10px;
    height: 76px !important;
    float: left 
}
.lazy2 .slick-slide {
    margin: 0 0 0 10px 
}
.lazy2 .theimage {
    height: 76px;
    background-size: cover;
    background-repeat: no-repeat 
}
.lazy2 .theimage a {
    display: block;
    width: 100%;
    height: 100% 
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
}
.lazy2 .slick-prev:hover, .lazy2 .slick-next:hover {
    background-position: center !important 
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5 
}
.slick-prev {
    left: 14px 
}
.slick-next {
    right: 14px 
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center 
}
.slick-dots li:hover button, .slick-dots li:focus button {
    background: #fff 
}
.slick-dots li.slick-active button {
    background: #fff;
    padding: 0;
    margin: 0;
    border: 0 !important 
}
article {
    -moz-column-width: 270px;
    -webkit-column-width: 270px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px 
}
article section {
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 20px;
    width: 270px;
    background: #F1F0F0 
}
article section p {
    margin: 0 
}
article section h2 {
    margin: 0 0 10px 0 
}
.vehicles_list .a24icondesk {
    width: 40px !important 
}
.vehicles_list .a24iconmob {
    display: none !important 
}
#cookies {
    position: fixed;
    bottom: 0 
}
#front {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px 0;
    background: #fff;
    margin-top: 40px;
}
#front-models-container{
    padding: 40px 0 
}
html, body {
    background: transparent 
}
html {
    height: auto !important 
}
#header {
    background: #e9e7e1;
    height: auto !important 
}
#header:has(#steps){
    background:#e9e7e1;
}
#menu .content_inner{
    max-width:100% 
}
.content_inner {
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box 
}
.front_inner{
    padding:40px 0;
}
.secondheader {
    position: relative;
    margin: 18px 0 
}
#second, .thirdwidest {
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    background-position: top center !important;
    background-repeat: repeat-x !important;
    background-size: auto 225px !important 
}
.colorpics img {
    width: 100%;
    height: auto 
}
#second .content_inner {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 400px;
    background: #fff !important;
    -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, .2);
}
.storefront .content_inner, .modelsview .content_inner{
    max-width:1920px !important
}
#second .right {
    margin: 0 0 0 40px;
    width: calc(100% - 18% - 40px) 
}
#second:not(.storefront, .modelsview, .second-level-menu-vertical) .right {
    margin: 0;
    width: 100%;
}
#mudleDiv .models2p{
    width:100% 
}
.thirdwidest .allmodels:not(.allmodels.build), .thirdwidest .onlyextramodels {
    width: 100%;
    grid-template-columns:repeat(5, 1fr) 
}
.eripakkuminetogglebutton {
    width: 100% 
}
.eripakkuminetogglebutton.front {
    margin: 20px 0 20px 0;
    display: block !important;
}
#second .mainpic {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto 
}
.widecontent {
    width: 100% 
}
#second .right .middle {
    width: calc(100% - 286px) 
}
.right input[value="VIN kood"], .spvin {
    width: calc(100% - 155px) !important 
}
​ .right input[value="VIN"] {
    width: calc(100% - 505px) !important 
}
​ .right select[name="dealer"] {
    width: calc(100% - 155px) !important 
}
​ .pages {
    width: 100% !important 
}
#footer {
    background: #e9e7e1 
}
.models, .extramodels, .teenindusmenu, .models2 {
    margin: 0 auto;
    left:0;
    right:0;
    width: 100%;
    max-width: 1440px;
}
.leftmenu {
    width: calc(100% - 70px);
    margin: 30px;
    border-bottom: solid 1px #9d8c83;
}
.allmodels {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-template-rows: auto;
    grid-gap:24px 8px;
    margin-bottom: 8px;
}
.content {
    width: 100%;
    min-width: 100% 
}
#settings {
    width: 100px;
    height: 40px;
    background: transparent;
    position: absolute;
    z-index: 99999;
    top: 190px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    right: 8vw 
}
.moveup {
    top: 90px !important 
}
#playpause, #volumemute {
    width: 40px;
    height: 40px;
    background: transparent;
    position: relative;
    float: left;
    margin-left: 10px 
}
#playpause a, #volumemute a {
    border: 0;
    background: transparent 
}
#playpause .svg, #volumemute .svg {
    width: 12px;
    margin: 12px;
    height: 12px;
    fill: #fff;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 
}
#playpause:hover .svg, #volumemute:hover .svg {
    fill: #007bcd 
}
#playpause #playbtn, #playpause #pausebtn, #volumemute #mutemebtn, #volumemute #volumebtn {
    position: absolute;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: 40px;
    height: 40px;
    left: 0;
    transition: opacity .2s, visibility .2s 
}
.hidebtn, .hidebtn2 {
    visibility: hidden !important;
    opacity: 0 !important 
}
html, body {
    line-height: 23px;
    font-size: 14px 
}
#footer {
    line-height: 21px;
    font-size: 14px 
}
.slider {
    position: relative;
   /* overflow: hidden;
    */
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    top: 0;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent 
}
.thesliderthingy {
    width: 100%;
    height: auto;
    position: relative 
}
.gallery {
    width: 100%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto !important;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent 
}
.gallery img {
    width: 100% 
}
.gallery {
    position: relative !important;
    height: auto !important 
}
.gallery .slick-track {
    height: auto !important 
}
.gallery .slick-slide {
    height: auto !important;
    margin: 0;
    width: 100%;
    width: 100% 
}
.table {
    display: table;
    height: 100%;
    width: 100% 
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100% 
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0 
}
#player {
    width: 100%;
    height: 100% 
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% 
}
.zero {
    height: 0;
    min-height: 0;
    border: 0;
    margin: 0;
    padding: 0 
}
.leftgray .closeme {
    display: none 
}
.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99 
}
.video-foreground, .video-background iframe {
    position: absolute;
    z-index: -90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none 
}
@media (min-aspect-ratio:16/9) {
    .video-foreground {
        height: 300%;
        top: -100% 
   }
}
@media (max-aspect-ratio:16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
   }
}
.box {
    height: auto;
    float: left;
    width: 50%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box 
}
.newsletter input {
    float: left;
    border: 0;
    padding: 20px 15px;
    min-height: auto;
    background: transparent;
    line-height: 18px;
    font-size: 18px;
    font-family: "dsautomobiles", Tahoma, Sans Serif;
    color: #1a1b1b;
    width: calc(100% - 215px);
    border: 2px solid #9d8c83 
}
.newsletter .red {
    width: 215px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.red, .prettybutton, .prettybutton2 {
    float: right;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-family: "dsautomobiles", Arial, Tahoma;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    text-decoration: none;
    border-radius: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    height: 3rem;
    padding: 0 24px;
    border-radius: 2rem;
    letter-spacing: .01812rem;
}
.prettybutton, .prettybutton2 {
    position: relative;
    float: none;
    text-decoration: none;
    margin: 10px 10px 10px 0;
    vertical-align: middle 
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
}
#front .left {
    margin: 0;
    padding: 40px 20px 40px 0;
}
.frontwidenews .left {
    width: 100% !important;
    padding: 40px 0 40px 0 !important 
}
#front h2 {
    margin: 0 0 28px 0 !important 
}
#front .box ul li a {
    padding: 10px 
}
#frontslideh {
    width: 100%;
   /* height: 100%;
    */
    float: left;
    margin: 0;
    position: relative;
    padding: 0;
    min-height: 600px;
    width: 1px;
    opacity: 0 
}
.slick-slider .table {
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    max-width: 1440px;
    width: 100%;
    margin-left: calc(50% - 720px);
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}
.slick-slider .top{
    align-items: flex-start;
}
.slick-slider .top .table-cell{
    padding-top:40px;
}
.slick-slider .bottom{
    align-items:flex-end 
}
.slick-slider .hdrmdl h2, .slick-slider .hdrmdl h3, .slick-slider .hdrmdl p {
    padding-right: 30%;
    padding-left: 30%;
    text-align: center;
    box-sizing: border-box 
}
.slick-slider .hdrmdl .table-cell{
    text-align: center 
}
.slick-slider .hdrright h2, .slick-slider .hdrright h3, .slick-slider .hdrright p {
    padding-right: 0;
    padding-left: 60%;
    text-align: right;
    box-sizing: border-box 
}
.slick-slider .hdrright .table-cell {
    text-align: right 
}
.slick-slider h2 {
    padding-right: 60%;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 67px;
    font-family: "dsautomobiles", Arial, Tahoma;
    font-weight: normal;
    color: #3b3938;
    box-sizing: border-box 
}
.slick-slider h3 {
    padding-right: 60%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    font-family: "dsautomobiles", Arial, Tahoma;
    font-weight: normal;
    color: #000;
    box-sizing: border-box 
}
.gallery h2 {
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 46px !important;
    font-family: "dsautomobiles", Arial, Tahoma;
}
.slick-slider button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0 1.5rem;
    border-radius: 1.5rem;
    letter-spacing: .01812rem;
    border: 0;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-family: "dsautomobiles", Arial, Tahoma;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear 
}
.slick-slider button:hover {
    background: rgba(29, 23, 23, 0.7) 
}
.slick-slider p {
    padding-right: 60%;
    font-size: 18px;
    line-height: 28px;
    font-family: "dsautomobiles", Tahoma, Sans Serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px 
}
.gallery p {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 20px 0 
}
.headrow td {
    border-bottom: 0 !important 
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 
}
.slick-list:focus {
    outline: none 
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand 
}
.slider .slick-track, .slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) 
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto !important 
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '' 
}
.slick-track:after {
    clear: both 
}
.slick-loading .slick-track {
    visibility: hidden 
}
.slick-slide {
    display: none;
    float: left;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    min-height: 1px;
    background-size: cover;
    background-position: center;
    position: relative;
}
[dir='rtl'] .slick-slide {
    float: right 
}
.slick-slide.slick-loading img {
    display: none 
}
.slick-slide.dragging img {
    pointer-events: none 
}
.slider.slick-initialized .slick-slide{
    display: flex;
    align-items: center;
}
.slick-initialized .slick-slide {
    display: block 
}
.slick-loading .slick-slide {
    visibility: hidden 
}
.slick-arrow.slick-hidden {
    display: none 
}
.slick-loading .slick-list {
}
.right p, .thirdwidest p {
    line-height: 24px 
}
.slick-dots {
    right: auto;
    bottom: 2rem;
    position: absolute;
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
    z-index: 9999;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 36px;
    pointer-events:none;
    background: transparent;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear 
}
.slick-dots li button {
    border: 0 !important 
}
.slick-dots li {
    position: relative;
    display:inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    pointer-events: all;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #fff;
    padding: 0;
    height: 12px;
    width: 12px;
    margin: 6px;
    border: 2px solid #fff !important;
    background: transparent;
}

.complecting .slick-dots li button{
    border:none !important
}
.lazy2 .slick-list {
    width: calc(100% - 136px);
    padding-right: 10px;
    height: 120px !important;
    float: left 
}
.lazy2 {
    margin: 0 0 20px 0;
    height: 120px;
    position: relative;
    float: left 
}
.lazy2 .theimage {
    height: 120px 
}
.lazy2 .slick-prev, .lazy2 .slick-next {
    font-size: 0;
    color: transparent;
    line-height: 0;
    top: auto !important;
    transform: none !important;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -moz-calc(50% - 60px);
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
    display: block;
    z-index: 100;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #19388a;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin-right: 0;
    color: #19388a;
    border: 0;
    padding: 18px 0 0 0;
    font-size: 0;
}
#mobdesk #vlogo {
    float: right;
    margin-right: calc(50% - 7px) 
}
.teenindusmenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 40px 
}
.teenindusmenu div, .teenindusmenup div {
    width: 100% 
}
.teenindusmenu .box, .teenindusmenup .box {
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 40px 40px 0 
}
.teenindusmenu .box h3, .teenindusmenup .box h3 {
    text-transform: 
}
.teenindusmenu .box img, .teenindusmenup .box img {
    width: 100%;
    margin: 5px 0 
}
.maintable {
    width: 100% !important 
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100% 
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% 
}
.widecontent, .right {
    position: relative 
}
.widecontent .slideTogglebox, .widecontent .slideTogglebox2, .slideTogglebox6, .slideTogglebox7 {
    margin: 0;
    right: 0 
}
.widecontent .slideTogglebox6, .widecontent .slideTogglebox7 {
    right: 128px 
}
.right .slideTogglebox6 {
    margin: 0 !important 
}
h2 {
    margin: 0 0 30px 0;
    font-size: 36px;
    line-height: 36px 
}
.news h2{
    margin: 0 0 18px 0;
}
#header h1 {
    font-size: 16px;
    line-height: 28px;
}
.right img[src="/files/upload/image/eesti_kaart.png"] {
    width: 100% !important;
    height: auto !important 
}
.videos {
    width: 50% 
}
b, strong {
    font-family: "dsautomobiles", Tahoma, Sans Serif;
    font-weight: 700 
}
.noborder a img {
    width: 80% !important;
    margin: 0 10%;
    height: auto !important 
}
.noborder h2 {
    margin: 0 0 10px 0 
}
#rightmenu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 60px;
    height: 100%;
    color: #ad9d91 
}
#rightmenu ul {
    border-top: 1px solid #443d3c;
}
#rightmenu ul li {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #808080 
}
#rightmenu ul li:last-child{
    border-bottom:none;
}
#rightmenu li a {
    display: flex;
    align-items: center;
    width: 250px;
    padding-left: 14px;
    background-color: #000;
    position: absolute;
    height: 60px;
    font-size: 12px;
    line-height: 12px;
    font-family: "dsautomobiles", Arial, Tahoma;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    left: 0;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear 
}
#rightmenu li a span{
    vertical-align: super;
}
#rightmenu li a::before{
    font-size:32px;
    font-family: 'dsicons';
    text-align: center;
    width: auto;
    height: 22px;
    margin: 0 0 -10px 0;
    padding-right: 15px;
}
#rightmenu #sb-first a::before{
    content: "\E9E3";
}
#rightmenu .secondu a::before{
    content: "\E970";
}
#rightmenu .thirdo a::before{
    content: "\E9B9";
}
#rightmenu .firto a::before{
    content: "\E9E6";
}
#rightmenu .fiftho a::before{
    content: "\E944";
}
#rightmenu .halfway a {
    background-color: #000 
}
@media screen and (min-width:1400px) {
    #rightmenu li a.animated {
        animation: thelfade 6s ease-in-out 1 none 
   }
    #rightmenu .secondu a.animated {
        animation: thelfade 6s .1s ease-in-out 1 none 
   }
    #rightmenu .thirdo a.animated {
        animation: thelfade 6s .2s ease-in-out 1 none 
   }
    #rightmenu .firto a.animated {
        animation: thelfade 6s .3s ease-in-out 1 none 
   }
    #rightmenu .fiftho a.animated {
        animation: thelfade 6s .4s ease-in-out 1 none 
   }
}
@keyframes thelfade {
    0% {
        left: 0 
   }
    10%, 90% {
        left: -160px 
   }
    100% {
        left: 0 
   }
}
#rightmenu li a:hover {
    background: #000;
    transition: all .2s linear;
    left: -180px !important 
}
.brand, .dealerlogo {
    display: inline !important 
}
.red, .newsletter input {
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box 
}
@media screen and (max-width:1400px) {
    .headroom {
        will-change: transform;
        transition: transform 200ms linear;
   }
    .headroom--pinned {
        transform: translateY(200%);
   }
    .headroom--unpinned {
        transform: translateY(0%);
   }
}
.tehnilisedadnmedpilt {
    width: 100% !important;
    height: auto !important 
}
@media screen and (max-width:1440px) {
    .slick-slider .table {
        margin-left: 0 
   }
    .contentimage {
        width: 100% !important;
        height: auto !important 
   }
}
@media screen and (max-width:1340px) {
    .ui-dialog {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box 
   }
}
@media screen and (min-width:1020px) {
    .searchIcon:not(.searchForm .searchIcon) img{
        filter: brightness(0) invert(1);
    }
    .slider .slick-list:not(#onlyfrontpagefix .slider .slick-list) {
        height: 100% !important 
   }
    .complect .maintable b {
        vertical-align: middle 
   }
    .slider .table-cell {
        display: initial;
        vertical-align: initial;
        height: auto;
        width: calc(100% - 80px);
        float: left;
        position: absolute;
        padding-bottom: 40px;
   }
}
.gallery p {
    line-height: 24px;
    font-style: italic 
}
@media screen and (max-width:1020px) {
    .pricetable td .smallcolor .data-wrap{
        flex-wrap: wrap;
   }
    .slick-slider h2 {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 53px 
   }
    .slick-slider h2 span {
        display: initial;
        margin: 0 0 10px 0 
   }
    .slick-slider p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px 
   }
    .gallery p {
        font-size: 14px;
        line-height: 24px 
   }
    #front {
        padding: 20px 0 0 0 !important 
   }
    #mobdesk {
        background-color: #fff;
        padding-bottom: 50px 
   }
    .slider {
        position: relative !important;
        width: 100% !important;
        height: auto !important 
   }
    .content_inner {
        float: left 
   }
    #front .box {
        padding: 20px 0 20px 10px 
   }
    #front .left {
        margin: 0;
        padding: 20px 10px 20px 0 
   }
    .frontwidenews .left {
        width: 100% !important;
        padding: 20px 0 20px 0 !important 
   }
    #header {
        margin: 0 !important 
   }
    #header.headercontent {
        margin: 60px 0 0 0 !important;
   }
    .slick-track {
        height: auto !important 
   }
    .slider .table-cell {
        display: initial;
        vertical-align: initial;
        height: auto;
        width: 100%;
        float: left;
   }
    .fixedimg .table-cell {
        padding-bottom: 20px !important;
   }
    .slick-dotted.slick-slider {
        margin-bottom: auto !important;
        padding-bottom: 0;
   }
    #frontslideh {
        display: none 
   }
    .slick-slide {
        height: auto 
   }
    #header {
        height: auto;
        margin: 0 0 0 0;
        background: #F1F0F0 
   }
    #settings {
        top: 60px;
        right: 20px 
   }
    .newsletter input {
        height: 30px;
        padding: 5px 10px 
   }
    #rightmenu {
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 50px 
   }
    #rightmenu ul {
        border-top: 0 
   }
    #rightmenu li a {
        display: block;
        width: 100%;
        padding-left: 15px;
        height: 50px;
        font-size: 10px;
        line-height: 10px;
        line-height: 50px 
   }
    #rightmenu li a:hover {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 15px 
   }
    .slideTogglebox6 .narrow1.leasekuudSlider{
        width: calc(100% - 32px) !important;
   }
    .owl-theme .owl-nav {
        opacity:1;
        visibility: visible;
   }
}
@media screen and (max-width:980px) {
    #rightmenu span {
        display: none 
   }
    #rightmenu li a {
        text-align: center !important;
        padding: 0 0 0 10px !important;
        line-height: 50px;
        justify-content: center;
   }
    .red, .newsletter input {
        min-height: auto 
   }
    .prettybutton, .prettybutton2 {
        height: auto;
        min-height: 40px;
        padding: 12px 24px;
        min-height: auto !important 
   }
    .newsletter .red, .newsletter input {
        height: 40px !important 
   }
    #second .content_inner {
        padding-top: 20px;
        background: #fff;
        min-height: 0 
   }
    #second {
        background: transparent !important 
   }
    .vehicles_list .a24iconmob {
        width: 26px !important;
        display: inline-block !important;
        margin: -7px 0 
   }
    .slick-slider .hdrright h2, .slick-slider .hdrright h3, .slick-slider .hdrright p {
        padding-left: 0;
        text-align: right 
   }
    .slick-slider .hdrright {
        text-align: right 
   }
}
@media screen and (max-width:480px) {
    .newsletter .red, .newsletter input, .prettybutton, .prettybutton2 {
        text-align: center;
        width: 100% !important 
   }
    .prettybutton, .prettybutton2 {
        margin: 0 0 10px 0 
   }
    .shop-heading h2{
        margin-bottom:10px;
   }
    .shop-heading .shop-btns{
        flex-direction: column-reverse;
        width: 100%;
   }
    .vehicles_list .a24iconmob {
        margin: -2px 0;
        display: block !important;
        margin-left: -moz-calc(50% - 13px);
        margin-left: -webkit-calc(50% - 13px);
        margin-left: calc(50% - 13px) 
   }
    .vehicles_list .onlyls {
        display: inline-block !important;
        margin: -7px 0 
   }
}
#privacry {
    clear: left;
    font-size: 12px 
}
#privacry a {
    padding: 3px 0 
}
#footer .term-li{
    font-size:12px;
}
#cookies {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 999999998 
}
#cookies .inner2 {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box 
}
#cookies a, #cookies h2 {
    margin: 0 0 10px 0;
    color: #1a1b1b
}
#cookies img {
    float: left;
    width: 50px;
    margin-left: 20px;
    height: 50px 
}
#cookies #left {
    float: left;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px) 
}
#cookies button {
    float: right;
    border: 0;
    padding: 0;
    margin: 10px 0 0 0;
    width: 160px;
    background: #1a1b1b;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-family: "dsautomobiles", Arial, Tahoma;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    height: 30px;
    border-radius:50px;
}
#cookies button:hover {
    background: #9d8c83;
    color: #fff 
}
#cookies h2 {
    font-size: 32px;
    line-height: 32px 
}
@media screen and (max-width:1020px) {
    .colorpics, .colorpics img {
        float: left 
   }
    #cookies .inner2 {
        padding: 20px 
   }
}
@media screen and (max-width:680px) {
    .slider .table-cell {
        min-height: auto 
   }
    #cookies h2 {
        font-size: 21px !important;
        line-height: 21px !important 
   }
    .slider .table-cell {
        display: initial;
        vertical-align: initial;
        height: auto;
        width: 100%;
        float: left;
        text-align: center;
        padding: 260px 20px 40px 20px 
   }
    .slider .table-cell h2, .slider .table-cell p {
        padding: 0;
        width: 100% 
   }
    .slider .table-cell button {
        width: 100% 
   }
   .slick-dots {
    padding: 0 
}
.slick-dots li button {
    border: 2px solid #9d8c83!important;
    min-height: auto !important;
    margin: 2.5px !important;
    height: 15px;
    width: 15px 
}
.slick-dots li.slick-active button {
    height: 15px;
    width: 15px ;
    min-height: auto !important;
    background:#9d8c83;
}
    .newsletter .red {
        margin: 0 !important 
   }
    #front .box {
        padding: 20px 0 20px 0 
   }
    #front .left {
        margin: 0;
        padding: 20px 0 0 0 
   }
    .frontwidenews .left {
        padding: 20px 0 0 0 !important 
   }
    #rightmenu li a {
        text-align: center !important;
        padding: 0 0 0 10px !important;
        line-height: 50px 
   }
    #rightmenu img {
        padding-right: 0 
   }
    #rightmenu li a:hover {
        text-align: center;
        padding: 0 
   }
    #cookies h2 {
        font-size: 28px;
        line-height: 28px 
   }
    #cookies img {
        width: 50px;
        height: 50px 
   }
    #cookies #left {
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px) 
   }
    #cookies button {
        margin: 0 0 20px 0;
        width: 100%;
        height: 30px 
   }
    #cookies button:hover {
        color: #fff 
   }
}
.title-container.complect button, .complect .colouurs button, .complect .colouurs .activated, .fixedinfo button {
    float: right;
    border: 0;
    padding: 12px 24px;
    margin: 0 0 0 10px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-family: "dsautomobiles", Arial, Tahoma;
    text-transform: uppercase;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    height: auto;
}

.complect .highlighted {
    background-color: rgb(183, 27, 7, 0.25) 
}
.complect .headrow .highlighted {
    background-color: #9D0605 
}
.fixedinfo {
    color: #000;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    background: #e9e7e1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}
.roundpic .enlarge .closearw {
    transform: rotate(180deg) 
}
.fixedinfo h2, .fixedinfo h3 {
    color: #000 !important 
}
#steps li span {
    color: #000;
}
#steps li a {
    color:#000;
}
#steps .actt a {
    font-family: "dsautomobiles", Arial, Tahoma 
}
#steps .staragain a {
    color: #fff;
    background: #1a1b1b;
    transition: all .2s linear;
    letter-spacing: .01812rem;
}
#steps .staragain a:hover{
    background: #9d8c83;
}
.dialogright {
    width: 60% 
}
.dialogright .complecting {
    width: 100% 
}
.dialogright .complecting div {
    max-height: 320px;
    height: 250px;
}
#dialogwide input, #dialogwide select, #dialogwide textarea {
    border: 0;
    background: #F1F0F0;
    height: 38px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 5px;
    line-height: 21px;
    font-size: 15px;
    font-family: "Arial", Tahoma, Sans Serif;
    color: #585858 
}
#dialogwide textarea {
    height: 150px 
}
#dialogwide .dialogleft button {
    width: 100% 
}
#blackbackground {
    z-index: 999999 !important 
}
.ui-dialog {
    z-index: 999999999 
}
img[src="./img/arwr_w.png"] {
    width: 7px !important;
    height: 11px !important 
}
.pricetable .red img {
    width: 5px !important;
    height: 9px !important 
}
#juhend {
    border: 0 !important 
}
#juhend li {
    margin-left: 15px !important;
    list-style-type: disc;
    padding: 0 0 10px 0;
    border: 0 !important 
}
#return-to-top {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    text-decoration: none;
    opacity: 1;
    padding: 0;
    display: none;
    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;
    align-items: center;
    justify-content: center;
    border-radius:100%;
}
#return-to-top::before{
    font-family: "dsicons";
    content: "\E9F0";
    font-size:1.5rem;
    line-height: 48px;
    color:#1a1b1b;
}
#return-to-top span, #return-to-top img{
    display:none 
}
.chat-bubble{
    right:80px !important;
}
.modera-chat .chat-frame {
    z-index: 9999 !important;
}
.specialbottom {
    position: absolute !important;
    bottom: auto !important;
    top: -100px !important;
    right: 40px !important 
}
@media screen and (max-width:1020px) {
    .soContent {
        float: left;
        width: 24% !important;
        margin: 0;
        padding: 0 
   }
    .special-offers div.soData, .special-offers div.dummy {
        width: 100% !important;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 0px;
        padding: 0 
   }
    #special-offers-veho_citroen_front {
        width: 100% 
   }
    .special-offers div.separator {
        float: left;
        width: 1% !important 
   }
    #menu {
        z-index: 999998 !important 
   }
    .gallery h2 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 36px !important 
   }
    .right .count {
        height: 40px;
        font-size: 21px;
        padding-right: 50px;
        padding-top: 10px;
        margin-bottom: 0 !important 
   }
    .gallery .slick-prev {
        left: 0 !important 
   }
    .gallery .slick-next {
        right: 0 !important 
   }
    .gallery .slick-prev, .gallery .slick-next, .gallery .slick-prev:hover, .gallery .slick-next:hover {
        width: 40px;
        height: 40px;
        border: 0;
        padding: 12px 0 0 0 
   }
    .gallery .slick-prev, .gallery .slick-next {
        top: -20px 
   }
    .slick-slider h2 {
        font-size: 32px;
        line-height: 40px 
   }
    .slick-slider h3 {
        margin: 10px 0;
        font-size: 24px;
        line-height: 28px 
   }
    .styled-checkbox + label:before {
        width: 14px;
        height: 14px 
   }
    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12) 
   }
    .styled-checkbox:disabled + label:before {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12) 
   }
    .styled-checkbox:checked + label:after {
        left: 2px;
        top: 6px 
   }
    .complect .maintable b {
        width: calc(100% - 22px) 
   }
    #return-to-top {
        bottom: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        opacity: 1;
        padding: 0 
   }
    #return-to-top .svg {
        width: 12px !important;
        height: 12px !important;
   }
   
}
.onlyextramodels {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    grid-template-rows: auto;
    grid-gap:24px 8px;
}
.onlyextramodels p, .wideextramodels p{
    color:#fff;
}
.wideextramodels {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-template-rows: auto;
    grid-gap:24px 8px;
}
@media screen and (max-width:1400px) {
    #return-to-top {
        bottom: 90px;
        left: 40px;
        right: auto 
   }
    .chat-bubble{
        right:20px !important;
        bottom:70px !important;
   }
    .modera-chat .chat-frame {
        right: 20px;
   }
    .modera-chat .chat-frame.open {
        right: 20px;
        bottom:50px;
   }
    #rightmenu {
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 50px;
        background: rgb(68, 61, 60) 
   }
    #rightmenu ul {
        border-top: 0;
        display: flex;
   }
    #rightmenu ul li {
        width: 100% !important;
        box-sizing: border-box;
        height: 50px;
        border-left: 1px solid #808080 
   }
    #rightmenu ul li:first-child{
        border-left: none 
   }
    .rightfivemenu ul li {
        width: calc(20% - 0.25px) !important 
   }
    #rightmenu li a {
        display: flex;
        width: 100%;
        padding-left: 15px;
        box-sizing: border-box;
        height: 50px;
        font-size: 10px;
        line-height: 10px;
   }
    #rightmenu li a:hover {
        width: 100%;
        left: 0 !important;
        text-align: left;
        padding-left: 15px 
   }
    #rightmenu #conf {
        margin: 0 -5px -3px -5px 
   }
    #rightmenu img {
        height: 16px;
        margin: 0 0 -3px 0;
        padding-right: 10px 
   }
    #mobdesk {
        background-color: #fff;
        padding-bottom: 50px 
   }
}
.newsletter .red, .newsletter input {
    height: 62px;
    overflow: hidden 
}
.newsletter input {
    border-radius: 0;
    -webkit-appearance: none 
}
html {
    overflow-x: hidden 
}
.gallery {
    position: relative !important;
    height: auto !important 
}
.gallery .slick-track {
    height: auto !important 
}
.gallery .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0 !important 
}
.gallery .slick-slide {
    height: auto !important;
    width: 100% 
}
.gallery img {
    margin: 0 
}
.slider h2 span {
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(255, 255, 255, 0.6) 
}
.right .count {
    height: 60px;
    padding-right: 80px;
    padding-top: 18px;
    box-sizing: border-box;
    text-align: right;
    font-weight: bold;
    font-size: 24px 
}
@media screen and (max-width:1020px) {
    .slick-slider {
        z-index: auto 
   }
    .noborder a img {
        margin: 0 !important 
   }
    .complect .vahe b {
        padding-left: 10px !important 
   }
    #front .box ul li a {
        padding: 6px !important 
   }
    .models, .extramodels, .teenindusmenu, .models2 {
        top: 0 
   }
    .specialbottom {
        position: absolute !important;
        bottom: auto !important;
        top: -60px !important;
        right: 20px !important 
   }
    .right .count {
   }
    #onlyfrontpagefix {
        display: flex;
        flex-direction: column;
        position: static;
        z-index: auto;
        width: auto;
        height: auto;
        margin: auto;
        top: auto 
   }
    #onlyfrontpagefix .slider {
        order: 2 
   }
    #onlyfrontpagefix #header {
        order: 1 
   }
   /* #onlyfrontpagefix .models2, #onlyfrontpagefix .extramodels, .teenindusmenu {
        padding-top: 60px !important 
   }
    */
    .right .count {
        height: 40px;
        font-size: 21px;
        padding-right: 50px;
        padding-top: 10px;
        margin-bottom: 0 !important 
   }
    .gallery .slick-prev {
        left: 0 !important 
   }
    .gallery .slick-next {
        right: 0 !important 
   }
    .gallery .slick-prev, .gallery .slick-next, .gallery .slick-prev:hover, .gallery .slick-next:hover {
        width: 40px;
        height: 40px;
        border: 0;
        padding: 0 
   }
    .gallery .slick-prev, .gallery .slick-next {
        top: -20px;
        background-size: auto 11px !important 
   }
}
@media screen and (max-height:680px) and (max-width:1020px) and (orientation : landscape) {
    .modera-chat .chat-frame {
        right:0;
        height: calc(100% - 50px);
   }
    .modera-chat .chat-frame.open {
        right: 0;
        bottom: 50px;
   }
}
@media screen and (max-height:680px) and (max-width:1400px) and (orientation : landscape) {
    .modera-chat .chat-frame {
        right:0;
        height: calc(100% - 50px);
   }
    .modera-chat .chat-frame.open {
        right: 0;
        bottom: 50px;
   }
}
@media screen and (max-height:680px) and (min-width:1400px) and (orientation : landscape) {
    .modera-chat .chat-frame {
        right:60px;
        width: calc(100% - 60px);
   }
}
@media screen and (max-width:680px) {
    .modera-chat .chat-frame {
        right:0;
        height: calc(100% - 50px);
   }
    .modera-chat .chat-frame.open {
        right: 0;
        bottom: 50px;
   }
    .complecting div {
        height: calc(33vw - 10px) 
   }
    .slider .table-cell {
        padding: 200px 20px 40px 20px 
   }
    #front .box.left {
        display: flex;
        flex-direction: column 
   }
    #front .box.left button {
        order: 3 
   }
    #front .box.left h2 {
        order: 1 
   }
    #front .box.left ul {
        order: 2;
   }
    #front .box.left .news-grid {
        order: 2 
   }
    .slider .table-cell {
        background: #ffffff;
        position: relative;
        padding: 20px;
        text-align: center !important 
   }
    .slick-slide {
        background-repeat: no-repeat;
        background-size: 100% !important;
        background-position: top center 
   }
    .complecting .slick-slide {
        background-size: cover !important;
        background-position: center 
   }
    .slick-dotted.slick-slider {
        margin-bottom: 50px !important;
   }
    .slider .table-cell h2, .slider .table-cell p, .slick-slider .hdrmdl h2, .slick-slider .hdrmdl h3, .slick-slider .hdrmdl p, .slick-slider .hdrrght h2, .slick-slider .hdrrght p {
        width: auto;
        text-align: center !important;
        padding: 0 !important 
   }
    .slick-slider h3 {
        width: auto;
        text-align: center !important;
        padding: 0 !important;
        font-size: 21px;
        line-height: 26px 
   }
    .slider .table {
        padding: 0 
   }
    .video-foreground, .video-background iframe {
        height: 56vw 
   }
    .video-foreground {
        top: -3vw 
   }
    .slick-slider p {
        margin-top: 5px;
        color: #000;
        margin-bottom: 10px 
   }
    .slick-dots {
        top: auto;
        bottom: -40px;
   }
    #settings {
        top: 20px;
        right: 20px 
   }
    .slick-dots li button {
   }
    .slick-dots li.slick-active button {
        border: 0 
   }
    .slider h2 span {
        background: transparent;
        color: #9D0605 !important;
   }
    .slick-slider h3 {
        color: #9D0605 !important;
   }
    .slider .table-cell::after {
        content: '';
        position: absolute;
        left: calc(50% - 20px);
        bottom: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #ffffff;
        clear: both;
        z-index: 600 
   }
}
@media screen and (max-width:480px) {
    .video-foreground, .video-background iframe {
        height: 56vw 
   }
   /* .slider .table-cell {
        margin: 48vw 0 0 0 
   }
    */
    .slider .table-cell {
        padding: 20px 
   }
    .fixedinfo h2 span {
        font-size: 17px;
        line-height: 17px 
   }
    .fixedinfo h2 {
        font-size: 24px;
        line-height: 24px 
   }
    .fiftyfifty2 {
        padding-left: 0 
   }
    .fiftyfifty {
        width: 100%;
        padding-right: 0 
   }
}

.onemodel .modelname {
    line-height: 18px 
}
a {
    transition: color .2s linear;
    -o-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -webkit-transition: color .2s linear 
}
html {
    overflow-x: hidden 
}
html, body {
    min-width: 300px;
    -webkit-overflow-scrolling: touch !important;
    -webkit-text-size-adjust: none !important 
}
h2 img, h1 img {
    margin: 0 5px 0 5px 
}
@supports (-webkit-overflow-scrolling:touch) {
    .slider {
        position: absolute 
   }
}
#front .box .red {
    min-height: auto;
    padding: 0 24px;
}
.complect .differenceishere {
    background: rgba(25, 56, 138, 0.18) !important 
}
.complect .differenceishere:hover {
    background: rgba(25, 56, 138, 0.13) !important 
}
.onlyextramodels .onemodel .modelname, .wideextramodels .onemodel .modelname {
    font-family: "dsautomobiles", Arial, Tahoma;
    font-weight: normal 
}
.teenindusmenu ul li a, .teenindusmenup ul li a {
    padding: 4px 0 
}
#front h2 {
    font-size:32px;
}
.lazy3 .slick-slide img {
    width: 100% !important;
    height: auto !important 
}
.gallery .slick-slide img {
    width: 100% !important;
    height: auto !important 
}
.calcinputa {
    width: calc(100% - 550px) !important 
}
.calcinputb {
    width: calc(100% - 155px) !important 
}
.service_calc .red {
    min-height: 38px;
    height: 38px;
    padding: 0 20px 
}
ul li {
    line-height: 21px !important 
}
@media screen and (min-width:1020px) {
    #menufix {
        position: relative;
        width: 100%;
        float: right 
   }
    body {
        background: transparent;
        position: absolute;
        z-index: -2 
   }
}
.cantuse h3 {
    float: left;
    margin-top: 30px !important;
    text-align: left;
    margin-left: 30px !important;
    width: calc(100% - 30px) !important 
}
.cantuse h3 img {
    width: 20px;
    height: 20px;
    margin: -3px 0 
}
.cantusetab {
    margin-top: 30px 30px !important;
    float: left 30px !important;
    margin-left: 30px !important;
    width: calc(100% - 60px) !important 
}
.cantusetab td {
    text-align: left !important;
    padding: 5px 0 !important 
}
.cantuse .cantusetab tr td {
    background-color: transparent 
}
.cantuse button {
    float: right 
}
.cantuse .cantusetab td {
    background-color: transparent 
}
.cantuse button {
    margin: 10px 0 20px 10px;
    padding: 15px;
    min-height: 20px 
}
.greentxt {
    color: #0BAB4B !important 
}
.cantuse .onlyhere {
    margin-right: 30px;
    background-color: #9D0605 
}
.cantuse .onlyhere:hover {
    background-color: #3B3938 
}
.cantusetab b {
    width: auto !important 
}
.cantusetab .redtxt {
    width: 100% !important;
    color: #9D0605 !important 
}
.cantuse .cantusetab td {
    background-color: transparent !important 
}
.complect .highlighted {
    background-color: rgb(233 231 225 / 30%) !important 
}
.complect .headrow .highlighted {
    background-color: #e9e7e1 !important;
    color: #000;
}
.complect .redrow td {
    background-color: rgba(173, 0, 64, 0.1) !important 
}
.complect .greenrow td {
    background-color: rgba(50, 174, 82, 0.2) !important 
}
.unactiverow {
    opacity: 0.2 
}
@media screen and (max-width:1020px) {
    .cantuse h3 {
        margin-top: 10px !important;
        margin-left: 0 !important;
        width: 100% !important 
   }
    .cantuse button {
        margin: 10px 0 0 5px 
   }
    .cantuse .onlyhere {
        margin-right: 0 
   }
}
h2.customh2com {
    float: none !important;
    margin-bottom: 30px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.complect .slideTogglebox6 {
    margin-top: 0;
    right: 0 
}
.orange {
    background: #2f2726 !important;
    color: #fff !important 
}
.orange:hover {
    background: #ad9d91 !important 
}
@media screen and (max-width:1020px) {
    h2.customh2com #leasingcalculator2 {
        margin: -10px 0 10px 0 !important 
   }
}
@media screen and (max-width:980px) {
    h2.customh2com {
        margin-bottom: 20px !important 
   }
    h2.customh2com #leasingcalculator2 {
        margin: 0 0 10px 0 !important 
   }
}
@media screen and (max-width:680px) {
    .complect .slideTogglebox6 {
        margin: 26px 0 0 0 
   }
}
#askOfferForm table td {
    vertical-align: middle 
}
#second .pictures .theimage {
    background-position: center 
}
.modimg img {
    width: 160px 
}
@media screen and (max-width:1020px) {
    .modimg img {
        width: 100px 
   }
}
.allmodels a, .allmodels p {
    transition: color .25s ease-in-out;
    color: #000;
    text-decoration: none;
}
/* online state - color sinine - #eb6428 */
.modera-chat .chat-bubble .bubble {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23eb6428' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* unread state - color roheline - #198a31 */
.modera-chat .chat-bubble.status-new .bubble {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23198a31' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* offline state - color punane - #9d0605 */
.modera-chat .chat-bubble.status-wait .bubble {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%239d0605' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.slick-slide{
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}
.slick-slide {
    cursor: pointer;
}
.nocursor {
    cursor: initial !important;
}
.fixedimg.slick-slide {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: top;
}
.fixedimg .table-cell {
    vertical-align: bottom;
    padding-bottom: 40px;
}
.onlymobb{
    display: none;
}
/* @media screen and (max-width:1440px) {
    .slider .slider, .slider .slick-list, .slider .slick-slide, .slider .slick-slider {
        min-height: 600px !important;
   }
}
*/
@media screen and (max-width:1020px) {
   /* .slider .slider, .slider .slick-list, .slider .slick-slide, .slider .slick-slider {
        min-height: auto !important;
   }
    */
    .slick-slider .hdrmdl {
        text-align: center 
   }
    .slick-slider .hdrright {
        text-align: right 
   }
}
@media screen and (max-width:680px) {
    .slider .slider, .slider .slick-list, .slider .slick-slide, .slider .slick-slider {
        min-height: auto !important;
   }
    .slider.slick-initialized .slick-slide{
        display:block;
   }
    .fixedimg.slick-slide {
        background:transparent !important;
   }
    .onlymobb{
        margin:0 !important;
        padding:0 !important;
        width: 100%;
        display: initial;
   }
    .slider .fixedimg .table-cell {
        padding: 0;
        margin: 0;
        padding-bottom: 30px;
   }
    .fixedimg button {
        margin-top: 15px;
        width:calc(100% - 40px) !important;
   }
}
@media screen and (min-width:1440px) {
    .modera-chat .chat-frame {
        right: 80px !important;
   }
}
.grid-element p{
    margin:0;
}
.grid-element.text{
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.grid-element.accent{
    background: #000;
    color:#fff !important;
    padding: 32px;
}
#second .grid-element.accent h2, .grid-element.accent h3{
    color: #fff !important;
}
#second .grid-element.accent .prettybutton, #second .grid-element.accent .prettybutton2{
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
#second .grid-element.accent .prettybutton:hover, #second .grid-element.accent .prettybutton2:hover{
    border-color: #d2c7be;
    background-color: transparent;
    color: #d2c7be;
}
.grid-element.border{
    border: 1px solid #DDDBDB;
}
.content-grid{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 32px;
    margin-bottom:10px;
}
.content-grid-dynamic{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 24px;
    margin-bottom:10px;
}
.columns-2{
    grid-template-columns: 1fr 1fr;
}
.columns-3{
    grid-template-columns: 1fr 1fr 1fr;
}
.columns-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width:480px){
    .content-grid{
        grid-template-columns: 1fr !important;
   }
}
@media screen and (max-width:980px){
    .content-grid{
        grid-template-columns: 1fr 1fr;
   }
    .columns-2.uneven{
        grid-template-columns: 1fr;
   }
}
@media screen and (min-width:980px) and (max-width:1280px){
    .content-grid{
        grid-template-columns: 1fr 1fr 1fr;
   }
    .content-grid.columns-2, .content-grid.columns-4{
        grid-template-columns: 1fr 1fr 
   }
}
@media (max-width:1720px){
    #rightmenu {
        background:none;
   }
    #rightmenu ul{
        border-top:none 
   }
    #rightmenu .fiftho{
        border-bottom:none;
   }
}
.shop_title{
    display:flex;
    flex-direction: column;
    margin: 12px 0;
}
.shop_title .secondheader span{
    margin-left:4px;
}
#header .shop_title h1{
    margin:0;
}
.shop_title h4{
    color:#1a1b1b;
}
.counter p{
    display:flex;
    align-items:center;
    gap:2px;
}
.counter p:before{
    content: '';
    background-image: url( '/img/timer.svg' );
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
}
.submenu .counter p:before{
    background-image: url( '/img/timer-b.svg' );
}
.submenu .counter p{
    color:#1a1b1b;
    opacity: 0.7;
}
.submenu .counter{
    display:flex;
    align-items:center;
    justify-content:center;
}
.popup h2:not(#shop-loading h2){
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    gap: 4px;
}
.popup .green_noti::before{
    content: '';
    background-image: url( '/img/success.svg' );
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}
.popup .yellow_noti::before{
    content: '';
    background-image: url( '/img/info2.svg' );
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}
.popup .red_noti::before{
    content: '';
    background-image: url( '/img/info.svg' );
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}
/* Generic class to transform text in lowercase */
.transform-text-lowercase{
    text-transform: lowercase;
}
.campaign_text{
    opacity:0;
    visibility: hidden;
    background-color: #ffffff;
    color: #000000;
    border-radius: 3px;
    min-width: 150px;
    position: absolute;
    bottom: 40px;
    left: 0;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    padding: 12px;
    transition: ease-in-out 0.2s;
    z-index: 1;
}
.campaign_text_div:hover .campaign_text, .campaign_text_div:active .campaign_text{
    opacity:1;
    visibility: visible;
}
.campaign_text_hide{
    z-index: 9999;
}
.campaign_text_div svg path{
    stroke:#fff 
}
.pricetable .campaign_text{
    bottom: 30px;
}
.narrow1.leasekuudSlider{
    width: calc(100% - 32px) !important;
    margin: 10px 0 !important 
}
.slider_container{
    display:flex;
    align-items: center;
    justify-content: center;
    float:left;
    width:100% 
}
.leasekuudSlider .noUi-connect{
    background: #9d8c83  !important;
}
#footer .term-li{
    font-size:12px;
}
#footer .term-li a {
    padding: 3px 0 
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
  }
  .blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
  }
  .blocker.behind {
    background-color: transparent;
  }
  .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 9999999;
    max-width: 1440px;
    box-sizing: border-box;
    width: 95%;
    background: #fff;
    padding: 60px 40px;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    -o-box-shadow: 0 0 4px #000;
    -ms-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    text-align: left;
    overflow-y: auto;
    height: auto;
    max-height:100%;
  }
  .modal a.close-modal {
    position: absolute;
    top: 20px;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/img/close-btn.svg");
    filter: invert(1);
  }
  .modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
  }
  .modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  .modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  .modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  .modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  @-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
  }
  @keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
  }


.hamburger-menu span {
    background-color: #fff !important;
}

.menu-link,
.new_header_links a {
    color: #fff !important;
}

.menu-link:hover {
    color: #ccc !important;
}

.header_desktop_ctas .searchIcon img {
    filter: invert(1) brightness(100);
}

.header_desktop_ctas .testdrivebutton,
.header_desktop_ctas .servicebtn {
    background: transparent !important;
}

.header_desktop_ctas .testdrivebutton button,
.header_desktop_ctas .servicebtn button,
.header_desktop_ctas .servicebtn a,
#menu .header_desktop_ctas .testdrivebutton span {
    color: #fff !important;
    background: transparent !important;
}

#menu .header_desktop_ctas .testdrivebutton span, #menu .menu-section .testdrivebutton span{
    color:#fff;
}


.header_desktop_ctas .testdrivebutton button:hover,
.header_desktop_ctas .servicebtn button:hover,
.header_desktop_ctas .servicebtn a:hover {
    color: #ccc !important;
}


.hamburger-menu-panel nav ul li a:hover {
    color: #666 !important;
}

#menu .hamburger-menu-panel nav ul li a, #menu  .hamburger-menu-panel nav ul li button{
    line-height:normal;
    width: auto !important
}

#menu .hamburger-menu-panel ul li{
  margin: 0;
}

.hamburger-menu-panel .mobile-search .searchInput {
    color: #000 !important;
    background: #fff !important;
}

.hamburger-menu-panel .testdrivebutton button,
.hamburger-menu-panel .servicebtn button,
.hamburger-menu-panel .servicebtn a {
    color: #000 !important;
    background: transparent !important;
}

.upper_bar {
    background: #1a1a1a !important;
    border-bottom-color: #333 !important;
}

#upper_menu li a {
    color: #fff !important;
}

#upper_menu .upper_menu_ctas .testdrivebutton button,
#upper_menu .upper_menu_ctas .servicebtn button,
#upper_menu .upper_menu_ctas .servicebtn a {
    color: #fff !important;
}

.header_desktop_ctas .searchForm {
    background: #1a1a1a !important;
    border-color: #444 !important;
}

.header_desktop_ctas .searchInput {
    background: #2a2a2a !important;
    color: #fff !important;
    border-color: #444 !important;
}

.header_desktop_ctas #searchButton {
    color: #fff !important;
}

.header_desktop_ctas #searchButton .searchIcon img {
    filter: invert(1) brightness(100);
}


/* Storefront model-btns styling for second-level-menu-vertical */
#second.storefront .model-btns .red{
    text-align:center;
    align-content: center;
}

#second.storefront .left ul li.sticky-title{
    padding: 11px 0 12px 0;
}

#second.storefront .model-btns{
    margin-top:20px;
}

.second-level-menu-vertical .sticky-anchor{
    top:0;
}
