* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
	margin-bottom: 0;
}
a {
    text-decoration: none;
}
a:hover {
	text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}
input[type=text],
input[type=email],
input[type=file],
select,
textarea {
  background-color: #fff;
  border: 2px solid #b4b4b4;
  padding: 20px 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin: 4px;
  width: 100%;
}
textarea {
	height: 160px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
input[type=submit] {
	width: auto;
	padding: 0 25px;
	height: 45px;
	background-color: #000;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
input.send {
	background-color: #fead36;
	color: #000;
}

.clear {
    clear: both;
}
input[type='submit'] {
    cursor: pointer;
}

.group:before,
.group:after {
    content: ' ';
    display: table;
}

.group:after {
    clear: both;
}

.group {
    *zoom: 1;
}

.container:before,
.group:before,
.menu:before,
.container:after,
.group:after,
.menu:after {
    content: ' ';
    display: table;
}

.container:after,
.group:after,
.menu:after {
    clear: both;
}

.container,
.group,
.menu {
    *zoom: 1;
}
.clearfix {
  content: " ";
  clear: both;
  display: table;
}

.half {
  width: 50%;
}

* {
  font-family: 'Montserrat', sans-serif;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hint {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(images/questionmark.png) no-repeat;
  vertical-align: middle;
  cursor: help;
}

.panel {
  width: 100%;
}

.wrapper {
  width: calc(100% - 100px);
  max-width: 1300px;
  margin: auto;
}

@media (max-width: 575.98px) {
  .wrapper {
    width: calc(100% - 50px);
  }
}

@media (max-width: 350px) {
  .wrapper {
    width: calc(100% - 20px);
  }
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border: 2px solid #858585;
  border-radius: 2px;
  margin-right: 6px;
}

.styled-checkbox:hover + label:before {
  background: #fff;
}

.styled-checkbox:checked + label:before {
  background: #fff;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fead36;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #fead36,
 4px 0 0 #fead36,
 4px -2px 0 #fead36,
 4px -4px 0 #fead36,
 4px -6px 0 #fead36,
 4px -8px 0 #fead36;
          box-shadow: 2px 0 0 #fead36,
 4px 0 0 #fead36,
 4px -2px 0 #fead36,
 4px -4px 0 #fead36,
 4px -6px 0 #fead36,
 4px -8px 0 #fead36;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reset-wrap {
  width: calc(100% - 100px);
  max-width: 1300px;
  margin: auto;
  overflow: hidden;
  clear: both;
}

.reset-order {
  float: right;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  color: inherit;
  white-space: nowrap;
}

.reset-order > img {
  vertical-align: middle;
  margin-right: 10px;
}

.product-preview {
  width: 80%;
  margin: 35px auto;
  overflow: hidden;
}

.product-preview img {
  width: 100%;
}

.range-w-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.range-w-padding label {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 35px;
  display: inline-block;
  padding-top: 5px;
}

.range-w-padding input[type=range] {
  margin: auto;
  outline: none;
  /* padding: 0 7.8%; */
  width: 80%;
  height: 20px;
  background-color: #fead36;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fead36), color-stop(100%, #fead36));
  background-size: 50% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

.range-w-padding input[type=range]::-webkit-slider-runnable-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}

.range-w-padding input[type=range]::-webkit-slider-thumb {
  height: 35px;
  width: 35px;
  border: 0;
  background: #4c4c4c;
  border-radius: 50%;
  -webkit-appearance: none;
}

.range-w-padding input[type=range].triangle::-webkit-slider-thumb {
  background: none;
  border-radius: 0;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 35px solid #4c4c4c;
  -webkit-appearance: none;
}

.range-w-padding output {
  position: absolute;
  text-align: center;
  color: #000;
  display: inline-block;
  font-weight: 600;
  top: 22px;
  left: 0;
  width: 70px;
}

.range-w-padding form {
  position: relative;
  margin: 50px auto;
  width: 100%;
}

.range-w-padding .range-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 15px;
}

.range-w-padding .range-labels li {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #4e4e4e;
}

.range-w-padding .range-extremes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.range-w-padding .range-extremes span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.options-panel {
  background-color: #f0f0f0;
  margin-top: 10px;
  position: relative;
  /* padding: 0 90px; */
  padding-bottom: 90px;
}

.options-panel .options-wrapper ul {
  position: relative;
}

.options-panel .options-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.options-panel .options-wrapper .two-halfies {
  width: 100%;
}

.options-panel .options-wrapper .two-halfies thead tr td {
  font-weight: 600;
  padding: 55px 0 10px 0;
}

.options-panel:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f0f0f0;
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
}

.pb30 {
  padding-bottom: 30px;
}

.drop-icon.up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header {
  border-bottom: 2px solid #f0f0f0;
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
}

@media (max-width: 767.98px) {
  header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .header-logo img {
	width: 300px;
}

header .wrapper .header-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767.98px) {
  header .wrapper .header-nav {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

header .wrapper .header-nav li {
  display: inline-block;
  padding: 0 15px;
}

@media (max-width: 767.98px) {
  header .wrapper .header-nav li {
    padding: 15px;
  }
}

header .wrapper .header-nav li a {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

header .wrapper .header-nav li a.active,
header .wrapper .header-nav li a:hover,
header .wrapper .header-nav li a:target {
  color: #fdac36;
}

header .wrapper .header-nav li:last-child {
  padding-right: 0;
}

main {
	padding-top: 2rem;
}

main .page-perex {
	font-weight: bold;
	font-size: 110%;
}

.subheader .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

@media (max-width: 767.98px) {
  .subheader .wrapper .dimensions-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subheader .wrapper .dimensions-preview li {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 0 12px;
}

@media (max-width: 767.98px) {
  .subheader .wrapper .dimensions-preview li {
    padding: 5px 12px 5px 0;
  }
}

.subheader .wrapper .dimensions-preview li span {
  font-size: 13px;
  font-weight: 600;
}

.subheader .wrapper .dimensions-preview li:first-child {
  padding-left: 0;
}

.subheader .wrapper .price-preview {
  font-weight: 600;
  font-size: 13px;
}

.subheader .wrapper .price-preview .price-sum {
  font-size: 22px;
  font-weight: 500;
}

.subheader .wrapper .price-preview .hint {
  display: inline-block;
  margin-left: 10px;
}

.config-nav-panel {
  background-color: #000;
}

.config-nav-panel .wrapper {
  position: relative;
}

.config-nav-panel .wrapper .config-nav {
  width: 100%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: auto;
}

@media (max-width: 800px) {
  .config-nav-panel .wrapper .config-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.config-nav-panel .wrapper .config-nav li {
  width: calc(100% / 8);
}

@media (max-width: 800px) {
  .config-nav-panel .wrapper .config-nav li {
    width: calc(100% / 4);
  }
}

@media (max-width: 575.98px) {
  .config-nav-panel .wrapper .config-nav li {
    width: 100%;
  }
}

.config-nav-panel .wrapper .config-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  position: relative;
  padding: 0 4px;
}

@media (max-width: 800px) {
  .config-nav-panel .wrapper .config-nav li a {
    height: 70px;
  }
}

@media (max-width: 575.98px) {
  .config-nav-panel .wrapper .config-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.config-nav-panel .wrapper .config-nav li a span {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .config-nav-panel .wrapper .config-nav li a span br {
    display: none;
  }
}

.config-nav-panel .wrapper .config-nav li a .cart-icon {
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .config-nav-panel .wrapper .config-nav li a.active,
  .config-nav-panel .wrapper .config-nav li a:hover,
  .config-nav-panel .wrapper .config-nav li a:target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.config-nav-panel .wrapper .config-nav li a.active span,
.config-nav-panel .wrapper .config-nav li a:hover span,
.config-nav-panel .wrapper .config-nav li a:target span {
  color: #fdac36;
}

.config-nav-panel .wrapper .config-nav li a.active:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #000;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  z-index: 10;
}

@media (max-width: 800px) {
  .config-nav-panel .wrapper .config-nav li a.active:after {
    border-left: none;
    border-top: none;
    border-left: none;
  }
}

@media (max-width: 575.98px) {
  .config-nav-panel .wrapper .config-nav li a.active:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
  }
}

.config-nav-panel .wrapper .drop-icon {
  display: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media (max-width: 575.98px) {
  .config-nav-panel .wrapper .drop-icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    width: 35px;
    height: auto;
    cursor: pointer;
  }
}

#dimensions-panel .wrapper {
  padding-top: 20px;
}

#dimensions-panel .wrapper .home-container {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 70px 0 0 0;
  border-bottom: 2px solid #f2f2f2;
}

@media (max-width: 350px) {
  #dimensions-panel .wrapper .home-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#dimensions-panel .wrapper .home-container .home-cont-spacer {
  width: 70px;
}

@media (max-width: 575.98px) {
  #dimensions-panel .wrapper .home-container .home-cont-spacer {
    width: 40px;
  }
}

@media (max-width: 350px) {
  #dimensions-panel .wrapper .home-container .home-cont-spacer {
    width: 25px;
  }
}

@media (max-width: 350px) {
  #dimensions-panel .wrapper .home-container .home-cont-spacer:last-child {
    display: none;
  }
}

#dimensions-panel .wrapper .home-container .dimensions-form {
  width: calc(100% - 140px);
  position: relative;
}

@media (max-width: 575.98px) {
  #dimensions-panel .wrapper .home-container .dimensions-form {
    width: calc(100% - 80px);
  }
}

@media (max-width: 350px) {
  #dimensions-panel .wrapper .home-container .dimensions-form {
    width: calc(100% - 50px);
  }
}

#dimensions-panel .wrapper .home-container .dimensions-form label {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 35px;
  display: inline-block;
  padding-top: 5px;
}

#dimensions-panel .wrapper .home-container .dimensions-form input[type=range] {
  margin: auto;
  outline: none;
  padding: 0;
  width: 100%;
  height: 20px;
  background-color: #dedede;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fead36), color-stop(100%, #fead36));
  background-size: 50% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

#dimensions-panel .wrapper .home-container .dimensions-form input[type=range]::-webkit-slider-runnable-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}

#dimensions-panel .wrapper .home-container .dimensions-form input[type=range]::-webkit-slider-thumb {
  height: 35px;
  width: 35px;
  border: 0;
  background: #4c4c4c;
  border-radius: 50%;
  -webkit-appearance: none;
}

input[type=range]:disabled {
	opacity: 0.2;
}

#dimensions-panel .wrapper .home-container .dimensions-form output {
  position: absolute;
  text-align: center;
  color: #000;
  display: inline-block;
  font-weight: 600;
  top: 22px;
  left: 0;
  width: 70px;
}

#dimensions-panel .wrapper .home-container .dimensions-form form {
  position: relative;
  margin: 50px auto;
  width: 100%;
}

#dimensions-panel .wrapper .home-container .dimensions-form .range-extremes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

#dimensions-panel .wrapper .home-container .dimensions-form .range-extremes span {
  font-size: 14px;
  font-weight: 600;
  color: #4e4e4e;
}

#dimensions-panel .wrapper .home-container:last-child {
  border-bottom: none;
}

.submit-panel {
  border-top: 2px solid #f0f0f0;
  margin-top: 50px;
}

.submit-panel .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 350px) {
  .submit-panel .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 350px) {
  .submit-panel .wrapper input[type=submit] {
    margin: 5px;
  }
}

.config-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .config-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.config-container .config-cont-space {
  width: 235px;
  position: relative;
  height: 100%;
}

@media (max-width: 1100px) {
  .config-container .config-cont-space {
    width: 70px;
  }
}

@media (max-width: 767.98px) {
  .config-container .config-cont-space {
    display: none;
  }
}

.config-container .config-cont-center {
  width: calc(100% - 470px);
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .config-container .config-cont-center {
    width: calc(100% - 140px);
  }
}

@media (max-width: 767.98px) {
  .config-container .config-cont-center {
    width: 100%;
  }
}

#config-panel {
  padding-top: 20px;
  padding-bottom: 0px;
}

@media (max-width: 767.98px) {
  #config-panel .config-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#config-panel .config-container .config-cont-space p {
  font-size: 14px;
  font-weight: 600;
  padding-top: 4px;
  text-transform: uppercase;
}

#config-panel .config-container .config-cont-space .prostor-checkbox {
  position: absolute;
  top: 0;
  right: -35px;
  z-index: 3;
}

@media (max-width: 767.98px) {
  #config-panel .config-container .mobile-full-width {
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  #config-panel .config-container .mobile-full-width .prostor-checkbox {
    right: 0 !important;
  }
}

#config-panel .config-container .config-cont-center .centered {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#config-panel .config-container .config-cont-center .centered li {
  margin: 0 3%;
}

@media (max-width: 500px) {
  #config-panel .config-container .config-cont-center .centered li {
    margin: 0 30px;
  }
}

@media (max-width: 767.98px) {
  #config-panel .mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.inner-config-panel {
  padding: 0 0;
}

.inner-config-panel .options-wrapper ul {
  padding: 30px 0;
}

.inner-config-panel .options-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 40px;
}

.inner-config-panel .options-wrapper .config-option-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .inner-config-panel .options-wrapper .config-option-select {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.inner-config-panel .options-wrapper .config-option-select li {
  width: calc(100% / 9);
}

@media (max-width: 1000px) {
  .inner-config-panel .options-wrapper .config-option-select li {
    margin: 0 10px;
  }
}

.inner-config-panel .options-wrapper .config-option-select li label [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.inner-config-panel .options-wrapper .config-option-select li label [type=radio] + img {
  cursor: pointer;
}

.inner-config-panel .options-wrapper .config-option-select li label [type=radio]:checked + img {
  outline: 4px solid #fead36;
}

.doors-config-panel {
  padding: 20px 0 90px 0;
}

.doors-config-panel .options-wrapper .doors-option-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 110px;
  padding-top: 30px;
}

@media (max-width: 1100px) {
  .doors-config-panel .options-wrapper .doors-option-select {
    padding: 0;
    padding-top: 30px;
  }
}

.doors-config-panel .options-wrapper .doors-option-select li {
  width: calc(100% / 7);
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 10px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .doors-config-panel .options-wrapper .doors-option-select li {
    margin: 0 10px;
  }
}

.doors-config-panel .options-wrapper .doors-option-select li .option-name {
  font-weight: 600;
  font-size: 11px;
  margin-left: 25px;
  margin-bottom: 25px;
}

.doors-config-panel .options-wrapper .doors-option-select li .option-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.doors-config-panel .options-wrapper .doors-option-select li .option-img label [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.doors-config-panel .options-wrapper .doors-option-select li .option-img label [type=radio] + img,
.doors-config-panel .options-wrapper .doors-option-select li .option-img label [type=radio] + .door-model
{
  cursor: pointer;
  margin-left: 7px;
}

.doors-config-panel .options-wrapper .doors-option-select li .option-img label [type=radio]:checked + img,
.doors-config-panel .options-wrapper .doors-option-select li .option-img label [type=radio]:checked + .door-model
{
  outline: 4px solid #fead36;
}

.doors-config-panel .config-container {
  padding-top: 35px;
}

#colors-panel {
  margin-top: 0 !important;
  background-color: #fff;
  padding: 20px 0 0 0 !important;
}

@media (max-width: 767.98px) {
  #colors-panel {
    padding-bottom: 0 !important;
  }
}

#colors-panel .wrapper {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  #colors-panel .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1000px) {
  #colors-panel .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#colors-panel .wrapper .left .product-preview {
  float: right;
}

@media (max-width: 1000px) {
  #colors-panel .wrapper .left .product-preview {
    width: 100%;
  }
}

#colors-panel .wrapper .right .product-preview {
  float: left;
}

@media (max-width: 1000px) {
  #colors-panel .wrapper .right .product-preview {
    width: 100%;
  }
}

#colors-panel .wrapper .right .range-w-padding {
  width: 100%;
}

@media (max-width: 1000px) {
  #colors-panel .wrapper .half {
    width: 100%;
  }
  #colors-panel .wrapper .right .range-w-padding {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #colors-panel .wrapper .half {
    width: 100%;
  }
}

.options-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 5px 0;
}

.options-row .biela {
  font-size: 12px;
}

.options-row p {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: 8px;
}

.options-row p a img {
  vertical-align: middle;
  margin-left: 10px;
}

.options-row .color-option-select,
.options-row .door-colors-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.options-row .color-option-select li,
.options-row .door-colors-group li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 8px;
}

.options-row .color-option-select li label [type=radio],
.options-row .door-colors-group li label [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.options-row .color-option-select .wood label > img,
.options-row .door-colors-group .wood label > img {
  width: 68px;
  height: 68px;
  border: 2px solid #b4b4b4;
}

.options-row .color-option-select .wood label [type=radio] + img {
	outline: 2px solid #b4b4b4;
	cursor: pointer;
}

.options-row .color-option-select .wood label [type=radio]:checked + img {
	outline: 4px solid #fead36;
}

.options-row .flex-row {
	/*
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 */
  padding-left: 7px;
  margin-bottom: 60px;
}

.door-colors-group {
  margin-left: 30px;
}

.door-colors-group li label [type=radio] + img {
  outline: 2px solid #b4b4b4;
  cursor: pointer;
  height: 110px;
}

.door-colors-group li label [type=radio]:checked + img {
  outline: 4px solid #fead36;
}

.colors-panel {
  background-color: #f0f0f0;
  margin-top: 10px;
  position: relative;
  padding: 0 90px;
  padding-bottom: 90px;
}

@media (max-width: 1150px) {
  .colors-panel {
    padding: 0 10px 90px 10px;
  }
}

.colors-panel .options-wrapper ul {
  position: relative;
}

@media (max-width: 767.98px) {
  .colors-panel .options-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.colors-panel .options-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colors-panel .options-wrapper ul li.wood {
  width: 90px;
  font-size: 0.8rem;
  text-align: center;
}

.colors-panel .options-wrapper .two-halfies {
  width: 100%;
}

.colors-panel .options-wrapper .two-halfies thead tr td {
  font-weight: 600;
  padding: 55px 0 10px 0;
}

@media (max-width: 1000px) {
  .colors-panel .options-wrapper .two-halfies tbody tr td {
    display: block;
  }
}

.colors-panel .options-wrapper .two-halfies tbody tr td .options-row {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767.98px) {
  .colors-panel .options-wrapper .options-row .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .colors-panel .options-wrapper .options-row .flex-row .door-colors-group {
    margin-left: 0;
  }
}

#frames-panel {
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .frame-panel {
    padding: 0 0 90px 0;
  }
}

.frame-panel .options-wrapper {
  padding: 40px;
}

@media (max-width: 1200px) {
  .frame-panel .options-wrapper {
    padding: 40px 0;
  }
}

.frame-panel .options-wrapper .options-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 50px 5px 50px;
}

@media (max-width: 1200px) {
  .frame-panel .options-wrapper .options-row {
    margin: auto;
  }
}

@media (max-width: 1000px) {
  .frame-panel .options-wrapper .options-row {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .frame-panel .options-wrapper .options-row {
    padding: 20px 0 5px 0;
  }
}

.frame-panel .options-wrapper .options-row p {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: 8px;
}

.frame-panel .options-wrapper .options-row p a img {
  vertical-align: middle;
  margin-left: 10px;
}

.frame-panel .options-wrapper .options-row .frame-option-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1000px) {
  .frame-panel .options-wrapper .options-row .frame-option-select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.frame-panel .options-wrapper .options-row .frame-option-select li {
  padding: 15px 8px;
  width: 85px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.frame-panel .options-wrapper .options-row .frame-option-select li label [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.frame-panel .options-wrapper .options-row .frame-option-select li .hranol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frame-panel .options-wrapper .options-row .frame-option-select li img {
	height: 68px;
	max-width: 68px;
}

.frame-panel .options-wrapper .options-row .frame-option-select li .color-box {
	height: 68px;
	width: 68px;
	cursor: pointer;
}

.frame-panel .options-wrapper .options-row .frame-option-select li .color-name {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}

.frame-panel .options-wrapper .options-row .frame-option-select li label [type=radio]:checked + img {
  outline: 4px solid #fead36;
}

.frame-panel .options-wrapper .options-row .frame-option-select li label [type=radio]:checked + .color-box {
  outline: 4px solid #fead36;
}

.frame-panel .options-wrapper .options-row .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 7px;
}

.frame-panel .options-wrapper .two-halfies {
  width: 100%;
}

.frame-panel .options-wrapper .two-halfies thead tr td {
  font-weight: 600;
  padding: 55px 0 10px 0;
}

@media (max-width: 1000px) {
  .frame-panel .options-wrapper .two-halfies tbody tr td {
    display: block;
  }
}

.frame-panel .options-wrapper .two-halfies tbody tr td .options-row {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#transport-panel {
  margin-top: 0 !important;
  background-color: #fff;
  padding: 20px 0 0 0 !important;
}

@media (max-width: 767.98px) {
  #transport-panel {
    padding-bottom: 0 !important;
  }
}

#transport-panel .wrapper {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1000px) {
  #transport-panel .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  #transport-panel .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#transport-panel .wrapper .left .product-preview {
  float: right;
}

@media (max-width: 1000px) {
  #transport-panel .wrapper .left .product-preview {
    width: 100%;
  }
}

#transport-panel .wrapper .right .product-preview {
  float: left;
}

@media (max-width: 1000px) {
  #transport-panel .wrapper .right .product-preview {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  #transport-panel .wrapper .half {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #transport-panel .wrapper .half {
    width: 100%;
  }
}


.transport-panel .options-wrapper {
  padding-top: 45px;
}

@media (max-width: 1100px) {
  .transport-panel .options-wrapper .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.transport-panel .options-wrapper .flex-row .half {
  padding: 0 25px 0 25px;
}

@media (max-width: 1100px) {
  .transport-panel .options-wrapper .flex-row .half {
    width: 100%;
  }
}

.transport-panel .options-wrapper .flex-row .half table,
.transport-panel .options-wrapper .flex-row .half .table
{
  width: 100%;
  height: 282px;
  overflow-y: auto;
}

.transport-panel .options-wrapper .flex-row .half table thead tr td,
.transport-panel .options-wrapper .flex-row .half h2
{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0;
}

.transport-panel .options-wrapper .flex-row .half table tbody
{
  border: 1px solid #b4b4b4;
}

.transport-panel .options-wrapper .flex-row .half table tbody tr,
.transport-panel .options-wrapper .flex-row .half .table .row
{
  background-color: #fff;
  cursor: pointer;
}

.transport-panel .options-wrapper .flex-row .half table tbody tr td,
.transport-panel .options-wrapper .flex-row .half .table .c1,
.transport-panel .options-wrapper .flex-row .half .table .c2
{
  border: 1px solid #b4b4b4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 20px;
}

.transport-panel .options-wrapper .flex-row .half table tbody tr td input,
.transport-panel .options-wrapper .flex-row .half .table input
{
  visibility: hidden;
}

.transport-panel .options-wrapper .flex-row .half table tbody .selected,
.transport-panel .options-wrapper .flex-row .half .table .selected
{
  background-color: #fead36;
}

#sum-panel {
  margin-top: 0 !important;
  background-color: #fff;
  padding: 20px 0 0 0 !important;
}

@media (max-width: 767.98px) {
  #sum-panel {
    padding-bottom: 0 !important;
  }
}

#sum-panel .wrapper {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1200px) {
  #sum-panel .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  #sum-panel .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sum-panel .wrapper .left .product-preview {
  float: right;
}

@media (max-width: 1000px) {
  #sum-panel .wrapper .left .product-preview {
    width: 100%;
  }
}

#sum-panel .wrapper .right .product-preview {
  float: left;
}

@media (max-width: 1200px) {
  #sum-panel .wrapper .left .product-preview {
    float: none;
  }
  #sum-panel .wrapper .product-preview {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #sum-panel .wrapper .half {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #sum-panel .wrapper .half {
    width: 100%;
  }
}

#sum-panel .wrapper {
  text-transform: uppercase;
}

#sum-panel table.wrapper {
	display: table;
}

#sum-panel .wrapper tr td {
  min-width: 140px;
}

@media (max-width: 1000px) {
  #sum-panel .wrapper tr td {
    min-width: 0;
  }
}

#sum-panel .wrapper tr td table {
  width: 100%;
  margin: auto;
  margin-top: 100px;
}

#sum-panel .wrapper tr td table thead tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 5%;
}

@media (max-width: 1000px) {
  #sum-panel .wrapper tr td table thead tr td {
    padding: 20px 0;
  }
}

#sum-panel .wrapper tr td table tbody tr td {
  font-weight: 600;
  font-size: 11px;
}

#sum-panel .wrapper tr td table tbody tr td:nth-child(odd) {
  text-align: left;
  padding: 20px 1% 20px 5%;
}

#sum-panel .wrapper tr td table tbody tr td:nth-child(even) {
  text-align: right;
  max-width: 50px;
  padding: 20px 5% 20px 1%;
}

@media (max-width: 1000px) {
  #sum-panel .wrapper tr td table tbody tr td:nth-child(even) {
    max-width: 60px;
  }
}

#sum-panel .wrapper tr td table tfoot tr td {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  padding: 20px 5%;
}

@media (max-width: 1000px) {
  #sum-panel .wrapper tr td table tfoot tr td {
    padding: 20px 0;
  }
}

#sum-panel .wrapper tr td table tfoot tr td #total-price {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  #sum-panel .wrapper tr .mobile-hide {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #sum-panel .wrapper tr .mobile-block {
    display: block;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #sum-panel .wrapper tr .mobile-block table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  #sum-panel .wrapper tr .mobile-block table tbody tr td {
    display: block;
    width: 50%;
    padding: 20px 0 !important;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .order-panel {
    padding: 0 0 90px 0;
  }
}

.order-panel .options-wrapper {
  padding: 50px 0 0 0;
}

.order-panel .options-wrapper #order-form {
  width: 100%;
  margin: auto;
  max-width: 485px;
}

.order-panel .options-wrapper #order-form thead tr td {
  font-size: 16px;
  font-weight: 600;
  padding: 25px 0;
}

.order-panel .options-wrapper #order-form tbody tr td textarea {
  height: 150px;
}

.order-panel .submit-panel .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .order-panel .submit-panel .share {
    /*display: none;*/
	position: absolute;
    margin-top: 100px;
  }
}

.order-panel .submit-panel .share a {
  text-transform: lowercase;
  color: #828282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 40px;
  max-width: 150px;
}

@media (max-width: 1000px) {
  .order-panel .submit-panel .share a {
    padding: 5px 10px;
  }
}

.order-panel .submit-panel .share a img {
  width: auto;
  height: 35px;
  vertical-align: middle;
  margin: 5px 15px;
}

.order-panel .submit-panel .share a span {
  font-size: 10px;
}

#flash-area {
	position: fixed;
	z-index: 500;
	/* bottom: 0; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.alert {
	padding: 1.75rem 2.25rem;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	box-shadow: 5px 5px 10px #c3c3c3;
}

.dev-section1 {
	float: left;
	width: 68px;
	height: 184px;
	background: wheat;
	border: 1px solid graytext;
}

footer {
	background-color: #f0f0f0;
	border-top: 1px solid #d1d1d1;
	padding: 40px 0;
}

footer a {
	text-decoration: none;
	color: black;
}

footer a:hover {
	text-decoration: underline;
	color: black;
}

/* GALLERY */
.thumb {
	max-height: 300px;
}
.thumbnail {
	display: block;
	min-height: 300px;
	position: relative;
}
.img-thumbnail {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
