.vehicle {
  margin: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:820px) {
  .vehicle {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.vehicle-label {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-left: 5px solid #F7852D;
  margin-bottom: 10px;
}

.vehicle_info {
  max-width: 640px;
  width: 100%;
  margin-right: 50px;
}
@media screen and (max-width:1100px) {
  .vehicle_info {
    max-width: 540px;
  }
}
@media screen and (max-width:820px) {
  .vehicle_info {
    margin-right: 0;
  }
}
.vehicle_info h1, .vehicle_info p {
  margin: 0;
}
.vehicle_info h1 {
  font-size: 22px;
}
.vehicle_info-main p {
  color: #4c4c4c;
}
.vehicle_info-image {
  padding-top: 5px;
}
.vehicle_info #wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vehicle_info .slider {
  padding: 0;
  margin: 0;
  width: 100%;
}
.vehicle_info .thumbnail-list {
  margin: 10px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.vehicle_info .thumbnail-item {
  flex: 0 1 13%;
  margin: 0 3px;
  box-sizing: border-box;
  position: relative;
  list-style: none;
  justify-content: end;
}
.vehicle_info .thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 96%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.vehicle_info .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.vehicle_info .thumbnail-item img {
  margin: 0 auto;
}
.vehicle_info-spec {
  padding-top: 20px;
}
.vehicle_info-spec .specs {
  width: 100%;
  font-size: 12px;
  text-align: left;
  border-spacing: 0;
  border-top: 1px solid #dcdcdc;
}
.vehicle_info-spec .specs .row label, .vehicle_info-spec .specs .row div {
  padding: 5px 0;
  border-bottom: 1px inset #dcdcdc;
  word-break: break-word;
  min-width: 120px;
}
.vehicle_info-spec .specs .row label span, .vehicle_info-spec .specs .row div span {
  padding-left: 5px;
}
.vehicle_info-spec .specs .row label {
  background: #f2f2f2;
  font-weight: bold;
}
.vehicle_info-feature {
  padding-top: 20px;
}
.vehicle_info-feature ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:1100px) {
  .vehicle_info-feature ul {
    justify-content: space-between;
  }
}
.vehicle_info-feature ul li {
  padding: 2px;
  margin: 2px;
  border-radius: 2px;
  text-align: center;
  width: 148px;
  max-width: 148px;
  font-size: 11px;
}
@media screen and (max-width:1100px) {
  .vehicle_info-feature ul li {
    width: 31%;
    max-width: 200px;
  }
}
@media screen and (max-width:480px) {
  .vehicle_info-feature ul li {
    width: 47%;
    max-width: 200px;
  }
}
.vehicle_info-feature ul li.attached_off {
  border: 1px solid #b1b1b1;
  color: #b1b1b1;
}
.vehicle_info-feature ul li.attached_on {
  border: 1px solid #F7852D;
  background-color: #F7852D;
  font-weight: bold;
  color: white;
}
.vehicle_info-seller_point {
  padding-top: 20px;
}
.vehicle_info .slick-prev {
  left: 0px;
  z-index: 99999;
}
.vehicle_info .slick-next {
  right: 25px;
  z-index: 99999;
}
.vehicle_info .slick-next:before, .vehicle_info .slick-prev:before {
  color: #F7852D;
  font-size: 45px;
}

.vehicle_side {
  width: 360px;
  padding-top: 25px;
}
@media screen and (max-width:480px) {
  .vehicle_side {
    width: 100%;
  }
}
.vehicle_side .form-label {
  font-size: 14px;
  font-weight: bold;
  color: #4c4c4c;
  margin: 20px 3px 10px;
  display: block;
}
.vehicle_side .form-label + div {
  padding: 0px 10px;
}
.vehicle_side-main {
  border: 1px solid #d2d2d2;
  padding: 10px;
}
.vehicle_side-main .price {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.vehicle_side-main .label {
  padding: 10px 0;
  font-weight: bold;
  font-size: 17px;
}
.vehicle_side-main .label.reserved {
  background: rgba(123, 244, 23, 0.5019607843);
}
.vehicle_side-main .label.sold {
  background: rgba(23, 128, 244, 0.5019607843);
}
.vehicle_side .carprice {
  font-weight: bold;
  font-size: 14px;
  padding-right: 5px;
  color: #4c4c4c;
}
.vehicle_side .tradeterms {
  font-weight: bold;
  font-size: 20px;
  padding-right: 5px;
  color: #4c4c4c;
}
.vehicle_side-destination {
  margin-top: 10px;
}
.vehicle_side-destination .ports {
  padding: 0 5px;
}
.vehicle_side-destination .ports .port {
  padding: 5px 0 10px;
}
.vehicle_side-destination .ports .port:last-child {
  padding-bottom: 2px;
}
.vehicle_side-destination .ports .port input[type=radio] {
  position: absolute;
  opacity: 0;
}
.vehicle_side-destination .ports .port input[type=radio] + label {
  font-weight: bold;
  font-size: 14px;
}
.vehicle_side-destination .ports .port input[type=radio] + label:before {
  content: "";
  background: white;
  border-radius: 100%;
  border: 1px solid #8c8c8c;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  margin-right: 7px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.vehicle_side-destination .ports .port input[type=radio]:checked + label:before {
  background-color: #1a75d4;
  box-shadow: inset 0 0 0 4px white;
}
.vehicle_side-destination .ports .port .price {
  font-size: 16px;
}
.vehicle_side-destination .ports .port .shipping_type {
  padding-left: 28px;
  color: #4c4c4c;
  font-size: 13px;
}
.vehicle_side-destination .options {
  padding: 0px 5px !important;
}
.vehicle_side-destination .options label {
  font-size: 14px;
}
.vehicle_side-destination .options label.not_included {
  color: #999999;
}
.vehicle_side-destination .options label.not_included::before {
  background: #f2f2f2;
}
.vehicle_side-destination .options .option-desc {
  margin: 2px 0 8px;
  padding-left: 35px;
}
.vehicle_side-inquiry {
  margin-top: 30px;
}
.vehicle_side-inquiry .recaptcha {
  justify-content: center;
  padding-top: 15px;
}

.vehicle_bottom {
  width: 100%;
  margin: 50px;
}
@media screen and (max-width:480px) {
  .vehicle_bottom {
    margin: 20px 5px;
  }
}
.vehicle_bottom .label {
  font-size: 20px;
  padding: 0 0 15px 0;
  background: none;
  font-weight: bold;
  border-bottom: 2px solid #f2f2f2;
  position: relative;
}
.vehicle_bottom .label:before {
  content: "";
  display: block;
  width: 120px;
  border-bottom: 2px solid #F7852D;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}
.vehicle_bottom-question .question-box .no_question {
  text-align: center;
  font-size: 120%;
  padding: 20px;
}
.vehicle_bottom-question .question-box .box {
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0;
}
.vehicle_bottom-question .question-box .box .comment {
  word-break: break-all;
}
.vehicle_bottom-question .question-box .box .datetime {
  line-height: 15px;
}
.vehicle_bottom-question .question-box .box .questioner p {
  margin-top: 0;
}
.vehicle_bottom-question .question-box .box .questioner .comment, .vehicle_bottom-question .question-box .box .questioner .datetime {
  margin-bottom: 0;
}
@media screen and (max-width:480px) {
  .vehicle_bottom-question .question-box .box .questioner .comment {
    margin-bottom: 20px;
  }
}
.vehicle_bottom-question .question-box .box .questioner.reply .comment, .vehicle_bottom-question .question-box .box .questioner.reply .datetime {
  margin-bottom: 20px;
}
.vehicle_bottom-question .question-box .box .seller {
  border-top: 1px dotted #999999;
  color: #F7852D;
}
.vehicle_bottom-question .question-box .box .seller p {
  margin-bottom: 0;
}
.vehicle_bottom-question .question-box .box .seller .comment, .vehicle_bottom-question .question-box .box .seller .datetime {
  margin-top: 20px;
}
.vehicle_bottom-question .question-send {
  padding-top: 30px;
  border-top: 1px dotted #999999;
}
.vehicle_bottom-question .question-send-label {
  margin-top: 0;
}
.vehicle_bottom-question .question-send textarea {
  height: 120px;
}
.vehicle_bottom-question .question-send textarea + p {
  padding-bottom: 10px;
}
.vehicle_bottom-question .form-group {
  justify-content: end;
}

.thanks h1 {
  text-align: center;
}
@media screen and (max-width:480px) {
  .thanks h1 {
    font-size: 18px;
  }
}
.thanks p {
  font-size: 16px;
}
.thanks a {
  font-size: 16px;
  text-decoration: underline;
}/*# sourceMappingURL=vehicle.css.map */