/* Colors */

@font-face {
  font-family: "BMWTypeV2Regular";
  src: url("../fonts/bmw-fonts/BMWTypeV2Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bmw-fonts/BMWTypeV2Regular.woff") format("woff"), url("../fonts/bmw-fonts/BMWTypeV2Regular.ttf") format("truetype"), url("../fonts/bmw-fonts/BMWTypeV2Regular.svg#BMWTypeV2Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BMWTypeV2Regular-Italic";
  src: url("../fonts/bmw-fonts/BMWTypeV2Regular-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/bmw-fonts/BMWTypeV2Regular-Italic.woff") format("woff"), url("../fonts/bmw-fonts/BMWTypeV2Regular-Italic.ttf") format("truetype"), url("../fonts/bmw-fonts/BMWTypeV2Regular-Italic.svg#BMWTypeV2Regular-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BMWTypeV2Regular-Bold";
  src: url("../fonts/bmw-fonts/BMWTypeV2Regular-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bmw-fonts/BMWTypeV2Regular-Bold.woff") format("woff"), url("../fonts/bmw-fonts/BMWTypeV2Regular-Bold.ttf") format("truetype"), url("../fonts/bmw-fonts/BMWTypeV2Regular-Bold.svg#BMWTypeV2Regular-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BMWTypeV2Regular-BoldItalic";
  src: url("../fonts/bmw-fonts/BMWTypeV2Regular-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/bmw-fonts/BMWTypeV2Regular-BoldItalic.woff") format("woff"), url("../fonts/bmw-fonts/BMWTypeV2Regular-BoldItalic.ttf") format("truetype"), url("../fonts/bmw-fonts/BMWTypeV2Regular-BoldItalic.svg#BMWTypeV2Regular-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bmw-icon";
  src: url("../fonts/bmw-icons/bmw.eot?b23z0b#iefix") format("embedded-opentype"), url("../fonts/bmw-icons/bmw.ttf?b23z0b") format("truetype"), url("../fonts/bmw-icons/bmw.woff?b23z0b") format("woff"), url("../fonts/bmw-icons/bmw.svg?b23z0b#bmw") format("svg");
  font-weight: normal;
  font-style: normal;
}

.tooltip > .tooltip-inner {
  background-color: #1c69d4 !important;
  color: #ffffff;
  border: 1px solid #1c69d4;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #ffffff !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #1c69d4 !important;
}

.calculator.container {
  padding: 20px 12.5px;
}

.calculator .label {
  display: block;
  color: #262626;
  font-family: "BMWTypeV2Regular", sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px;
  padding: 0;
  text-align: left;
}

.calculator .label .more-info {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%231D69D4%22%20d%3D%22M8%200C3.584%200%200%203.582%200%208s3.583%208%208%208%208-3.582%208-8c.002-4.418-3.58-8-8-8zm1%2013H7V7h2v6zm0-8H7V3h2v2z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 5px;
}

.calculator .form-control {
  background: #ffffff;
  border: 2px solid #bbbbbb;
  font-size: 13px;
  line-height: 20px;
  font-family: "BMWTypeV2Regular", sans-serif;
  padding: 6px;
  border-radius: 0;
  margin: 0;
  position: relative;
  height: 40px;
  margin-bottom: 5px;
}

.calculator .form-control:focus,
.calculator .form-control:hover {
  outline: none !important;
}

.calculator .form-control::-ms-clear {
  display: none;
}

.calculator .dropdown-select {
  position: relative;
}

.calculator .dropdown-select select.form-control {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 40px;
  position: relative;
  display: block;
}

.calculator .dropdown-select select.form-control option:focus,
.calculator .dropdown-select select.form-control option:hover {
  outline: none !important;
}

.calculator .dropdown-select select.form-control::-ms-expand {
  display: none;
}

.calculator .dropdown-select i::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.997%2017l2-2%206%206.002%206-6%202%202-8%208z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #1c69d4;
  left: auto;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-position: center;
}

.calculator .form-group {
  width: 100%;
  margin-bottom: 16px;
}

.calculator h2.info-title {
  color: #262626;
  font-family: "BMWTypeV2Regular-Bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}

.calculator h2.info-title .price,
.calculator h2.info-title .sufix {
  font-size: 31px;
  line-height: 36px;
  display: inline-block;
}

.calculator h2.info-title .sufix:empty {
    display: none;
}

.calculator .cont-badge {
  height: 50px;
  padding: 0 30% 30% 30%;
}

.calculator .badge-image {
  width: 100%;
  height: auto;
}

.calculator .car-image {
  max-height: 237px;
}

.calculator .features p,
.calculator .features ul {
  font-size: 14px;
  line-height: 17px;
  font-family: "BMWTypeV2Regular", sans-serif;
}

.calculator .features .only-plus {
  display: none;
}

@media (min-width: 521px) {
  .calculator.container {
    padding: 40px 37.5px;
  }
}