/* line 3, ../scss/style.scss */
#order-form {
  margin: 3.3333% 0;
}
/* line 5, ../scss/style.scss */
#order-form .col2-set, #order-form .col3-set, #order-form .col4-set {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 11, ../scss/style.scss */
.order-form-box {
  background-image: -moz-linear-gradient(70deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.07) 70%);
  background-image: -webkit-linear-gradient(70deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.07) 70%);
  background-image: linear-gradient(20deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.07) 70%);
  padding: 3.3333% 0 0;
  position: relative;
}

/* line 17, ../scss/style.scss */
.order-form-box, .order-form-color-group {
  outline: 1px solid transparent;
  -moz-transition: outline-color 0.5s;
  -o-transition: outline-color 0.5s;
  -webkit-transition: outline-color 0.5s;
  transition: outline-color 0.5s;
}
/* line 20, ../scss/style.scss */
.order-form-box.has-error, .order-form-color-group.has-error {
  outline: 1px solid #F58220;
}

/* line 27, ../scss/style.scss */
.order-form-box > .form-error {
  left: auto;
  bottom: auto;
  top: 0;
  margin-top: 3.3333%;
  right: 40px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
}

/* line 38, ../scss/style.scss */
#order-form .form-error {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: auto;
  float: none;
}
/* line 43, ../scss/style.scss */
#order-form .form-error.visible {
  opacity: 1;
}

/* line 48, ../scss/style.scss */
.order-form-box-header {
  font-size: 24px;
  margin: 0 0 30px;
  padding-right: 160px;
}

/* line 54, ../scss/style.scss */
.order-form-item {
  text-align: center;
  position: relative;
  -moz-transition: opacity 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, height 0.3s;
  -webkit-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}
/* line 58, ../scss/style.scss */
.order-form-item input {
  display: none;
}
/* line 61, ../scss/style.scss */
.order-form-item label {
  display: block;
  font-size: 16px;
  margin: 15px 0;
}
/* line 66, ../scss/style.scss */
.order-form-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 75, ../scss/style.scss */
.order-form-item.disabled {
  opacity: 0.3;
}
/* line 77, ../scss/style.scss */
.order-form-item.disabled:after {
  display: block;
}

/* line 83, ../scss/style.scss */
.order-form-item-thumbnail {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  display: block;
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
}
/* line 93, ../scss/style.scss */
.order-form-item-thumbnail img {
  max-width: 100%;
}
/* line 96, ../scss/style.scss */
.order-form-item-thumbnail:before, .order-form-item-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 104, ../scss/style.scss */
.order-form-item-thumbnail:before {
  background-image: -moz-linear-gradient(65deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -webkit-linear-gradient(65deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(25deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
/* line 107, ../scss/style.scss */
.order-form-item-thumbnail:after {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: -moz-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
  background-image: -webkit-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
  background-image: linear-gradient(335deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
}
/* line 113, ../scss/style.scss */
.order-form-item-thumbnail:hover:after {
  opacity: 1;
}

/* line 121, ../scss/style.scss */
.order-form-item.active .order-form-item-thumbnail:after {
  opacity: 1;
}

.zoomie:hover{
  position: relative;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: -moz-linear-gradient(115deg, rgba(218, 100, 0, 0) 0%, rgba(249, 157, 46, 0) 0%, rgba(255, 195, 56, 0) 0%);
  background-image: -webkit-linear-gradient(115deg, rgba(218, 100, 0, 0) 0%, rgba(249, 157, 46, 0) 0%, rgba(255, 195, 56, 0) 0%);
  background-image: linear-gradient(335deg, rgba(218, 100, 0, 0) 0%, rgba(249, 157, 46, 0) 0%, rgba(255, 195, 56, 0.0) 0%);
}

.zoomie:hover:after{
  opacity: 0 !important;
}

/* line 83, ../scss/style.scss */
.order-form-item-thumbnail {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  display: block;
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
}
/* line 93, ../scss/style.scss */
.order-form-item-thumbnail img {
  max-width: 100%;
}
/* line 96, ../scss/style.scss */
.order-form-item-thumbnail:before, .order-form-item-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 104, ../scss/style.scss */
.order-form-item-thumbnail:before {
  background-image: -moz-linear-gradient(65deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -webkit-linear-gradient(65deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(25deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
/* line 107, ../scss/style.scss */
.order-form-item-thumbnail:after {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: -moz-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
  background-image: -webkit-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
  background-image: linear-gradient(335deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
}
/* line 113, ../scss/style.scss */
.order-form-item-thumbnail:hover:after {
  opacity: 1;
}

/* line 125, ../scss/style.scss */
.order-form-item.active .more {
  background-color: #F58220;
  color: #FFFFFF;
}
/* line 128, ../scss/style.scss */
.order-form-item.active .more:after {
  color: #000000;
}

/* line 134, ../scss/style.scss */
.order-form-box-size .form-item {
  max-width: 250px;
}
/* line 136, ../scss/style.scss */
.order-form-box-size .form-item label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 143, ../scss/style.scss */
.order-form-info-box {
  margin-top: -6px;
  color: #999;
}
/* line 146, ../scss/style.scss */
.order-form-info-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  padding-left: 40px;
  background: url(../images/icon_info.png) no-repeat 0 0;
  min-height: 26px;
  line-height: 26px;
}
/* line 156, ../scss/style.scss */
.order-form-info-box h3, .order-form-info-box p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 162, ../scss/style.scss */
.order-form-size-preview {
  height: 200px;
  padding: 20px 60px 80px 10px;
  position: relative;
}
/* line 166, ../scss/style.scss */
.order-form-size-preview .sizer {
  height: 100%;
  width: 200px;
  position: relative;
  border: 3px dashed #f58220;
  margin: 0 auto;
  -moz-transition: height 0.3s, width 0.3s, margin-top 0.3s;
  -o-transition: height 0.3s, width 0.3s, margin-top 0.3s;
  -webkit-transition: height 0.3s, width 0.3s, margin-top 0.3s;
  transition: height 0.3s, width 0.3s, margin-top 0.3s;
}
/* line 173, ../scss/style.scss */
.order-form-size-preview .sizer .length-label, .order-form-size-preview .sizer .width-label {
  position: absolute;
  border: 2px solid #f58220;
  width: 80px;
  text-align: center;
  font-size: 16px;
  color: #494949;
  background-color: #FFF;
}
/* line 183, ../scss/style.scss */
.order-form-size-preview .sizer .length-label {
  right: -54px;
  top: 50%;
  margin-top: -17px;
}
/* line 188, ../scss/style.scss */
.order-form-size-preview .sizer .width-label {
  left: 50%;
  margin-left: -42px;
  top: -17px;
}
/* line 194, ../scss/style.scss */
.order-form-size-preview .entry-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 45px;
  padding-right: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/icon_entry.png) no-repeat 50% -45px;
  background-origin: content-box;
}

/* line 208, ../scss/style.scss */
.order-form-color-group {
  position: relative;
  margin-bottom: 5px;
}
/* line 211, ../scss/style.scss */
.order-form-color-group > .form-error {
  left: 40px;
  padding: 2px 5px !important;
  bottom: 10px;
  margin: 0 !important;
}
/* line 217, ../scss/style.scss */
.order-form-color-group > *:nth-child(n) {
  margin-bottom: 0 !important;
  padding: 20px 0;
}
/* line 221, ../scss/style.scss */
.order-form-color-group > *:nth-child(2n+1) {
  padding-bottom: 40px;
}
/* line 224, ../scss/style.scss */
.order-form-color-group ul {
  margin: -2.6104% 0 0 !important;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
/* line 230, ../scss/style.scss */
.order-form-color-group li:before {
  display: none;
}
/* line 233, ../scss/style.scss */
.order-form-color-group .order-form-item {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 2.6104% 2.6104% 0 0;
}
/* line 238, ../scss/style.scss */
.order-form-color-group .order-form-item:nth-child(7n) {
  padding-right: 0;
}
/* line 241, ../scss/style.scss */
.order-form-color-group .order-form-item button {
  border: none;
  padding: 0;
  background: none;
}

/* line 248, ../scss/style.scss */
.color-group-description {
  font-size: 16px;
}
/* line 250, ../scss/style.scss */
.color-group-description p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 257, ../scss/style.scss */
.order-form-box-surface-configuration .form-item {
  margin: 0 40px;
  padding-bottom: 40px;
  max-width: 830px;
}
/* line 262, ../scss/style.scss */
.order-form-box-surface-configuration textarea {
  height: 150px;
}

/* line 268, ../scss/style.scss */
.order-form-box-surface-types .col3-set {
  margin-bottom: 40px;
}

/* line 273, ../scss/style.scss */
.order-form-box-contact-data .form-actions {
  margin: 0 40px;
}

/* line 277, ../scss/style.scss */
.order-form-box-contact-data .form-wrap {
  margin: 0;
}

/* line 281, ../scss/style.scss */
.order-form-box-contact-data .textarea textarea {
  height: 209px;
}

/* line 285, ../scss/style.scss */
.order-form-box-contact-data {
  padding-bottom: 3.3333%;
}

/* line 289, ../scss/style.scss */
.order-form-preview-box {
  max-width: 650px;
  margin: 3.3333% auto;
}
/* line 292, ../scss/style.scss */
.order-form-preview-box .inner {
  height: 300px;
  margin: 0 10px;
  overflow: hidden;
}
/* line 296, ../scss/style.scss */
.order-form-preview-box .inner > div {
  background-repeat: repeat-x;
  background-position: 50% 0;
}
/* line 301, ../scss/style.scss */
.order-form-preview-box .profile-30 {
  height: 30px;
}
/* line 304, ../scss/style.scss */
.order-form-preview-box .profile-50 {
  height: 50px;
}
/* line 307, ../scss/style.scss */
.order-form-preview-box .entry-label {
  text-align: center;
  padding-top: 60px;
  display: block;
  background: url(../images/icon_entry.png) no-repeat 50% 15px;
}

/* line 315, ../scss/style.scss */
select.not-selected {
  color: rgba(34, 34, 34, 0.54) !important;
}

/* line 319, ../scss/style.scss */
.order-form-box-types .col4-set > div.order-form-info-box {
  float: right;
}

@media only screen and (max-width: 800px) {
  /* line 324, ../scss/style.scss */
  .color-group-description {
    font-size: 14px;
  }

  /* line 328, ../scss/style.scss */
  .order-form-box-types .col4-set > div.order-form-info-box {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  /* line 336, ../scss/style.scss */
  #order-form .col2-set, #order-form .col3-set, #order-form .col4-set {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 340, ../scss/style.scss */
  #order-form .order-form-box-header {
    padding-left: 10px;
  }

  /* line 344, ../scss/style.scss */
  .order-form-box {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 348, ../scss/style.scss */
  .order-form-box > .form-error {
    right: 10px;
  }

  /* line 351, ../scss/style.scss */
  .color-group-description {
    font-size: 16px;
  }

  /* line 354, ../scss/style.scss */
  .order-form-color-group ul {
    text-align: center;
    font-size: 16px;
  }

  /* line 360, ../scss/style.scss */
  .order-form-color-group .order-form-item {
    padding-right: 0;
  }
}

.ramp_active {
	background-image: -moz-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%) !important;
    background-image: -webkit-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%) !important;
    background-image: linear-gradient(335deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%) !important;
}

.ramp_active2 {
	opacity: 0.3;
}

.dataInArr {
	text-align: center;
}

.ramp_counter {
	display: block; 
	margin-top: 0px;
}

.display_inline {
	display: inline;
}

.display_none {
	display: none;
}

.ramp-counter-label {
	text-align: center;
	padding-top: 100px;
	display:none;
}

.label_calc {
	top: calc(100% + -35px);
}

#dimensioning_submit {
	text-align: left;
}

#ramp-top {
	padding-top: 42px; 
	top: -42px; 
	padding-left: 100%; 
	position: absolute; 
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}

#ramp-bottom {
	padding-top: 42px; 
	bottom: -42px; 
	padding-left: 100%; 
	position: absolute; 
	z-index: 1;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#ramp-left {
	left: -42px; 
	padding-left: 42px; 
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#ramp-right {
	right: -42px; 
	padding-left: 42px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#graphic {
	width: 100% !important;	
}

#preview_div {
	width: 22%; 
	display:inline;
	padding-left: 20px !important;
}

.preview_button {
	padding-left: 10px !important; 
	padding-right: 10px !important;
}

.pad_top_10 {
	padding-top: 10px;
}

.pad_top_25 {
	padding-top: 25px;
}

.pad_top_30 {
	padding-top: 30px;	
}

.pos_relative {
	position: relative;
}

.width44 {
	width: 44% !important;
}

.h100 {
	height: 100% !important;
}

.preview_none_text {
	margin-left: 0px !important;
	margin-right: 0px !important;
	text-align: center;
	font-size: 1.3em;	
}

#arrow_down {
	width: 30px;
	height: 30px;
	position: absolute;
	padding-left: 5px;
	left: 89%;
	top: 52%;
	display: none;
	z-index: 1;
}

#arrow_up {
	width: 30px;
	height: 30px;
	position: absolute;
	padding-left: 5px;
	left: 89%;
	top: 22%;
	display: none;
	z-index: 1;
}

#arrow_left {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 87%;
	left: 20%; 
	display: none;
}

#arrow_right {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 87%;
	right: 20%;
	display: none;
}

.preview_other_text {
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	
}

.third_preview {
	width: 25% !important;
	display:inline;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.align_left {
	text-align: left;
}

.w100 {
	width: 100% !important;
}

.calc_margin_top {
	margin-top: calc(40%) !important;
}

#demoframe {
	border: none;
	padding: 0;
	cursor: default;
}

#demoramps {
	border: none;
	padding: 0;
	cursor: default;
}

.ramps_text_info {
	display: block;
	font-size: 16px;
	margin: 15px 0; 
	text-align: center;
}

.ramps_button {
	background: none;
	border: none;
	padding: 0;
	position: relative;
	display: block;
	max-width: 250px;
	margin: 0 auto;
	width: 100%;
}

.form-actions .more {
	float: right;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #f58220;
}

.form-actions .more.mirror:hover {
	border: 1px solid #f58220;
}