/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.jash-car__selector-wrapper {
  background-color: #255eac;
  display: flex;
  position: relative; }
  body:not(.index) .jash-car__selector-wrapper {
    margin-top: 0; }
  .jash-car__selector-wrapper .heading {
    max-width: 240px;
    width: 100%;
    color: #ffffff;
    padding: 18px 26px 18px 13px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .jash-car__selector-wrapper .heading {
        max-width: none;
        display: flex;
        padding: 15px 12px 0; } }
  @media (max-width: 991px) {
    .jash-car__selector-wrapper {
      flex-wrap: wrap; } }

.heading__first-line {
  font-size: 14px;
  margin-bottom: 11px;
  font-weight: 300;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .heading__first-line {
      margin-right: 10px; } }

.heading__second-line {
  font-size: 20px;
  font-weight: 500; }

.jash-car__selector-form {
  flex: 1 1 auto; }
  .jash-car__selector-form .button-medium {
    border-radius: 8px;
    background-color: #2e2e2e;
    font-size: 15px;
    padding: 0 23px;
    margin-top: 38px;
    height: 38px;
    line-height: 38px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 8px;
    border-color: #333; }
    @media (max-width: 991px) {
      .jash-car__selector-form .button-medium {
        margin-top: 26px; } }
    @media (max-width: 700px) {
      .jash-car__selector-form .button-medium {
        margin: 0 auto 10px; } }
  .jash-car__selector-form form {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 700px) {
      .jash-car__selector-form form {
        flex-wrap: wrap; } }

.jash-car-select {
  padding: 10px 10px 0;
  margin-bottom: 10px;
  flex: 1 1 auto; }
  @media (max-width: 991px) {
    .jash-car-select {
      padding: 0 12px 0; } }
  @media (max-width: 610px) {
    .jash-car-select {
      padding: 0;
      width: 100%;
      position: relative; } }
  .jash-car-select input {
    width: 100%;
    border: 0;
    outline: none;
    height: 34px;
    padding-left: 10px; }
    .jash-car-select input[disabled] {
      background-color: grey; }
  .jash-car-select label {
    margin-top: 0;
    display: block;
    color: #ffffff; }
  .jash-car-select.jash-car__level--one {
    position: relative; }

.car-categories-list {
  position: absolute;
  top: 100%;
  left: 10px;
  background-color: #ffffff;
  z-index: 4;
  border: 1px solid  #E8E8E8; }
  .car-categories-list li {
    padding: 8px 15px;
    cursor: pointer;
    border-top: 1px solid  #E8E8E8; }
    .car-categories-list li:hover, .car-categories-list li.is-active {
      background-color: #255eac;
      color: #ffffff; }
    .car-categories-list li.list-heading {
      font-size: 12px;
      background-color: #E8E8E8;
      position: sticky;
      top: 0; }
      .car-categories-list li.list-heading:hover {
        color: inherit; }

.car-categories-list.level_one {
  max-height: 400px;
  overflow: auto;
  width: calc(100% - 20px); }

.car-categories-list.level_two {
  width: 100%;
  left: 0;
  max-height: 400px;
  overflow: auto; }
  .car-categories-list.level_two li {
    display: flex; }
    .car-categories-list.level_two li .car_model {
      width: 45%; }
    .car-categories-list.level_two li .since {
      width: 30%; }
    .car-categories-list.level_two li .until {
      width: 25%; }

.car-categories-list.level_three {
  width: 100%;
  left: 0;
  max-height: 400px;
  overflow: auto; }
  .car-categories-list.level_three li {
    display: flex; }
    .car-categories-list.level_three li .car_model {
      width: 17%; }
    .car-categories-list.level_three li .engine_code {
      width: 23%; }
    .car-categories-list.level_three li .since, .car-categories-list.level_three li .until, .car-categories-list.level_three li .ccm, .car-categories-list.level_three li .km, .car-categories-list.level_three li .kw, .car-categories-list.level_three li .fuel {
      width: 10%; }
    .car-categories-list.level_three li .fuel {
      text-transform: capitalize; }
