@font-face {

    font-family: 'NissanBrand';

    src: url('../fonts/NissanBrand-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/NissanBrand-Bold.otf')  format('opentype'),

        url('../fonts/NissanBrand-Bold.woff') format('woff'), url('../fonts/NissanBrand-Bold.ttf')  format('truetype'), url('../fonts/NissanBrand-Bold.svg#NissanBrand-Bold') format('svg');

    font-weight: bold;

    font-style: normal;

}



@font-face {

    font-family: 'NissanBrand';

    src: url('../fonts/NissanBrand-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/NissanBrand-Regular.otf')  format('opentype'),

        url('../fonts/NissanBrand-Regular.woff') format('woff'), url('../fonts/NissanBrand-Regular.ttf')  format('truetype'), url('../fonts/NissanBrand-Regular.svg#NissanBrand-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'NissanBrand-Italic';

    src: url('../fonts/NissanBrand-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/NissanBrand-Italic.otf')  format('opentype'),

        url('../fonts/NissanBrand-Italic.woff') format('woff'), url('../fonts/NissanBrand-Italic.ttf')  format('truetype'), url('../fonts/NissanBrand-Italic.svg#NissanBrand-Italic') format('svg');

    font-weight: normal;

    font-style: italic;

}



@font-face {

    font-family: 'NissanBrand';

    src: url('../fonts/NissanBrand-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/NissanBrand-Light.otf')  format('opentype'),

        url('../fonts/NissanBrand-Light.woff') format('woff'), url('../fonts/NissanBrand-Light.ttf')  format('truetype'), url('../fonts/NissanBrand-Light.svg#NissanBrand-Light') format('svg');

    font-weight: 300;

    font-style: normal;

}



body{

    font-family: 'NissanBrand';

    font-size: 12px;

}





img,

img:focus,

a,

a:hover,

a:focus,

input,

input:hover,

input:focus,

button,

button:hover,

button:focus,

span,

span:hover,

span:focus {

    outline: none !important;

    box-shadow: none !important;

}

a,

input[type="text"],

textarea,

.btn,

.transition {

    -webkit-transition: all 250ms ease-in-out;

    -moz-transition: all 250ms ease-in-out;

    -ms-transition: all 250ms ease-in-out;

    -o-transition: all 250ms ease-in-out;

    transition: all 250ms ease-in-out;

}

a:hover,

input[type="text"]:hover,

textarea:hover,

input[type="text"]:focus,

textarea:focus,

.btn:hover,

.transition:hover{

    text-decoration: none;

    -webkit-transition: all 200ms ease-in-out;

    -moz-transition: all 200ms ease-in-out;

    -ms-transition: all 200ms ease-in-out;

    -o-transition: all 200ms ease-in-out;

    transition: all 200ms ease-in-out;

}



h1{

    font-weight: bold;

    margin-top: 30px;

    margin-bottom: 25px;

}

h2{

    text-transform: uppercase;

    font-weight: bold;

    font-size: 24px;

    margin-bottom: 2px;

    min-height: 56px;
    position: relative;

}
h2.hl{
    margin-top: 40px;
}
h2.hl:before {
    background-color: #c3002f;
    content: "";
    display: block;
    height: 7px;
    left: 50%;
    position: absolute;
    top: -15px;
    width: 170px;
    margin-left: -85px;
}

.car-box.featured{
    border: 3px solid #c3002f;
}
.tel_link, .email_link{
    color:#c3002f;
    text-decoration: underline;
}
.tel_link:hover, .email_link:hover{
    color:#c3002f;
}

.car h2{

    font-size: 18px;

}



p{

    margin-bottom: 6px;

    text-transform: uppercase;

}



#car-found{

    font-size: 18px;

}

/* Buttons */





.btn{

    -webkit-border-radius: 0;

    border-radius: 0;

    text-transform: uppercase;

}

.btn.btn-primary{

    background-color: #c3002f;

    text-align: left;

    padding: 12px 40px 12px 20px;

    border:none;

    font-size: 12px;

    font-weight: bold;

    position: relative;



}

.btn.btn-primary:after{

    position: absolute;

    top: 16px;

    right: 21px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow-w.svg');

    background-position: center;

    background-repeat: no-repeat;



}

.btn.btn-primary:hover{

    background-color: #920023;

}

.btn.btn-secondary{

    background-color: #eee;

    text-align: left;

    padding: 12px 40px 12px 20px;

    max-height: 45px;

    border:none;

    font-size: 12px;

    font-weight: bold;

    color: #C3002F;

    position: relative;

}

.btn.btn-secondary:after{

    position: absolute;

    top: 15px;

    right: 20px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow.svg');

    background-repeat: no-repeat;

    background-position: center;



}

.btn.btn-secondary:hover{

    background-color: #ccc;

}

/*

.btn.btn-secondary.category_toggle{

    min-width: 70%;

}*/

.btn.btn-back{

    background-color: #eee;

    text-align: left;

    padding: 12px 20px 12px 40px;

    border:none;

    font-size: 12px;

    font-weight: bold;

    color: #C3002F;

    position: relative;

}

.btn.btn-back:after{

    position: absolute;

    top: 15px;

    left: 20px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow.svg');

    background-repeat: no-repeat;

    transform: rotate(180deg);

    background-position: center;



}

.btn.btn-back:hover{

    background-color: #ccc;

}

.btn-link{

    color: #c3002f;

    display: inline-block;

    margin-bottom: 15px;

    text-transform: uppercase;

    font-weight: bold;

    position: relative;

    padding-right: 20px;

}

.btn-link:hover{

    color: #920023;



}

.btn-link:after{

    position: absolute;

    top: 3px;

    right: 5px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow.svg');

    background-repeat: no-repeat;

    background-position: center;



}

.btn-search{

    background-color: #eee;

    font-size: 12px;

    border: 1px solid #b7bfc2;

    padding-left: 15px;

    padding-right: 15px;

}

.btn-search:hover{

    background-color: #ccc;

}





/* Sidebar-filter */





.card{

    border-radius: 0!important;

    border: 0;

    margin-bottom: 15px;

    background-color: #EEE;

}

.card-header {

    border-radius: 0!important;

    border:0;

    padding: 0;

}

.card-link{

    color: #c3002f;

    font-weight: bold;

    text-transform: uppercase;

    padding: 12px 20px;

    display: block;

    background-color: #eee;

    position: relative;

}

.card-link:after{

    position: absolute;

    top: 16px;

    right: 20px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow.svg');

    background-repeat: no-repeat;

    transform: rotate(-90deg);

    background-position: center;

}

.card-link.collapsed:after{

    transform: rotate(90deg);

}

.card-link:hover{

    color: #920023;

}

.card-footer{

    background-color: #EEE;

    border:0!important;

    padding-bottom: 20px;

}









/* UI-slider*/





.card .ui-slider-handle{

    -webkit-border-radius: 50%!important;

    border-radius: 50%!important;

    border: 5px solid #bbc5c7;

    height: 18px;

    width: 18px;

    cursor: pointer;

}

.ui-state-active, .ui-widget-content .ui-state-active{

    background-color: #FFF;

}

.ui-slider{

    margin-bottom: 20px;

}

.ui-widget-header {

    border: none;

    background: #c3002f;

}

.ui-widget.ui-widget-content {

    border: none;

    margin-right: 10px;

    margin-left: 6px;

}

.ui-slider-horizontal {

    height: 8px;

}

.ui-slider-horizontal .ui-slider-handle {

    top:-5px;

}

.range-inputs-wrapper{

    display: flex;

}

.range-inputs-wrapper .range-input-wrapper{

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

    text-align: right;

}

.range-inputs-wrapper .range-input-wrapper.range-input-min{

    padding-right: 7px;

}

.range-inputs-wrapper .range-input-wrapper.range-input-max{

    padding-left: 7px;

}

.range-inputs-wrapper .range-input-wrapper input{

    width: 100%;

    height: 40px;

    padding: 10px;

    text-align: right;

    font-weight: bold;

    font-size: 18px;

    border:none;

    display: block;

}

.range-input-wrapper span{

    text-transform: uppercase;

    font-weight: bold;

    padding-bottom: 4px;

    display: block;

}







/* Custom checkbox */



.custom-control{

    padding-left: 0;

}

.custom-control-label{

    padding-top: 7px;

    margin-bottom: 5px;

    font-weight: bold;

    display: block;

    cursor: pointer;

}

.custom-checkbox .custom-control-label::before {

    width: 26px;

    height: 26px;

    -webkit-border-radius: 0;

    border-radius: 0;

    background-color: #FFF;

    right: 0;

    left: auto;

}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {

    background-color: #c3002f;



}

.custom-checkbox .custom-control-label::after {

    width: 26px;

    height: 26px;

    right: 0;

    left: auto;

}

.custom-control-input:focus~.custom-control-label::before {

    box-shadow: none;

}

.custom-control .custom-checkbox{

    position: relative;

}





/* Filter */



/*.form-control{

    border: 1px solid #b7bfc2;

    -webkit-border-radius: 0;

    border-radius: 0;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: bold;

    height: 42px;

}

.form-control:focus {

    border-color: #b7bfc2;

}*/



#dealer-list{

    -webkit-border-radius: 0;

    border-radius: 0;

    background-color: #EFEFEF;

    font-size: 12px;

}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {

    width: 100%;

    margin-bottom: 1rem;

}

.btn.dropdown-toggle.btn-light{

    font-size: 12px;

    background-color: #EFEFEF;

    padding-top: 12px;

    padding-bottom: 12px;

    color: #C3002F;

    font-weight: bold;

}

.bootstrap-select .dropdown-toggle:focus {

    outline: none!important;

}

.bootstrap-select .dropdown-menu{

    background-color: #EFEFEF;

    color: #C3002F;

    font-size: 12px;

    -webkit-border-radius: 0;

    border-radius: 0;

    text-transform: uppercase;

}

.dropdown-item.active, .dropdown-item:active {

    color: #C3002F;

    text-decoration: none;

    background-color: #EFEFEF;

}

.dropdown.nav-item{

    width: calc(100% - 41px);

}

#dealer-search-addon{

    background-color: transparent;

    border: none;

}

#dealer-search-addon i{

    font-size: 18px;

    padding-left: 5px;

    color:grey;

}

#dealer-search-addon:hover{

    cursor: pointer;

}



.bootstrap-select .dropdown-toggle::after {

    position: absolute;

    top: 13px;

    right: 20px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow.svg');

    background-repeat: no-repeat;

    transform: rotate(90deg);

    background-position: center;

    border:none!important;

}



.bootstrap-select.show .dropdown-toggle::after {

    transform: rotate(-90deg);

}



/* Car-box */





.car-box{

    border: 1px solid #b7bfc2;

    margin-bottom: 30px;

    background-color: #EFEFEF;
    position: relative;

}

.car-box .car-price{

    text-transform: uppercase;

    font-weight: bold;

    font-size: 23px;

    margin-bottom: 2px;

    margin-bottom: 0;

    text-align: right;

}

.car-box .img-wrapper{

    background-color: #FFF;

}

.car-box.inSale .img-wrapper a,
.car-carousel .inSale{
  position:relative;
}

.car-box.inSale .img-wrapper a:before,
.car-carousel .inSale:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    background: url('../images/Nissan_Keszletkisopro_akcio-221109.png') bottom center;
    background-size: cover;
    position: absolute;
}

.car-box .info-wrapper{

    padding: 20px 20px 10px;

    background-color: #EFEFEF;



}

.car-box-header{

    margin-bottom: 20px;

}

.car-box .car-dealer{

    color: #888888;

    text-transform: uppercase;

}
.car-box .visitors{
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    z-index: 5;
    color: #C3002F;
}






/* Car page */





hr{

    margin-top: 1.5rem;

    margin-bottom: 1.5rem;

}

.car-details{

    background: #EEE;

    padding: 16px 20px;

}

.details-hl, .discount, .full-price{

    font-size: 18px;

}

.discount-price{

    font-size: 22px;

    color: #C3002F;

    font-weight: bold;

}

.price{

    font-size: 21px;

    font-weight: bold;

}

.details-list{

    text-transform: uppercase;

    margin: 0;

    padding: 0;

}

.details-list li{

    text-transform: uppercase;

    padding-left: 25px;

    position: relative;

    list-style-type: none;

    margin-bottom: 5px;

}

.details-list li:before{

    content:'';

    display: block;

    position: absolute;

    width: 10px;

    height: 10px;

    background-color: #C3002F;

    top: 4px;

    left: 0;

}



.related-car{

    border:1px solid #eeeeee;

    width: 214px;

    margin: auto;

}

.related-car p{

    font-size: 11px;

}

.related-car-info{

    padding: 12px;

}



.related-car a{

    color:#212529;

}

.owl-carousel h3, .owl-carousel h4,.related-car h3,.related-car h4{

    font-size:18px;

    font-weight: bold;

    text-transform: uppercase;

}

.car-carousel .owl-dots{

    position: absolute;

    bottom: 3%;

    text-align: center;

    width: 100%;

}

.car-carousel .owl-dot{

    width: 10px;

    height: 10px;

    margin: 5px;

}

.car-carousel .owl-dot span{

    background-color: #FFF;

    width: 10px;

    height: 10px;

    display: inline-block;

}

.car-carousel .owl-dot.active span{

    background-color: #c3002e;

}

.related-carousel .owl-nav{

    position: absolute;

    top: 50%;

    width: 100%;

}

.related-carousel .owl-prev{

    position: absolute;

    left: -20px;

}

.related-carousel .owl-next{

    position: absolute;

    right: -20px;

}

.related-carousel .owl-next span{

    font-size: 0;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 13.5px 0 13.5px 12px;

    border-color: transparent transparent transparent #c3002e;

}

.related-carousel .owl-prev span{

    font-size: 0;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 13.5px 12px 13.5px 0;

    border-color: transparent #c3002e transparent transparent;

}



.car a {

    color:#212529;

    font-size: 20px;

}

.btn-accordion:not(:disabled):not(.disabled).active, .btn-accordion:not(:disabled):not(.disabled):active, .show>.btn-accordion.dropdown-toggle {

    color: #fff;

    background-color: #920023;

    border-color: #920023;

}

.btn.btn-accordion:hover {

    background-color: #920023;

}

.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}

.btn.btn-accordion{

    background-color: #c3002f;

    color:#ffffff;

    text-align: left;

    padding: 12px 40px 12px 20px;

    border:none;

    font-size: 12px;

    font-weight: bold;

    position: relative;

    margin: 10px;

    margin-bottom: 20px;



}

.btn.btn-accordion:after{

    position: absolute;

    top: 16px;

    right: 21px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow-w.svg');

    background-position: center;

    background-repeat: no-repeat;



}

.btn.btn-accordion:hover{

    background-color: #920023;

}



.btn.btn-accordion:not(.opened):after{

    position: absolute;

    top: 16px;

    right: 21px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow-w.svg');

    background-position: center;

    background-repeat: no-repeat;

    transform: rotate(90deg);

}

.btn.btn-accordion.opened:after{

    position: absolute;

    top: 16px;

    right: 21px;

    content:'';

    display: block;

    width: 11px;

    height: 11px;

    background-image: url('../images/icons/arrow-w.svg');

    background-position: center;

    background-repeat: no-repeat;

    transform: rotate(-90deg);

}



#accordion-button-container{

    display: none;

}





/*DETAILS TABLE*/

#car-details table{

    width:100%!important;

}

tr.point:before {

    content: '';

    display: block;

    position: absolute;

    width: 10px;

    height: 10px;

    background-color: #C3002F;

    top: 4px;

    left: 0px;

}



tr.header {

    font-size: 20px;

}



tr.point{

    display: block;

    position: relative;

    padding-left: 20px;

    width:100%;

    height: auto!important;

}



tr.header {

    margin-top: 2rem;

    display: block;

    position: relative;

    width:100%;

    height: auto!important;

}



#car-details table td{

    height: auto!important;

    width:100%;

}

p.disclamer-2 {

        color:#666;
        text-align: left;
        font-style: italic;
        font-weight: 300;
        font-size: 12px;
        text-transform: none;

    }

p.disclamer {

    color:#666;
    text-align: right;
    font-style: italic;
    font-weight: 300;
    font-size: 10px;
    text-transform: none;
}



@media screen and (max-width:762px){

    p.disclamer {

        color:#666;

        text-align: right;

        font-style: italic;

        font-size: 8px;

        width: 50%;

        margin-left: auto;

    }

    p.disclamer-2 {

        color:#666;
        text-align: left;
        font-style: italic;
        font-weight: 300;
        font-size: 10px;
        text-transform: none;

    }


    .category_toggle{

        text-align: left;

    }

    #accordion{

        display: none;

    }

    #accordion-button-container{

        display: block;

    }

}

.modal-body{
    padding: 0;
}
.modal-header{
    padding-top: 30px;
}
.modal h4{
    position: relative;
    font-weight: bold;
}
.modal h4:before {
    background-color: #c3002f;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 170px;
}
article.form a {
    color: #c32055;
    font-weight: bold;
}
article.form .form-group input[type="text"] {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 0.1666666667em;
  box-shadow: 0 0 0 0.1428571429em #eee, inset 0 0.1111111111em 0.2222222222em -0.0555555556em rgba(0, 0, 0, 0.15);
  line-height: normal;
  margin-bottom: -0.0555555556em;
  padding: 0.6111111111em 9px 0.5555555556em;
  background-color: #fff;
}

article.form .form-group label {
  display: block;
  font-family: "NissanBrand", Verdana, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.6666666667em;
  text-transform: uppercase;
  font-weight: bold;
}

article.form .form-group.required label::after {
  color: #c3002f;
}
article.form .form-group.required label::after {
  content: "*";
}

article.form .form-group small {
  color: #4c4c4c;
  display: block;
  font-family: "NissanBrand", Verdana, Arial, sans-serif;
  font-size: 0.8em;
  letter-spacing: -0.0166666667em;
  margin-top: 0.6666666667em;
  font-weight: normal;
}



article.form .form-group input:focus {
  border: 1px solid #8a8a8a;
  outline: 0;
  box-shadow: 0 0 0 0.1428571429em #c1c1c1;
}





article.form .form-group .group-checkboxes {
  clear: both;
  margin: 0;
  padding: 0;
}

article.form .form-group .checkbox {
  margin-left: 0;
  padding-bottom: 1em;
}

article.form .form-group .checkbox {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
article.form .checkbox {
  position: relative;
}

article.form ol,
article.form ul {
  margin: 1.5714285714em 0;
}

article.form .form-group .checkbox label {
  text-transform: inherit;
  font-size: 1em;
  color: #666;
  font-family: "NissanBrand", Verdana, Arial, sans-serif;
  line-height: 1.7;
  font-size: 1em;
  margin: 0;
  text-transform: none;
  margin-left: 20px;
}

article.form .form-group .checkbox input {
  visibility: hidden;
}

article.form .form-group.complete .group-checkboxes .checkbox label::before {
  border: 2px solid #25b24a !important;
}

article.form .checkbox label::before {
  border: 1px solid #c1c1c1;
  border-radius: 0.25em;
  /*box-shadow: 0 0 0 0.1428571429em #eee, inset 0 0.1666666667em 0.3333333333em -0.0833333333em rgba(0, 0, 0, 0.15);*/
  background-color: #eee;
  color: transparent;
  content: "";
  left: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
article.form .checkbox input:checked + label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 23px;
    position: absolute;
    left: 0px;
    top: 8px;
    color:#c3002f;
}



article.form .form-group .form-block.has-error input,
article.form .form-group .form-block .has-error.bootstrap-select button {
  box-shadow: 0 0 0 2px #c3002f!important;
  -webkit-appearance: none;
}
article.form .form-group span.has-error {
  font-size: 0.8571428571em;
  position: absolute;
  box-shadow: 0 0 0 2px #c3002f!important;
  padding: 0.1666666667em 4px;
  background: #c3002f;
  color: #fff;
  z-index: 2;
  display: block;
  width: calc(100% - 30px);
  top: 65px;
  left: 15px;
}

article.form .form-group span.has-error:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  color: #fff;
  margin-right: 5px;
}

div.car-box:nth-child(n+11){
    display: none!important;
}
div.car-box.loaded:nth-child(n+11){
    display: flex!important;
}
.btn.btn-primary.dealer-contact-btn{
    font-size: 14px;
    padding: 14px 40px 14px 20px;
}
.btn.btn-primary.dealer-contact-btn:after {
    top:18px;

}

.FilterFilter{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.FilterFilter>.btn{
  font-size: 12px;
  color: #c3002f;
}

@media (min-width: 768px) {
  .two-column{
    column-count: 2;
  }
}
