@font-face {
  font-family: "DINPro";
  src: url("/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
  src: url("/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"), url("/fonts/de1216be-00c2-43c0-9c45-3e7f925eb519.woff2") format("woff2"), url("/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("/fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix");
  src: url("/fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix") format("eot"), url("/fonts/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2") format("woff2"), url("/fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"), url("/fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype"); }
@font-face {
  font-family: "DINPro";
  src: url("/fonts/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix");
  src: url("/fonts/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot"), url("/fonts/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2") format("woff2"), url("/fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f.woff") format("woff"), url("/fonts/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "DINPro";
  src: url("/fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix");
  src: url("/fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix") format("eot"), url("/fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"), url("/fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff"), url("/fonts/92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf") format("truetype");
  font-weight: 700; }
a, svg {
  transition: all .25s ease-in-out  !important; }

img, svg {
  max-width: 100%; }

body {
  font-family: "DINPro", sans-serif;
  overflow-x: hidden;
  background: url(/img/bg.jpg) #000 top repeat-x;
  background: #18191b;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-size: 100%;
  background-attachment: fixed; }
  body.no-scroll {
    overflow: hidden; }

a:hover, svg:hover {
  text-decoration: none; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.slide-fade-enter-active {
  transition: all .3s ease; }

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter, .slide-fade-leave-to
 {
  transform: translateX(10px);
  opacity: 0; }

.slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.slide-enter-to, .slide-leave {
  max-height: 1500px;
  overflow: hidden; }

.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0; }

.wrapper {
  max-width: 1920px;
  padding: 40px 70px 20px;
  position: relative;
  margin: auto; }

header .logout {
  position: absolute;
  right: 70px; }

.faint {
  color: #717171; }

.cursored {
  cursor: pointer; }

h2 {
  font-size: 36px;
  font-weight: 200; }

h3 {
  font-size: 24px;
  font-weight: 200;
  position: relative;
  padding-right: 60px; }
  h3 .price {
    position: absolute;
    right: 0; }

h4 {
  font-weight: 200;
  font-size: 20px; }

h5 {
  font-size: 18px;
  font-weight: 200; }

a {
  color: #FFF; }

input[type='text'], input[type='email'], input[type='number'], select, .color-select, textarea {
  padding: 10px 15px;
  color: #FFF;
  border: 1px solid #717171;
  outline: none;
  background: none;
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type='text'].auto-width, input[type='email'].auto-width, input[type='number'].auto-width, select.auto-width, .color-select.auto-width, textarea.auto-width {
    width: auto;
    background-position-x: calc(100% - 7px); }
  input[type='text'].noboderbottom, input[type='email'].noboderbottom, input[type='number'].noboderbottom, select.noboderbottom, .color-select.noboderbottom, textarea.noboderbottom {
    border-bottom: none; }
  input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, select::-webkit-input-placeholder, .color-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Edge */
    color: #FFF; }
  input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, select:-ms-input-placeholder, .color-select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF; }
  input[type='text']::placeholder, input[type='email']::placeholder, input[type='number']::placeholder, select::placeholder, .color-select::placeholder, textarea::placeholder {
    color: #FFF; }
  input[type='text'].error, input[type='email'].error, input[type='number'].error, select.error, .color-select.error, textarea.error {
    border: 1px solid red; }
  input[type='text'] .error, input[type='email'] .error, input[type='number'] .error, select .error, .color-select .error, textarea .error {
    border: 1px solid red; }
  input[type='text'].search, input[type='email'].search, input[type='number'].search, select.search, .color-select.search, textarea.search {
    background: transparent url(/img/icons/search.svg) no-repeat 97%; }

.error-sect {
  border: 1px solid red;
  padding: 10px; }

select, .color-select {
  background: transparent url(/img/icons/select-arrow.svg) no-repeat 97%;
  padding-right: 30px;
  background-position-x: calc(100% - 7px); }
  select option, select optgroup, .color-select option, .color-select optgroup {
    background: #000;
    color: #fff; }

.color-select {
  min-height: 42px;
  min-width: 125px;
  display: inline-block;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .color-select img {
    width: 40px;
    margin-right: 10px; }

.bordered-img {
  border: 1px solid #888;
  padding: 5px;
  text-align: center; }

.custom-radio .custom-control-label {
  padding-left: 15px;
  line-height: 2; }
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  width: 28px;
  height: 28px;
  top: 0; }
.custom-radio .custom-control-label::before {
  background: #000;
  border: 1px solid #FFFF; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #000; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #FFF;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  top: 5px;
  left: -19px; }

button, .button {
  border: 1px solid #FFF;
  color: #fff;
  padding: 10px;
  background: none;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-weight: 200; }
  button:hover, .button:hover {
    background: #FFF;
    color: #000; }
  button.cancel, button.disabled, .button.cancel, .button.disabled {
    border: 1px solid #5f5f5f;
    color: #5f5f5f; }
  button.disabled, .button.disabled {
    cursor: auto; }
    button.disabled:hover, .button.disabled:hover {
      border: 1px solid #4C4C4C;
      color: #4C4C4C;
      background: none; }

.selection {
  cursor: pointer; }
  .selection .preview {
    position: absolute;
    top: 10px;
    right: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 12px;
    display: none; }
  .selection:hover .preview {
    display: block; }
  .selection .select-img {
    position: relative;
    border: 1px solid #FFF;
    padding: 15px;
    text-align: center; }
  .selection .info {
    text-align: center;
    width: 100%;
    display: block;
    color: #929292;
    font-size: 11px;
    line-height: 1.2; }
  .selection.active .select-img:after {
    content: "";
    position: absolute;
    background: url(/img/icons/selected.svg) rgba(0, 0, 0, 0.46) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 60px;
    opacity: 0.7; }
  .selection input[type=text], .selection input[type=email], .selection input[type=number], .selection select, .selection .color-select {
    margin-bottom: 10px; }
  .selection button {
    width: 48.2%;
    display: inline-block; }
  .selection.selected {
    padding: 15px;
    border: 1px solid #FFF; }
    .selection.selected .select-img {
      border: none;
      padding: 0; }

.saved-projects h3 {
  font-weight: 200;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: url(/img/img-txt-bg.png) repeat-x bottom;
  width: calc(100% - 30px);
  margin: 0;
  padding: 20px 30px;
  font-size: 24px; }
.saved-projects div {
  overflow: hidden; }
.saved-projects img {
  width: 100%; }

.search-results {
  position: absolute;
  padding: 10px;
  z-index: 1;
  width: 94.3%;
  max-height: 130px;
  overflow: auto !important;
  border: 1px solid #717171;
  border-top: none; }
  .search-results ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .search-results li {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px; }
    .search-results li:last-child {
      margin-bottom: 0; }
    .search-results li:hover {
      background: #FFF;
      color: #000; }

.product-list {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px;
  height: 600px;
  margin-top: 24px;
  position: sticky;
  top: 50px;
  padding-bottom: 60px; }
  .product-list .list {
    overflow: auto;
    height: 480px; }
  .product-list h3 {
    padding-right: 0; }
    .product-list h3.app-total {
      padding: 20px;
      position: absolute;
      bottom: 0;
      width: calc(100% - 20px);
      left: 0;
      margin-bottom: 0; }
  .product-list p {
    margin: 4px 0;
    font-size: 14px;
    font-weight: 200; }
  .product-list .select-img {
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px; }

.selection-summary p {
  margin-bottom: 0.6rem; }

.view-summary h6 {
  font-weight: 200;
  font-size: 1.2rem; }
.view-summary p {
  margin-bottom: 0.5rem; }

.accordion {
  position: relative; }
  .accordion .selected_txt {
    font-size: 13px;
    color: #969696;
    position: absolute;
    right: 0;
    top: 19px; }

hr {
  border: none;
  border-top: 1px solid #4C4C4C;
  margin: 0; }

.accordion h3 {
  border-top: 1px solid #4C4C4C;
  padding: 15px 4px;
  margin: 0;
  outline: none;
  color: #5c5c5c; }
  .accordion h3:before {
    content: "";
    width: 14px;
    height: 7px;
    background: url(/img/icons/arrow.svg) no-repeat left;
    background-size: cover;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    transition: all .6s ease-out; }
.accordion .acco_item .content {
  padding: 30px 10px;
  transition: all .6s ease-out; }
.accordion .acco_item.active h3 {
  color: #fff; }
  .accordion .acco_item.active h3:before {
    transform: rotate(-180deg); }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  font-size: 0;
  outline: none;
  right: -10px;
  top: 43%;
  width: 20px;
  height: 35px;
  background: url(/img/icons/next.svg) !important;
  background-size: cover !important;
  position: absolute; }
.owl-carousel .owl-nav button.owl-prev {
  background: url(/img/icons/prev.svg) !important;
  background-size: cover !important;
  left: -10px; }
.owl-carousel .owl-nav .disabled {
  opacity: 0.2; }

.pop-bg {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none; }

.pop-content {
  background: #000;
  border: 1px solid #949494;
  padding: 40px 50px;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; }
  .pop-content h2 {
    font-size: 32px;
    font-weight: 200; }
  .pop-content p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 200; }
  .pop-content button, .pop-content .button {
    padding: 8px 15px;
    display: block;
    letter-spacing: 0; }

footer {
  font-size: 12px;
  color: #FFF; }
  footer a {
    color: #FFF; }
  footer .contact a {
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 15px; }
  footer img {
    margin-right: 10px; }

@media only screen and (max-width: 1160px) {
  .wrapper {
    padding: 40px 30px 20px; } }
@media only screen and (max-width: 960px) {
  .saved-projects h3 {
    font-size: 18px;
    padding: 15px 15px; }

  .wrapper {
    padding: 30px 30px; }

  h2 {
    font-size: 28px; }

  h4 {
    font-size: 21px; }

  header .logout {
    position: absolute;
    right: 30px; }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    right: -20px; }
  .owl-carousel .owl-nav button.owl-prev {
    left: -20px; } }

/*# sourceMappingURL=main.css.map */
