/*order-option*/
/*order-option*/
.order-options-contain .order-options-title {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .order-options-contain .order-options-title {
    max-width: 549px;
  }
}
@media screen and (min-width: 768px) {
  .order-options-contain .order-options-title {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .order-options-contain .order-options-title {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .order-options-contain .order-options-title {
    max-width: 1140px;
  }
}
.order-options-contain .order-options-title h2 {
  padding-top: 3rem !important;
  margin-bottom: 1rem !important;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.order-options-contain .order-options-content {
  position: relative;
  height: 80vh;
  margin-top: 5px;
  max-width: 1800px;
  margin: 0 auto;
}
.order-options-contain .order-options-content .order-options-content-bg {
  height: 70vh;
}
.order-options-contain .order-options-content .order-options-content-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
.order-options-contain .order-options-content .order-options-content-bg .order-options-img {
  opacity: 1;
}
.order-options-contain .order-options-content .order-options-content-bg .from-content {
  padding: 1rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .order-options-contain .order-options-content .order-options-content-bg .from-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.order-options-contain .order-options-content .order-options-content-bg .from-content .car-version {
  border: 1px solid #4d5151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px;
}
.order-options-contain .order-options-content .order-options-content-bg .from-content .car-version div {
  cursor: pointer;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 1.375;
  padding: 6px 12px;
}
.order-options-contain .order-options-content .order-options-content-bg .from-content .car-version .version-active {
  border: 1px solid #4d5151;
  background-color: #252728;
  color: #fff !important;
}
.order-options-contain .order-options-content .order-options-content-bg .from-content .car-configure-details {
  border: 1px solid #4d5151;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
.order-options-contain .order-options-content .order-options-content-bg .from-content .car-configure-details div {
  cursor: pointer;
  width: 120px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 1.375;
  padding: 6px 12px;
}
@media screen and (max-width: 767.98px) {
  .order-options-contain .order-options-content .order-options-content-bg .from-content .car-configure-details div {
    width: 100px;
  }
}
.order-options-contain .order-options-content .order-options-content-bg .from-content .car-configure-details div:last-child:nth-child(3n+2) {
  margin-right: calc((100% - 120px) / 2 * 1);
}
.order-options-contain .order-options-content .order-options-content-bg .from-content .car-configure-details .details-avive {
  background-color: #252728;
  color: #fff;
}
.order-options-contain .order-options-content img {
  width: 100%;
}
.order-options-contain .order-options-content svg {
  width: 100%;
}
.order-options-contain .order-options-content .inpage-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeef7), color-stop(35%, rgba(234, 238, 247, 0)), color-stop(65%, rgba(234, 238, 247, 0)), to(#eaeef7));
  background-image: linear-gradient(#eaeef7, rgba(234, 238, 247, 0) 35%, rgba(234, 238, 247, 0) 65%, #eaeef7);
}
.order-options-contain .order-options-content .car-configure-main {
  position: sticky;
  bottom: 2vh;
  z-index: 2;
}
.order-options-contain .order-options-content .car-configure-main .column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list .state-name {
  width: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.375;
  margin-top: 10px;
  font-family: Montserrat;
  font-weight: 400;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list .car-configure-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list .car-configure-icon .car-info-list {
  width: 40px;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list .car-configure-icon-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list .car-configure-icon-one .car-info-list {
  position: relative;
  width: 24%;
  margin-bottom: 1vw;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list > div {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 40px;
  cursor: pointer;
  margin-bottom: 20px;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list > div div {
  position: relative;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list > div:nth-child(5n) {
  margin-right: 0;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list .car-configure-list-active p {
  opacity: 1;
}
.order-options-contain .order-options-content .car-configure-main .column-content .car-configure-list .car-configure-list-active > div:before {
  content: "";
  position: absolute;
  border: 2px solid #007bff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: transparent;
}
.order-options-contain .order-options-content .car-configure-main .column-content img {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  max-width: 34.67px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.order-options-contain .featurette-divider {
  margin: 2rem 0;
  border-top: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .order-options-contain .featurette-divider {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  .order-options-contain .order-options-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-options-contain .order-options-title h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .order-options-contain .order-options-content {
    position: relative;
    height: 90vh;
    margin-top: 5px;
    margin: 0 auto;
  }
  .order-options-contain .order-options-content .order-options-content-bg-mobile {
    margin-top: 10px;
    width: 100%;
    height: 70vh;
  }
  .order-options-contain .order-options-content .order-options-content-bg-mobile img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
  }
  .order-options-contain .order-options-content .order-options-content-bg-mobile .order-options-img {
    opacity: 1;
  }
  .order-options-contain .order-options-content .order-options-content-bg-mobile .car-choose-mobile {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    position: relative;
    z-index: 2;
  }
  .order-options-contain .order-options-content .order-options-content-bg-mobile .car-choose-mobile .car-version-mobile {
    border: 1px solid #4d5151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 4px;
  }
  .order-options-contain .order-options-content .order-options-content-bg-mobile .car-choose-mobile .car-version-mobile div {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 1.375;
    padding: 6px 12px;
  }
  .order-options-contain .order-options-content .order-options-content-bg-mobile .car-choose-mobile .car-version-mobile .version-active {
    border: 1px solid #4d5151;
    background-color: #252728;
    color: #fff !important;
  }
  .order-options-contain img {
    width: 100%;
  }
  .order-options-contain svg {
    width: 100%;
  }
  .order-options-contain .inpage-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeef7), color-stop(35%, rgba(234, 238, 247, 0)), color-stop(65%, rgba(234, 238, 247, 0)), to(#eaeef7));
    background-image: linear-gradient(#eaeef7, rgba(234, 238, 247, 0) 35%, rgba(234, 238, 247, 0) 65%, #eaeef7);
  }
  .order-options-contain .car-configure-main {
    position: sticky;
    bottom: 2vh;
    z-index: 2;
  }
  .order-options-contain .car-configure-main .column-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list .state-name {
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 2vw;
    font-size: 12.8px !important;
    line-height: 1.375;
    margin-top: 10px;
    font-family: Montserrat;
    font-weight: 400;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list .car-configure-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list .car-configure-icon .car-info-list {
    width: 40px;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list .car-configure-icon-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list .car-configure-icon-one .car-info-list {
    position: relative;
    width: 24%;
    margin-bottom: 1vw;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list > div {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 40px;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list > div div {
    position: relative;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list > div:nth-child(5n) {
    margin-right: 0;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list .car-configure-list-active p {
    opacity: 1;
  }
  .order-options-contain .car-configure-main .column-content .car-configure-list .car-configure-list-active > div:before {
    content: "";
    position: absolute;
    border: 2px solid #007bff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-color: transparent;
  }
  .order-options-contain .car-configure-main .column-content img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    max-width: 34.67px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .order-options-contain .car-configure-main .car-configure-details-mobile {
    border: 1px solid #4d5151;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(68vw - 2px);
    margin: 0 auto;
  }
  .order-options-contain .car-configure-main .car-configure-details-mobile div {
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 12.8px;
    line-height: 1.375;
    padding: 6px 12px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767.98px) {
  .order-options-contain .car-configure-main .car-configure-details-mobile div {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .order-options-contain .car-configure-main .car-configure-details-mobile div:last-child:nth-child(3n+2) {
    margin-right: calc((100% - 120px) / 2 * 1);
  }
  .order-options-contain .car-configure-main .car-configure-details-mobile .details-avive {
    background-color: #252728;
    color: #fff;
  }
}