@charset "UTF-8";
.page {
  padding-top: 68px;
}
.page #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
  pointer-events: none !important;
}
.page #carouselExampleIndicators {
  display: flex;
  max-width: 1200px;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.page #carouselExampleIndicators .overlay {
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent, transparent);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.page #carouselExampleIndicators .carousel-item {
  font-size: 0px;
  cursor: pointer;
  white-space: nowrap;
  scroll-behavior: smooth;
  overflow: unset !important;
}
.page #carouselExampleIndicators .carousel-item.dragging {
  cursor: grab;
  scroll-behavior: auto;
}
.page #carouselExampleIndicators .carousel-item.dragging img {
  pointer-events: none;
}
.page #carouselExampleIndicators .carousel-item img {
  height: 335px;
  max-height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 0;
  width: 100%;
  filter: brightness(88%);
}
.page #carouselExampleIndicators .carousel-item img:first-child {
  margin-left: 0px;
}
.page .car {
  padding-inline: 20px;
}
.page .car .info .flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin-top: 14px;
}
.page .car .info .name {
  margin-top: 10px;
  font-size: 28px;
  color: #1F1F1F;
  font-weight: 600;
}
.page .car .info .name2 {
  margin-top: 2px;
  font-size: 17px;
  color: #1F1F1F;
  font-weight: 400;
}
.page .car .info .pricetxt {
  color: #E95245;
  font-size: 27px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 5px;
}
.page .car .info .pricetxt2 {
  color: #1F1F1F;
  font-size: 17px;
  margin-top: 6px;
  margin-bottom: 2px;
}
.page .car .info .pricetxt3 {
  color: #1F1F1F;
  font-size: 17px;
  margin-top: 6px;
  margin-bottom: 2px;
}
.page .car .info .price {
  color: #1F1F1F;
  font-size: 22px;
  font-weight: 500;
  margin-top: 3px;
}
.page .car .info .third-info li {
  transform: translateX(30px);
  font-size: 17px;
  list-style: none;
}
.page .car .info .third-info li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #E95245; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 24px;
  transform: translateY(2px);
}
.page .car .info .second-info .specs {
  display: flex;
  flex-wrap: wrap;
}
.page .car .info .second-info .spec {
  width: 50%;
  min-width: 50%;
  margin-bottom: 15px;
}
.page .car .info .second-info .spec p {
  margin-bottom: 4px;
  font-size: 16px;
  color: #1F1F1F;
}
.page .car .info .second-info .spec .spec-heading {
  font-weight: 600;
  font-size: 17px;
}
.page .car .info .fourth-info .des {
  font-size: 16px !important;
}
.page .car .actions {
  width: 100%;
}
.page .car .actions button {
  display: block;
  border: 1px solid #E95245;
  border-radius: 4px;
  outline: none;
  background: white;
  color: #E95245;
  font-weight: 500;
  font-size: 17px;
  width: 100%;
  display: block;
  height: 45px;
  margin-top: 25px;
}
.page .car .actions button:last-child {
  border-color: #E95245;
  color: white;
  background: #E95245;
  margin-right: 0;
}
.page .car #infoChoices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.page .car #infoChoices p {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
}
.page .car #infoChoices p.active {
  border-bottom: 2px solid #E95245;
  color: #E95245;
}
.page .car #utstyr {
  display: none;
}
.page .car #spesifikasjoner {
  display: block;
}
.page .car #beskrivelse {
  display: none;
}
.page .car #contactOwner {
  background: white;
  border-radius: 10px;
  padding-inline: 18px;
  padding-block: 18px;
  padding-bottom: 30px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  width: 95%;
  height: 93%;
  overflow-y: scroll !important;
  z-index: 1000;
  padding-bottom: 40px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.page .car #contactOwner.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: visible;
}
.page .car #contactOwner .closebtn {
  width: 150px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #e62222;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 18px;
  top: 18px;
}
.page .car #contactOwner .closebtn, .page .car #contactOwner .closebtn span {
  transition: 200ms;
}
.page .car #contactOwner .closebtn .text {
  transform: translateX(35px);
  color: white;
  font-weight: bold;
}
.page .car #contactOwner .closebtn .icon {
  position: absolute;
  border-left: 1px solid #c41b1b;
  transform: translateX(110px);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .car #contactOwner .closebtn svg {
  width: 15px;
  fill: #eee;
}
.page .car #contactOwner .closebtn:hover {
  background: #ff3636;
}
.page .car #contactOwner .closebtn:hover .text {
  color: transparent;
}
.page .car #contactOwner .closebtn:hover .icon {
  width: 150px;
  border-left: none;
  transform: translateX(0);
}
.page .car #contactOwner .closebtn:focus {
  outline: none;
}
.page .car #contactOwner .closebtn:active .icon svg {
  transform: scale(0.8);
}
.page .car #contactOwner .heading {
  margin-top: 95px;
  color: #1F1F1F;
  font-size: 30px;
}
.page .car #contactOwner .time {
  background: rgba(161, 161, 161, 0.226);
  padding: 14px;
  border-radius: 5px;
  margin-top: 25px;
}
.page .car #contactOwner .time label {
  font-size: 19px;
  color: #1F1F1F;
  font-weight: 500;
  margin-bottom: 10px;
}
.page .car #contactOwner .time .icon-input {
  position: relative;
  width: 100%;
}
.page .car #contactOwner .time .icon-input i {
  position: absolute;
  right: 18px;
  top: 13px;
  color: #1F1F1F;
  font-size: 20px;
  opacity: 0.9;
}
.page .car #contactOwner .time input {
  background: white !important;
  padding-left: 6px;
  color: #1F1F1F;
  font-size: 16px;
}
.page .car #contactOwner .time input::-moz-placeholder {
  padding-left: 6px;
}
.page .car #contactOwner .time input::placeholder {
  padding-left: 6px;
}
.page .car #contactOwner .inputs-labels input {
  width: 100%;
  height: 48px;
  border: 1px solid lightgray;
  outline: none;
  padding: 8px;
  color: #1F1F1F;
  font-size: 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 7px;
}
.page .car #contactOwner .inputs-labels input:focus, .page .car #contactOwner .inputs-labels input:active {
  border: 2px solid #E95245;
  cursor: text;
  background: rgb(255, 255, 255);
}
.page .car #contactOwner .inputs-labels input::-moz-placeholder {
  color: #1F1F1F;
  opacity: 0.6;
}
.page .car #contactOwner .inputs-labels input::placeholder {
  color: #1F1F1F;
  opacity: 0.6;
}
.page .car #contactOwner .form-actions button {
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
  background: rgb(59, 202, 59);
  background: #1F1F1F;
  color: white;
  font-weight: 500;
  font-size: 17px;
  width: 100%;
  display: block;
  height: 52px;
  margin-top: 32px;
}
.page .car #testDrive {
  background: white;
  border-radius: 10px;
  padding-inline: 18px;
  padding-block: 18px;
  padding-bottom: 30px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  width: 95%;
  height: 93%;
  overflow-y: scroll !important;
  z-index: 1000;
  padding-bottom: 40px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.page .car #testDrive.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: visible;
}
.page .car #testDrive .closebtn {
  width: 150px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #e62222;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 18px;
  top: 18px;
}
.page .car #testDrive .closebtn, .page .car #testDrive .closebtn span {
  transition: 200ms;
}
.page .car #testDrive .closebtn .text {
  transform: translateX(35px);
  color: white;
  font-weight: bold;
}
.page .car #testDrive .closebtn .icon {
  position: absolute;
  border-left: 1px solid #c41b1b;
  transform: translateX(110px);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .car #testDrive .closebtn svg {
  width: 15px;
  fill: #eee;
}
.page .car #testDrive .closebtn:hover {
  background: #ff3636;
}
.page .car #testDrive .closebtn:hover .text {
  color: transparent;
}
.page .car #testDrive .closebtn:hover .icon {
  width: 150px;
  border-left: none;
  transform: translateX(0);
}
.page .car #testDrive .closebtn:focus {
  outline: none;
}
.page .car #testDrive .closebtn:active .icon svg {
  transform: scale(0.8);
}
.page .car #testDrive .heading {
  margin-top: 95px;
  color: #1F1F1F;
  font-size: 30px;
}
.page .car #testDrive .time {
  background: rgba(161, 161, 161, 0.226);
  padding: 14px;
  border-radius: 5px;
  margin-top: 25px;
}
.page .car #testDrive .time label {
  font-size: 19px;
  color: #1F1F1F;
  font-weight: 500;
  margin-bottom: 10px;
}
.page .car #testDrive .time .icon-input {
  position: relative;
  width: 100%;
}
.page .car #testDrive .time .icon-input i {
  position: absolute;
  right: 18px;
  top: 13px;
  color: #1F1F1F;
  font-size: 20px;
  opacity: 0.9;
}
.page .car #testDrive .time input {
  background: white !important;
  padding-left: 6px;
  color: #1F1F1F;
  font-size: 16px;
}
.page .car #testDrive .time input::-moz-placeholder {
  padding-left: 6px;
}
.page .car #testDrive .time input::placeholder {
  padding-left: 6px;
}
.page .car #testDrive .inputs-labels input {
  width: 100%;
  height: 48px;
  border: 1px solid lightgray;
  outline: none;
  padding: 8px;
  color: #1F1F1F;
  font-size: 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 7px;
}
.page .car #testDrive .inputs-labels input:focus, .page .car #testDrive .inputs-labels input:active {
  border: 2px solid #E95245;
  cursor: text;
  background: rgb(255, 255, 255);
}
.page .car #testDrive .inputs-labels input::-moz-placeholder {
  color: #1F1F1F;
  opacity: 0.6;
}
.page .car #testDrive .inputs-labels input::placeholder {
  color: #1F1F1F;
  opacity: 0.6;
}
.page .car #testDrive .form-actions button {
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
  background: rgb(59, 202, 59);
  background: #1F1F1F;
  color: white;
  font-weight: 500;
  font-size: 17px;
  width: 100%;
  display: block;
  height: 52px;
  margin-top: 32px;
}
.page .car #contactOwner {
  background: white;
  border-radius: 10px;
  padding-inline: 18px;
  padding-block: 18px;
  padding-bottom: 30px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  width: 95%;
  height: 93%;
  overflow-y: scroll !important;
  z-index: 1000;
  padding-bottom: 40px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.page .car #contactOwner.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: visible;
}
.page .car #contactOwner .closebtn {
  width: 150px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #e62222;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 18px;
  top: 18px;
}
.page .car #contactOwner .closebtn, .page .car #contactOwner .closebtn span {
  transition: 200ms;
}
.page .car #contactOwner .closebtn .text {
  transform: translateX(35px);
  color: white;
  font-weight: bold;
}
.page .car #contactOwner .closebtn .icon {
  position: absolute;
  border-left: 1px solid #c41b1b;
  transform: translateX(110px);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .car #contactOwner .closebtn svg {
  width: 15px;
  fill: #eee;
}
.page .car #contactOwner .closebtn:hover {
  background: #ff3636;
}
.page .car #contactOwner .closebtn:hover .text {
  color: transparent;
}
.page .car #contactOwner .closebtn:hover .icon {
  width: 150px;
  border-left: none;
  transform: translateX(0);
}
.page .car #contactOwner .closebtn:focus {
  outline: none;
}
.page .car #contactOwner .closebtn:active .icon svg {
  transform: scale(0.8);
}
.page .car #contactOwner .heading {
  margin-top: 95px;
  color: #1F1F1F;
  font-size: 30px;
}
.page .car #contactOwner .time {
  background: rgba(161, 161, 161, 0.226);
  padding: 14px;
  border-radius: 5px;
  margin-top: 25px;
}
.page .car #contactOwner .time label {
  font-size: 19px;
  color: #1F1F1F;
  font-weight: 500;
  margin-bottom: 10px;
}
.page .car #contactOwner .time .icon-input {
  position: relative;
  width: 100%;
}
.page .car #contactOwner .time .icon-input i {
  position: absolute;
  right: 18px;
  top: 13px;
  color: #1F1F1F;
  font-size: 20px;
  opacity: 0.9;
}
.page .car #contactOwner .time input {
  background: white !important;
  padding-left: 6px;
  color: #1F1F1F;
  font-size: 16px;
}
.page .car #contactOwner .time input::-moz-placeholder {
  padding-left: 6px;
}
.page .car #contactOwner .time input::placeholder {
  padding-left: 6px;
}
.page .car #contactOwner .inputs-labels input {
  width: 100%;
  height: 48px;
  border: 1px solid lightgray;
  outline: none;
  padding: 8px;
  color: #1F1F1F;
  font-size: 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 7px;
}
.page .car #contactOwner .inputs-labels input:focus, .page .car #contactOwner .inputs-labels input:active {
  border: 2px solid #E95245;
  cursor: text;
  background: rgb(255, 255, 255);
}
.page .car #contactOwner .inputs-labels input::-moz-placeholder {
  color: #1F1F1F;
  opacity: 0.6;
}
.page .car #contactOwner .inputs-labels input::placeholder {
  color: #1F1F1F;
  opacity: 0.6;
}
.page .car #contactOwner .form-actions button {
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
  background: rgb(59, 202, 59);
  background: #1F1F1F;
  color: white;
  font-weight: 500;
  font-size: 17px;
  width: 100%;
  display: block;
  height: 52px;
  margin-top: 32px;
}

@media only screen and (min-device-width: 1140px) {
  .page {
    padding-top: 160px;
    width: 100%;
    min-height: 1400px !important;
  }
  .page .max-w {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .page #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
    pointer-events: none !important;
  }
  .page #carouselExampleIndicators {
    display: flex;
    max-width: 600px;
    position: relative;
    height: 530px;
    max-height: 530px;
    transform: translateX(35px);
    padding: 0;
    border-radius: 4px;
    background: rgb(246, 246, 246);
    background: none;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page #carouselExampleIndicators .overlay {
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .page #carouselExampleIndicators .carousel-item {
    font-size: 0px;
    cursor: pointer;
    white-space: nowrap;
    scroll-behavior: smooth;
    overflow: unset !important;
  }
  .page #carouselExampleIndicators .carousel-item.dragging {
    cursor: grab;
    scroll-behavior: auto;
  }
  .page #carouselExampleIndicators .carousel-item.dragging img {
    pointer-events: none;
  }
  .page #carouselExampleIndicators .carousel-item img {
    min-height: 530px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-left: 0;
    width: 100%;
    filter: brightness(88%);
  }
  .page #carouselExampleIndicators .carousel-item img:first-child {
    margin-left: 0px;
  }
  .page .car {
    padding-inline: 35px;
  }
  .page .car .info .main-info {
    position: relative;
    top: -520px;
    left: 680px;
    z-index: 10;
    pointer-events: visible;
  }
  .page .car .info .name {
    margin-top: 10px;
    font-size: 37px;
    color: #1F1F1F;
    font-weight: 500;
    max-width: 530px;
  }
  .page .car .info .name2 {
    font-size: 23px;
    max-width: 460px;
  }
  .page .car .info .pricetxt {
    color: #E95245;
    font-size: 33px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 5px;
  }
  .page .car .info .pricetxt2 {
    color: #1F1F1F;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 2px;
  }
  .page .car .info .pricetxt3 {
    color: #1F1F1F;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 2px;
  }
  .page .car .info .price {
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 500;
    margin-top: 3px;
  }
  .page .car .info .second-info {
    transform: translateY(-400px) translateX(15px);
    margin-bottom: -480px;
    justify-content: center;
    max-width: 860px;
    height: 100%;
  }
  .page .car .info .second-info .spec {
    min-width: 33%;
    max-width: 33%;
    flex: 1;
  }
  .page .car .info .second-info .spec p {
    margin-bottom: 4px;
    font-size: 18px !important;
    color: #1F1F1F;
  }
  .page .car .info .second-info .spec .spec-heading {
    font-weight: 600;
    font-size: 19px;
  }
  .page .car .info .third-info {
    transform: translateY(-400px) translateX(15px);
    margin-bottom: -480px;
    justify-content: center;
    max-width: 860px;
    height: 100%;
  }
  .page .car .info .third-info li {
    transform: translateX(30px);
    font-size: 17px;
    list-style: none;
  }
  .page .car .info .third-info li::before {
    content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #E95245; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 24px;
    transform: translateY(2px);
  }
  .page .car .info .fourth-info {
    transform: translateY(-400px) translateX(15px);
    margin-bottom: -480px;
    justify-content: center;
    max-width: 860px;
    height: 100%;
  }
  .page .car .info .fourth-info .des {
    font-size: 17px !important;
    max-width: 480px !important;
  }
  .page .car .info .max-width {
    position: absolute;
    left: 700px;
    top: 600px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .page .car .actions {
    width: 100%;
    margin-top: 10px;
  }
  .page .car .actions button {
    display: block;
    border: 1px solid #E95245;
    border-radius: 4pxx;
    outline: none;
    background: white;
    color: #E95245;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    display: block;
    height: 55px;
    margin-top: 45px;
    min-width: 390px;
    max-width: 390px;
  }
  .page .car .actions button:last-child {
    border-color: #E95245;
    color: white;
    background: #E95245;
    margin-right: 0;
    margin-top: 25px;
  }
  .page .car #infoChoices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 530px;
    padding-left: 15px;
    transform: translateY(-400px);
  }
  .page .car #infoChoices p {
    font-size: 23px;
    cursor: pointer;
    padding-bottom: 10px;
    font-weight: 500;
    transition: 0.2s;
    border-bottom: 2px solid transparent;
  }
  .page .car #infoChoices p:hover {
    border-bottom: 2px solid #E95245;
  }
  .page .car #infoChoices p.active {
    border-bottom: 2px solid #E95245;
    color: #E95245;
  }
  .page .car #utstyr {
    display: none;
  }
  .page .car #spesifikasjoner {
    display: block;
  }
  .page .car #beskrivelse {
    display: none;
  }
  .page .car #contactOwner {
    background: white;
    border-radius: 10px;
    padding-inline: 18px;
    padding-block: 18px;
    padding-bottom: 30px;
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 95%;
    height: 88%;
    overflow-y: scroll !important;
    z-index: 1000;
    padding-bottom: 40px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    max-width: 550px;
  }
  .page .car #contactOwner.active {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: visible;
  }
  .page .car #contactOwner .closebtn {
    width: 150px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #e62222;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 18px;
    top: 18px;
  }
  .page .car #contactOwner .closebtn, .page .car #contactOwner .closebtn span {
    transition: 200ms;
  }
  .page .car #contactOwner .closebtn .text {
    transform: translateX(35px);
    color: white;
    font-weight: bold;
  }
  .page .car #contactOwner .closebtn .icon {
    position: absolute;
    border-left: 1px solid #c41b1b;
    transform: translateX(110px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page .car #contactOwner .closebtn svg {
    width: 15px;
    fill: #eee;
  }
  .page .car #contactOwner .closebtn:hover {
    background: #ff3636;
  }
  .page .car #contactOwner .closebtn:hover .text {
    color: transparent;
  }
  .page .car #contactOwner .closebtn:hover .icon {
    width: 150px;
    border-left: none;
    transform: translateX(0);
  }
  .page .car #contactOwner .closebtn:focus {
    outline: none;
  }
  .page .car #contactOwner .closebtn:active .icon svg {
    transform: scale(0.8);
  }
  .page .car #contactOwner .heading {
    margin-top: 95px;
    color: #1F1F1F;
    font-size: 30px;
  }
  .page .car #contactOwner .time {
    background: rgba(161, 161, 161, 0.226);
    padding: 14px;
    border-radius: 5px;
    margin-top: 25px;
  }
  .page .car #contactOwner .time label {
    font-size: 19px;
    color: #1F1F1F;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .page .car #contactOwner .time .icon-input {
    position: relative;
    width: 100%;
  }
  .page .car #contactOwner .time .icon-input i {
    position: absolute;
    right: 18px;
    top: 13px;
    color: #1F1F1F;
    font-size: 20px;
    opacity: 0.9;
  }
  .page .car #contactOwner .time input {
    background: white !important;
    padding-left: 6px;
    color: #1F1F1F;
    font-size: 16px;
  }
  .page .car #contactOwner .time input::-moz-placeholder {
    padding-left: 6px;
  }
  .page .car #contactOwner .time input::placeholder {
    padding-left: 6px;
  }
  .page .car #contactOwner .inputs-labels input {
    width: 100%;
    height: 48px;
    border: 1px solid lightgray;
    outline: none;
    padding: 8px;
    color: #1F1F1F;
    font-size: 16px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 7px;
  }
  .page .car #contactOwner .inputs-labels input:focus, .page .car #contactOwner .inputs-labels input:active {
    border: 2px solid #E95245;
    cursor: text;
    background: rgb(255, 255, 255);
  }
  .page .car #contactOwner .inputs-labels input::-moz-placeholder {
    color: #1F1F1F;
    opacity: 0.6;
  }
  .page .car #contactOwner .inputs-labels input::placeholder {
    color: #1F1F1F;
    opacity: 0.6;
  }
  .page .car #contactOwner .form-actions button {
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    background: rgb(59, 202, 59);
    background: #1F1F1F;
    color: white;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    display: block;
    height: 52px;
    margin-top: 32px;
  }
  .page .car #testDrive {
    background: white;
    border-radius: 10px;
    padding-inline: 18px;
    padding-block: 18px;
    padding-bottom: 30px;
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 95%;
    height: 88%;
    overflow-y: scroll !important;
    z-index: 1000;
    padding-bottom: 40px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    max-width: 550px;
  }
  .page .car #testDrive.active {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: visible;
  }
  .page .car #testDrive .closebtn {
    width: 150px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #e62222;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 18px;
    top: 18px;
  }
  .page .car #testDrive .closebtn, .page .car #testDrive .closebtn span {
    transition: 200ms;
  }
  .page .car #testDrive .closebtn .text {
    transform: translateX(35px);
    color: white;
    font-weight: bold;
  }
  .page .car #testDrive .closebtn .icon {
    position: absolute;
    border-left: 1px solid #c41b1b;
    transform: translateX(110px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page .car #testDrive .closebtn svg {
    width: 15px;
    fill: #eee;
  }
  .page .car #testDrive .closebtn:hover {
    background: #ff3636;
  }
  .page .car #testDrive .closebtn:hover .text {
    color: transparent;
  }
  .page .car #testDrive .closebtn:hover .icon {
    width: 150px;
    border-left: none;
    transform: translateX(0);
  }
  .page .car #testDrive .closebtn:focus {
    outline: none;
  }
  .page .car #testDrive .closebtn:active .icon svg {
    transform: scale(0.8);
  }
  .page .car #testDrive .heading {
    margin-top: 95px;
    color: #1F1F1F;
    font-size: 30px;
  }
  .page .car #testDrive .time {
    background: rgba(161, 161, 161, 0.226);
    padding: 14px;
    border-radius: 5px;
    margin-top: 25px;
  }
  .page .car #testDrive .time label {
    font-size: 19px;
    color: #1F1F1F;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .page .car #testDrive .time .icon-input {
    position: relative;
    width: 100%;
  }
  .page .car #testDrive .time .icon-input i {
    position: absolute;
    right: 18px;
    top: 13px;
    color: #1F1F1F;
    font-size: 20px;
    opacity: 0.9;
  }
  .page .car #testDrive .time input {
    background: white !important;
    padding-left: 6px;
    color: #1F1F1F;
    font-size: 16px;
  }
  .page .car #testDrive .time input::-moz-placeholder {
    padding-left: 6px;
  }
  .page .car #testDrive .time input::placeholder {
    padding-left: 6px;
  }
  .page .car #testDrive .inputs-labels input {
    width: 100%;
    height: 48px;
    border: 1px solid lightgray;
    outline: none;
    padding: 8px;
    color: #1F1F1F;
    font-size: 16px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 7px;
  }
  .page .car #testDrive .inputs-labels input:focus, .page .car #testDrive .inputs-labels input:active {
    border: 2px solid #E95245;
    cursor: text;
    background: rgb(255, 255, 255);
  }
  .page .car #testDrive .inputs-labels input::-moz-placeholder {
    color: #1F1F1F;
    opacity: 0.6;
  }
  .page .car #testDrive .inputs-labels input::placeholder {
    color: #1F1F1F;
    opacity: 0.6;
  }
  .page .car #testDrive .form-actions button {
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    background: rgb(59, 202, 59);
    background: #1F1F1F;
    color: white;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    display: block;
    height: 52px;
    margin-top: 32px;
  }
}/*# sourceMappingURL=product.css.map */