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

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

@font-face {
  font-family: "NissanBrand-Bold";
  src: url("../fonts/NissanBrand-Bold.eot");
  src: url("../fonts/NissanBrand-Bold.woff2") format("woff2"),
    url("../fonts/NissanBrand-Bold.woff") format("woff"),
    url("../fonts/NissanBrand-Bold.ttf") format("truetype"),
    url("../fonts/NissanBrand-Bold.svg#NissanBrand-Bold") format("svg"),
    url("../fonts/NissanBrand-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
  font-family: NissanBrand-Regular;
}
.container {
  max-width: 700px;
  margin: 0px auto;
}
.wrapper {
  padding: 25px 0px;
  text-transform: uppercase;
}
/* .vin-input {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #6d6d6d;
  font-family: "NissanBrand-Light";
} */
.btn:focus {
  box-shadow: none;
}
.car-name {
  font-family: "NissanBrand-Bold";
}
.loader {
  font-size: 12px;
}
.price-wrapper {
  display: flex;
  flex-direction: column;
}
.price-wrapper span {
  font-size: 13px;
}
.service_condition {
  font-size: 13px;
}
.free-tools {
  font-family: "NissanBrand-Bold";
  color: #c3002f;
  font-size: 20px;
}
.description ul li {
  font-size: 13px;
  text-transform: none;
}
.custom-input {
  border-radius: 0;
  font-family: "NissanBrand-Light";
}
.custom-input:focus {
  border-color: gainsboro;
  box-shadow: none;
}
.color-danger {
  color: #c3002f;
  font-family: "NissanBrand-Bold";
}
.color-success {
  color: #219203;
  font-family: "NissanBrand-Bold";
}
.message {
  font-family: "NissanBrand-Bold";
}
.check-btn:hover {
  color: #fff;
  background-color: #920023;
}
.book-btn {
  background: #c3002f;
  padding: 10px 10px 10px 0;
  color: #fff;
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  position: relative;
}
.book-btn:hover {
  background-color: #920023;
}
/* .book-btn:after {
  font-size: 0.7857142857rem;
  content: "";
  color: #c3002f;
  right: 20px;
  top: 50%;
  overflow: hidden;
  margin-top: -0.5em;
  position: absolute;
} */
.book-btn:after {
  content: "\f105";
  font-family: FontAwesome;

  right: 19px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  /* height: 100%; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 39%;
  overflow: hidden;
  margin-top: -0.5em;
  position: absolute;
}
.book-btn:hover {
  color: #fff;
  text-decoration: none;
}
.book-btn:hover::after {
  right: 15px;
}
.check-btn {
  background-color: #c3002f;
  color: #fff;
  border-radius: 0;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ababab;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ababab;
}
