.navbar {
  background-color: #f8f8fa; }
  .navbar .navbar-toggler {
    margin-right: -5px;
    border: 0;
    color: var(--primary); }
    .navbar .navbar-toggler.collapsed {
      color: #585858; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      width: auto;
      height: auto;
      background-image: none;
      font-size: 26px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #ddd; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "\f137"; }

[dir='rtl'] .slick-prev:before {
  content: "\f138"; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: "\f138"; }

[dir='rtl'] .slick-next:before {
  content: "\f137"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ddd;
  content: "\f111"; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider .slick-slide:focus {
  outline: none; }

.slick-slider-full .slick-list,
.slick-slider-full .slick-track,
.slick-slider-full .slide-item,
.slick-slider-full .bg-img-fill {
  height: 100%; }
.slick-slider-full .slide-item {
  position: relative; }
  .slick-slider-full .slide-item:focus {
    outline: none; }

body {
  font-family: 'Inter', sans-serif;
  color: #000; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

iframe {
  display: block; }

h6,
.h6 {
  font-size: 1.125rem; }

p {
  line-height: 1.8; }

.text-underline {
  text-decoration: underline; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extrabold {
  font-weight: 800 !important; }

.fw-black {
  font-weight: 900 !important; }

.lh-1 {
  line-height: 1; }

.text-title {
  font-family: 'Dosis', sans-serif; }

.text-gray {
  color: #5C5C5C; }

a .dashed {
  display: inline-block;
  margin-right: 10px;
  width: 34px;
  height: 2px;
  background-color: var(--primary); }

button:focus,
.btn:focus {
  outline: none; }

.btn-theme {
  padding: 0.55rem 1.5rem;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 700; }

.btn-primary {
  color: #fff;
  border: 1px solid #728D1C; }

.scroll-top-btn {
  position: fixed;
  right: 5px;
  bottom: 5px;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  z-index: 999;
  width: auto;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .scroll-top-btn:hover {
    color: var(--primary); }
  .scroll-top-btn .fa {
    font-size: 14px; }
  .scroll-top-btn.reveal-btn {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (min-width: 575px) {
    .scroll-top-btn {
      bottom: 10px;
      right: 20px; } }

.qty-input-component {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--primary);
  border-radius: 10px; }
  .qty-input-component .btn:focus,
  .qty-input-component .qty-input:focus {
    outline: none;
    box-shadow: none; }
  .qty-input-component .qty-input {
    width: 50px;
    border: 0;
    text-align: center;
    font-weight: 700;
    color: var(--primary); }
  .qty-input-component input::-webkit-outer-spin-button,
  .qty-input-component input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-input-component input[type=number] {
    -moz-appearance: textfield; }

.form-check-theme,
.form-radio-theme {
  position: relative; }
  .form-check-theme input,
  .form-radio-theme input {
    display: none; }
  .form-check-theme .input-label,
  .form-radio-theme .input-label {
    position: relative;
    display: block;
    padding-left: 35px;
    font-size: 14px;
    color: var(--primary); }
    .form-check-theme .input-label:before, .form-check-theme .input-label:after,
    .form-radio-theme .input-label:before,
    .form-radio-theme .input-label:after {
      position: absolute;
      left: 0;
      top: 0;
      content: ""; }
    .form-check-theme .input-label:before,
    .form-radio-theme .input-label:before {
      border-radius: 6px;
      border: 1px solid var(--primary);
      height: 20px;
      width: 20px; }

.form-check-theme .input-label:after {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-weight: 400;
  content: "\f00c";
  color: #fff;
  opacity: 0; }
.form-check-theme input:checked ~ .input-label:before {
  background-color: var(--primary); }
.form-check-theme input:checked ~ .input-label:after {
  opacity: 1; }

.form-radio-theme .input-label:before {
  border-radius: 50%; }
.form-radio-theme input:checked ~ .input-label:before {
  background-color: var(--primary);
  outline: 1px solid #fff;
  outline-offset: -3px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1035;
  background-color: #000;
  transition: all ease .35s; }
  .header .header-social-links {
    display: none;
    padding-left: 15px;
    background-color: #000;
    transition: all ease .35s; }
    .header .header-social-links a {
      height: 70px;
      padding: 18px 20px;
      font-size: 22px;
      color: #fff;
      background-color: #000;
      display: block; }
      .header .header-social-links a:hover {
        color: var(--primary); }
  .header .car-config {
    background-color: #000;
    height: 70px;
    padding: 14px 18px 4px;
    font-size: .425rem;
    text-transform: uppercase;
    font-weight: 500; }
    .header .car-config .dropdown-toggle {
      display: block;
      cursor: pointer; }
      .header .car-config .dropdown-toggle:after {
        display: none; }
      .header .car-config .dropdown-toggle:hover {
        color: #fff;
        text-decoration: none; }
      .header .car-config .dropdown-toggle img {
        width: 32px; }
  .header .header-utilities {
    width: 100%;
    color: #BFBFBF; }
  .header .header-brand {
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    margin: auto;
    width: 130px;
    transition: all ease .35s; }
  .header .full-menu-toggle {
    margin-left: auto;
    background-color: #000;
    width: 90px;
    justify-content: center;
    cursor: pointer; }
    .header .full-menu-toggle .lines {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 40px;
      height: 20px;
      transition: all ease .35s; }
    .header .full-menu-toggle .line {
      margin-left: auto;
      width: 25px;
      height: 2px;
      background-color: var(--primary);
      transition: all ease .35s; }
      .header .full-menu-toggle .line:nth-child(1) {
        transform-origin: top right;
        background-color: #fff; }
      .header .full-menu-toggle .line:nth-child(2) {
        width: 100%; }
      .header .full-menu-toggle .line:nth-child(3) {
        background-color: #fff;
        transform-origin: bottom right; }
  @media (min-width: 576px) {
    .header .header-brand {
      width: 150px; }
    .header .car-config {
      padding: 14px 24px 4px;
      font-size: .625rem; }
    .header .full-menu-toggle {
      width: 120px; }
      .header .full-menu-toggle .lines {
        width: 50px;
        height: 24px; }
      .header .full-menu-toggle .line {
        width: 33px; } }
  @media (min-width: 768px) {
    .header {
      background-color: transparent; }
      .header:before, .header:after {
        position: absolute;
        bottom: 0;
        width: calc(50% - 100px);
        height: 1px;
        background-color: #000;
        content: ""; }
      .header:before {
        left: 0; }
      .header:after {
        right: 0; }
      .header.header-bg {
        background-color: #000; }
        .header.header-bg .header-brand {
          top: 10px;
          width: 230px; }
      .header .header-brand {
        top: 45px;
        width: 200px; }
      .header .header-social-links {
        display: flex; }
      .header .header-utilities {
        width: auto; }
      .header .car-config {
        border-right: 1px solid #414141; } }
  @media (min-width: 992px) {
    .header:before, .header:after {
      width: calc(50% - 185px); }
    .header .header-brand {
      width: 300px; } }

.fullscreen-menu {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 80px;
  background-color: #000;
  background: linear-gradient(#2E2409, #000000);
  overflow: hidden;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: menu-slide-out 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: menu-slide-out 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .fullscreen-menu .container-fluid {
    height: 100%;
    overflow: auto; }
  .fullscreen-menu .watermark {
    position: absolute;
    pointer-events: none; }
    .fullscreen-menu .watermark._w-1 {
      bottom: 3%;
      left: 10%;
      width: 6%;
      opacity: .5; }
    .fullscreen-menu .watermark._w-2 {
      right: -4%;
      bottom: 30%;
      width: 38%; }
  .fullscreen-menu h6 small {
    font-size: .625rem; }
  .fullscreen-menu .menu-nav li {
    margin-bottom: .875rem; }
  .fullscreen-menu .menu-nav a {
    display: inline-block;
    margin-top: .875rem;
    line-height: 1;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    white-space: nowrap; }
    .fullscreen-menu .menu-nav a span {
      display: inline-block;
      margin-top: 1rem;
      margin-right: .5rem;
      color: var(--primary);
      font-size: 80%;
      font-weight: 500;
      font-family: 'Dosis', sans-serif; }
    .fullscreen-menu .menu-nav a:hover {
      text-decoration: none;
      color: var(--primary); }
  .fullscreen-menu .social-links > li {
    margin-right: 1.5rem; }
  .fullscreen-menu .social-links a {
    font-size: 1.5rem; }
    .fullscreen-menu .social-links a:hover {
      color: var(--primary); }
  .fullscreen-menu .language-options > li {
    margin-right: 1.25rem; }
  .fullscreen-menu .language-options a {
    font-weight: 500;
    font-size: 1.25rem; }
    .fullscreen-menu .language-options a:hover {
      text-decoration: none; }
  .fullscreen-menu .language-options .active {
    position: relative;
    display: block;
    color: var(--primary); }
    .fullscreen-menu .language-options .active:before {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: auto;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: var(--primary);
      content: ""; }
  .fullscreen-menu .line-separator {
    width: 50px;
    margin: 0 0 30px;
    height: 1px;
    background-color: var(--primary); }
  .fullscreen-menu .sitelinks a {
    color: #838383;
    text-decoration: underline;
    font-size: .875rem; }
  .fullscreen-menu .line-1,
  .fullscreen-menu .line-2 {
    margin: 35px 0;
    width: 100px;
    height: 1px;
    background-color: var(--primary); }
  .fullscreen-menu .line-2 {
    width: 40px; }
  @media (min-width: 576px) {
    .fullscreen-menu .menu-nav a span {
      margin-right: 1rem; } }
  @media (min-width: 768px) {
    .fullscreen-menu {
      padding-top: 110px; }
      .fullscreen-menu .watermark._w-1 {
        width: 6%; }
      .fullscreen-menu .watermark._w-2 {
        width: 38%; }
      .fullscreen-menu .menu-nav li {
        margin-bottom: 3rem; }
      .fullscreen-menu .line-separator {
        margin: auto;
        width: 1px;
        height: 100%; } }
  @media (min-width: 1200px) {
    .fullscreen-menu .menu-nav a {
      font-size: 4rem;
      margin-top: 1rem; }
    .fullscreen-menu .language-options > li {
      margin-right: 2rem; } }

.fullscreen-menu-active .header .header-social-links {
  opacity: 0;
  visibility: hidden; }
.fullscreen-menu-active .header .header-brand {
  opacity: 0;
  visibility: hidden; }
.fullscreen-menu-active .header .full-menu-toggle .lines {
  transform: translateX(-7px); }
.fullscreen-menu-active .header .full-menu-toggle .line {
  background-color: var(--primary); }
.fullscreen-menu-active .header .full-menu-toggle .line:nth-child(1) {
  transform: rotate(-45deg); }
.fullscreen-menu-active .header .full-menu-toggle .line:nth-child(2) {
  transform: translateX(-10px);
  opacity: 0; }
.fullscreen-menu-active .header .full-menu-toggle .line:nth-child(3) {
  transform: rotate(45deg); }
@media (min-width: 992px) {
  .fullscreen-menu-active .header:before, .fullscreen-menu-active .header:after {
    width: calc(50%); }
  .fullscreen-menu-active .header .full-menu-toggle .lines {
    transform: translateX(-15px); }
  .fullscreen-menu-active .header .full-menu-toggle .line:nth-child(1) {
    transform: rotate(-43deg); }
  .fullscreen-menu-active .header .full-menu-toggle .line:nth-child(3) {
    transform: rotate(43deg); } }

.fullscreen-menu-active .fullscreen-menu {
  opacity: 1;
  pointer-events: all;
  -webkit-animation: menu-slide-in 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s both;
  animation: menu-slide-in 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s both; }

.footer {
  padding: 70px 0 50px;
  color: #fff;
  background: linear-gradient(#232714, #000000); }
  .footer .social-links a {
    display: block;
    padding: 4px 8px;
    font-size: 1.25rem; }
    .footer .social-links a:hover {
      color: var(--primary); }
  .footer .footer-links a {
    font-size: .875rem;
    text-decoration: underline;
    color: #838383; }
  .footer .copyright {
    font-size: .75rem; }
  @media (min-width: 576px) {
    .footer {
      padding: 100px 0 50px; } }

.content-section-row {
  position: relative; }

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bg-img-fill._object-top img {
    object-position: top; }
  .bg-img-fill._object-right img {
    object-position: right; }
  .bg-img-fill._object-bottom img {
    object-position: bottom; }
  .bg-img-fill._object-left img {
    object-position: left; }
  .bg-img-fill + div {
    position: relative;
    z-index: 2; }
  .bg-img-fill img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.landing-page-banner {
  height: 550px; }
  .landing-page-banner .bg-img-fill:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.46);
    content: ""; }
  .landing-page-banner .banner-caption {
    margin-bottom: 70px;
    color: #fff; }
    .landing-page-banner .banner-caption .text-title {
      margin-bottom: 15px;
      font-weight: 900;
      line-height: 1; }
  .landing-page-banner .arrow-down {
    margin-bottom: -60px;
    width: 20px;
    cursor: pointer; }
  .landing-page-banner .label-watermark {
    position: absolute;
    right: 0;
    bottom: -3%;
    width: 75%; }
  @media (min-width: 576px) {
    .landing-page-banner {
      height: 650px; }
      .landing-page-banner .arrow-down {
        width: 30px; }
      .landing-page-banner .label-watermark {
        width: 46%; } }
  @media (min-width: 768px) {
    .landing-page-banner {
      height: 825px; } }

.bg-black {
  background: black; }

.bg-gradient-1 {
  background: linear-gradient(#2E2409, #000000); }

.bg-gradient-2 {
  background: linear-gradient(#0F192F, #061D06); }

#testimonials-slider .owl-item:last-child .testimonial-item {
  border-right: 0; }
#testimonials-slider .testimonial-item {
  padding: 0 20px;
  width: 100%;
  max-width: 290px;
  margin-right: 15px;
  border-right: 1px solid #707070; }
@media (min-width: 576px) {
  #testimonials-slider .testimonial-item {
    max-width: 370px; } }

#testimonials-slider-nav .slider-nav {
  cursor: pointer; }

.section-line-separator {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  height: 4px;
  background-color: var(--primary); }
  .section-line-separator._line-1 {
    width: 40%; }
  .section-line-separator._line-2 {
    width: 48%; }
  .section-line-separator._right {
    right: 0;
    left: auto; }

.split-section-line-separator {
  position: absolute;
  top: -40px;
  left: calc(50% - 1px);
  display: none;
  z-index: 2;
  height: calc(100% + 80px);
  width: 1px;
  background-color: var(--primary); }
  @media (min-width: 992px) {
    .split-section-line-separator {
      display: block; } }

.section-half-image {
  height: 350px; }
  .section-half-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media (min-width: 576px) {
    .section-half-image {
      height: 500px; } }
  @media (min-width: 992px) {
    .section-half-image {
      height: 100%; } }

.collage {
  position: relative; }
  .collage .frame {
    position: relative; }
  .collage .img-container {
    position: relative;
    padding-bottom: 75%; }
    .collage .img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute; }

.collage-1 .frame-1 {
  width: 70%; }
  .collage-1 .frame-1 .img-container {
    padding-bottom: 72%; }
.collage-1 .frame-2 {
  margin-top: 6%;
  margin-left: auto;
  margin-right: 15px;
  width: calc(30% - 30px); }
  .collage-1 .frame-2 .img-container {
    padding-bottom: 120%; }
.collage-1 .frame-3 {
  margin-top: -10.5%;
  margin-left: auto;
  width: 47%; }
  .collage-1 .frame-3 .img-container {
    padding-bottom: 65%; }

#car-config-modal .modal-dialog {
  width: 100%;
  max-width: 500px; }
#car-config-modal .modal-content {
  position: relative;
  border-radius: 0;
  background-color: #191618;
  background: linear-gradient(#2E2409, #000000);
  color: #fff; }
  #car-config-modal .modal-content:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 4px;
    background-color: var(--primary);
    content: ""; }
#car-config-modal .modal-header {
  border-bottom: 0;
  padding: 0; }
  #car-config-modal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 9;
    opacity: 1;
    background-color: #000000;
    color: #fff; }
    #car-config-modal .modal-header .close:focus {
      outline: 0; }
    #car-config-modal .modal-header .close img {
      width: 20px; }
#car-config-modal .modal-title {
  margin-top: -10px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold; }
#car-config-modal .modal-body {
  padding: 20px; }
  #car-config-modal .modal-body .form-group {
    margin-bottom: 25px; }
    #car-config-modal .modal-body .form-group .form-control {
      height: 45px;
      border-radius: 50px;
      color: #000; }
#car-config-modal .bootstrap-select {
  width: 100%; }
#car-config-modal .vehicle-select-group {
  padding: 0 6px;
  width: 100%; }
#car-config-modal .vehicle-type-radio {
  position: relative;
  padding: 0 4px;
  margin-right: 35px; }
  #car-config-modal .vehicle-type-radio label {
    display: block;
    cursor: pointer; }
  #car-config-modal .vehicle-type-radio span {
    position: relative;
    display: block;
    padding-bottom: 8px;
    opacity: .5; }
    #car-config-modal .vehicle-type-radio span:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 55px;
      height: 1px;
      margin: auto;
      background-color: transparent;
      content: ""; }
  #car-config-modal .vehicle-type-radio input {
    display: none; }
    #car-config-modal .vehicle-type-radio input:checked + span {
      opacity: 1; }
      #car-config-modal .vehicle-type-radio input:checked + span:before {
        background-color: var(--primary); }
@media (min-width: 576px) {
  #car-config-modal .modal-body {
    padding: 20px 25px; }
  #car-config-modal .modal-title {
    margin-top: 0;
    margin-bottom: 0; }
  #car-config-modal .close {
    right: 5px;
    top: -2px; }
  #car-config-modal .vehicle-select-group {
    margin-bottom: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; } }
@media (min-width: 768px) {
  #car-config-modal .modal-dialog {
    max-width: 550px; } }
@media (max-width: 350px) {
  #car-config-modal .modal-body {
    padding: 10px; } }

/*# sourceMappingURL=app.css.map */
