.chiptuning-page-wrapper {
  font-family: "Roboto", sans-serif;
}

#atf-configurator {
  box-sizing: border-box;
  position: relative;
}
#atf-configurator *, #atf-configurator *:before, #atf-configurator *:after {
  box-sizing: inherit;
}

#auto-select-engine {
  display: none;
}

.filter-overflow-visible.vc_row[data-vc-full-width] {
  overflow: visible;
}

.vehicle-selector-slider-layer {
  top: auto !important;
  bottom: 0;
}
.vehicle-selector-slider-layer > * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

a.vdb_product_filter_anchor {
  color: #fff;
}
a.vdb_product_filter_anchor:hover {
  color: rgba(255, 255, 255, 0.6);
}
a.vdb_product_filter_anchor .mobile:before {
  font-family: FontAwesome;
  content: "\f107";
  margin-right: 10px;
}
a.vdb_product_filter_anchor .mobile:after {
  content: "\f1b9";
  font-family: FontAwesome;
}
a.vdb_product_filter_anchor .mobile span {
  display: none;
}

.chiptuning .vdb_product_filter {
  background-color: transparent;
  padding: 20px;
  border-radius: 0;
}
.chiptuning .vdb_product_filter form {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .chiptuning .vdb_product_filter form {
    margin: 20px 0;
  }
}
.chiptuning .vdb_product_filter .close-button {
  display: none;
}
.chiptuning .vdb_product_filter .title {
  display: none !important;
  color: #a9a9a9;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}
.chiptuning .vdb_product_filter .select {
  width: calc(25% - 12px - 1px);
  position: relative;
  display: inline-table;
  z-index: 5;
  margin-right: 12px;
  text-align: left;
  background-color: #353535;
  border-radius: 0;
}
@media screen and (max-width: 600px) {
  .chiptuning .vdb_product_filter .select {
    width: 100%;
  }
}
@media screen and (max-width: 436px) {
  .chiptuning .vdb_product_filter .select {
    color: #ffffff;
    border-radius: 0;
  }
}
.chiptuning .vdb_product_filter .select:nth-child(5) {
  margin-right: 0;
}
.chiptuning .vdb_product_filter h3 {
  color: #1e6093;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.chiptuning .vdb_product_filter input[type=radio] {
  display: none;
}
.chiptuning .vdb_product_filter input[type=radio]:checked + label {
  border-bottom: 3px solid #1e6093;
}
.chiptuning .vdb_product_filter ul.filter_results {
  display: none;
  position: absolute;
  color: #555;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px -1px 20px rgba(85, 85, 85, 0.2), -1px 0px 20px rgba(85, 85, 85, 0.2);
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  z-index: 100;
  margin: 0;
  margin-top: 1px;
  list-style: none;
  z-index: 100000000000000000000000000000000 !important;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .chiptuning .vdb_product_filter ul.filter_results {
    display: none !important;
  }
}
.chiptuning .vdb_product_filter ul.filter_results li {
  padding: 6px 10px;
  margin: 0;
}
.chiptuning .vdb_product_filter ul.filter_results li:hover {
  background: linear-gradient(#ee4444, #bb1111);
  color: #ffffff;
  cursor: pointer;
}
.chiptuning .vdb_product_filter a.submit-filter {
  display: none;
  background-color: #181818;
  padding: 12px 20px 13px;
  text-transform: uppercase;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  margin-left: 5px;
}
.chiptuning .vdb_product_filter a.submit-filter:hover {
  background-color: #c41212;
}
.chiptuning .vdb_product_filter .filter_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left !important;
  font-size: 18px;
  white-space: nowrap;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0 !important;
  border-radius: 0px !important;
  outline: none;
  color: #e9e6ed;
  font-weight: 500;
  background: none !important;
  padding: 10px !important;
  line-height: 50px !important;
  height: 50px;
  width: 100%;
  border: 1px solid #7b7b7b !important;
}
.chiptuning .vdb_product_filter .filter_input:hover {
  cursor: pointer;
  color: #cbc7c7 !important;
}
.chiptuning .vdb_product_filter .filter_input[type=text] {
  padding: 10px 40px 10px 10px !important;
}
.chiptuning .vdb_product_filter label.filter_input_label {
  margin-bottom: 0;
  line-height: 40px;
  width: 100%;
}
.chiptuning .vdb_product_filter label.filter_input_label:after {
  display: block;
  position: absolute;
  top: 18px;
  right: 16px;
  content: "";
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  cursor: pointer;
  color: rgb(0, 0, 0);
  width: 8px;
  height: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #dd3333;
}
@media screen and (max-width: 600px) {
  .chiptuning .vdb_product_filter label.filter_input_label:after {
    display: none;
  }
}
.chiptuning .vdb_product_filter select {
  display: none;
}

.vdb_product_filter.tiny {
  width: auto;
  margin-left: initial;
  margin-right: initial;
  background-color: transparent;
  padding: 0;
  display: inline-block;
}

.vdb_product_filter.popup_content {
  background: white;
  width: 90%;
  padding: 25px;
  margin-top: -50px;
}
.vdb_product_filter.popup_content .title {
  display: block;
  position: initial;
  top: 0;
  padding-bottom: 20px;
  color: black;
  text-align: center;
}
.vdb_product_filter.popup_content .close-button {
  display: block;
}
.vdb_product_filter.popup_content .submit-filter {
  display: block;
}

.close-button {
  position: absolute;
  right: 4px;
  top: 0px;
  width: 30px;
  padding: 8px 5px;
  color: #1e6093;
  text-align: center;
  font-size: 25px;
  z-index: 1000;
}
.close-button:hover {
  cursor: pointer;
}

header .top_product_filter_form .vdb_product_filter {
  width: 100%;
  padding: 5px;
  background-color: rgba(204, 204, 204, 0.6);
  border-top: 1px solid #444;
}
header .top_product_filter_form .vdb_product_filter .filter_input {
  box-shadow: none;
  background-color: #ffffff;
  font-weight: normal;
  padding: 7px;
}
header .top_product_filter_form .vdb_product_filter span.select {
  width: 10%;
  padding-right: 0px;
}
header .top_product_filter_form .vdb_product_filter span.select li {
  line-height: initial;
}
header .top_product_filter_form .vdb_product_filter span.select.vehicletype-container {
  display: inline-table;
  margin-bottom: 0;
  margin-right: 5px;
}
header .top_product_filter_form .vdb_product_filter span.select.vehicletype-container li {
  margin-right: 0;
  display: block;
}
header .top_product_filter_form .vdb_product_filter span.select.engine-container {
  width: 20%;
}
header .top_product_filter_form .vdb_product_filter label.filter_input_label:after {
  right: 0px;
  top: -4px;
}
header .top_product_filter_form .vdb_product_filter ul.filter_results {
  width: 100%;
  border-top: 1px solid rgba(85, 85, 85, 0.5);
}
header .top_product_filter_form .vdb_product_filter ul.filter_results li {
  float: none;
  font-weight: normal;
}

.vehicle-config-wrapper {
  clear: both;
  background-color: #1e6093;
}
.vehicle-config-wrapper > * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.vehicle-config-wrapper .vdb_product_filter {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.vehicle-config-wrapper .vdb_product_filter .title {
  display: block;
  margin-bottom: 15px;
  text-shadow: 2px 2px 10px black;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
}
.vehicle-config-wrapper .vdb_product_filter .select {
  display: inline-block;
  width: calc(33.3333333333% - 3px);
  margin-right: 0;
  background: rgba(255, 255, 255, 0.85);
  transition: all ease 0.2s;
  border: 1px solid #3c3c3c;
}
.vehicle-config-wrapper .vdb_product_filter .select:hover {
  background: #fff;
}
.vehicle-config-wrapper .vdb_product_filter .select.open {
  z-index: 1000;
  background: #fff;
  width: 100%;
}
.vehicle-config-wrapper .vdb_product_filter .select.vehicletype-container {
  display: none;
}
.vehicle-config-wrapper .vdb_product_filter .select.manufacturer-container {
  left: 0;
  right: auto;
  position: absolute;
}
.vehicle-config-wrapper .vdb_product_filter .select.engine-container {
  right: 0;
  left: auto;
  position: absolute;
}
.vehicle-config-wrapper .vdb_product_filter .filter_input {
  box-shadow: none;
  height: auto;
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vehicle-config-wrapper .vdb_product_filter .filter_input[type=text] {
  padding: 5px 10px !important;
}
.vehicle-config-wrapper .vdb_product_filter a.submit-filter {
  padding: 17px 0;
  display: block;
  margin-top: 5px;
  margin-left: 0;
  font-size: 13px;
  width: calc(33.3333333333% - 3px);
}
.vehicle-config-wrapper .vdb_product_filter ul.filter_results {
  z-index: 1000;
}
.vehicle-config-wrapper .vdb_product_filter ul.filter_results li {
  text-align: left;
  float: none;
}

.vehicle-config-wrapper.chiptuning-config-wrapper {
  background-color: transparent;
  background-color: transparent;
}
.vehicle-config-wrapper.chiptuning-config-wrapper .vdb_product_filter {
  width: 100%;
}

.vehicle-config-wrapper.hide-title .title {
  display: none;
}

.vehicle-config-wrapper.hide-button a.submit-filter {
  display: none;
}

@media screen and (max-width: 1550px) {
  .vdb_product_filter ul.filter_results {
    max-height: 220px;
  }
}
@media screen and (max-width: 1050px) {
  .vdb_product_filter ul.filter_results {
    max-height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .vdb_product_filter .title {
    top: auto;
    padding: 5px 0 10px;
    display: block;
  }
  .vdb_product_filter .select {
    width: 20%;
  }
}
@media screen and (max-width: 766px) {
  .chiptuning .vdb_product_filter {
    padding: 0px;
  }
  .chiptuning .vdb_product_filter a.submit-filter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    background-color: #c41212;
  }
  .chiptuning .vdb_product_filter .filter_select {
    display: block;
  }
  .chiptuning .vdb_product_filter label {
    display: none;
  }
  .chiptuning .vdb_product_filter .select {
    width: 100%;
    display: block;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .chiptuning .vdb_product_filter .select:nth-child(5) {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 100%;
  }
  .chiptuning .vdb_product_filter .select > * {
    display: none;
  }
  .chiptuning .vdb_product_filter .select select {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #353535;
    color: #a9a9a9;
  }
  .chiptuning .vdb_product_filter .select.vehicletype-container {
    display: block;
  }
  .chiptuning .vdb_product_filter input.shop {
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
    padding: 20px;
  }
  .chiptuning .vdb_product_filter input.shop:focus {
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
    padding: 20px;
  }
  .chiptuning .popup_wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1032px) {
  .vehicle-config-wrapper {
    display: none;
  }
}

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