/*******************************************************************/
/* PRODUCT CONFIGURATOR
/* source: com_productconfigurator.less
/*******************************************************************/
.com-productconfigurator .sp-body .container {
  max-width: none;
  padding: 0;
}
@media (min-width: 576px) {
  .com-productconfigurator .qwrap {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .com-productconfigurator .qwrap {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .com-productconfigurator .qwrap {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .com-productconfigurator .qwrap {
    max-width: 1170px;
  }
}
.com-productconfigurator .product-configurator-wizard .qwrap {
  margin: 0 auto;
}
.com-productconfigurator .product-configurator-wizard .qanswer label {
  margin: 15px 0;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=radio],
.com-productconfigurator .product-configurator-wizard .qitem input[type=checkbox] {
  width: 34px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=radio]:checked,
.com-productconfigurator .product-configurator-wizard .qitem input[type=checkbox]:checked {
  color: #fff;
  background-color: #fd4f00;
  border-color: transparent;
  text-align: center;
  line-height: 34px;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=radio]:checked:before,
.com-productconfigurator .product-configurator-wizard .qitem input[type=checkbox]:checked:before {
  content: "\f00c";
  font-weight: 900;
  font-family: 'FontAwesome';
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=radio] {
  border-radius: 50%;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 34px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range] .track {
  border: 1px solid #BABABB;
  background-color: #E6E7E8;
  height: 10px;
  border-radius: 5px;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range]::-webkit-slider-runnable-track {
  border: 1px solid #BABABB;
  background-color: #E6E7E8;
  height: 10px;
  border-radius: 5px;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range]::-moz-range-track {
  border: 1px solid #BABABB;
  background-color: #E6E7E8;
  height: 10px;
  border-radius: 5px;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range]::-ms-track {
  border: 1px solid #BABABB;
  background-color: #E6E7E8;
  height: 10px;
  border-radius: 5px;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range] .thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fd4f00;
  width: 30px;
  height: 30px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fd4f00;
  width: 30px;
  height: 30px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin-top: -11px;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fd4f00;
  width: 30px;
  height: 30px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fd4f00;
  width: 30px;
  height: 30px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.com-productconfigurator .product-configurator-wizard .qitem input[type=range]::-ms-fill-lower {
  background: #fd4f00;
}
.com-productconfigurator .product-configurator-wizard .qitem .input-range-labels {
  margin: 0 20px;
}
.com-productconfigurator .product-configurator-wizard .qitem .input-range-labels .min {
  margin-left: -15px;
}
.com-productconfigurator .product-configurator-wizard .qitem .input-range-labels .max {
  margin-right: -15px;
}
.com-productconfigurator.layout-project .sp-component {
  padding: 0;
}
.com-productconfigurator.layout-project .product-configurator-wizard .qwrap {
  padding: 60px 15px;
}
.com-productconfigurator.layout-project .product-configurator-wizard .intro-section {
  background: #363636;
  color: #fff;
  padding: 80px 15px;
}
.com-productconfigurator.layout-project .product-configurator-wizard .qbody {
  color: #555;
}
.com-productconfigurator.layout-project .product-configurator-wizard .title-text {
  color: #000;
}
.com-productconfigurator.layout-project .product-configurator-wizard .qanswer label {
  color: #000;
  margin: 10px 0;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-section {
  background: #1e1e1e;
  color: #fff;
  margin: 0;
  padding: 0;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-section h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-section .btn {
  color: #aaa;
  background-color: transparent;
  padding: 0;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-section .btn:hover {
  color: #fff;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-section .btn + .btn {
  margin-left: 15px;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table td {
  color: #aaa;
  padding: 15px 0;
  border-top: 1px solid #363636;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table tbody tr:first-child td {
  border-top: none;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table p {
  margin: 0;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table .subname {
  color: #fd4f00;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table .subname:before {
  color: #aaa;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table tfoot tr:first-child td {
  border-top-color: #fff;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table tfoot td {
  text-transform: uppercase;
  vertical-align: middle;
}
.com-productconfigurator.layout-project .product-configurator-wizard .result-table tfoot .price {
  font-size: 2em;
  font-weight: bold;
  color: #fd4f00;
}
.com-productconfigurator.layout-project .product-configurator-wizard .outro-section {
  background: #fd4f00;
  color: #fff;
  padding: 80px 15px;
}
.com-productconfigurator.layout-project .product-configurator-wizard .outro-section .action-buttons {
  margin-top: 30px;
}
.com-productconfigurator.layout-project .product-configurator-wizard .outro-section .btn {
  background: #fff;
  color: #fd4f00;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 8px;
}
.com-productconfigurator.layout-project .product-configurator-wizard .outro-section .btn:hover {
  opacity: 0.8;
}
