/* Scss Document */
/* Scss Document */
@import url(reset.css);
@import url(fonts.css);
@import url(site-grid.css);
@import url(forms.css);
@import url(homepage.css);
/*@import url(single-car.css);*/
/*@import url(exhibition-halls.css);*/
/*@import url(who-we-r.css);*/
/*@import url(negishut.css);*/
/*@import url(pollution.css);*/
/*@import url(after-purchase.css);*/
/*@import url(faqs.css);*/
/*@import url(news-events.css);*/
/*@import url(news-events-single.css);*/
/*@import url(fleets.css);*/
/*@import url(accessibility.css);*/
/*@import url(clubs-single.css);*/
/*@import url(service-centers.css);*/
/*@import url(news.css);*/
/*@import url(terms.css);*/
/*@import url(news-single.css);*/
/*@import url(magazine.css);*/
/*@import url(securtity-and-pollution1.css);*/
@-webkit-keyframes infinite-spinning {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-moz-keyframes infinite-spinning {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-o-keyframes infinite-spinning {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes loading-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes loading-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes loading-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes loading-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  font-family: 'opensanshebrew' , Arial;
  direction: rtl;
  color: #292929; }

body {
  height: 100%;
  width: 100%;
  overflow: auto; }

#main-content {
  margin-top: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*#main-content *{ display:none; }*/
.clear {
  clear: both; }

*:focus {
  outline: none; }

.pollution-level {
  line-height: 1;
  font-size: 0.7rem; }
  .pollution-level .t1 {
    display: inline-block;
    vertical-align: middle; }
  .pollution-level .level {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center; }
  .pollution-level .level-1 {
    background-color: #034730; }
  .pollution-level .level-2 {
    background-color: #1b6544; }
  .pollution-level .level-3 {
    background-color: #108155;
    color: #fff; }
  .pollution-level .level-4 {
    background-color: #149842;
    color: #fff; }
  .pollution-level .level-5 {
    background-color: #1eaf48; }
  .pollution-level .level-6 {
    background-color: #40c423; }
  .pollution-level .level-7 {
    background-color: #b6d607; }
  .pollution-level .level-8 {
    background-color: #ffe023; }
  .pollution-level .level-9 {
    background-color: #f8c10f; }
  .pollution-level .level-10 {
    background-color: #ff9c00; }
  .pollution-level .level-11 {
    background-color: #f8790e; }
  .pollution-level .level-12 {
    background-color: #e25f0d; }
  .pollution-level .level-13 {
    color: #fff;
    background-color: #d8400f; }
  .pollution-level .level-14 {
    background-color: #c02c20; }
  .pollution-level .level-15 {
    background-color: #9f2c25; }

.pollution-level.safety .level {
  color: white; }
.pollution-level.safety .level-0 {
  background-color: #953735; }
.pollution-level.safety .level-1 {
  background-color: #e46c0a; }
.pollution-level.safety .level-2 {
  background-color: #ffc000; }
.pollution-level.safety .level-3 {
  background-color: #0bc57e; }
.pollution-level.safety .level-4 {
  background-color: #275745; }
.pollution-level.safety .level-5 {
  background-color: #95b3d7; }
.pollution-level.safety .level-6 {
  background-color: #376092; }
.pollution-level.safety .level-7 {
  background-color: #17375e; }
.pollution-level.safety .level-8 {
  background-color: #10253f; }

.single-page-menu {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 40px;
  z-index: 5;
  text-align: center;
  background: #cccccc;
  background: -moz-linear-gradient(top, #cccccc 0%, #e6e6e6 19%, whitesmoke 44%, whitesmoke 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cccccc), color-stop(19%, #e6e6e6), color-stop(44%, whitesmoke), color-stop(100%, whitesmoke));
  background: -webkit-linear-gradient(top, #cccccc 0%, #e6e6e6 19%, whitesmoke 44%, whitesmoke 100%);
  background: -o-linear-gradient(top, #cccccc 0%, #e6e6e6 19%, whitesmoke 44%, whitesmoke 100%);
  background: -ms-linear-gradient(top, #cccccc 0%, #e6e6e6 19%, whitesmoke 44%, whitesmoke 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #e6e6e6 19%, whitesmoke 44%, whitesmoke 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f5f5f5', GradientType=0 ); }
  .single-page-menu a {
    line-height: 40px;
    display: inline-block;
    margin: 0 15px; }
    .single-page-menu a .icon {
      display: inline-block;
      vertical-align: middle;
      height: 1rem; }
    .single-page-menu a .icon path {
      fill: #292929; }
  .single-page-menu a.selected {
    color: #E11428; }
    .single-page-menu a.selected .icon path {
      fill: #E11428; }

.error404 {
  background: #f4f4f6;
  background: -moz-radial-gradient(center, ellipse cover, #f4f4f6 0%, #dfdde0 50%, #9c979e 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f4f4f6), color-stop(50%, #dfdde0), color-stop(100%, #9c979e));
  background: -webkit-radial-gradient(center, ellipse cover, #f4f4f6 0%, #dfdde0 50%, #9c979e 100%);
  background: -o-radial-gradient(center, ellipse cover, #f4f4f6 0%, #dfdde0 50%, #9c979e 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f4f4f6 0%, #dfdde0 50%, #9c979e 100%);
  background: radial-gradient(ellipse at center, #f4f4f6 0%, #dfdde0 50%, #9c979e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f6', endColorstr='#9c979e', GradientType=1 ); }
  .error404 .content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    color: #E11428; }
    .error404 .content .title {
      line-height: 1;
      margin-bottom: 5px; }
      .error404 .content .title span {
        font-size: 6rem;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle; }
      .error404 .content .title .icon {
        height: 5.2rem;
        display: inline-block;
        vertical-align: middle; }
    .error404 .content .txt {
      line-height: 1;
      font-size: 2.2rem; }

.offscreen {
  display: none; }

.page-template-page-sitemap #main-content {
  position: relative;
  overflow: auto; }
.page-template-page-sitemap .content {
  position: relative;
  width: 1000px;
  margin: 30px auto; }
  .page-template-page-sitemap .content h1 {
    text-align: center;
    font-size: 3rem;
    color: #E11428;
    font-weight: 600;
    margin: 20px auto; }
  .page-template-page-sitemap .content .columns {
    /*-moz-column-width: 7.0em;-webkit-column-width: 7.0em;column-width: 7.0em;*/ }
    .page-template-page-sitemap .content .columns a {
      display: block;
      text-transform: capitalize;
      line-height: 1.5; }
    .page-template-page-sitemap .content .columns a:hover {
      color: #E11428;
      text-decoration: underline; }
    .page-template-page-sitemap .content .columns .content-list {
      width: 33%;
      float: right; }
    .page-template-page-sitemap .content .columns .content-list > li > a, .page-template-page-sitemap .content .columns .content-list > li > ul > li.bold > a, .page-template-page-sitemap .content .columns .content-list > li > ul li > ul > li.bold > a {
      font-weight: 600; }
    .page-template-page-sitemap .content .columns .content-list > li ul {
      margin-right: 15px; }

.search-results #main-content, .search-no-results #main-content {
  position: relative;
  overflow: auto; }
.search-results .content, .search-no-results .content {
  position: relative;
  width: 1000px;
  margin: 30px auto; }
  .search-results .content h1, .search-no-results .content h1 {
    font-size: 1.4rem;
    color: #E11428;
    font-weight: 600;
    margin-bottom: 20px; }
  .search-results .content .no-results-txt, .search-no-results .content .no-results-txt {
    font-weight: 600;
    font-size: 1.4rem; }
  .search-results .content li, .search-no-results .content li {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px; }
    .search-results .content li a, .search-no-results .content li a {
      display: block; }
      .search-results .content li a .result-img, .search-no-results .content li a .result-img {
        width: 70px;
        height: 70px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: bottom; }
      .search-results .content li a .result-txt, .search-no-results .content li a .result-txt {
        margin-left: 10px;
        width: -webkit-calc(100% - 85px);
        width: calc(100% - 85px);
        display: inline-block;
        vertical-align: bottom; }
        .search-results .content li a .result-txt .date, .search-no-results .content li a .result-txt .date {
          font-size: 0.8rem;
          color: #535353;
          margin-top: 5px; }
        .search-results .content li a .result-txt .link, .search-no-results .content li a .result-txt .link {
          font-size: 0.8rem;
          color: #535353;
          margin-top: 5px; }
    .search-results .content li a:hover, .search-results .content li a:active, .search-no-results .content li a:hover, .search-no-results .content li a:active {
      color: #E11428; }
      .search-results .content li a:hover .result-txt .title, .search-results .content li a:hover .result-txt .date, .search-results .content li a:hover .result-txt .link, .search-results .content li a:active .result-txt .title, .search-results .content li a:active .result-txt .date, .search-results .content li a:active .result-txt .link, .search-no-results .content li a:hover .result-txt .title, .search-no-results .content li a:hover .result-txt .date, .search-no-results .content li a:hover .result-txt .link, .search-no-results .content li a:active .result-txt .title, .search-no-results .content li a:active .result-txt .date, .search-no-results .content li a:active .result-txt .link {
        text-decoration: underline; }
  .search-results .content li:last-child, .search-no-results .content li:last-child {
    border-bottom: none; }

#breadcrumbs {
  color: white;
  position: relative;
  top: 20px;
  right: 0; }
  #breadcrumbs li {
    display: inline-block; }
  #breadcrumbs .separator {
    display: inline-block;
    margin: 0 10px; }

body.admin-bar header {
  top: 32px; }
body.admin-bar .single-page-menu {
  top: 112px; }

h1.main-title {
  color: #292929;
  display: block;
  background: whitesmoke;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  padding: 22px 0; }

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px; }

  body.admin-bar header, body.admin-bar #main-menu {
    top: 46px; }

  #main-content {
    margin-top: 50px; }

  .single-page-menu {
    top: 50px; }
    .single-page-menu a {
      margin: 5px 0 0;
      padding: 0 5px;
      box-sizing: border-box;
      border-left: 1px solid #CCC;
      line-height: 30px; }
    .single-page-menu a:last-child {
      border: none; }

  .pollution-level .level {
    width: 16px;
    height: 16px;
    line-height: 16px; }

  .page-template-page-sitemap .content {
    width: 96%; }

  .search-results .content, .search-no-results .content {
    width: 95%;
    max-width: 450px; }
    .search-results .content h1, .search-no-results .content h1 {
      font-size: 1.2rem; }
    .search-results .content .no-results-txt, .search-no-results .content .no-results-txt {
      font-size: 1.2rem; }
    .search-results .content li a .result-img, .search-no-results .content li a .result-img {
      width: 50px;
      height: 50px; }
    .search-results .content li a .result-txt, .search-no-results .content li a .result-txt {
      width: -webkit-calc(100% - 65px);
      width: calc(100% - 65px); } }
		p.small_font {
			font-size: 12px;
		}
		p.text-right {
			text-align: right;
		}
p.text-right.legal_p_control {
    max-width: 311px;
    font-size: 15px;
    margin-top: 20px;
}
/***** added by uri chachick ****/
.service_text_text {
  display: none; }

.service_text_title {
  cursor: pointer; }


/*# sourceMappingURL=main.css.map */


p.text-right.accept_p {
    font-family: OpenSansHebrew-Regular;
    font-size: 0.81rem;
    color: #7F8C8D;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 20px;
}


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

header #main-menu li.mob {
    display: none!important;
}

}


img.header_icon {
    max-height: 16px;
}

header.search-open #header-utils .header-utils-btn .search-btn {

    background-color: white!important;
}


@media screen and (max-width: 1024px){
header #header-utils .hamburger .fa-bars {
    display: inline-block!important;
}
}


@media screen and (max-width: 1024px){
body.menu-open header #header-utils .hamburger .fa-bars {
    display: none!important;
}

}


@media screen and (max-width: 1024px){
body.menu-open header #header-utils .hamburger .fa-times {
    display: inline-block!important;
    position: relative;
}
}

@media screen and (max-width: 1024px){
header #header-utils .hamburger .fa-times {

    display: none!important;
}

}


@media screen and (min-width: 783px){
#callme {
    height: 430px;
}
}



div#driver_books .modal-content {
    padding: 100px 50px;
    font-size: 18px;
    text-align: center;
    text-align: right;
}
div#driver_books .modal-content  .eff_form {
    font-size: 75%;
    margin: 0 auto;
}
@media(max-width: 1024px){
    div#driver_books .modal-content .eff_form {
        font-size: 50%;
    }
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}


div#driver_books button.close {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 35px;
}

.second_strip .link_strips {
    margin-bottom: 10px;
}
.know_page > .row {
    margin: 0;
    flex-wrap: wrap;
}


.pop .gallery-video.new {
    display: block!important;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;

}

@media screen and (max-width: 1023px){
iframe {

    height: 100%;
    width: 100%;
}
}

/*
.home #home-slider .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
    color: #E11428;
        z-index: 2;

}

@media (max-width:768px){
.home #home-slider .caption {
    top: 75%;

}
}

.home #home-slider .caption h1,.home #home-slider .caption h2,.home #home-slider .caption h3,.home #home-slider .caption h4{
    font-size: 30px;
}

.home #home-slider .caption p{
    font-size: 21px;
}


*/

.home #home-slider .swiper-slide .content h2 {
    color: #E11428;
}
#contact-us #contact-us-form h3 {
    font-size: 1.5rem!important;
    margin-bottom: 0px!important;
}
#contact-us #contact-us-form .form-section p.small_font{
  font-size: 11px;
      margin-bottom: 20px;
}

.extra_pdf_download {
    background-color: #E11428;
    color: white!important;
    display: inline-block;
    padding: 0 10px;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 25px;
}



.extra_pdf_download span.title.hide-external-link {
    position: relative!important;
    width: auto;
    clip: inherit;
    left: auto;
    font-size: initial;
}



.single-car #tech-specs .pdf-btn .title {
    position: relative;
    width: auto;
    clip: inherit;
    left: auto;
    margin-left: 10px;
font-size: initial;
}

@media screen and (orientation:portrait) {
  .home #models .car-page .content .key-img {
    background-size: cover !important;
  }
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}


input#send-btn.sending {
    opacity: 0.4!important;
    pointer-events: none;
}

form.testdrive_form br{
    display: none;
}

.testdrive_form input,.testdrive_form select {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #8B8B8B;
    padding: 0 5px;
    font-family: inherit;
    font-size: inherit;
}

.testdrive_form textarea{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #8B8B8B;
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    height: 125px;
    margin-bottom: 30px;
}

.testdrive_form span.wpcf7-list-item-label {
    font-size: 0.9rem;
    line-height: 1.1;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
.testdrive_form .wpcf7-list-item:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f096";
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}

.testdrive_form input[type="checkbox"] {
    border: 0;
    opacity: 1 !important;
    display: block !important;
    height: 0;
}

.testdrive_form input[type=checkbox]:checked:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    content: "\f00c";
    font-size: 18px;
    line-height: 30px;
    top: -45px;
    right: 2px;
}

.testdrive_form .wpcf7-submit {

     position: relative;
    float: left;
    width: 100px;
    height: 35px;
    border: none;
    outline: none;
    background-color: #E11428;
    font-family: inherit;
    font-size: inherit;
    color: white;
    cursor: pointer;
    z-index: 5;
}

#contact-us #contact-us-form form.testdrive_form p.small_font {
    font-size: 11px;
    margin-bottom: 20px;
}

.testdrive_form .wpcf7-response-output {
    margin: 0!important;
    margin-top: 40px!important;
    padding: 10px 15px!important;
    border-color: red!important;
    font-size: 12px;
}

.testdrive_form span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
    line-height: 1;
}


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

.testdrive_form span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 230px;
    width: 300px;
    font-size: 14px;
}
.testdrive_form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    position: absolute;
    bottom: 20px;
    margin-right: 335px!important;
    padding: 5px 9px!important;
}

.testdrive_form .wpcf7-list-item:before {
    position: absolute;
    z-index: -1;
}
.testdrive_form span.wpcf7-list-item label {
    padding-right: 25px;
    padding-bottom: 20px;
}

.testdrive_form textarea {
    margin-bottom: 10px;
}
}

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

.testdrive_form input[type=checkbox]:checked:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    content: "\f00c";
    font-size: 18px;
    line-height: 30px;
    top: -52px;
    right: 2px;
}



}


.d-none{
    display: none!important;
}

/*tabs*/

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.contact_tabs{
    display: flex;
    border: 0;
    margin-bottom: 10px;
}

.contact_tabs li{
    display: inline-block;
    margin: 0 0 0 10px;
}

.contact_tabs li a{
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

.contact_tabs li.active a{
    color: #E11428;
}


form#contact-us-form {
    display: none!important;
}
/*
div#choose-department {
    display: none;
}*/

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

.contact_tabs {
    flex-direction: column;
}

}
header #main-menu .sub-menu #menu-item-23267 a:before {
    background-image: url(https://honda.co.il/wp-content/uploads/2024/09/Frame-41.png);
	  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 783px){

.contact_tabs {
    flex-direction: column;
}

.contact_tabs li {
    margin-bottom: 10px;
}

}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450!important;
}

.tab-pane.mesent .wpcf7{
  display: none;
}

.tab-pane.mesent .thanks_cf7{
  display: block!important;
}


div.wpcf7 .ajax-loader {
    width: 25px;
    height: 25px;
    background-size: cover;
}


@media screen and (min-width: 783px){
    .home #home-slider .swiper-slide .content {
    bottom: 60%!important;
}

}

@media screen and (min-width: 1400px){
    .home #home-slider .swiper-slide .content {
    bottom: 60%!important;
}
}

.details_for_loc {
    padding-bottom: 50px!important;
}

.wpcf7-response-output {
    text-align: right;
}


.single-car #summary .car-info .info-item .icon {

    max-height: 60px;
}

@media screen and (min-width: 783px){
.home #home-slider .swiper-slide .content h2 {
    line-height: 1;
    margin-bottom: 0px;
}
}


/*
a.slide-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

*/
header #main-menu .sub-menu #menu-item-21250 a:before {
    background-image: url(images/jaz-hybrid-menu.png);
}

.single-car #summary .car-info {
    font-size: 14px;
}


.single-car #summary .car-info .info-item {

    margin-bottom: 20px;
}

p.gas_legal {
    font-size: 10px;
}



.cookie_popup.popup_main .popup_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    width: 600px;
    max-width: 100%;
    max-height: 100%;
}

@media all and (max-width: 767px) {
    .cookie_popup.popup_main .popup_inner {
        overflow-y: scroll;
        overflow-x: hidden;
    }

}


.cookie_popup.popup_main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

.cookie_popup.popup_main {
    z-index: 999999;
}

.cookie_popup.popup_main .popup_inner img {
    /*   width: 100%;*/
    height: auto;
}

.cookie_popup.popup_main .popup_inner .xclose {
    width: 25px;
    height: 24px;
    cursor: pointer;
    background: url(images/close_btn_black.png) 0 0 no-repeat;
    background-size: contain;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 20px;
}


.cookie_popup.popup_main .popup_inner img.aligncenter {
    margin: 0 auto;
    display: block;
}

.location_left_image {
    padding-bottom: 15px;
}

.padding-left-map img {
    width: 100%;
    height: auto;
}

@media all and (min-width: 768px) {
    .location_left_image {
        padding-right: 15px;
        padding-bottom: 0;
    }
}

.location_left_image img {
    width: 100%;
    height: auto;
}

.home #home-slider .swiper-slide {
  height: 40vw;
}

@media screen and (max-width: 1024px){

  .home #home-slider .image-slide .media-holder .img-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home #home-slider .swiper-slide {
    height: 138vw;
  }

}




 .pollution-level.safety .level-0{

     background-color: #a62a31;

}

 .pollution-level.safety .level-1{

     background-color: #f15925;

}

 .pollution-level.safety .level-2{

     background-color: #fecd0b;

}

 .pollution-level.safety .level-3{

     background-color: #20b88c;

}







 .pollution-level.safety .level-4{

     background-color: #2b8ba3;

}

 .pollution-level.safety .level-5{

     background-color: #268dcc;

}

 .pollution-level.safety .level-6{

     background-color: #1271b9;

}







 .pollution-level.safety .level-7{

     background-color: #4270b7;

}

 .pollution-level.safety .level-8{

     background-color: #435caa;

}















 .pollution-level .level-1{

     background-color: #294f40;

}

 .pollution-level .level-2{

     background-color: #066543 ;

}

 .pollution-level .level-3{

     background-color:#007848 ;

}

 .pollution-level .level-4{

     background-color: #00904b;

}

 .pollution-level .level-5{

     background-color: #00a650;

}

 .pollution-level .level-6{

     background-color:#4bb747 ;

}

 .pollution-level .level-7{

     background-color: #a7cd3c;

}

 .pollution-level .level-8{

     background-color:#ffef03 ;

}

 .pollution-level .level-9{

     background-color: #ffcb06;

}

 .pollution-level .level-10{

     background-color: #fca520;

}

 .pollution-level .level-11{

     background-color: #f48222;

}

 .pollution-level .level-12{

     background-color:#f05920;

}

 .pollution-level .level-13{

     background-color: #da381f;

}

 .pollution-level .level-14{

     background-color: #ca232b;

}

 .pollution-level .level-15{

     background-color:#a82b31 ;
    color: #fff;

}

.spec-icon.installed {
  color: #066543;
  font-size: 230%;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.blueCircle {
  color: #228cca !important;
}
.spec-icon.not-installed {
    color: #ad3a40;
    font-size: 120%;
    font-family: arial;
    font-weight: bold;
}
@media(min-width: 1024px){
  .spec-name{
      margin-left: 1%;
      display: inline-block;
  }
}

.spec-name{
  width: 80%;
}

element.style {
    background: red;
    padding-left: 10%;
    display: block;
}

.pollutionTable{
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.5vw;
    padding: .5%;
    z-index:9;
}

.pollutionTable .pollution-level {
    font-size: 100%;
    margin: .5% 1%;
    width: 17%;
}
.pollutionTable .pollution-level .level{
    width: 100%;
    width: auto;
    height: auto;
    padding: 3%;
}
.pollutionTable-singlecar{
  font-size: .8vw;
  justify-content: end;
  position: relative;
}
.pollutionTable-singlecar .pollution-level .level {
  padding: 0.5% 1%;
}
.single-car .pollution-level {
  border-bottom: 0 !important;
  width: 11vw !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pollutionTable-singlecar .pollution-level .level {
    padding: 1.5% 5%;
    margin: 0 2.5%;
}

.pollutionTable-singlecar .pollution-level.type3 {
    line-height: 28px;
}

body.page-template-template-cars #home-slider #key-slider .swiper-pagination {
    bottom: 50%;
}
@media(max-width: 1024px){
  #home-slider {
      height: 115vw !important;
  }
  .pollutionTable {
      font-size: 2.5vw;
      top: 122vw;
      top: 102vw;
      bottom: auto;
      padding: 1vw;
  }
  body.page-template-template-cars #home-slider #key-slider .swiper-pagination {
      top: 0;
  }
  .pollutionTable .pollution-level {
      width: 40%;
      line-height: 4vw;
  }
  .pollutionTable .pollution-level .level {
      width: 4vw;
      height: 4vw;
      padding: 0;
      line-height: 4vw;
  }
  .pollutionTable-singlecar{
    top: 0;
  }
  .single-car .pollution-level {
    width: 33vw !important;
  }
  .pollutionTable-singlecar .pollution-level.type3 {
      line-height: 10px;
  }
  .single-car #gallery .thumb-holder .gallery-thumb {
      float: right !important;
  }
}


.spec-list td, .spec-list th {
    padding: 0 2px;
}

.blueCircle{
  vertical-align: super;
}



*:focus-visible{
  outline: 2px red dashed !important;
}


  #lcbnPhone-error{
    z-index: 1;
  }
  form .form-field input.error:focus+label#lcbnPhone-error{
    display: block !important;
  }


  form[name='testdrive_form'] .form-field input.error:focus+label#fullName-error{
    display: block !important;
  }

  form[name='testdrive_form'] input.error:focus+label#phone-error{
    display: block !important;
  }

  form[name='testdrive_form'] input.error:focus+label#email-error{
    display: block !important;
  }

  form[name='testdrive_form'] input.error:focus+label#city-error{
    display: block !important;
  }
  @media(min-width: 1024px){
/*    .home #home-slider .image-slide .media-holder .img-holder{
      background-size: 95%;
    }
    .home #home-slider .swiper-slide {
      height: 41vw;
    }*/
/*    .home #home-slider .swiper-slide {
      height: 44.7vw;
    }*/
  }

  @media screen and (max-width: 1024px){

    .home #home-slider .swiper-slide {
        height: 175vw;
    }

  }

  @media(min-width: 1024px){
    .home #home-slider .swiper-slide{
      min-height: 100%;
    }
  }


  header #main-menu .sub-menu #menu-item-21250 a:before {
    background-image: url(https://honda.co.il/wp-content/uploads/2020/08/c2_r.png);
  }



  @media(min-width: 1024px){
    header #main-menu li>a {
        z-index: 10;
    }
    header #main-menu .sub-menu {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        top: 0;
        padding-top: 100%;
    }


    header #main-menu li.menu-item-has-children.active .sub-menu,
    header #main-menu li.menu-item-has-children:hover .sub-menu,
    header #main-menu li>a:focus+.sub-menu{
      opacity: 1;
      visibility: visible;
    }
  }


  @media(min-width: 1024px){
    .home #home-slider .swiper-slide#image-slide22512 .content {
      left: auto;
      right: 20%;
      bottom: 70% !important;
    }
    .home #home-slider .image-slide#image-slide22512 .media-holder .img-holder {
        background-size: cover;
        height: 52vw;
        top: -9vw;
    }
  }

  @media(max-width: 1024px){
    .home #home-slider .image-slide#image-slide22512 .media-holder .img-holder {
        background-size: contain;
        background-position: center -11px;
        background-color: #fff;
    }
    .home #home-slider .swiper-slide#image-slide22512 .content {
        top: 65px;
    }
  }


fieldset {
    border: 0 !important;
    /*margin: 0 !important;*/
    padding: 0 !important;
}

form .form-field label.error {
    position: relative;
    line-height: 1;
    margin: 5px 0 !important;
    padding-bottom: 0 !important;
}



a.slide-link:focus-visible{
  display: block;
}


.zoom200 .car-overlay {
    display: block;
}

.zoom200 header #header-logo img {
    width: 70%;
    object-fit: contain;
}

.zoom200.home #models .car-page .car-txt .title .name {
    font-size: 2rem;
}

.zoom200 .custom_text_text {
    right: 15% !important;
}
.zoom200.home #models .car-page .car-txt .title .price {
    margin-right: 15%;
    font-size: 1rem;
}

ul.stars{
  display: flex;
  justify-content: space-between;
}

.single-car #tech-specs .specs-table .table-section .table-header {
  width: 100%;
  text-align: right;
}


/*.page-template-template-cars #models .car-page .car-txt .title .name{
  color: #000;
}
.page-template-template-cars #models .car-page .car-txt .info .btn {
    color: #000;
    border: 1px #000 solid;
}
.page-template-template-cars #models .car-page .car-txt .info {
    color: #000;
}
.page-template-template-cars #models .car-page .car-txt .title .price {
    color: #000;
}
.custom_text_text {
    color: #000;
    text-shadow: 0 0 black;
}*/


.car-overlay {
  background: hsl(0deg 0% 0% / 65%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*header #main-menu .sub-menu.active{
  display: block;
  opacity: 1;
  visibility: visible;
}*/



/* #contact-options .contact-option {
    display: flex;
    flex-wrap: wrap;
} */
.contact-option.mail{
  display: flex;
  flex-wrap: wrap;
}
/* #contact-options .mobile-element{
  display: none;
} */
.contact-option.homepage.mobile-element{
  display: none !important;
}
#contact-options .contact-option .txt {
    align-self: center;
}

form input[type=checkbox] {
  display: initial !important;
  opacity: 0 !important;
}

#callme #callme-form .form-section {
  height: auto !important;
}
#lcbnPhone-error {
  top: 0 !important;
}
p.text-right.legal_p_control {
  display: inherit;
}
p.text-right.legal_p_control {
  margin-top: 0;
}


header #main-menu li>a[aria-expanded="false"]+.sub-menu {
    opacity: 0;
    visibility: hidden;
}


/*.civic-hybrid .t1,*/
.civic-hybrid .shah
{
  display:none !important;
}

.civic-hybrid a.btn.test-drive {
  /*display: none !important;*/
}


.postid-5825 .pollutionTable-singlecar .pollution-level .level {
    color: #fff;
}
.postid-5825.single-car #summary .car-info.civic {
  display: none !important;
}


.postid-5825.single-car #model-header .title .btn {
    display: none;
}


.page-template-template-cars #home-slider .swiper-slide .media-holder .img-holder{
    background-size: cover;
    background-position: center bottom;
}


.single-car #model-header .title h1.CIVIC_HYBRID{
  line-height: 1.25;
}

.single-car #model-header .title h1.CIVIC_HYBRID small{
  font-size: 60%;
}

@media(max-width: 1024px){
  .page-template-template-cars #home-slider .swiper-slide .media-holder .img-holder {
      height: 120vw;
      height: 98vw;
  }
  .postid-5825.single-car #model-header .title h1 {
      font-size: 2em;
      line-height: 1;
  }
  .postid-5825.single-car #model-header .title {
      top: 0;
  }

}



@media(min-width: 1024px){
/* .contact-option.mail.has-hover{
  width: 200px !important;
  height: auto;
} */
  .postid-5825.single-car #model-header {
      height: 780px;
  }

}

.page-template-page-fleets .fleets-container #staff .staff-summary {
    width: 360px !important;
    direction: ltr;
}

@media(max-width: 1024px){
  .spec-icon.installed {
      display: inline-block;
  }
  .spec-name {
      display: inline-block;
      margin: 5% 0;
  }
}


.news-feed a{
  display: block;
}
.page-template-page-news #main-content .news-container .news-feed-container .news-feed .bottom .content .date, .page-id-4202 #main-content .news-container .news-feed-container .news-feed .bottom .content .date, .page-template-page-news-articles #main-content .news-container .news-feed-container .news-feed .bottom .content .date, .page-id-4288 #main-content .news-container .news-feed-container .news-feed .bottom .content .date, .page-template-page-news-guides #main-content .news-container .news-feed-container .news-feed .bottom .content .date, .page-id-4290 #main-content .news-container .news-feed-container .news-feed .bottom .content .date {
    color: #D60000 !important;
}


.zoom200.page-template-page-news #main-content .news-container .news-feed-container .news-feed .bottom .content .bottom-footer,
.zoom200.page-id-4202 #main-content .news-container .news-feed-container .news-feed .bottom .content .bottom-footer,
.zoom200.page-template-page-news-articles #main-content .news-container .news-feed-container .news-feed .bottom .content .bottom-footer,
.zoom200.page-id-4288 #main-content .news-container .news-feed-container .news-feed .bottom .content .bottom-footer,
.zoom200.page-template-page-news-guides #main-content .news-container .news-feed-container .news-feed .bottom .content .bottom-footer,
.zoom200.page-id-4290 #main-content .news-container .news-feed-container .news-feed .bottom .content .bottom-footer {
    /* display: none; */
    display: block;
    bottom: -6vw;
}

body .question_name p {
    color: #000;
}

body.page-template-page-who-we-r .who-we-r-container .content .right .page-text h2,
body.page-template-page-heritage .who-we-r-container .content .right .page-text h2,
body.page-template-page-concept-models .who-we-r-container .content .right .page-text h2,
body.page-template-page-yad-2 .who-we-r-container .content .right .page-text h2 {
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin: 0;
}
body.page-template-page-fleets .fleets-container .news-events-container .news-feed .inner .content .date {
    width: 100px;
    color: #000;
}


.page-template-page-fleets .fleets-container .news-events-container .news-feed .overlay{
    background: rgb(0 0 0 / 65%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

body .left_h {
    color: #000000;
}
body ul.accordion li a.toggle {
    border: 1px solid #000000;
    color: #000000!important;
}
body .main_border {
    border: 1px solid #000000;
    color: #000;
}
body .toggle + div.inner > div {
    border: 1px solid #000000;
    color: #000;
}


body .second_strip .link_strips {
    color: #000;
    font-weight: bold;
}

body .knowns {
    color: #000;
    font-weight: bold;
}
.pollution-level.safety .level-4 {
    color: #fff;
}
.pollution-level.safety .level-5{
    color: #fff;
}
.pollution-level.safety .level-6{
    color: #fff;
}


.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 85%;
    border: 33px #e11428 !important;
}
.lity-close {
    background: #e11428 !important;
    border-radius: 50px;
    width: 3vw;
    height: 3vw;
    padding: 0;
    margin: 0;
    font-size: 200% !important;
    margin: .5%;
}
.lity-iframe-container iframe {
    border: 1px solid #e11428;
    border-radius: 15px;
}
.lity-iframe-container {
    overflow: hidden;
}
@media(max-width: 1024px){
  .lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
      height: 85vh;
  }
  .lity-close {
      width: 9vw;
      height: 9vw;
      margin: 2.5%;
  }
  .lity-iframe-container {
      height: 100%;
  }
  .lity-content {
      height: 100%;
  }
}
@media(min-width: 1024px){
  .knowns{
    max-width: unset;
    width: 100%;
  }
  .knowns img {
    width: 2vw;
  height: auto !important;
  object-fit: contain;
}
  .lity-iframe-container iframe {
      top: 1vw;
      overflow: auto;
      height: 94vh;
  }
}

#container_test_drive_button{
  display: none;
}
#container_test_drive_button.on{
  display: block;
}

.main_knowns a:focus {
    color: #000 !important;
}

.single-car.postid-22773 #model-header .title .test-drive{
  display: none;
}


@media(max-width: 1024px){
  .main_knowns .row.first_strip{
        justify-content: center;
  }
  #contact-options{
    display: flex;
  }
  #contact-options .contact-option .icon {
      margin: 10px;
      margin-right: 0;
  }
  #contact-options .contact-option.mail, #contact-options .contact-option.phone {
      width: 50%;
      text-align: center;
      display: flex;
      justify-content: center;
  }
  #call-btn {
      display: block ;
      width: 50%;
  }
  #call-btn button{
    width: 100% !important;
  }
}

._yomans {
    position: absolute;
    position: fixed;
    bottom: 0;
    right: 0;
    bottom: 10%;
    z-index: 100;
    margin: 1%;
}
._yoman1,._yoman2 {
    position: relative;
    text-align: center;
    margin-bottom: 1vw;
    font-weight: bold;
    font-size: 80%;
    font-weight: 600;
}

/*._yoman1 span,._yoman2 span {
  display: block;
  margin-top: 5%;
}
*/
._yoman1 span, ._yoman2 span {
    display: block;
    margin-top: 5%;
    background: #fff;
    padding: 3% 0;
    width: 110%;
    position: relative;
    right: -5%;
}

@media(max-width: 1024px){
  ._yoman1 span,._yoman2 span {
    display: none;
  }
  ._yomans {
      right: auto;
      left: 0;
      margin: 5%;
  }
  ._yoman1,._yoman2 {
      margin-bottom: 2.5vw;
  }
  ._yomans {
      bottom: 5%;
  }
}
.page-template-tpl-populiation header #header-utils .header-utils-btn{
vertical-align: unset !important;
}
.page-template-tpl-populiation #cause{
display: none;
}


.postid-22773 ._yoman1{
	display: none;
}

.postid-22773 .contact_tabs li:nth-child(1){
	display: none;
}

.postid-22773 #home [name='testdrive_form']{
	display: none;
}


.btn.send-btn:hover,
.btn.send-btn:focus{
  color: #fff !important;
  font-weight: bold !important;
}

.ipad-custom-style #home-slider .swiper-slide .media-holder .img-holder{
  height: 100%!important;
}
.ipad-custom-style #home-slider {
    height: 61vw !important;
}
.ipad-custom-style #models #side-menu,
.ipad-custom-style .car-overlay{
  display: none;
}
.ipad-custom-style .pollutionTable {
    top: 36vh !important;
}
.ipad-custom-style #model-header {
        height: 400px !important;
}
.ipad-custom-style  .pollutionTable-singlecar{
top:unset !important;
}
.ipad-custom-style #models .car-page{
      height: 50vh !important;
  position: relative !important;
width: 100% !important;
overflow: hidden !important;
bottom: auto !important;
min-height: 400px !important;
}
.ipad-custom-style #models .car-page .content {
    bottom: auto;
    top: 0;
    left: 0;
    height: 100% !important;
}
.ipad-custom-style .pollution-level {
    line-height: 1;
    font-size: 3vw;
}
.ipad-custom-style #models .car-page .bottom {
    height: 50px;
}
.ipad-custom-style #models .car-page .bottom .pollution-level.safety {
    left: 577px;
}
.ipad-custom-style #models .car-page .bottom .pollution-level {
    left: 291px;
}
.ipad-custom-style .pollution-level .level {
    width: auto;
    height: auto;
    line-height: 16px;
    padding: 1vw;
}
.ipad-custom-style #models .car-page .bottom .pollution-level.type3 {
    top: 0.7vw;
}
.ipad-custom-style #models{
  height: auto !important;
}
.ipad-custom-style .footer-menu ul li a{
  font-size:2.5vw;
}
.ipad-custom-style  .section .section-holder{
max-width:567px !important;
}
.ipad-custom-style #contact-options {
  z-index: 10000;
    height: 120px;

}
.ipad-custom-style .v-application--wrap {

    min-height: unset !important;

}
.ipad-custom-style.page-template-archive-location .main_knowns {

    min-height: 400px;
}
.ipad-custom-style.page-template-know .main_knowns a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 33.33%;
}
.ipad-custom-style.page-template-know .knowns {
    /* background: #95A5A6; */
    height: 9.063rem;
    text-align: center;
    width: 100%;
    margin-right: 0.35rem;
    margin-left: 0.35rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
    color: #FFFFFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: unset;
    flex:unset !important;
    /* flex: 0 0 33%; */
}
.ipad-custom-style.page-id-4208 #main-content .terms-container .news-feed-container .news-feed .bottom .content {
    width: 94%;
    position: absolute;
    top: -17% !important;
    right: 3%;
    height: 87%;
}
.ipad-custom-style.page-template-page-magazine .news-feed{
   margin-left: unset !important;
  margin-right: unset !important;
      padding: 2vw;
}
.ipad-custom-style.page-template-page-news #header  {
  display: block !important;
}
.ipad-custom-style.page-template-page-terms .u-might-like-title{
width: 100%;
}
.ipad-custom-style header #main-menu .sub-menu{
  padding-top: unset !important;
}
.ipad-custom-style .news-feed-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ipad-custom-style .news-feed {
    flex: 0 0 48%;
}

.ipad-custom-style #summary .sub-title, .single-car #summary .description, .single-car #summary .car-info {
    display: block;
    width: 98%;
max-width:567px !important;
    margin: 0 auto 20px;
}
.ipad-custom-style #gallery-360 .colors-menu .color-btn {
      width: 14% !important;
    height: 79px !important;
}
.ipad-custom-style #contact-options .contact-option .txt {
    align-self: center;
    font-size: 2.5vw;
}
.ipad-custom-style #contact-options .contact-option .icon {
    height: 44px !important;
}
.ipad-custom-style #contact-options .contact-option.mail, #contact-options .contact-option.phone {

    align-items: center;
}

/* #models .car-page[num="3"]{
  display: none;
} */
.extra_text{
  margin:0.2rem 0 1rem 0;
}
.extra_text > span{
  font-size: 1.7rem;
}
@media(max-width: 1024px){
  .extra_text{
    margin:2rem 0 0 0;
  }
  .extra_text > span{
    font-size: 1.5rem;
  }
  .one_side .contact-option.mail{
    width: 100% !important;
  }
}
