body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #4a4a4a;
  max-width: 1920px;
  text-shadow: none;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #4a4a4a;
}

a:hover {
  color: #000;
}

.submit {
  cursor: pointer;
}

button {
  display: inline-block;
  padding: 10px 0px;
  border: 1px solid #d0d0d0;
  width: 180px;
  border-radius: 2px;
  cursor: pointer;
  background-size: 100% 200%;
  background-image: linear-gradient(to top, #182732 50%, #d0d0d0 50%);
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  transition: background-position 0.5s;
  text-transform: uppercase;
}

button i {
  margin-right: 10px;
  font-size: 1.433em;
}

button em {text-transform:none;font-style:normal;}

button:hover {
  background-position: 0 100%;
  color: #fff;
}

button.pdf-button {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
}

button.print-button {
  margin-right: 5px;
  margin-left: 5px;
}

button.session-button {
  width: 180px;
  margin-top: 10px;
}

img {
  margin: 0;
  padding: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */
}

label {
  text-transform: uppercase;
}

#main {
  position: fixed;
  z-index: 101;
  float: left;
  width: 35%;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
}

#main #copy {
  position: absolute;
  bottom: 0;
  font-size: 0.7em;
  padding: 5px 20px 5px 0;
  text-align: right;
  width: calc(100% - 20px);
}

#formCalc #main {
  background-image: none;
}

#formCalc #main #logo {
  float: left;
  margin: 30px 0 0 30px;
}

#formCalc #main #logo img {
  width: 200px;
}

#header {
  position: absolute;
  top: 0;
  z-index: 1010;
  width: 100%;
}

#header #logo {
  float: left;
  margin: 30px 0 0 30px;
}

#header #logo img {
  width: 200px;
}

nav {
  float: right;
  margin: 30px 30px 0;
  position: relative;
}

nav span {
  line-height: 38px;
  cursor: pointer;
}

nav span em {
  font-style: normal;
}

nav ul {
  list-style: none;
  margin: 0;
  display: none;
  position: absolute;
  margin-left: -40px;
  text-align: left;
}

nav ul li {
  padding: 10px;
  cursor: pointer;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
}

nav ul li:hover {
  color: #000;
}

nav:hover ul {
  display: block;
}

#content {
  float: right;
  width: 65%;
  margin: 0;
  position: relative;
  z-index: 100;
  height: 100vh;
}

#content #main-container {
  position: relative;
  margin: 20px auto;
  padding: 0 0 40px;
}

#content #main-container h1 {
  font-weight: 300;
  color: #000;
  float: left;
  margin: 80px 0 0 10px;
}

#content #main-container p {
  float: left;
  background: rgba(255, 255, 255, 0.9);
  width: calc(40% - 60px);
  padding: 40px 20px 40px 40px;
  font-size: 0.966em;
  line-height: 1.833em;
  margin-right: -10%;
  z-index: 101;
}

#content #main-container img {
  width: 70%;
  float: right;
  margin: 40px 0 40px;
}

#content #main-container a {
  clear: left;
  float: left;
  display: block;
  font-size: 0.933em;
  text-transform: uppercase;
  border: 1px solid #d0d0d0;
  padding: 5px 0px;
  width: 300px;
  text-align: center;
  margin: 5px 0 5px 60px;
}

.hide {
  display: none;
}

#cameleonForm {
  margin: 0 0px;
}

#cameleonForm fieldset {
  min-height: 90vh;
  border: 0px;
  padding: 0;
  margin: 0;
}

#cameleonForm .tab-content {
  display: none;
}

#cameleonForm #t-shade {
  display: block;
}

#index #content {
  width: 100%;
  float: left;
  height: auto !important;
}

#index #content #product-slider {
  height: 100vh;
}

#index #content #product-slider .system-title {
  font-size: 1.633em;
  margin-left: 100px;
  position: absolute;
  bottom: 20%;
  z-index: 101;
  width: 300px;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  text-transform: uppercase;
}

#index #content #product-slider .system-title strong {
  display: block;
  font-size: 1.233em;
}

#index #content #product-slider .system-title span {
  display: block;
  font-size: 0.833em;
}

#index #content #product-slider .system-title .first-step {
  padding: 20px;
  display: block;
  border-radius: 2px;
  background: #000;
  color: #e0e0e0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.6em;
  text-align: center;
  margin: 20px 0 0;
}

#index #content #product-slider img {
  width: 100%;
  margin-top: 0px;
}

#index #content #product-slider .swiper-pagination {
  bottom: 10px;
  right: 10px;
}

#site-info {
  float: left;
  width: calc(100% - 0px);
  padding: 140px 0 0 0px;
}

#site-info strong, #site-info span {
  display: block;
}

#site-info strong {
  padding: 10px 0;
  font-family: Montserrat;
}

#site-info span {
  padding-left: 50px;
}

#site-info .system-subtitle {
  margin: 300px 0 0;
  width: 100%;
  text-align: center;
}

#list {
  display: flex;
  float: left;
  width: 100%;
  clear: both;
  flex-wrap: wrap;
}

.formDIV {
  width: calc(50% - 4px);
  margin: 1px;
  border: 1px solid #d0d0d0;
  float: left;
}

.formDIV .name-image {
  float: left;
  width: 200px;
  padding: 10px 0 10px 20px;
  font-size: 1.333em;
}

.formDIV .name-image h2 {
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.formDIV .name-image img {
  display: inline-block;
  width: 100px;
  margin: 10px 50px;
}

.formDIV .name-image p {
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 0.7em;
}

.formDIV .name-image p img {
  width: 20px;
  margin: 0;
  height: 20px;
  vertical-align: middle;
  margin-top: -3px;
}

.formDIV .color-number-input {
  float: right;
  text-align: left;
  width: calc(100% - 230px);
  line-height: 42px;
  height: 42px;
  padding: 0 10px 0 0;
  font-size: 0.966em;
}

.formDIV .color-number-input img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.formDIV .color-number-input p {
  float: right;
  padding: 0;
  margin: 0;
}

.formDIV .input {
  border: 1px solid #d0d0d0;
  padding: 5px;
  display: inline-block;
  margin: 0;
  width: 90px;
}

.formDIV .buttonAdd {
  position: relative;
  border: 1px solid #d0d0d0;
  top: 1px;
  padding: 0 5px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 26px;
}

.formDIV .buttonAdd i {
  font-size: 0.8em;
}

.formDIV .buttonAdd.inc {
  border-left: 0;
}

.formDIV .buttonAdd.dec {
  border-right: 0;
}

.formDIV .info {
  font-weight: 600;
  font-size: 0.933em;
  padding: 20px 0 0;
}

.formDIV .more {
  font-size: 0.933em;
  padding: 20px 0 0;
  text-transform: uppercase;
  width: 160px;
}

.formDIV h3 {
  padding: 10px 0 10px 20px;
  font-size: 1.333em;
  margin: 0;
  font-weight: 300;
}

.info-led {
  padding: 20px 20px;
  float: left;
  width: calc(100% - 40px);
  clear: both;
}

.info-led strong {
  font-weight: 600;
}

.formDIV.led .main-image {
  display: inline-block;
  width: 200px;
  margin: 10px 0px;
}

.selector:not(*:root), .buttonAdd {
  top: 4px;
  line-height: 25px !important;
}

#t-suspension .formDIV .name-image img {
  width: 140px;
  margin: 10px 30px;
}

#t-suspension .formDIV .color-small {
  font-size: 0.7em;
}

#t-suspension .formDIV.switch {
  background: #fff;
}

#t-suspension .formDIV.switch .name-image {
  width: 100%;
}

#t-suspension .formDIV.switch .name-image .photo {
  float: left;
  width: 100%;
  text-align: center;
}

#t-suspension .formDIV.switch .name-image .photo img {
  display: inline-block;
  width: 400px;
}

#t-suspension .formDIV.switch .color-number-input {
  padding-left: 20px;
  width: calc(100% - 20px);
}

#t-canopy .formDIV {
  position: relative;
}

#t-canopy .formDIV .canopy-tooltip {
  position: absolute;
  top: 8px;
  right: 8px;
  transition: all 0.3s ease-in-out;
  cursor: default;
}

#t-canopy .formDIV .canopy-tooltip i {
  font-size: 1.233em;
}

#t-canopy .formDIV .canopy-tooltip .tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  width: 200px;
  padding: 5px;
  background: #333;
  color: #e0e0e0;
  position: absolute;
  top: -140%;
  left: -220px;
  font-size: 13px;
  border-radius: 9px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

#t-canopy .formDIV .canopy-tooltip:hover .tooltip, #t-canopy .formDIV .canopy-tooltip.active .tooltip {
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
  transition: .3s linear;
}

#t-canopy .formDIV .color-number-input {
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
}

#t-canopy .formDIV .main-image {
  float: right;
  width: calc(100% - 240px);
  padding: 10px 0;
  text-align: center;
}

#t-canopy .formDIV .main-image img {
  max-width: 80%;
  display: inline-block;
}

#t-canopy .formDIV.single .main-image {
  height: 240px;
  line-height: 240px;
}

#t-canopy .formDIV.single .main-image img {
  max-width: 200px;
  vertical-align: middle;
}

#t-fixing .formDIV {
  width: calc(100% - 4px);
}

#t-fixing .formDIV .name-image img {
  width: 140px;
  margin: 10px 30px;
}

#t-fixing .formDIV .left-box {
  float: left;
  width: calc(52% - 230px);
}

#t-fixing .formDIV .color-number-input {
  width: 100%;
  float: left;
}

#t-fixing .formDIV .image-set {
  float: right;
  width: 48%;
}

#t-fixing .formDIV .image-set img {
  height: 200px;
}

.infoDIV {
  border-bottom: 2px dashed #d0d0d0;
  line-height: 200px;
  padding: 0;
  height: 200px;
  float: left;
  width: 100%;
}

.infoDIV strong {
  display: block;
  float: left;
  padding: 0 20px;
  margin: 0;
  font-size: 1.433em;
  color: #666;
}

.infoDIV img {
  height: 200px;
  float: left;
  margin-left: 100px;
}

#t-shade div.formDIV:nth-child(4n+1), #t-suspension div.formDIV:nth-child(4n+1), #t-canopy div.formDIV:nth-child(4n+1) {
  background: #f0f0f0;
}

#t-shade div.formDIV:nth-child(4n), #t-suspension div.formDIV:nth-child(4n), #t-canopy div.formDIV:nth-child(4n) {
  background: #f0f0f0;
}

#t-fixing div.formDIV:nth-child(2n) {
  background: #f0f0f0;
}

#filterOptions, #filterOptionsS, #filterOptionsC {
  float: left;
  width: calc(100% - 20px);
  list-style: none;
  margin: 10px;
  padding: 0;
}

#filterOptions li, #filterOptionsS li, #filterOptionsC li {
  display: inline-block;
  border: 1px solid #d0d0d0;
  margin: 5px;
  text-transform: uppercase;
}

#filterOptions li a, #filterOptionsS li a, #filterOptionsC li a {
  padding: 5px 20px;
  display: block;
  font-size: 0.9em;
}

#filterOptions li.active, #filterOptionsS li.active, #filterOptionsC li.active {
  color: #fff;
  background: #182732;
}

#filterOptions li.active a, #filterOptionsS li.active a, #filterOptionsC li.active a {
  color: #fff;
}

#steps {
  float: left;
  width: 100%;
  clear: both;
  margin: 80px 0  0;
}

#steps p {
  border: 1px solid #d0d0d0;
  margin: 5px 10%;
  width: calc(80% - 2px);
}

#steps p a {
  display: block;
  padding: 5px 10px;
}

#steps p span {
  float: right;
  font-weight: 600;
}

#steps div {
  border: 1px solid #d0d0d0;
  margin: 5px 10%;
  width: calc(80% - 2px);
  position: relative;
}

#steps div::before {
  content: '\f00e';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  color: #888;
  font-size: 1.933em;
}

#steps div img {
  width: 100%;
  position: relative;
}

#steps #searchCameleon {
  margin: 5px 10%;
  width: calc(80% - 22px);
  border: 1px solid #d0d0d0;
  padding: 10px 10px;
  text-align: center;
}

#steps #searchCameleon label {
  padding: 0 0 10px 0;
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  color: #182732;
}

#steps #searchCameleon input {
  line-height: normal;
  border: 1px solid #d0d0d0;
  padding: 5px  10px;
  display: inline-block;
  text-transform: uppercase;
}

#steps #searchCameleon .input {
  width: 200px;
}

#steps #searchCameleon .submit {
  margin-left: 10px;
}

#steps #searchCameleon p {
  border: 0px;
  color: #F00;
}

#steps #searchCameleon::before {
  display: none;
}

#steps div.summary {
  padding: 20px 0;
  text-align: center;
}

#steps div.summary::before {
  display: none;
}

#steps div.according {
  display: none;
}

#steps #a-shade {
  display: block;
}

#steps p.current {
  background: #182732;
}

#steps p.current a {
  color: #fff;
}

.next, .back {
  margin: 10px;
  padding: 0 20px;
  background: rgba(25, 40, 50, 0.8);
  color: #fff;
  line-height: 40px;
  height: 40px;
  float: right;
  clear: both;
}

.next span, .back span {
  font-family: 'Arial';
  font-size: 1.533em;
}

.next:hover, .back:hover {
  background: #192832;
  cursor: pointer;
}

.next em, .back em {
  font-style: normal;
}

.next .short, .back .short {
  display: none;
}

.back {
  display: none;
}

#summaryTable {
  border-collapse: collapse;
  width: 90%;
  margin: 50px 5%;
}

#summaryTable caption {
  text-align: left;
}

#summaryTable caption span {
  color: #182732;
}

#summaryTable caption .qr {
  float: right;
  margin-bottom: 20px;
}

#summaryTable caption hr {
  display: none;
}

#summaryTable caption strong {
  font-weight: 400;
  color: #c40030;
}

#summaryTable tr td {
  border-bottom: 1px solid #d0d0d0;
  padding: 2px;
}

#summaryTable td.qty, #summaryTable td.lp {
  text-align: center;
}

#summaryTable td.photo {
  width: 90px;
  text-align: center;
}

#summaryTable td.photo img {
  width: 80px;
  vertical-align: middle;
}

#summaryTable thead td {
  border-width: 2px;
  border-color: #182732;
}

.message {
  margin: 20px 10% 0;
  padding: 20px 20px;
  text-align: left;
  border: 1px solid #e0e0e0;
}

.message strong {
  font-weight: 600;
}

#mobile-content, aside, #result {
  display: none;
}

#footer {
  width: 100%;
  padding: 80px 0;
  clear: both;
  float: left;
  background: #000;
  color: #e0e0e0;
}

#footer .container {
  display: flex;
  flex-wrap: wrap;
}

#footer .container div {
  width: 33.33%;
}

#footer .container div#menu ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .container div#menu ul li a {
  display: block;
  padding: 8px 10px;
  font-size: 0.933em;
  color: #e0e0e0;  
}

#footer .container div#menu ul li a:hover {
  color: #fff;  
}

#footer .container div#social {
  text-align: right;
  font-size: 0.933em;
}

#footer .container div#social span {
  display: block;
  padding: 8px 0px 20px;
}

#footer .container div#social a {
  padding: 2px 4px;
  font-size: 21px;
  color: #e0e0e0;
}

#footer .container div#company {
  text-align: center;
}

#footer .container div#company span {
  display: block;
  width: 100%;
  padding: 8px 0px;
  font-size: 0.933em;
}

#copy {
  float: left;
  width: 100%;
  padding: 30px 0;
  font-size: 0.733em;
}

#copy p {
  float: right;
  display: none;
}

#copy p a {
  padding: 5px 10px;
}

.shopLinks {
  text-align: center;
  margin: 20px 0;
}

.shopLinks strong {
  display: block;
  padding: 0 0 10px;
}

.shopLinks a {
  width: 15%;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #e0e0e0;
}

.shopLinks a img {
  width: 90%;
}

@media print {
  nav, #steps, #copy, .message, #result {
    display: none;
  }
  #main {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #content {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
  #logo {
    margin: 0;
  }
  #summaryTable {
    margin: 0 5%;
    font-size: 12px;
  }
  #summaryTable caption {
    font-size: 14px;
  }
  #summaryTable caption hr {
    display: block;
  }
}

@media all and (max-width: 1600px) {
  .container {
    width: 1380px;
    margin: 0 auto;
  }
  .formDIV label {
    display: none;
  }
  .formDIV .input {
    border: 1px solid #d0d0d0;
    padding: 5px;
    display: inline-block;
    margin: 0;
    width: 50px !important;
  }
  .formDIV .name-image {
    width: 160px;
    font-size: 1.233em;
  }
  .formDIV .name-image img {
    margin: 10px 35px;
    width: 90px;
  }
  #t-fixing .formDIV {
    width: 100%;
  }
  #t-fixing .formDIV .name-image img {
    width: 120px;
    margin: 10px 0 10px 10px;
  }
  #t-fixing .formDIV .left-box {
    float: left;
    width: calc(52% - 230px);
  }
  #t-fixing .formDIV .color-number-input {
    width: 100%;
    float: left;
  }
  #t-fixing .formDIV .image-set {
    float: right;
    width: 48%;
    overflow: hidden;
  }
  #t-fixing .formDIV .image-set img {
    height: 160px;
  }
  #t-canopy .formDIV {
    position: relative;
  }
  #t-canopy .formDIV .main-image {
    float: right;
    width: calc(100%);
    padding: 10px 0;
    text-align: center;
  }
  #t-canopy .formDIV .main-image img {
    max-width: 80%;
    display: inline-block;
    margin: 0 10%;
  }
  #t-canopy .formDIV.single .main-image {
    height: 240px;
    line-height: 240px;
  }
  #t-canopy .formDIV.single .main-image img {
    max-width: 200px;
    vertical-align: middle;
  }
}

@media all and (max-width: 1400px) {
  .container {
    width: 1100px;
    margin: 0 auto;
  }
  .infoDIV {
    border-bottom: 2px dashed #d0d0d0;
    line-height: 200px;
    padding: 0;
    height: 200px;
    float: left;
    width: 100%;
  }
  .infoDIV strong {
    display: block;
    float: left;
    padding: 0 20px;
    margin: 0;
    font-size: 1.033em;
    color: #666;
  }
  .infoDIV img {
    height: 180px;
    float: left;
    margin-left: 50px;
  }
  .formDIV label {
    display: none;
  }
  .formDIV .input {
    border: 1px solid #d0d0d0;
    padding: 5px;
    display: inline-block;
    margin: 0;
    width: 30px !important;
  }
  .formDIV .name-image {
    width: 140px;
    font-size: 1.133em;
  }
  .formDIV .name-image img {
    margin: 10px 35px;
    width: 80px;
  }
  #filterOptions {
    float: left;
    width: calc(100% - 20px);
    list-style: none;
    margin: 10px;
    padding: 0;
  }
  #filterOptions li {
    display: inline-block;
    border: 1px solid #d0d0d0;
    margin: 5px;
    text-transform: uppercase;
  }
  #filterOptions li a {
    padding: 5px 15px;
    display: block;
    font-size: 0.9em;
  }
  #filterOptions li.active {
    color: #fff;
    background: #182732;
  }
  #filterOptions li.active a {
    color: #fff;
  }
}

@media all and (max-width: 1200px) {
  .container {
    width: 900px;
    margin: 0 auto;
  }
  #product-slider img {
    width: auto !important;
    height: 100vh;
    margin-top: 0px;
  }
  #t-shade .formDIV, #t-suspension .formDIV {
    width: calc(50% - 0px);
    margin: 0px;
    border: 0px solid #d0d0d0;
    float: left;
  }
  #t-shade .formDIV .name-image, #t-suspension .formDIV .name-image {
    float: left;
    width: calc(100% - 20px);
    padding: 10px 0 10px 20px;
  }
  #t-shade .formDIV .name-image .shade-image, #t-suspension .formDIV .name-image .shade-image {
    width: 100%;
    text-align: center;
  }
  #t-shade .formDIV .name-image .shade-image img, #t-suspension .formDIV .name-image .shade-image img {
    display: inline-block;
    width: 140px;
    margin: 10px auto;
  }
  #t-shade .formDIV .color-number-input, #t-suspension .formDIV .color-number-input {
    width: calc(100% - 40px);
    padding: 0 20px 0 20px;
  }
  #t-fixing .formDIV {
    width: 100%;
  }
  #t-fixing .formDIV .name-image img {
    width: 140px;
    margin: 10px 30px;
  }
  #t-fixing .formDIV .left-box {
    float: left;
    width: calc(80% - 230px);
    margin-left: 40px;
  }
  #t-fixing .formDIV .color-number-input {
    width: 100%;
    float: left;
  }
  #t-fixing .formDIV .image-set {
    float: right;
    width: 100%;
    text-align: center;
  }
  #t-fixing .formDIV .image-set img {
    height: 200px;
    display: inline-block;
    margin: 0 auto;
  }
}

@media all and (width: 1124px) and (height: 1366px) {
  .container {
    width: 900px;
    margin: 0 auto;
  }
  #product-slider {
    height: 50vh !important;
    overflow: hidden;
  }
  #product-slider img {
    width: auto !important;
    height: 100%;
    margin-top: 0px;
  }
  #product-slider .swiper-pagination {
    bottom: 10px;
    right: 10px;
  }
}

@media all and (width: 1366px) and (height: 1124px) {
  .container {
    width: 900px;
    margin: 0 auto;
  }
  #product-slider {
    height: 70vh !important;
    overflow: hidden;
  }
  #product-slider img {
    width: 100%;
    margin-top: 0px;
  }
  #product-slider .swiper-pagination {
    bottom: 10px;
    right: 10px;
  }
}

@media all and (max-width: 1100px) {
  .container {
    width: 900px;
    margin: 0 auto;
  }
  #product-slider {
    height: 100vh;
    overflow: hidden;
  }
  #product-slider img {
    width: auto !important;
    height: 100vh;
    margin-top: 0px;
  }
  #product-slider .swiper-pagination {
    bottom: 10px;
    right: 10px;
  }
}

@media all and (max-width: 800px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  #footer {
    padding: 20px 0;
  }
  #footer .container div {
    width: 100%;
    text-align: center !important;
  }
  #footer .container div:nth-child(1) {
    order: 2;
    padding: 30px 0;
  }
  #footer .container div:nth-child(2) {
    order: 1;
  }
  #footer .container div:nth-child(3) {
    order: 3;
  }
  #footer .container div#menu ul {
    width: 100%;
  }
  #main {
    width: 100%;
    background: #fff;
    background: #fff;
    height: 60px;
  }
  #main #copy, #main #steps {
    display: none;
  }
  #main #logo {
    margin: 10px 0 0 10px;
  }
  #main #logo img {
    width: 160px;
  }
  #main nav {
    margin: 8px 10px 0 0;
  }
  #index #main {
    display: none;
  }
  #index #header nav {
    margin: 10px 10px 0 0;
  }
  #list {
    display: block;
  }
  #content {
    width: 100%;
    float: left;
  }
  #index #content {
    width: 100%;
    float: left;
    margin: 0 !important;
    padding: 0px 0 40px !important;
    height: auto !important;
  }
  #index #content #main-container {
    position: relative;
    margin: 10px 0px !important;
    padding: 0 0 0px;
  }
  #index #content #main-container h1 {
    font-weight: 300;
    color: #000;
    float: left;
    margin: 20px 0 20px 10px;
    padding: 0;
  }
  #index #content #main-container p {
    float: left;
    width: calc(100% - 40px);
    margin-right: 0;
    margin: 0;
    top: 0;
    padding: 20px 20px 40px;
  }
  #index #content #main-container img {
    width: 100%;
    float: left;
    margin: 10px 0 10px;
  }
  .formDIV {
    width: 50%;
    height: auto;
    margin: 0 0%;
    padding: 0 0 10px 0;
  }
  .formDIV .name-image {
    width: calc(100% - 20px);
    margin: 0;
    padding: 10px;
    height: 100%;
  }
  .formDIV .name-image img {
    margin: 10px 10%;
    width: 80%;
  }
  .formDIV .rest-data {
    float: left;
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .formDIV .rest-data .color-number-input {
    width: 100%;
    padding: 0;
  }
  .formDIV .input, .formDIV .buttonAdd {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 33px;
    line-height: 30px !important;
    padding: 0 10px;
    top: 0;
  }
  .formDIV .input {
    width: 40px !important;
  }
  .formDIV.led .main-image {
    margin: 10px 10%;
    width: 80%;
  }
  #t-shade .formDIV {
    width: 50%;
    height: auto;
    margin: 0 0%;
    padding: 0 0 10px 0;
  }
  #t-suspension .formDIV {
    width: 50%;
    padding: 0 0 10px 0;
    margin: 0 0%;
    overflow: hidden;
  }
  #t-suspension .formDIV .name-image {
    width: 100%;
  }
  #t-suspension .formDIV .name-image img {
    width: 60%;
    margin: 0 20%;
  }
  #t-suspension .formDIV .color-number-input {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  #t-suspension .formDIV.switch {
    background: #fff;
    width: 90%;
    padding: 0 0 10px 0;
    margin: 0 5%;
    overflow: hidden;
  }
  #t-suspension .formDIV.switch .name-image {
    width: 100%;
  }
  #t-suspension .formDIV.switch .name-image .photo {
    float: right;
  }
  #t-suspension .formDIV.switch .name-image .photo img {
    width: 100%;
    margin: 0;
  }
  #t-suspension .formDIV.switch .color-number-input {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  #t-canopy .formDIV {
    position: relative;
    width: 50%;
    padding: 0 0 10px 0;
    margin: 0 0%;
  }
  #t-canopy .formDIV .canopy-tooltip {
    position: absolute;
    top: 8px;
    right: 8px;
    transition: all 0.3s ease-in-out;
    cursor: default;
  }
  #t-canopy .formDIV .canopy-tooltip i {
    font-size: 1.233em;
  }
  #t-canopy .formDIV .color-number-input {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  #t-canopy .formDIV .main-image {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  #t-canopy .formDIV .main-image img {
    max-width: 80%;
    display: inline-block;
    margin: 0 10%;
  }
  #t-canopy .formDIV.single .main-image {
    height: 240px;
    line-height: 240px;
  }
  #t-canopy .formDIV.single .main-image img {
    max-width: 220px;
    vertical-align: middle;
  }
  #t-fixing .formDIV {
    width: 50%;
    margin: 0 0%;
    padding: 0 0 10px 0;
  }
  #t-fixing .formDIV .name-image img {
    width: 60%;
    margin: 10px 20%;
  }
  #t-fixing .formDIV .left-box {
    float: left;
    width: 100%;
    margin: 0;
  }
  #t-fixing .formDIV .left-box .info {
    padding-left: 10px;
  }
  #t-fixing .formDIV .color-number-input {
    width: calc(100% - 20px);
    padding: 0 10px;
    float: left;
  }
  #t-fixing .formDIV .image-set {
    float: right;
    width: 100%;
  }
  #t-fixing .formDIV .image-set img {
    height: auto !important;
    width: 100%;
  }
  .infoDIV {
    width: 90%;
    line-height: auto !important;
    float: left;
    margin: 0 5% 10px 5%;
    padding: 20px 0;
    height: auto !important;
  }
  .infoDIV strong {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    line-height: 20px !important;
    text-align: center;
  }
  .infoDIV img {
    margin: 0;
    width: 100%;
    height: auto !important;
    clear: both;
  }
  #content {
    padding: 70px 0 60px;
    height: auto !important;
  }
  .next {
    display: none;
  }
  aside {
    position: fixed;
    display: block;
    bottom: 0px;
    text-align: center;
    padding: 5px 15px;
    width: calc(100% - 30px);
    margin: 0 0%;
    left: 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    z-index: 103;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  aside span {
    border-radius: 6px;
    width: 18.0%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: inline-block;
    padding: 4px 0;
    margin: 0;
    border-bottom: 2px solid #fff;
  }
  aside span img {
    height: 34px;
  }
  aside span.active {
    border-color: #dc4746;
  }
  aside span.active img {
    fill: #dc4746;
  }
  .system-title {
    font-size: 1.633em;
    margin-left: 10px;
    position: absolute;
    bottom: 10%;
    z-index: 101;
    width: 260px;
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
    text-transform: uppercase;
  }
  .system-title strong {
    display: block;
    font-size: 1.133em;
  }
  .system-title span {
    display: block;
    font-size: 0.733em;
  }
  .system-title .first-step {
    padding: 20px;
    display: block;
    border-radius: 2px;
    background: #000;
    color: #e0e0e0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.6em;
    text-align: center;
    margin: 20px 0 0;
  }
  #mobile-buttons {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  #logo {
    margin: 10px 0 0 10px !important;
  }
  #logo img {
		width: 140px !important;
		height: 36px;
		margin: 0 !important;
	}
  #copy .container {
    width: 90%;
  }
  #copy .container p {
    width: 100%;
    text-align: center;
  }
  #copy .container p a {
    display: inline-block;
  }
  #t-fixing div.formDIV:nth-child(2n) {
    background: #fff;
  }
  div.formDIV:nth-child(odd) {
    background: #f0f0f0;
  }
}

@media all and (max-width: 460px) {
  #product-slider {
    display: none;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  #mobile-content {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    position: relative;
  }
  #mobile-content img {
    max-height: 100%;
    margin-top: 0px;
  }
  #mobile-slider {
    height: 100vh;
  }
  #mobile-slider img {
    float: left;
    height: 100vh;
  }
  #mobile-slider .swiper-pagination {
    bottom: 10px;
    right: 10px;
  }
  .formDIV {
    width: 90%;
    height: auto;
    margin: 0 5%;
    padding: 0 0 10px 0;
  }
  #t-shade .formDIV {
    width: 90%;
    height: auto;
    margin: 0 5%;
    padding: 0 0 10px 0;
  }
  #t-suspension .formDIV {
    width: 90%;
    padding: 0 0 10px 0;
    margin: 0 5%;
    overflow: hidden;
  }
  #t-canopy .formDIV {
    width: 90%;
    padding: 0 0 10px 0;
    margin: 0 5%;
  }
  #t-fixing .formDIV {
    width: 90%;
    margin: 0 5%;
    padding: 0 0 10px 0;
  }
  #t-shade div.formDIV:nth-child(4n+1), #t-suspension div.formDIV:nth-child(4n+1), #t-canopy div.formDIV:nth-child(4n+1) {
    background: #fff;
  }
  #t-shade div.formDIV:nth-child(4n), #t-suspension div.formDIV:nth-child(4n), #t-canopy div.formDIV:nth-child(4n) {
    background: #fff;
  }
  #t-shade div.formDIV:nth-child(odd), #t-suspension div.formDIV:nth-child(odd), #t-canopy div.formDIV:nth-child(odd) {
    background: #f0f0f0;
  }
  #t-fixing div.formDIV:nth-child(2n) {
    background: #f0f0f0;
  }
  #t-fixing div.formDIV:nth-child(odd) {
    background: #fff;
  }
  .shopLinks a {
    width: 30%;
  }
}
