/*START: Common*/
.build-yours {
  position: relative;
  width: 100%;
  height: auto;
  /*min-height: 100vh;*/
  overflow-x: hidden;
}

.build-yours .page {
  display: table;
  height: 100%;
  width: 100%;
}

.build-yours .page .right-part {
  width: 100vw;
  min-width: 768px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.build-yours .page .item-row {
  padding: 0;
  margin: 0;
  display: table;
}

.build-yours .page .cus-row {
  display: table-cell;
  vertical-align: middle;
}

.build-yours .page .content-tbl {
  display: table;
  width: 100%;
}

.build-yours .page .content-tbl .row {
  display: table-row;
}

.build-yours .page .content-tbl .cell {
  display: table-cell;
}

.build-yours .page .child-middle {
  top: 50%;
  display: block;
  transform: translateY(-50%);
  position: relative;
}

.build-yours .secondary-btn:hover {
  background: #000000;
  color: white;
}

.build-yours .build-your-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-top: solid 1px #cccccc;
  z-index: 99;
}

.build-yours .quick-view-btn {
  background-color: #FFFFFF;
  border: solid 2px black;
  color: black;
}

.build-yours .quick-view-btn:hover {
  background-color: #ff0000;
  border: solid 2px black;
  color: white;
}

.build-yours .step-footer-pre .btn-next {
  position: absolute;
  top: unset;
  right: 30px;
  bottom: 20px;
  width: 200px;
  text-align: center;
}

.build-yours .build-your-footer .item-car-img {
  width: 150px;
  height: auto;
}

.build-yours .build-your-footer .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.build-yours .build-your-footer .container .row {
  display: flex;
  align-items: center;
}

.build-yours .build-your-footer .block-btn {
  text-align: right;
}

/*START: Quick view box*/
.build-yours .quick-view-box-content {
  position: relative;
}

.build-yours .quick-view-box {
  display: block;
  position: relative;
}

.build-yours .quick-view-box .bg {
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  background: #ff0000;
  z-index: 0;
}

.build-yours .quick-view-box .content {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.build-yours .step-content {
  padding-left: 50px;
  padding-top: 30px;
  padding-right: 50px;
  position: absolute;
  bottom: -25px;
}

.build-yours .quick-view-box .img-top {
  width: 100%;
  height: auto;
  padding-top: 20px;
  display: block;
  position: relative;
  z-index: 1;
}

.build-yours .quick-view-box .quick-view-btn {
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-size: 14px;
  padding: 10px 10px;
  z-index: 10;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.build-yours .quick-view-box .quick-view-btn img {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  height: 10px;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .build-yours .quick-view-box .quick-view-btn img {
    height: 6px;
    width: auto;
    top: calc(50% - 3px);
  }
}

.build-yours .quick-view-box .quick-view-btn:hover {
  background-color: #030303;
  color: #ffffff;
  text-decoration: none;
}

/*END: Quick view box*/

.build-yours-modal {
  overflow: auto;
}

.build-yours-modal .img-item {
  height: 100%;
  position: relative;
}

.build-yours-modal .img-close {
  width: 30px;
  height: auto;
}

.build-yours-modal .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.build-yours-modal .desc-item {
  background: #f5f5f5;
  height: 100% !important;
}

.build-yours-modal .desc-item .block {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  overflow-y: scroll;
  padding: 60px 150px;
  max-height: 100%;
}

.build-yours-modal .desc-item .block .detail-title {
  font-size: 24px;
}

.build-yours-modal .desc-item .block .detail-desc {
  font-size: 16px;
}

.build-yours-modal .desc-item .block i {
  font-size: 30px;
}

/*END: Common*/

/*START: Start*/
.build-yours.start {
  height: auto;
  min-height: 100vh;
  background-color: #111111;
}

.build-yours .start {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 1024px;
  background-color: #111111;
  height: -webkit-fill-available;
  overflow: hidden;
}

.build-yours .start .cus-h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.0;
}

.build-yours .start i {
  font-size: 45px;
}

.build-yours .start .cus-cell .item {
  opacity: 0.5;
}

.build-yours .start .cus-cell .item:hover {
  opacity: 1;
}

.build-yours .start .cus-cell .sub-1 {
  font-family: 'Avenir-Next-Bold', sans-serif;
}

.build-yours .start .cus-cell .sub-2 {
  font-size: 24px;
  margin-top: 15px;
}

.build-yours .start .block-title {
  z-index: 99;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2em;
}

.build-yours .start .block-title .cus-h5 {
  letter-spacing: 5px;
}

.build-yours .start .block-anime {
  z-index: 99;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow-x: hidden;
}

.build-yours .start .btn-start {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.build-yours .start .btn-next {
  right: 100px;
}
/*END: Start*/

/*START: Step Pre*/
.build-yours.step-0 {
  background-color: #111111;
  color: #ffffff;
}

.build-yours .step-pre {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 1024px;
  background-color: #111111;
  height: -webkit-fill-available;
  overflow: hidden;
  margin: 30px 0;
}

.build-yours .step-pre hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #4c4c4c;
}

.build-yours .step-pre .header-item {
  text-align: right;
}

.build-yours .step-pre .header-item .block {
  display: block;
  width: 122px;
  position: relative;
  text-align: center;
  float: right;
  margin-right: 30px;
}

.build-yours .step-pre .right-part {
  position: relative;
  /*position: fixed;*/
}

.build-yours .step-pre .right-part.scroll-down {
  /*top: 50px;*/
  transition-duration: 1s;
}

.build-yours .step-pre .header-item .block img {
  height: 80px;
  width: auto;
  cursor: pointer;
  margin: 0 auto;
  opacity: 0.5;
}

.build-yours .step-pre .header-item .block img.active,
.build-yours .step-pre .header-item .block img:hover {
  opacity: 1;
}

.build-yours .step-pre .content-item .item {
  border-right: 1px solid #4c4c4c;
  padding: 30px;
}

.build-yours .step-pre .content-item .item.first {
  border-left: 1px solid #4c4c4c;
}

.build-yours .step-pre .content-item .item .child-item {
  text-align: center;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}

.build-yours .step-pre .content-item.disable .item .child-item {
  cursor: default;
}

.build-yours .step-pre .content-item.active .item .child-item.active,
.build-yours .step-pre .content-item.active .item .child-item:hover {
  opacity: 1;
}

.build-yours .step-pre .content-item .item .child-item img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.build-yours .step-pre .content-item .item .child-item .over-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.build-yours .step-pre .title {
  font-size: 48px;
  font-family: 'Avenir-Next-Bold', sans-serif;
  margin-bottom: 30px;
}

.build-yours .step-pre .right-part .content-item .content img {
  width: 100%;
}

.build-yours .step-pre .right-part .border-right {
  border-right: 1px solid #666666;
  min-height: 550px;
  height: auto;
}
/*END: Step Pre*/

/*START: Step 1*/
.build-yours .step1 .item.active .bg-item {
  opacity: 1;
}

@media (min-width: 1024px) {
  .build-yours .step1 .box-item-car {
    transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
    width: 345px !important;
  }
}

.build-yours .step1 .item:hover:not(.active) .bg-item {
  opacity: 1;
  background: white;
}

.build-yours .step1 .item.active .toggle-show,
.build-yours .step1 .item:hover .toggle-show {
  visibility: hidden;
}

.build-yours .step1 .item.active .toggle-content,
.build-yours .step1 .item:hover .toggle-content {
  visibility: visible;
}

.build-yours .step1 .item {
  position: relative;
  opacity: 0.5;
  margin: 15px 25px;
  padding: 1px;
  border: 1px solid #999999;
}

.build-yours .step1 .item .img-item {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  cursor: pointer;
  background: #ffffff;
  object-fit: contain;
  padding: 10%;
  padding-top: unset;
}

.build-yours .step1 .item .content {
  background: #ffffff;
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .step1 .item .desc {
  padding: 15px;
  background: #ffffff;
  color: black;
}

.build-yours .step1 .item .view-btn {
  background: #ffffff;
  color: black;
  display: inline-block;
  position: relative;
  width: 75%;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  border-top: solid 1px #999999;
  left: 50%;
  transform: translateX(-50%);
}

.build-yours .step1 .item.active .view-btn {
  border-top: solid 1px #999999;
}

.build-yours .step1 .item:hover .view-btn {
  border-top: solid 1px #999999;
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .step1 .view-btn:hover {
  font-weight: bold;
}

.build-yours .step1 .block-img {
  position: relative;
  padding: 1px;
}

.build-yours .step1 .item .over-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
}

.build-yours .step1 .item .over-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.build-yours .step1 .item .img-close {
  height: 50px;
  width: auto;
  margin: 0 auto;
  top: calc(50% - 15px);
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
}

.build-yours .step1 .view-btn img {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  height: 10px;
}

.build-yours .step1 .item.active,
.build-yours .step1 .item:hover {
  opacity: 1;
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .step1 .item.active .content,
.build-yours .step1 .item:hover .content {
  background: #ffffff;
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .step1 .filter .trim {
  cursor: pointer;
  font-weight: bold;
}

.build-yours .step1 .filter .trim.active {
  color: #D0021B;
}

.build-yours .step1 .view-info {
  position: absolute;
  right: 3px;
  top: 0;
}

.build-yours .step1 {
  position: relative;
  margin: 30px 0 90px 0;
  padding: 30px 0;
}

.build-yours .step1 .right-part {
  vertical-align: middle;
  width: 75vw;
  float: left;
  left: 50%;
  transform: translateX(-50%);
}

.build-yours .step1 .content-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.build-yours .step1 .item .over-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.build-yours .step1 .item .img-close {
  height: 30px;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
}

.build-yours .step1 .item .img-car {
  width: 100%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  padding: 10px;
}

.build-yours .step1 .item .img-logo {
  height: 15px;
  margin: 0 auto;
}

.build-yours .step1 .item .cus-link {
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
}

.build-yours .step1 .item .line-item {
  width: 100%;
  border: solid 0.5px #9E9E9E;
}

.build-yours .step1 .item .model {
  color: #ffffff;
  font-style: italic;
  font-size: 68px;
  font-family: 'Avenir-Next-Bold', sans-serif;
}

.build-yours .step1 .item .title-grade {
  height: 1.25em;
  overflow: hidden;
}

.build-yours .step1 .item .title-option {
  height: 2em;
  font-size: 14px;
  letter-spacing: 5px;
  margin-top: 3px;
}

.build-yours .step1 .item .bg-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #027FD0;
  z-index: 0;
  opacity: 0;
}

.build-yours .step1 .item .content {
  position: relative;
  z-index: 1;
  color: black;
}

.build-yours .step1 .panel {
  margin-bottom: unset;
}

.build-yours .step1 .slick-slider .slick-prev {
  left: -100px;
  z-index: 99;
  height: 100%;
  width: 200px;
}

.build-yours .step1 .slick-slider .slick-next {
  right: -100px;
  z-index: 99;
  height: 100%;
  width: 200px;
}

.build-yours .step1 .slick-slider .slick-prev.slick-disabled,
.build-yours .step1 .slick-slider .slick-next.slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
  display: none;
}

.build-yours .step1 .slick-slider .slick-prev.slick-disabled:before,
.build-yours .step1 .slick-slider .slick-next.slick-disabled:before {
  opacity: 0 !important;
  pointer-events: none;
  display: none;
}

.build-yours .step1 .slick-slider .slick-prev:hover,
.build-yours .step1 .slick-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.5);
}

.build-yours .step1 .slick-slider .slick-prev:before,
.build-yours .step1 .slick-slider .slick-next:before {
  font-size: 76px;
  opacity: 1;
  color: #333333 !important;
  border-radius: 5px;
}

.build-yours .step1 .slick-slider .slick-prev:before {
  content: "";
}

.build-yours .step1 .slick-slider .slick-prev:hover:before {
  content: "\276c";
}

.build-yours .step1 .slick-slider .slick-next:before {
  content: "";
}

.build-yours .step1 .slick-slider .slick-next:hover:before {
  content: "\276D";
}
/*END: Step 1*/

/*START: Step 2*/
.build-yours .interior .block-title {
  position: absolute;
  text-align: center;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(255, 255, 255));
  color: black;
  padding-top: 60px;
  padding-bottom: 60px;
}

.build-yours .exterior .text-note {
  position: relative;
  text-align: center;
  bottom: 0;
  color: #000000!important;
  width: 100%;
  margin-top: 30px;
}

.build-yours .interior .text-note {
  position: absolute;
  text-align: center;
  bottom: 120px;
  color: #ffffff !important;
  width: 100%;
}

div.interior-page {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}

div.interior-page .img-close {
  position: absolute;
  top: 10px;
  right: 0;
}

div.interior-page .img-close img {
  width: 35px;
  height: auto;
  cursor: pointer;
}

div.interior-page .auth-content {
  height: 10%;
  position: relative;
  overflow: auto;
}

div.interior-page .bottom-block {
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  bottom: 0;
}

div.interior-page .bottom-block .margin-left-chk {
  margin-left: -3px;
}

div.interior-page span::after,
div.interior-page span::before,
div.forgot-password-page span::after,
div.forgot-password-page span::before {
  background-color: white;
}

div.interior-page label, div.forgot-password-page label {
  color: rgba(255, 255, 255, 0.2);
  font-weight: normal;
}

div.interior-page .welcome-message {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Avenir-Next-Bold', sans-serif;
  line-height: 0.99;
}

div.interior-page a {
  color: white;
  font-weight: bold;
}

div.interior-page a:hover, div.auth-page a:focus {
  color: #ff0000;
  font-weight: bold !important;
}

.build-yours .step2 {
  position: relative;
}

.build-yours .step2 .exterior {
  position: relative;
  margin: 30px 0 90px 0;
  padding: 30px 0;
}

.build-yours.step-2.interior {
  background: #030303;
}

.build-yours .step2 .interior {
  position: relative;
}

.build-yours .step2 .drag-360-content {
  position: relative;
  height: 100%;
}

.build-yours .step2 .drag-360-content .content-txt {
  z-index: 1;
}

.build-yours .step2 .drag-360-content .drag-content {
  z-index: 0;
}

.build-yours .step2 .drag-360-content .drag-content img {
  cursor: move;
  z-index: 0;
  height: auto;
  width: 33vw;
  margin: 0 auto;
  padding-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.build-yours .step2 .right-part .slick-slider .slick-prev:before,
.build-yours .step2 .right-part .slick-slider .slick-next:before {
  font-size: 32px;
  opacity: 1;
  color: #333333 !important;
  visibility: hidden;
}

.build-yours .step2 .right-part .slick-slider .slick-prev:hover:before,
.build-yours .step2 .right-part .slick-slider .slick-next:hover:before {
  visibility: visible;
}

.build-yours .step2 .right-part .slick-slider .slick-prev {
  left: -100px;
  z-index: 99;
  height: 100%;
  width: 150px;
}

.build-yours .step2 .right-part .slick-slider .slick-next {
  right: -100px;
  z-index: 99;
  height: 100%;
  width: 150px;
}

.build-yours .step2 .right-part .slick-slider .slick-prev:before {
  content: "\276c";
}

.build-yours .step2 .right-part .slick-slider .slick-prev:hover:before {
  content: "\276c";
  color: #D0021B !important;
}

.build-yours .step2 .right-part .slick-slider .slick-next:before {
  content: "\276D";
}

.build-yours .step2 .right-part .slick-slider .slick-next:hover:before {
  content: "\276D";
  color: #D0021B !important;
}

.build-yours .step2 .drag-360-content .drag-content .threesixty {
  height: 50vh;
}

.build-yours .step2 .drag-360-content .threesixty .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 auto;
}

.build-yours .step2 .drag-360-content .content-txt {
  position: absolute;
  display: block;
  left: 150px;
  right: 0;
  margin: 0 auto;
  bottom: 120px;
  color: rgba(3, 3, 3, 0.51);
}

.build-yours .step2 .drag-360-content .content-txt .img-360 {
  height: 20px;
  width: auto;
  padding: 0;
  margin: 0;
}

.build-yours .step2 .drag-360-content .control {
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15%;
}

.build-yours .step2 .drag-360-content .control .item {
  padding: 10px;
  width: 120px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0.5;
}

.build-yours .step2 .drag-360-content .control .item .desc {
  margin-top: 5px;
  display: none;
  font-size: 12px;
}

.build-yours .step2 .drag-360-content .control .item.active,
.build-yours .step2 .drag-360-content .control .item:hover {
  opacity: 1;
}

.build-yours .step2 .drag-360-content .control .item.active .desc,
.build-yours .step2 .drag-360-content .control .item:hover .desc {
  display: block;
}

.build-yours .step2 .drag-360-content .control ul {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.build-yours .step2 .drag-360-content .control img {
  width: 100px;
  margin: 0 auto;
  height: auto;
}

.build-yours .step2 .interior .control-type {
  color: #ffffff !important;
}

.build-yours .step2 .interior .control-style {
  position: absolute;
  top: 100px;
  left: 50px;
  text-align: left;
}

.build-yours .step2 .interior .control-style .item {
  padding-right: 30px;
}

.build-yours-step2-modal-content,
.build-yours-step2-modal-content > div {
  text-align: center;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
}

.build-yours-step2-modal-content .content {
  background: #ff0000 !important;
  display: table;
  overflow: auto;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}

.build-yours-step2-modal-content .content .interior-content-item {
  display: inline-block;
  height: 65px;
  width: 115px;
  margin: 5px;
  position: relative;
}

.build-yours-step2-modal-content .content .interior-content-item .bg {
  width: 115px;
  height: 100%;
}

.build-yours-step2-modal-content .content .interior-content-item .over-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  visibility: hidden;
}

.build-yours-step2-modal-content .content .interior-content-item.active .over-div img {
  visibility: visible;
}

.build-yours-step2-modal-content .content .interior-content-item .over-div img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}

.build-yours-step2-modal-content .content .interior-content-item.active .over-div,
.build-yours-step2-modal-content .content .interior-content-item:hover .over-div {
  visibility: visible;
}

.build-yours-step2-modal-content .content .interior-content-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.build-yours .step2 .exterior .control-type {
  text-align: center;
  z-index: 10;
  width: auto;
  font-size: 14px;
  font-weight: bold;
}

.build-yours .step2 .interior .control-type {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 300px;
}

.build-yours .step2 .control-type .control {
  cursor: pointer;
  opacity: 0.5;
}

.build-yours .step2 .control-type .separate {
  opacity: 0.5;
}

.build-yours .step2 .control-type .control.active,
.build-yours .step2 .control-type .control:hover {
  opacity: 1;
}

.build-yours .step2 .interior-content {
  background-size: cover;
  background-position: center center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

.build-yours .step2 .interior-content .img-part {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 1s;
  width: 100%;
  height: auto;
}

.build-yours .step2 .interior-content .img-part img {
  width: 100%;
  height: 100%;
}

.build-yours .step2 .interior-content .block-point {
  display: block;
  position: absolute;
}

.build-yours .step2 .interior-content .block-point img {
  width: 20px;
  height: auto;
  cursor: pointer;
}

.build-yours .step2 .interior-content .block-point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.build-yours .step2 .interior-content .block-point img {
  z-index: 10;
  position: absolute;
}

.build-yours .step2 .interior-content .control-style-colour img {
  width: 55px;
  height: 55px;
  cursor: pointer;
}

.build-yours .step2 .interior-content .control-style-colour img {
  z-index: 10;
}

.build-yours .step2 .interior-content .control-style-colour .item.active {
  border: solid red 3px;
}

.build-yours .step2 .interior-content .control ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.build-yours .step2 .interior-content .control ul {
  display: inline-block;
}

.build-yours .step2 .interior-content .control ul > li {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
}

.build-yours .step2 .interior .control-style-colour {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
}

/*END: Step 2*/

/*START: Step 3*/
.build-yours .step3 {
  position: relative;
  margin: 30px 0 150px 0;
  padding: 30px 0;
}

.build-yours .step3 .right-part {
  vertical-align: middle;
  width: 75vw;
  float: left;
  left: 50%;
  transform: translateX(-50%);
}

.build-yours .step3 .content-item {
  position: relative;
  padding: 30px 0;
}

.build-yours .step3 .content-item.flag {
  right: 0 !important;
}

.build-yours .step3 .content-item.flag .slick-list {
  overflow: visible;
}

.build-yours .step3 .item {
  position: relative;
  opacity: 1;
  padding: 1px;
  border: 1px solid #d5d5d5;
  height: 425px;
  /*height: 400px;*/
}

.build-yours .step3 .item.active {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.build-yours .step3 .price {
  border: 1px solid #d5d5d5;
  border-top: none;
  padding: 5px;
}

.build-yours .step3 .price.active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: none;
}

.build-yours .step3 .price .selling-price {
  color: red;
  font-size: 20px;
  font-weight: bold;
}

.build-yours .step3 .price .save-price {
  font-size: 16px;
  text-decoration: line-through;
}

.build-yours .step3 .nav-step {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition-delay: 1s;
  transition: opacity .5s;
  width: 100px;
}

.build-yours .step3 .category .slick-prev {
  left: 0;
  z-index: 99;
}

.build-yours .step3 .category .slick-next {
  right: 0;
}

.build-yours .step3 .item .img-item {
  width: 100%;
  height: 210px;
  margin: 0 auto;
  cursor: pointer;
  background: #ffffff;
  object-fit: cover;
  transition: opacity .4s, transform 1.5s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .step3 .item .content {
  background: #ffffff;
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .step3 .item .title {
  padding: 20px;
  background: #ffffff;
  color: black;
  height: auto;
  overflow: hidden;
  max-height: 100px;
}

.build-yours .step3 .item .desc {
  padding-left: 30px;
  padding-right: 30px;
  background: #ffffff;
  color: black;
  height: auto;
  max-height: 100px;
  overflow: hidden;
}

.build-yours .step3 .item .desc > div {
  height: 75px;
  border-top: solid 1px #ebebeb;
  padding-top: 10px;
  font-size: 16px;
}

.build-yours .step3 .item .ellipsis {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
  background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
  background: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
  position: relative;
  bottom: 75px;
  height: 80px;
}

.build-yours .step3 .view-btn {
  background: #ffffff;
  display: inline-block;
  position: absolute;
  width: 80%;
  padding: 16px;
  cursor: pointer;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: #999999;
  letter-spacing: 0.15em;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.build-yours .step3 .item.active .view-btn {
  color: black;
  transition: all .3s cubic-bezier(.86,0,.07,1);
}

.build-yours .step3 .view-btn:hover {
  color: black;
  transition: all .3s cubic-bezier(.86,0,.07,1);
}

.build-yours .step3 .block-img {
  position: relative;
  overflow: hidden;
}

.build-yours .step3 .item .over-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
}

.build-yours .step3 .item .over-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}

.build-yours .step3 .item .img-close {
  height: 25%;
  width: auto;
  margin: 0 auto;
  top: calc(50% - 25px);
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
}

.build-yours .step3 .view-btn img {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  height: 10px;
}

.build-yours .step3 .item.active .over-div {
  visibility: visible;
}

.build-yours .step3 .item.active,
.build-yours .step3 .item:hover {
  opacity: 1;
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .step3 .item.active .img-item,
.build-yours .step3 .item:hover .img-item {
  opacity: 1;
  transition: transform 1.5s cubic-bezier(.25, .46, .45, .94);
  transform: scale(1.07);
  -webkit-transition: transform 1.07s ease-in-out;
  -moz-transition: transform 1.07s ease-in-out;
  -ms-transition: transform 1.07s ease-in-out;
}

.build-yours .step3 .item.active .content,
.build-yours .step3 .item:hover .content {
  background: #ffffff;
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .step3 .category {
  position: fixed;
  bottom: 90px;
  width: 100%;
  background: black;
  color: white !important;
  padding: 20px;
  z-index: 99;
}

.build-yours .step3 .category .item-cat {
  text-align: center;
  display: block;
  vertical-align: middle;
  border-right: 1px solid #666666;
}

.build-yours .step3 .category .item-cat .name {
  cursor: pointer;
  font-weight: bold;
}

.build-yours .step3 .category .item-cat .name:hover,
.build-yours .step3 .category .item-cat.active .name {
  font-family: 'Avenir-Next-Bold', sans-serif;
  color: red;
  font-size: 14px;
}

.build-yours .step3 .right-part .slick-slider .slick-prev:before {
  content: "\276c";

}

.build-yours .step3 .right-part .slick-slider .slick-next:before {
  content: "\276D";

}

.build-yours .step3 .right-part .slick-slider .slick-prev:before,
.build-yours .step3 .right-part .slick-slider .slick-next:before {
  font-size: 64px;
  opacity: 1;
  color: #333333 !important;
  visibility: hidden;
}

.build-yours .step3 .right-part .slick-slider .slick-prev:hover:before,
.build-yours .step3 .right-part .slick-slider .slick-next:hover:before {
  visibility: visible;
}

.build-yours .step3 .right-part .slick-slider .slick-prev,
.build-yours .step3 .right-part .slick-slider .slick-next {
  right: -100px;
  z-index: 99;
  height: 100%;
  width: 200px;
}
@media (min-width: 1024px) {
  .build-yours .step3 .content-item .slick-initialized .slick-slide {
    display: block;
    width: 270px !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.build-yours .step3 .right-part .slick-slider .slick-prev {
  left: -150px;
}

.build-yours .step3 .right-part .slick-slider .slick-next {
  right: -250px;
}

.build-yours .step3 .right-part .slick-slider .slick-prev:hover {
  background: rgba(255, 255, 255, 0.5);
}

.build-yours .step3 .right-part .slick-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.5);
}

.build-yours .step3 .right-part .slick-slider .slick-prev.slick-disabled,
.build-yours .step3 .right-part .slick-slider .slick-next.slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.build-yours .step3 .right-part .slick-slider .slick-prev.slick-disabled:before,
.build-yours .step3 .right-part .slick-slider .slick-next.slick-disabled:before {
  opacity: 0 !important;
  pointer-events: none;
}
/*END: Step 3*/

/*START: Step 4*/
.build-yours .step4 {
  position: relative;
  margin: 30px 0 90px 0;
  padding: 30px 0;
}

.build-yours .step4 .right-part {
  vertical-align: middle;
  width: 100vw;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 150px;
  padding-right: 50px;
}

.build-yours .step4 .right-part .content-item .box-item {
  position: relative;
  background-color: black;
  color: #FFFFFF;
  opacity: 0.5;
}

.build-yours .step4 .right-part .content-item .box-item.active {
  height: auto;
  color: #FFFFFF;
  opacity: 1;
}

.build-yours .step4 .right-part .content-item .box-item .panel-heading {
  background-color: black;
}

.build-yours .step4 .right-part .content-item .box-item .panel-body {
  height: auto;
  min-height: 450px;
  border-top: none;
}

.build-yours .step4 .right-part .content-item .box-item:hover:not(.active) {
  cursor: pointer;
  height: auto;
  background-color: black;
  color: #FFFFFF;
  opacity: 1;
}

.build-yours .step4 .right-part .content-item .box-item .item {
  width: 100%;
  height: auto;
  color: black !important;
  background-color: black;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.build-yours .step4 .right-part .content-item .box-item.pk-a .item {
  max-height: 240px !important;
  overflow-y: scroll;
}

.build-yours .step4 .right-part .content-item .box-item .item a {
  color: #ffffff !important;
}

.build-yours .step4 .right-part .content-item .box-item.active .item a {
  color: #ffffff !important;
}

.build-yours .step4 .right-part .content-item .box-item.active .item {
  height: auto;
  color: black !important;
  background-color: black;
}

.build-yours .step4 .right-part .content-item .box-item .img-icon {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.build-yours .step4 .right-part .content-item .box-item .number-bids {
  font-size: 12px;
  font-weight: bold;
  background-color: #363636;
  padding: 15px 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.build-yours .step4 .right-part .content-item .box-item .number-bids:hover {
  background-color: #CCCCCC;
  color: black;
}

.build-yours .step4 .right-part .content-item .box-item .number-bids.active {
  background-color: #F8E71C;
  color: black;
}

.build-yours .step4 .right-part .content-item .box-item .read-more {
  padding: 20px 60px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.build-yours .step4 .right-part .content-item .box-item .read-more a {
  color: #979797;
}

.build-yours .step4 .right-part .content-item .box-item .read-more a:hover {
  color: #ffffff;
}

.build-yours .step4 .right-part .content-item .box-item .over-div img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 65%;
  width: 40px;
  height: auto;
  visibility: hidden;
}

.build-yours .step4 .right-part .content-item .box-item.active .over-div img {
  visibility: visible;
}

.build-yours .step4 .right-part .content-item .box-item input:focus {
  outline: 0;
}

.build-yours .step4 .right-part .content-item {
  position: relative;
  padding: 30px 0;
}

.build-yours .step4 .right-part .content-item .content-detail {
  display: flex;
  align-items: center;
}

.build-yours .right-part .content-item .btn-readmore {
  color: black;
  letter-spacing: 0.2em;
  font-weight: bold;
  cursor: pointer;
}
/*END: Step 4*/

/*START: Step 5*/
.build-yours .step5 {
  position: relative;
  margin: 30px 0 150px 0;
  padding: 30px 0;
}

.build-yours .step5 .right-part.warranty {
  vertical-align: middle;
  width: 75vw;
  /*position: fixed;*/
  float: left;
  left: 50%;
  transform: translateX(-50%);
}

.build-yours .step5 .right-part.servicing {
  vertical-align: middle;
  width: 100vw;
  /*position: fixed;*/
  float: left;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 150px;
  padding-right: 50px;
}

.build-yours .step5 .right-part.warranty .content-item .box-item {
  height: auto;
  min-height: 500px;
  background-color: black;
  color: black;
  opacity: 0.5;
  position: relative;
}

.build-yours .step5 .right-part.servicing .content-item .box-item {
  height: auto;
  background-color: black;
  color: black;
  opacity: 0.5;
  position: relative;
}

.build-yours .step5 .right-part .content-item .box-item.active {
  opacity: 1;
}

.build-yours .step5 .right-part.servicing .content-item .box-item .panel-heading {
  background-color: black;
}

.build-yours .step5 .right-part.servicing .content-item .box-item .panel-body {
  height: auto;
  min-height: 450px;
  border-top: none;
}

.build-yours .step5 .right-part .content-item .box-item.warranty {
  opacity: 1;
}

.build-yours .step5 .right-part.warranty .content-item .box-item .item-warranty {
  background-color: #333333;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.build-yours .step5 .right-part.servicing .content-item .box-item .item-warranty {
  background-color: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.build-yours .step5 .right-part .content-item .box-item .item-warranty:hover {
  background-color: #CCCCCC;
}

.build-yours .step5 .right-part .content-item .box-item .item-warranty.active {
  background-color: #F8E71C;
  color: black;
}

.build-yours .step5 .right-part .content-item .box-item.warranty .main {
  padding: 0 60px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  max-height: 250px;
  overflow-y: scroll;
}

.build-yours .step5 .right-part .content-item .box-item:hover {
  cursor: pointer;
}

.build-yours .step5 .right-part .content-item .box-item .item {
  height: auto;
  max-height: 240px;
  overflow-y: scroll;
  color: black !important;
  background-color: black;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.build-yours .step5 .right-part .content-item .box-item .item > div:first-child {
  margin-top: 10px;
}

.build-yours .step5 .control-type {
  position: fixed;
  display: block;
  text-align: center;
  z-index: 99;
  width: 100%;
  font-size: 14px;
  bottom: 90px;
  background-color: #030303;
  color: #ffffff;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

.build-yours .step5 .control-type .control {
  cursor: pointer;
  /*opacity: 0.5;*/
}

.build-yours .step5 .control-type .separate {
  opacity: 0.5;
}

.build-yours .step5 .control-type .control.active,
.build-yours .step5 .control-type .control:hover {
  opacity: 1;
  color: #D0021B;
  font-weight: bold;
}

.build-yours .step5 .right-part .content-item .box-item .over-div img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75%;
  width: 40px;
  height: auto;
  visibility: hidden;
}

.build-yours .step5 .right-part .content-item .box-item.active .over-div img {
  visibility: visible;
}

.build-yours .step5 .right-part .content-item .box-item .img-icon {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1600px) {
  .build-yours .step5 .right-part.servicing .content-item .box-item .item-warranty {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.build-yours .step5 .right-part .content-item .box-item .read-more {
  padding: 20px 60px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.build-yours .step5 .right-part .content-item .box-item .read-more a {
  color: #979797;
}

.build-yours .step5 .right-part .content-item .box-item .read-more a:hover {
  color: #ffffff;
}

.build-yours .step5 .right-part .content-item .content-detail {
  display: flex;
  align-items: center;
}

.build-yours .step5 .right-part.warranty .content-item {
  padding: 30px 0;
}
/*END: Step 5*/

/*START: Step 6*/
.build-yours.step-6 {
  background-color: #111111;
  color: #ffffff;
}

/*Step6*/

.build-yours .step6 {
  position: relative;
  margin: 30px 0 90px 0;
  padding: 30px 0;
}

.build-yours .step6 .content-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.build-yours .step6 .right-part {
  vertical-align: middle;
  width: 75vw;
  /*position: fixed;*/
  float: left;
  left: 50%;
  transform: translateX(-50%);
}

.build-yours .step6 .div-control {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  display: table;
}

.build-yours .step6 .div-control .item {
  height: 70px !important;
  display: table-cell;
  vertical-align: middle;
  background: #cccccc;
}

.build-yours .step6 .div-control .item .content-item {
  display: block;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 10px;
}

.build-yours .step6 .div-control .item .content-item input {
  width: 100%;
}

.build-yours .step6 .div-control .item .content-item.text-right {
  right: 10px !important;
}

.build-yours .step6 .div-control .row.desc {
  padding-top: 5px;
  padding-bottom: 5px;
}

.build-yours .step6 .div-control .cell-1 {
  overflow: hidden;
}

.build-yours .step6 .div-control .cell-2 .child-1 .bg {
  background: #ff0000;
}

.build-yours .step6 .div-control .cell-2 .child-2 {
  opacity: 0.7;
}

.build-yours .step6 .div-control .cell-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4A90E2;
}

.build-yours .step6 .div-control .cell-2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
}

.build-yours .step6 .div-control .cell-3 {
  opacity: 0.7;
}

.build-yours .step6 .div-control .cell-3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4A90E2;
}

.build-yours .step6 .line-center {
  border-top: 1px solid white;
  margin: 30px 150px;
}

/*******Slider******/

.build-yours .step6 .slider {
  padding: 0 !important;
  position: absolute;
  height: 50px;
  left: 0;
  right: 0;
  top: -10px;
  bottom: 0;
}

.build-yours .step6 .slider .handle {
  width: 0;
  height: 0;
  border-left: 30px solid #ff0000;
  border-right: 30px solid #ff0000;
  border-top: 60px solid #ff0000;
  margin-top: -60px;
  margin-left: -27.5px;
  cursor: pointer;
  border-radius: 46px;
}

.build-yours .step6 .slider .handle .my-handle {
  position: absolute;
  font-weight: bold;
  color: #FFFFFF;
  top: -40px;
  left: -25px;
}

.build-yours .step6 .slider .handle .my-handle .ic-left {
  position: absolute;
  left: -25px;
}

.build-yours .step6 .slider .handle .my-handle .ic-right {
  position: absolute;
  right: -25px;
}

.build-yours .step6 .slider .bar {
  position: relative;
  background: #ffffff;
  height: 50px;
  padding: 45px 0;
}

.build-yours .step6 .slider .bar.bar-0 {
  background: transparent;
}

.build-yours .step6 .slider .bar.bar-1 {
  background: transparent;
  border-left: 4px solid #ff0000;
}

.build-yours .step6 .box-item {
  height: 65px;
  width: auto;
  border: solid 3px red;
}

.build-yours .step6 .interest .box-item {
  height: 65px;
  width: auto;
  border: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .15);
  padding-top: 15px;
}

.build-yours .step6 .interest .title {
  opacity: 0.5;
}

/*******END: Slider******/

/*END: Step6*/
/*END: Step 6*/

/*START: Step 7*/
/*END: Step 7*/

/*START: Summary*/
/*END: Summary*/

/*Start*/

/*START: Footer*/

.build-yours .step-footer {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 99;
}

.build-yours .step-footer.white .step {
  color: #ffffff;
}

.build-yours .step-footer.black .step {
  color: #030303;
}

.build-yours .step-footer .step {
  cursor: pointer;
  opacity: 0.5;
  font-family: 'Avenir-Next-Bold', sans-serif;
  font-size: 16px;
  padding-top: 10px;
}

.build-yours .step-footer .step.active {
  opacity: 1;
  font-size: 24px;
}

.build-yours .step-footer .step-item {
  width: 40px;
  height: 40px;
  border-left: solid 2px #ff0000;
  opacity: 1;
  font-weight: bolder;
}

.build-yours .step-footer .step.disable {
  opacity: 0.2;
  cursor: default !important;
}

.build-yours .step-footer .step.disable:hover {
  opacity: 0.2 !important;
}

.build-yours .step-footer .step:hover {
  opacity: 1;
}

/*END: Footer*/

.build-yours-basic-info-modal .img-logo img {
  height: 100px;
  width: auto;
}

.build-yours-basic-info-modal .img-car img {
  height: 150px;
  width: auto;
}

.build-yours-basic-info-modal .specification .panel-collapse {
  padding: 20px;
  background-color: #f5f5f5;
  font-size: 16px;
}

.build-yours-basic-info-modal .specification .panel-collapse .row {
  line-height: 30px;
}

.build-yours-basic-info-modal .feature .panel-collapse {
  padding: 20px;
  background-color: #f5f5f5;
  font-size: 16px;
}

.build-yours-basic-info-modal .feature .panel-collapse .row {
  line-height: 30px;
}

.build-yours-basic-info-modal .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5f5f5;
}

.build-yours-basic-info-modal .panel-group .panel {
  border: unset;
  margin-top: 0;
}

.build-yours-basic-info-modal .panel-group .panel-heading {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
}

.build-yours-basic-info-modal .panel-group .panel-heading .panel-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

/**/
.build-yours-overview-modal-content,
.build-yours-overview-modal-content div {
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
  max-width: 1920px !important;
}

.build-yours-overview-modal-content .content {
  background: black !important;
  display: block;
  overflow: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #ffffff;
  min-width: 700px;
}

.build-yours-overview-modal-content .content .ic-close {
  cursor: pointer;
  opacity: 1;
  width: 30px;
  height: auto;
  position: absolute;
  right: 15px;
  top: 15px;
}

.build-yours-overview-modal-content .content .ic-close:hover {
  opacity: 0.5;
}

.build-yours-overview-modal-content .content .detail {
  text-align: left;
}

.build-yours-overview-modal-content .information-content .box-body.bottom {
  position: absolute;
  bottom: 0;
}

.build-yours-overview-modal-content .content .detail .img-top {
  width: 100%;
  height: auto;
  margin-top: 15px;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.build-yours-overview-modal-content .content .detail .white-box {
  background: #ffffff !important;
  color: #030303;
  padding: 55px 15px 15px 15px;
  z-index: 0;
  margin-top: -40px;
  position: relative;
}

.build-yours-overview-modal-content .content .detail .white-box .msrp-box {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.build-yours-overview-modal-content .content .detail .item-col {
  display: table;
  height: 100%;
  width: 100%;
}

.build-yours-overview-modal-content .content .detail .item-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.build-yours-overview-modal-content .step-number {
  cursor: pointer;
  opacity: 0.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.build-yours-overview-modal-content .step-number.active,
.build-yours-overview-modal-content .step-number:hover {
  opacity: 1;
  font-family: 'Avenir-Next-Bold', sans-serif;
}

.build-yours-overview-modal-content .step-title {
  text-transform: uppercase;
  opacity: 1;
  display: table;
  width: 100%;
}

.build-yours-overview-modal-content .step-title .cus-row {
  display: table-row;
  width: 100%;
}

.build-yours-overview-modal-content .step-title .cus-cell {
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  text-align: left;
}

.build-yours-overview-modal-content .step-title .cus-cell.right {
  text-align: right;
}

.build-yours-overview-modal-content .step-content .label {
  opacity: 0.5 !important;
}

.build-yours-overview-modal-content .step-content {
  text-transform: uppercase;
  opacity: 0.8;
  display: table;
  width: 100%;
  font-size: 12px !important;
}

.build-yours-overview-modal-content .step-content .cus-row {
  display: table-row;
  width: 100%;
}

.build-yours-overview-modal-content .step-content .cus-cell {
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  text-align: left;
}

.build-yours-overview-modal-content .step-content .cus-cell.right {
  text-align: right;
}

.build-yours-overview-modal-content .step-content .cus-cell .img-logo {
  height: 10px;
  width: auto;
}

.build-yours-overview-modal-content .box .accessories-over {
  height: 200px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.build-yours-overview-modal-content .box .accessories-over:hover {
  height: 200px;
  overflow-y: auto;
}

div.border-right-item {
  height: 93px;
  margin-top: 25px;
  border-right: 0.5px solid rgba(119, 119, 119, 1);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

div.border-left-item {
  margin-top: 20px;
}

/**********************/
div.toolTipClass {
  z-index: 9999;
}

/*--BACK-TO--*/
.build-yours .back-to {
  z-index: 9999;
  opacity: 0.5;
  font-weight: bold;
}

.build-yours .back-to:hover {
  cursor: pointer;
  opacity: 1;
}

.build-yours .back-to:hover i {
  color: #D0021B;
}

/*--NEW--*/
.build-yours-overview-modal-content .information-content .box {
  background-color: white;
  border: solid 2px white;
  border-radius: 5px;
  vertical-align: bottom;
}

.build-yours-overview-modal-content .information-content .box.box-1 {
  position: relative;
  height: 200px;
  min-height: 150px;
}

.build-yours-overview-modal-content .information-content .box.box-2 {
  position: relative;
  height: 300px;
  min-height: 250px;
}

.build-yours-overview-modal-content .information-content .box.box-3 {
  position: relative;
  height: 450px;
  min-height: 400px;
}

.build-yours-overview-modal-content .information-content .box .box-header {
  background-color: white;
  color: black;
  border-bottom: unset;
  text-align: center;
  font-weight: bold;
}

.build-yours-overview-modal-content .information-content .box .box-body {
  background-color: #FFFFFF;
  color: #D0021B;
  width: 100%;
}

.build-yours .box-item-car {
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

.build-yours .box-item-car .img-car {
  padding: 30px 0;
}

.wrap-img:hover .box-item-car:not(:hover) {
  opacity: 0.3;
  transition: opacity .9s, transform 3s cubic-bezier(.25, .46, .45, .94);
}

/*----*/
/*
 *  STYLE 3
 */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #000000;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.build-yours-basic-info-modal .trim-data-wrapper {
  font-size: 2.5rem;
  position: relative;
  text-align: center;
}

.build-yours-basic-info-modal .trim-data-wrapper .trim-data {
  display: inline-block;
  height: 40px;
  text-align: center;
  vertical-align: top;
}

.build-yours-basic-info-modal .trim-data-wrapper .label {
  font-size: 1.3rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: 2px;
}

.build-yours-basic-info-modal .trim-data-wrapper .divider {
  background-color: #ccc;
  bottom: 0;
  display: inline-block;
  height: 50px;
  margin: 0 30px;
  position: relative;
  transform: rotate(16deg);
  width: 1px;
}

.table-content .col-md-12 .item {
  font-size: 32px;
  background-color: #ccc;
  color: #4A4A4A;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-content .col-md-6 .item {
  background-color: #ccc;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-content .col-md-3 .item {
  background-color: #ccc;
  border-radius: 5px;
  padding-top: 55px;
  padding-bottom: 5px;
  margin: 15px 0;
  height: 100px;
}

.table-content .col-md-3 .item-header {
  background-color: #ccc;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px 0;
  height: 50px;
}

.build-yours .col-md-4 .item-img {
  width: 100%;
  height: 200px;
  background-color: #ddd;
}

.build-yours .col-md-4 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-modal-content,
.promo-modal-content div {
  /*text-align: center;*/
  background: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
}

.promo-modal-content .content {
  background: rgba(0, 0, 0, 0.75) !important;
  color: #ffffff;
  display: block;
  overflow: auto;
  margin: 0 auto;
  /*text-align: center;*/
  /*padding: 30px 45px 0 45px;*/
  width: 450px;
  /*border: 2px solid #ffffff;*/
  position: relative;
  border-radius: 5px;
}

.promo-modal-content .content .main {
  padding: 0 30px 30px 30px;
}

.promo-modal-content .ic-close {
  font-size: 24px !important;
  opacity: 0.9;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  /*color: #303030 !important;*/
}

.promo-modal-content .ic-close:hover {
  opacity: 1;
}

.promo-modal-content .primary-txt {
  border: 1px solid #ffffff !important;
  text-align: center;
}

.promo-modal-content .btn-close {
  width: 100%;
  background-color: transparent;
  padding: 0;
  text-decoration: underline !important;
  color: #ffffff;
  letter-spacing: 0.2em;
}

.promo-modal-content .btn-submit {
  background-color: #EA9E36;
  padding: 10px;
  /*border: 1px solid #ffffff;*/
  color: #ffffff;
  letter-spacing: 0.2em;
}

.tertiary-txt {
  background-color: #4c4c4c;
  color: #ffffff;
  height: 50px;
}

/*---------------------------------*/
/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 30px;
  bottom: 25px;
}
.timeline.timeline-sm:after {
  left: 12px;
}
.timeline li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 5px;
}
.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}
.timeline.timeline-icons li {
  padding-top: 7px;
}
.timeline.timeline-icons li:after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e3e3e3;
  left: 14px;
  top: 0;
  z-index: 11;
}
.timeline.timeline-icons li .timeline-icon {
  position: absolute;
  left: 23.5px;
  top: 7px;
  z-index: 12;
}
.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
  top: -1px !important;
}
.timeline.timeline-icons.timeline-sm li {
  padding-left: 40px;
  margin-bottom: 10px;
}
.timeline.timeline-icons.timeline-sm li:after {
  left: -5px;
}
.timeline.timeline-icons.timeline-sm li .timeline-icon {
  left: 4.5px;
}
.timeline.timeline-advanced li {
  padding-top: 0;
}
.timeline.timeline-advanced li:after {
  background: #fff;
  border: 1px solid #29b6d8;
}
.timeline.timeline-advanced li:before {
  content: "";
  width: 52px;
  height: 52px;
  border: 10px solid #fff;
  position: absolute;
  left: 4px;
  top: -10px;
  border-radius: 50%;
  z-index: 12;
}
.timeline.timeline-advanced li .timeline-icon {
  color: #29b6d8;
}
.timeline.timeline-advanced li .timeline-date {
  width: 75px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: right;
}
.timeline.timeline-advanced li .timeline-title {
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: bold;
}
.timeline.timeline-advanced li .timeline-subtitle {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
}
.timeline.timeline-advanced li .timeline-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 70px;
}
.timeline.timeline-advanced li .timeline-content p {
  margin-bottom: 3px;
}
.timeline.timeline-advanced li .timeline-content .divider-dashed {
  padding-top: 0px;
  margin-bottom: 7px;
  width: 200px;
}
.timeline.timeline-advanced li .timeline-user {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
  content: " ";
  display: table;
}
.timeline.timeline-advanced li .timeline-user:after {
  clear: both;
}
.timeline.timeline-advanced li .timeline-user .timeline-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.timeline.timeline-advanced li .timeline-user .timeline-user-name {
  font-weight: bold;
  margin-bottom: 0;
}
.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
  color: #a6a6a6;
  margin-top: -4px;
  margin-bottom: 0;
}
.timeline.timeline-advanced li .timeline-link {
  margin-left: 5px;
  display: inline-block;
}
.timeline-load-more-btn {
  margin-left: 70px;
}
.timeline-load-more-btn i {
  margin-right: 5px;
}


/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu{
  padding:0 0 0 0;
}
a.dropdown-menu-header {
  background: #f7f9fe;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}
.dropdown-menu > li a {
  padding: 10px 20px;
}

/* -----------------------------------------
   Badge
----------------------------------------- */

.bell {
  position: absolute !important;
  z-index: 99;
  right: 0;
}

.bell .notify {
  -webkit-animation: ring 1.5s ease;
  animation: ring 1.5s ease;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(35deg);
  }
  12.5% {
    -webkit-transform: rotate(-30deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
  }
  37.5% {
    -webkit-transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
  }
  62.5% {
    -webkit-transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  12.5% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  37.5% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.badge{
  padding: 3px 5px 2px;
  position: absolute;
  top: 8px;
  right: 5px;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}
.badge-danger {
  background-color: #db5565;
}
