[data-carousel-3d] {
  max-width: 850px;
  margin: auto;
}
[data-carousel-3d] img {
  max-width: 100%;
  height: auto;
}
[data-carousel-3d] [data-prev-button] {
  cursor: pointer;
  height: 25px;
  left: 0px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  -webkit-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  width: 26px;
}
[data-carousel-3d] [data-prev-button]:before {
    height: 25px;
    width: 16px;
    left: 0;
    top: 0;
    position: absolute;
    color: #2d3e50;
    content: "\2039";
    font: bold 55px sans-serif !important;
    transition: all 0.3s ease 0s
}
[data-carousel-3d] [data-prev-button]:hover:before, [data-carousel-3d] [data-next-button]:hover:before {
    color: #7a9757
}
/* line 10, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] [data-next-button] {
  cursor: pointer;
  height: 25px;
  margin-top: -13px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  width: 22px;
}
[data-carousel-3d] [data-next-button]:before {
    height: 25px;
    width: 16px;
    right: 0;
    top: 0;
    position: absolute;    
    color: #2d3e50;
    content: "\203A";
    font: bold 55px sans-serif !important;
}
.screenshots-blue [data-carousel-3d] [data-prev-button]:hover:before, .screenshots-blue [data-carousel-3d] [data-next-button]:hover:before {
    color: #05C2F9
}
.screenshots-yellow [data-carousel-3d] [data-prev-button]:hover:before, .screenshots-yellow [data-carousel-3d] [data-next-button]:hover:before {
    color: #FDC007
}
/* line 22, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] {
  position: relative;
}
/* line 26, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] {
  perspective: 3000px;
  -ms-perspective: 3000px;
  -moz-perspective: 3000px;
  -webkit-perspective: 3000px;
}
/* line 32, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] {
  transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}
/* line 43, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
/* line 50, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
/* line 59, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] > [data-child-frame] > [data-content-wrapper] {
  box-sizing: border-box;
  transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
}
/* line 75, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d]:before {
  padding-top: 40%;
  display: block;
  content: '';
}
/* line 82, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] [data-children-wrapper] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20%;
  left: 20%;
}














.overlay{
  position: fixed;
  background:rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.overlay.hidden {
  display: none;
}
.overlay:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.overlay .content {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 400px;
}
.overlay button {
  margin: auto;
}


#stock_no{
 	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-family: inherit;
    padding: 0.9em 1em;
    color: #02233a;
    border: 0;
    background: #f2f6f9;
	    font-size: 16px;
    line-height: 1.15;
    margin: 0;
	border-radius: 2px;
	width: 11em;
}



/* ## start */

.vehicle-make-info {
    background: #eee;
    padding: 2em;
    text-align: center;
    margin-top: 2em;
}
.vehicle-form-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35,31,32,0.7);
  white-space: nowrap;
  text-align: center;
  overflow: auto;
  display: none;
}
.vehicle-form-overlay.active {
  display: block;
}
.vehicle-form-overlay:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.vehicle-form-overlay .dialog {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: #fff;
  text-align: left;
  width: 530px;
  max-width: 100%;
}
.vehicle-form-overlay .dialog .body {
  padding: 1em 3em;
}
.vehicle-form-overlay h2 {
  color: #000;
  font-size: 1.7em;
  text-align: center;
}
.vehicle-form-overlay p {
  margin: 0;
}
.vehicle-form-overlay label {
  display: block;
  font-size: 0.8em;
}
.vehicle-form-overlay input,
.vehicle-form-overlay textarea {
  font-weight: normal;
  background: #e6e7e8;
  width: 100%;
  background: #fff;
  padding: 0.2em;
}
.vehicle-form-overlay textarea {
  height: 4em;
}
.vehicle-form-overlay input[type="submit"] {
  background: #f77a1e;
  height: 2em;
  display: block;
  width: 100%;
}
.vehicle-form-overlay .dialog-close {
  background: none;
  border-radius: 0;
  text-transform: none;
  color: #225080;
  font-size: 1em;
  border: 0;
  box-shadow: none;
  text-align: center;
  width: 100%;
}


.walk-page {
  margin: 20px 0 !important;
}

.walk-steps {
  list-style: none;
  margin: 0;
  padding: 2em 1.5em;
}
.walk-steps > li {
  margin-bottom: 5em;
}
.walk-steps h1,
.walk-steps h2 {
  color: #26003c;
  text-align: center;
  margin: 0 0 1em;
  font-size: 44px;
}
.walk-options {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.walk-options.short {
  max-width: 600px;
}
.walk-options > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 1em;
  margin-bottom: 1em;
  text-align: center;
}
.walk-options img  {
  display: block;
  margin: 1em auto;
}
.walk-options-double > .walk-vehicle-option {
  width: 50%;
}
.walk-options-double > .walk-vehicle-option:first-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.walk-options-double > .walk-vehicle-option:last-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.walk-vehicle-button {
  color: #fff;
  width: 200px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.walk-vehicle-option > span,
.walk-vehicle-field.walk-vehicle-field > input,
.walk-vehicle-field.walk-vehicle-field > select {
  display: inline-block;
  border: 2px solid #850489;
  background: #fff;
  border-radius: 0.7em;
  padding: 20px;
  width: 300px;
  height: auto;
  line-height: 1;
  max-width: 100%;
  font-size: 1.4em;
  opacity: 1;
  visibility: visible;
}
.walk-vehicle-option > span {
  cursor: pointer;
}
.walk-vehicle-field {
  position: relative;
}
.walk-vehicle-field.has-addon > input {
  padding-right: 5em;
}
.walk-vehicle-field.has-addon > span {
  position: absolute;
  right: 0;
  top: -25px;
  bottom: 0;
  padding: 1.5em;
}
.walk-vehicle-option:hover > span,
.walk-vehicle-option > input:checked + span,
.walk-vehicle-option .checked + span {
  border-bottom-width: 10px;
  padding-bottom: 14px;
}
.walk-vehicle-button input,
.walk-vehicle-option input {
  position: absolute;
  opacity: 0;
}
.walk-next-step {
  text-align: center;
  margin: 1em 0;
}
.walk-next-step .error-holder {
  color: red;
  font-weight: bold;
  text-align: center;
}
.walk-next-step button {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1;
  width: 250px;
  max-width: 100%;
  padding: 0.5em;
  margin: 1em auto;
}
.walk-next-step button[disabled] {
  background: #ccc;
}
.walk-more-info {
  text-align: center;
  margin-top: 2em;
}
.walk-more-info p {
  color: #850489;
  display: inline-block;
  padding-left: 2em;
  background: url(../images/walk-info.png) no-repeat 0 50%;
  background-size: 25px;
}
.walk-anim-in {
  animation: walk-anim-in 0.5s;
}
.walk-anim-out {
  animation: walk-anim-out 0.5s;
}
@keyframes walk-anim-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes walk-anim-out {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/* Text section */
.home-thanks-section {
  padding: 2em;
}
.home-thanks-section h2 {
  font-size: 3em;
  font-weight: 700;
  color: inherit;
}
.home-thanks-section h2 small {
  display: block;
  font-size: 0.4em;
  font-weight: 300;
}
.home-thanks-section h2 span {
  color: #F78F1E;
}
.home-thanks-section .columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  font-size: 0.9em;
}
.home-thanks-section .columns p {
  margin-top: 0;
}
.home-thanks-section .columns strong.alt {
  color: #F74B1E;
}
.home-thanks-section .columns em {
  font-style: normal;
  font-weight: 700;
  color: #15B059;
}
.home-thanks-section .columns a {
  color: #18779B;
}
.home-thanks-section .columns ul {
  list-style: none;
  padding: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.home-thanks-section .lead {
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
}
.home-thanks-section .button {
  background-color: #18779B;
  padding: 0.4em 0.8em;
  margin-left: 0.5em;
}

@media (max-width: 767px) {
.walk-options.short > li {
    display: block;
    width: auto;
}
}

div.radio{
    opacity: 0;
}
.walk-more-info b {
    font-size: 10px;
    line-height: 7px;
    font-weight: 500;
}

// Added Jan 2020 - Scott T
.walk-step-vehicle-row {
  display: flex;
  flex-flow: row-wrap;
  justify-content: center;
  align-items: flex-start;
}

.walk-step-vehicle-row input[type="checkbox"] {
  height: 16px;
  width: 16px;
}

.walk-step-vehicle-row .vechicle {
  display: block;
  max-width: 220px;
}

.walkthrough-verification-code {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 350px;
  display: flex
;
  flex-wrap: wrap;
  justify-content: center;
}

.walkthrough-verification-code input[type="number"] {
  width:100%!important;
  font-size:32px!important;
  padding:20px!important;
  height:auto!important;
  text-align:center;
}

.walkthrough-verification-code input[type="number"][readonly="readonly"] + ul {
  display:none;
}

.walkthrough-verification-code ul {
  display:inline-block;
  width:100%;
  margin:0;
  padding:0;
  list-style-type:none;
}

.walkthrough-verification-code ul li {
  display:inline-block;
  width:50%;
  text-align:center;
}

.walkthrough-verification-code ul li input {
  color:#143268;
  text-decoration:underline;
  background:none;
  border:none;
  outline:none;
}

.walkthrough-verification-code ul li span {
  color:#ccc;
}

.walkthrough-verification-code ul li input[disabled] {
  color:#ccc;
}

.walkthrough-step {
  padding: 0;
  overflow: hidden;
  text-align:center;
}

button.js-verify-phone:before, button.js-verify-code:before {
  content:'Continue';
}

button.loading.js-verify-phone:before, button.loading.js-verify-code:before {
  display:block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f110";
}

.walkthrough-verification-code input::-webkit-outer-spin-button,
.walkthrough-verification-code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.walkthrough-verification-code input[type=number] {
  -moz-appearance: textfield;
}

	 .entry-header.small_title_box, .stm_breadcrumbs_unit.heading-font{
    	display:none;
	}
 	@media (max-width: 767px){
		.walk-more-info p {
   		padding-top: 2em;
		padding-left: 1em;
    	background: url(../images/walk-info.png) no-repeat 50% 0;
		background-size:25px;
		}
		.header-main {display:none;}
		.header-main .header-top-info {
    	display:none;
		}
		} 
	
	  .overlay{
                position: fixed;
                background:rgba(0,0,0,0.5);
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                text-align: center;
            }
            .overlay.hidden {
                display: none;
            }
            .overlay:before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                height: 100%;
            }
            .overlay .content {
                display: inline-block;
                vertical-align: middle;
                background: #fff;
                border-radius: 10px;
                padding: 20px;
                width: 100%;
                max-width: 400px;
            }
			div.radio{visibility: hidden;}
			.select2-container{
				border: 2px solid #e6c824;
    			width: 300px !important;
			}
			.select2-container--default .select2-selection--single{
			    height: 70px;
    			border: 0;
			}
			.select2-container--default .select2-selection--single .select2-selection__rendered{
				padding: 20px;
    			font-size: 1.4em;
			}
			.select2-container--default .select2-selection--single .select2-selection__arrow{
				height: 70px;
			}
			.select2-container--default .select2-selection--single .select2-selection__arrow b::before{
				opacity: 0;
			}
			.hidden{display:none !important}