.tpl-product-configurator-widget .tpl-widget-header {
margin: -50px -30px 0 -30px;
padding-left: 30px;
padding-right: 30px;
background: #eef1f3;
}

.tpl-layout-col .tpl-product-configurator-widget .tpl-widget-header-caption h1,
.tpl-layout-col .tpl-product-configurator-widget .tpl-widget-header-caption h2,
.tpl-layout-col .tpl-product-configurator-widget .tpl-widget-header-caption h3 {
padding: 35px 0;
color: #646161;
}

.tpl-product-configurator-widget .tpl-message {
margin: 20px 0 10px 0;
}

.tpl-product-configurator-widget .tpl-form-wrapper {
position: relative;
}

.tpl-product-configurator-widget .tpl-form-column.tpl-half-width {
float: left;
width: 50%;
}

.tpl-product-configurator-widget .tpl-image-column {
position: relative;
float: right;
width: 50%;
padding-left: 50px;
margin-top: 117px;
box-sizing: border-box;
overflow: hidden;
}

.tpl-product-configurator-widget .tpl-image-column .tpl-pinned-column.tpl-pinned {
position: absolute;
top: 0;
left: 50px;
right: 0;
-ms-transition-delay: 0s;
-ms-transition: .15s linear;
-ms-transition-property: top;
}

.tpl-product-configurator-widget .tpl-model-image-container img {
width: 100%;
height: auto;
opacity: 1;
transition: .15s ease-in-out;
-moz-transition: .15s ease-in-out;
-webkit-transition: .15s ease-in-out;
transition-property: opacity;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
-moz-transform: translateZ(0px);
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
}

.tpl-product-configurator-widget .tpl-model-image-container .tpl-no-model-image {
width: 100%;
height: 334px;
background: #ffffff;
opacity: 1;
transition: .15s ease-in-out;
-moz-transition: .15s ease-in-out;
-webkit-transition: .15s ease-in-out;
transition-property: opacity;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
}

.tpl-product-configurator-widget .tpl-model-image-container.tpl-positioned {
position: relative;
}

.tpl-product-configurator-widget .tpl-model-image-container.tpl-positioned img,
.tpl-product-configurator-widget .tpl-model-image-container.tpl-positioned .tpl-no-model-image {
position: absolute;
top: 0;
left: 0;
}

.tpl-product-configurator-widget .tpl-model-image-container .tpl-hidden {
opacity: 0;
}

.tpl-product-configurator-widget .tpl-steps-nav {
position: absolute;
right: 0;
top: -8px;
}

.tpl-product-configurator-widget .tpl-steps-nav ul {
padding: 0;
}

.tpl-product-configurator-widget .tpl-steps-nav ul li {
float: left;
margin-left: 20px;
padding-left: 25px;
list-style: none;
background: url(/product_configurator/themed/default/css/main_img/arrow_right.png) 0 center no-repeat;
line-height: 32px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

.tpl-product-configurator-widget .tpl-steps-nav ul li:first-child {
margin-left: 0;
padding-left: 0;
background: none;
}

.tpl-product-configurator-widget .tpl-steps-nav ul li a {
display: block;

color: #646161;
}

.tpl-product-configurator-widget .tpl-steps-nav ul li a:hover,
.tpl-product-configurator-widget .tpl-steps-nav ul li.tpl-active,
.tpl-product-configurator-widget .tpl-steps-nav ul li.tpl-active a {
color: #eb1c23;
}

.tpl-product-configurator-widget .tpl-steps-nav ul li .tpl-step-number {
display: inline-block;
line-height: 28px;
height: 28px;
width: 28px;
text-align: center;
border: 2px solid #646161;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-right: 12px;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background-color, border-color, opacity;
-moz-transition-property: color, background-color, border-color, opacity;
-webkit-transition-property: color, background-color, border-color, opacity;
}

.tpl-product-configurator-widget .tpl-steps-nav ul li a:hover .tpl-step-number,
.tpl-product-configurator-widget .tpl-steps-nav ul li.tpl-active .tpl-step-number {
border-color: #eb1c23;
}

.tpl-product-configurator-widget .tpl-step-title {
border-bottom: 2px solid #eef1f3;
margin: 0 -30px 15px -30px;
padding-left: 30px;
padding-right: 30px;
clear: left;
}

.tpl-product-configurator-widget .tpl-half-width .tpl-step-title {
margin-right: 10px;
}

.tpl-product-configurator-widget .tpl-step-title h4 {
padding: 35px 0;
color: #eb1c23;
font-size: 20px;
text-transform: uppercase;
}

.tpl-product-configurator-widget .tpl-configuration-form .tpl-step-title h4 {
padding-left: 10px;
}

.tpl-product-configurator-widget .tpl-trailer-type-list {
padding-top: 25px;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul {
padding: 0;
font-size: 0;
text-align: center;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul li {
display: inline-block;
font-size: 14px;
vertical-align: top;
width: 11.11%;
list-style: none;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul li a {
display: block;
padding: 20px 10px 50px 10px;
font-weight: bold;
color: #646161;
line-height: 18px;
position: relative;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul li a:hover,
.tpl-product-configurator-widget .tpl-trailer-type-list ul li.tpl-active a {
background: #eef1f3;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul li a img {
display: block;
height: auto;
margin: 0 auto;
max-width: 100%;
padding-bottom: 25px;
width: auto;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul li a .tpl-type-name {
padding-bottom: 25px;
display: block;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul li a .tpl-type-select {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
line-height: 50px;
background: #eb1c23;
color: #FFFFFF;
text-transform: uppercase;
opacity: 0;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background-color, border-color, opacity;
-moz-transition-property: color, background-color, border-color, opacity;
-webkit-transition-property: color, background-color, border-color, opacity;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul li a:hover .tpl-type-select,
.tpl-product-configurator-widget .tpl-trailer-type-list ul li.tpl-active a .tpl-type-select {
opacity: 1;
}

.tpl-product-configurator-widget .tpl-trailer-type-list ul li a .tpl-type-select span {
display: inline-block;
padding-right: 10px;
background: url(/product_configurator/themed/default/css/main_img/arrow_right_white.png) right center no-repeat;
}

.tpl-product-configurator-widget .tpl-trailer-model-list ul {
padding: 0;
}

.tpl-product-configurator-widget .tpl-trailer-model-list ul li {
list-style: none;
padding-top: 10px;
}

.tpl-product-configurator-widget .tpl-trailer-model-list ul li:first-child {
padding-top: 0;
}

.tpl-product-configurator-widget .tpl-trailer-model-list ul li a {
display: block;
padding: 20px 20px 20px 60px;
color: #646161;
background: url(/product_configurator/themed/default/css/main_img/arrow_right.png) 30px center no-repeat #eef1f3;
}

.tpl-product-configurator-widget .tpl-trailer-model-list ul li a:hover,
.tpl-product-configurator-widget .tpl-trailer-model-list ul li.tpl-active a {
color: #FFFFFF;
background: url(/product_configurator/themed/default/css/main_img/arrow_right_white.png) 30px center no-repeat #eb1c23;
}

.tpl-product-configurator-widget .tpl-trailer-model-list ul li a .tpl-model-name {
font-size: 18px;
font-weight: bold;
display: block;
line-height: 1.1;
}

.tpl-product-configurator-widget .tpl-trailer-model-list .tpl-model-features {
display: block;
font-size: 0;
}

.tpl-product-configurator-widget .tpl-trailer-model-list .tpl-feature {
display: inline-block;
white-space: nowrap;
font-size: 14px;
}

.tpl-product-configurator-widget .tpl-trailer-model-list .tpl-spacer {
padding: 0 12px;
display: inline-block;
}

.tpl-product-configurator-widget .tpl-trailer-model-list .tpl-feature .tpl-value {
color: #eb1c23;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background-color, border-color, opacity;
-moz-transition-property: color, background-color, border-color, opacity;
-webkit-transition-property: color, background-color, border-color, opacity;
}

.tpl-product-configurator-widget .tpl-trailer-model-list ul li a:hover .tpl-feature .tpl-value,
.tpl-product-configurator-widget .tpl-trailer-model-list ul li.tpl-active a .tpl-feature .tpl-value {
color: #FFFFFF;
}

.tpl-product-configurator-widget .tpl-product-top-info {
width: 100%;
display: table;
table-layout: fixed;
}

.tpl-product-configurator-widget .tpl-product-top-info .tpl-info-spacer {
width: 10px;
display: table-cell;
}

.tpl-product-configurator-widget .tpl-product-top-info .tpl-back-link {
display: table-cell;
vertical-align: middle;
width: 50%;
text-align: center;
background: #eb1c23;
color: #FFFFFF;
font-weight: bold;
text-transform: uppercase;
box-sizing: border-box;
}

.tpl-product-configurator-widget .tpl-product-top-info .tpl-back-link:hover {
background: #EF494F;
}

.tpl-product-configurator-widget .tpl-product-top-info .tpl-product-description {
display: table-cell;
vertical-align: middle;
width: 50%;
padding: 20px 30px;
background: #eef1f3;
box-sizing: border-box;
line-height: 1.1;
}

.tpl-product-configurator-widget .tpl-product-description .tpl-model-name {
font-size: 18px;
font-weight: bold;
display: block;
padding-bottom: 8px;
}

.tpl-product-configurator-widget .tpl-product-description .tpl-model-features {
margin: 0 -10px;
}

.tpl-product-configurator-widget .tpl-product-description .tpl-feature {
float: left;
width: 50%;
padding: 2px 10px;
box-sizing: border-box;
}

.tpl-product-configurator-widget .tpl-product-description .tpl-feature .tpl-value {
color: #eb1c23;
}

.tpl-product-configurator-widget .tpl-configuration-form {
margin: 0 -10px
}

.tpl-product-configurator-widget .tpl-form-section {
float: left;
width: 50%;
padding: 0 10px 35px 10px;
box-sizing: border-box;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-form-section-container {
}

.tpl-product-configurator-widget .tpl-form-section.tpl-full-width {
width: 100%;
clear: both;
}

.tpl-product-configurator-widget .tpl-form-section-title {
position: relative;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}

.tpl-product-configurator-widget .tpl-form-section-title span {
display: inline-block;
padding-right: 30px;
background: #FFFFFF;
position: relative;
z-index: 1;
}

.tpl-product-configurator-widget .tpl-form-section-title:after {
position: absolute;
left: 0;
right: 0;
top: 50%;
margin-top: -1px;
border-top: 2px solid #eef1f3;
content: '';
}

.tpl-product-configurator-widget .tpl-form-section .tpl-form-section:last-child {
padding-bottom: 0;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-form-section .tpl-form-section-title {
margin-bottom: 10px;
font-size: 15px;
font-weight: normal;
}

.tpl-product-configurator-widget .tpl-item-tip {
cursor: help;
font-weight: bold;
text-decoration: none;
}

.tpl-product-configurator-widget .tpl-tip-trigger {
cursor: help;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-form-row {
margin: 0 -10px
}

.tpl-product-configurator-widget .tpl-form-section .tpl-form-input,
.tpl-product-configurator-widget .tpl-form-section .tpl-form-textarea,
.tpl-product-configurator-widget .tpl-form-section .tpl-form-select {
float: none;
width: auto;
padding: 0 10px 10px 10px;
box-sizing: border-box;
}

.tpl-product-configurator-widget .tpl-form-section.tpl-full-width .tpl-input-col {
float: left;
width: 50%;
}

.tpl-product-configurator-widget .tpl-form-section.tpl-full-width .tpl-input-col.tpl-single-col,
.tpl-product-configurator-widget .tpl-form-section .tpl-form-section .tpl-input-col {
float: none;
width: auto;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-checkbox-label,
.tpl-product-configurator-widget .tpl-form-section .tpl-radio-label {
padding: 2px 0 0 0;
line-height: 1.3;
min-height: 22px;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-checkbox-label span,
.tpl-product-configurator-widget .tpl-form-section .tpl-radio-label span {
float: left;
margin-right: 15px;
width: 22px;
height: 22px;
background: #eef1f3;
border: 1px solid #dcdcdc;
margin-top: -3px;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-radio-label span {
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-checkbox-label input,
.tpl-product-configurator-widget .tpl-form-section .tpl-radio-label input {
display: none;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-checkbox-label input:checked + span {
background: url(/product_configurator/themed/default/css/main_img/check.png) center -1px no-repeat #eef1f3;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-radio-label input:checked + span {
background: url(/product_configurator/themed/default/css/main_img/check.png) center -25px no-repeat #eef1f3;
}

.tpl-product-configurator-widget .tpl-form-section select {
width: 100%;
box-sizing: border-box;
height: 42px;
background: url(/product_configurator/themed/default/css/main_img/select_arrow.png) right center no-repeat #eef1f3;
border: 1px solid #dcdcdc;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 0 46px 0 16px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
margin: 0;
}

.tpl-product-configurator-widget .tpl-form-section select::-ms-expand {
display: none;
}

.tpl-product-configurator-widget .tpl-form-section input[type=text] {
border: 1px solid #dcdcdc;
height: 42px;
padding: 0 20px;
width: 100%;
box-sizing: border-box;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
background: #eef1f3;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-labeled input[type=text] {
width: 50%;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-suffix {
margin-left: 10px;
}

.tpl-product-configurator-widget .tpl-form-section textarea {
width: 100%;
background: #eef1f3;
border: 1px solid #dcdcdc;
box-sizing: border-box;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
resize: none;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-form-tip {
padding: 6px 0 15px 0;
width: auto;
}

.tpl-product-configurator-widget .tpl-form-section .tpl-invalid input[type=text],
.tpl-product-configurator-widget .tpl-form-section .tpl-invalid input[type=password],
.tpl-product-configurator-widget .tpl-form-section .tpl-invalid textarea,
.tpl-product-configurator-widget .tpl-form-section .tpl-invalid select {
border: 1px solid #ff2b2b;
}

.tpl-product-configurator-widget .tpl-contact-section {
padding-top: 10px;
padding-bottom: 25px;
}

.tpl-product-configurator-widget .tpl-submit-section {
padding-bottom: 0;
}

.tpl-product-configurator-widget .tpl-submit-section button {
width: 100%;
background: #eb1c23;
}

.tpl-product-configurator-widget .tpl-submit-section button span {
display: inline-block;
padding-right: 45px;
line-height: 42px;
background: url(/product_configurator/themed/default/css/main_img/configurator_submit.png) right center no-repeat;
}

.tpl-product-configurator-widget .tpl-form-section-items {
margin: 0 -10px;
}

@media screen and (max-width: 1400px) {
	.tpl-product-configurator-widget .tpl-widget-header,
	.tpl-product-configurator-widget .tpl-step-title {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
	.tpl-product-configurator-widget .tpl-trailer-type-list ul li {
	width: 20%;
	}
	
	.tpl-product-configurator-widget .tpl-product-description .tpl-feature {
	width: 100%;
	}
	
	.tpl-product-configurator-widget .tpl-product-description .tpl-feature span {
	float: left;
	width: 50%;
	}
}