* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background: #ebebeb; }

.section {
  padding: 0 5%;
  margin: 0 0 2.5% 0; }
  .section--intro {
    margin: 5% 0; }
  .section--full {
    padding: 0; }

.header {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2.5%; }
  .header--center {
    text-align: center;
    width: 100%;
    margin: 5% 0; }

.text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem; }
  .text--copyright {
    font-size: 0.8rem; }
  .text--small {
    font-size: 0.7rem; }
  .text--bold {
    font-weight: bold; }

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* height: 100%; */ }

.container__item {
  position: relative;
  width: 100%;
  margin: 5% 0; }

.item__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.item__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: white; }

.image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.image--icon {
  width: 20px;
  height: 20px; }

.image-container {
  height: 100%; }

.text-container {
  padding: 0 5%;
  margin: 0 auto; }
  .text-container p {
    max-width: 800px; }

.button {
  font-family: "Montserrat", sans-serif;
  min-width: 100px;
  padding: 10px 20px;
  background: transparent;
  border: none;
  border-radius: 20px;
  margin: 2.5% 0;
  text-decoration: none;
  text-align: center;
  color: black; }

.button--primary {
  background: black;
  color: white; }

.link {
  text-decoration: none; }

.page-header .image-container {
  height: 55vh; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #ebebeb;
  border: none; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

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

.error404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 5%;
  height: 10vh;
  -webkit-box-shadow: 0px 12px 10px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 12px 10px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 12px 10px -12px rgba(0, 0, 0, 0.75); }

.nav--admin {
  box-shadow: none;
  border-bottom: 0.5px solid black;
  height: 5vh;
  background: #353535; }
  .nav--admin .navbar__item .link {
    color: #d7d2d2; }

.nav__logo {
  z-index: 100; }
  .nav__logo .image {
    width: 90px; }

.nav__button--mobile .image {
  width: 50px; }

.nav__navbar {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 0%;
  background: white;
  opacity: 0;
  z-index: 100; }

.nav__navbar--active {
  top: 10vh;
  height: 90vh;
  transition: 1s;
  opacity: 1;
  background: #ebebeb; }

.navbar__item .link {
  color: #000000;
  font-size: 1rem; }

.configurator__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%; }

.form__main-options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.form__additional-options {
  margin-bottom: 5%; }

.form__woodColors {
  display: none; }
  .form__woodColors .image {
    width: 800px; }

.form__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5%; }

.configurator__form .form__item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%; }

.configurator__form .form__select {
  width: 50%;
  text-align: center; }

.configurator__results {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none; }

.results__product-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-align: center; }

.product-details__item {
  margin-bottom: 5%;
  width: 100%;
  font-size: 1.2rem; }

.product-details__output {
  font-weight: bold; }

.results__package-details {
  display: none;
  width: 50%; }

.package-details__item {
  margin-bottom: 5%; }

.package-details__output {
  font-weight: bold;
  margin-top: 1.5%; }

.form__create {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: initial; }

.form__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5%; }

.form__item select {
  width: 100%; }

.form__item input {
  width: 100%; }

.list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .list__category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  .list__item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

.single__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px; }

.login-form {
  width: 300px;
  margin: 0 auto;
  font-family: Tahoma, Geneva, sans-serif; }
  .login-form h1 {
    text-align: center;
    color: #4d4d4d;
    font-size: 24px;
    padding: 20px 0 20px 0; }
  .login-form input[type="password"],
  .login-form input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    box-sizing: border-box; }
  .login-form input[type="submit"] {
    width: 100%;
    padding: 15px;
    background-color: #535b63;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 2.5% 0 0 0;
  padding: 2.5% 10%;
  -webkit-box-shadow: 0px 18px 29px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 29px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 29px 0px rgba(0, 0, 0, 0.75); }

.footer__item {
  margin: 5% 0; }
  .footer__item:first-child {
    margin-right: auto; }
  .footer__item .header {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 2.5%; }

.wip {
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

@media (min-width: 1024px) {
  .header {
    font-size: 1.5rem;
    margin: 2% 0; }
  .text {
    font-size: 1rem; }
    .text--small {
      font-size: 0.7rem; }
  .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .container__item {
    margin: 0; }
  .page-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  .page-header .image-container {
    height: 40vh;
    width: 100%; }
  .page-header .image {
    object-position: bottom; }
  .page-header .text-container {
    margin: 2.5% auto; }
  .nav__logo {
    width: 30%; }
  .nav__button--mobile {
    display: none; }
  .nav__navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    margin-left: 45%; }
  .navbar__item .link {
    font-size: 1rem;
    color: #000000; }
  .navbar__social-media {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .navbar__social-media .navbar__item {
    margin: 0 10px; }
  .form__main-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  .form__woodColors .image {
    width: 100%; }
  .form__buttons {
    width: 30%; }
  .configurator__form .form__item {
    width: auto; }
  .configurator__form .form__select {
    width: 180px;
    text-align: left; }
  .form__additional-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
  .results__product-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    width: 95%;
    text-align: center; }
  .results__package-details {
    display: none;
    align-items: flex-start;
    width: 100%;
    text-align: center; }
  .product-details__item {
    font-size: 1.4rem;
    width: 20%; }
  .product-details__output {
    font-size: 1.4rem;
    margin-top: 2.5%; }
  .form__create {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  .form__item {
    margin-bottom: 2.5%; }
  select {
    width: 300px; }
  input {
    width: 300px; }
  .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .list__item {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      column-gap: 10px;
      align-items: center;
      width: 100%;
      margin-bottom: 20px; }
    .list--options {
      flex-direction: row;
      align-items: baseline;
      overflow-x: scroll; }
  .footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 1% 5%; }
    .footer__item {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      text-align: center; }
    .footer__social-media {
      flex-direction: row;
      justify-content: space-evenly;
      align-self: center; }
    .footer .footer__item {
      margin: 0 10px; } }
