html, body {
  margin: 0 0 60px 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

* {
  outline-style: none !important;
}

a {
  color: #8fbd4d;
}

.btn.btn-theme {
  color: #fff;
  background: #60398f;
  border-radius: 8px;
  font-style: italic;
}

button.success, button.warning {
  border-radius: 8px;
  padding: 4px 40px;
  font-size: 12px;
  border: none;
}

button.success {
  background: #8fbd4d;
}

button.warning {
  background: #e4ac3a;
}

div.container {
  margin: 0 auto;
  position: relative;
}

div.container h1 {
  color: #8fbd4d;
  font-size: 26px;
  font-style: italic;
  width: 100%;
  text-align: center;
}

div.container div.form-header {
  margin-bottom: 80px;
}

div.steps {
  display: flex;
  height: 50px;
  z-index: 10;
  position: absolute;
  width: calc(100% - 30px);
  margin-top: -50px;
  box-sizing: initial;
}

div.steps div.page-tab {
  display: flex;
  flex: 1;
  align-items: center;
  text-align: center;
  cursor: pointer;
  box-sizing: initial;
}

div.steps div.page-tab div {
  transition: all 0.2s;
  background: #757779;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  min-height: 52px;
  position: relative;
  border: 2px solid #eee;
  height: 100%;
}

div.steps div.page-tab:first-child div {
  border-left: none;
}

div.steps div.page-tab:last-child div {
  border-right: none;
}

div.steps div.page-tab div span {
  display: inline-flex;
  align-content: center;
  flex-direction: column;
  flex: 1 0 100%;
  line-height: 1.2;
}

div.steps div.page-tab.disabled {
  cursor: not-allowed;
}

div.steps div.page-tab.disabled div {
  color: #b3b3b3;
}

div.steps div.page-tab.no-partitions {
  cursor: not-allowed;
}

div.steps div.page-tab.no-partitions div {
  color: #b3b3b3;
}

div.steps div.page-tab.no-theme {
  cursor: not-allowed;
}

div.steps div.page-tab.no-theme div {
  color: #b3b3b3;
}

div.steps div.page-tab.active div {
  height: calc(100% + 10px);
  background: #8fbd4d;
}

div.page-header-box {
  margin-top: 60px;
  padding: 30px 10px;
}

div.page-header-box h2 {
  color: #60398f;
  text-align: center;
  font-style: italic;
  margin-top: 30px;
}

div.page-header-box.page-header-box-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 52px 0 0;
  padding-top: 30%;
}

div.page-description {
  margin-bottom: 70px;
}

div.page-description h2 {
  color: #60398f;
  font-style: italic;
}

div.themes {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
}

div.partitions {
  flex: 1 1 auto;
  justify-content: space-between;
}

div.partitions div.partition, div.themes div.theme {
  display: block;
  flex: 0 0 33%;
  margin: 25px 10px;
  padding: 0 0 10px 0;
  text-align: center;
  flex-direction: column;
  cursor: pointer;
}

div.partitions div.partition {
  cursor: default;
}

div.partitions div.partition:first-child, div.themes div.theme:first-child {
  margin-left: 0;
}

div.partitions div.partition:last-child, div.themes div.theme:last-child {
  margin-right: 0;
}

div.partitions div.partition div.image, div.themes div.theme div.image {
  object-fit: contain;
}

div.partitions div.partition label {
  margin-top: 10px;
}

div.partitions div.partition label input {
  display: none;
}

div.partitions div.partition label input:checked+div.btn {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

div.pages {}

div.pages div.page {
  display: none;
}

div.pages div.page.active {
  display: block;
}

div.pages div.page.room div.content {
  padding: 0 20px;
  background-image: linear-gradient(#8fbd4d 29%, rgba(255, 255, 255, 0) 0%);
  background-position: top left;
  background-size: 3px 10px;
  background-repeat: repeat-y;
  margin-top: 30px;
}

div.pages div.page.room div.content h3 {
  border-bottom: 1px solid #8fbd4d;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 10px;
}

div.pages div.page.room div.content div.categories {}

div.pages div.page.room div.content div.categories div.category {}

div.pages div.page.room div.content div.categories div.category div.modifications {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  margin-bottom: 40px;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification {
  width: 100%;
  display: flex;
  flex: 0 1 25%;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options {
  flex: 1 1 100%;
  border: 2px solid #8fbd4d;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options button.back-button {
  margin: 0 0 10px 10px;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group {
  width: 100%;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group h4 {
  color: #60398f;
  font-style: italic;
  margin-left: 5px;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  padding: 5px 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option {
  width: 100%;
  display: flex;
  flex: 0 1 25%;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option>div {
  width: calc(100% - 10px);
  height: 100%;
  font-size: 11px;
  cursor: pointer;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content div.image, div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option>div div.image {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  display: flex;
  position: relative;
  padding-top: 73.20%;
  border: 1px solid #000;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option>div.selected div.image {
  border: 3px solid #000;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus div.modification-content div.image::before, div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus div.modification-content div.image::after {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.2s;
  top: 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus div.modification-content div.image::before {
  content: ' ';
  border: 6px solid #fff;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus div.modification-content div.image::after {
  content: '+';
  font-size: 7rem;
  color: #e4ac3a;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.6);
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus.selected div.modification-content div.image::after {
  opacity: 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus:hover div.modification-content div.image::after {
  opacity: 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option>div div.option-text {
  padding: 5px 5px 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option>div div.option-price {
  padding: 0 5px 5px;
  color: #f00;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content {
  width: calc(100% - 10px);
  height: 100%;
  font-size: 11px;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.changeable div.modification-content {
  cursor: pointer;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.group-modification-name {
  font-weight: 700;
  font-style: italic;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.selected-value {
  display: block;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.selected-value.title.extra-cost {
  color: #f00;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.selected-value.price {
  color: #f00;
  font-weight: 700;
  font-style: italic;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.selected-value.deadline {
  color: #f00;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content div.change-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

div.pages div.page#page-summary table.summary-header {
  background: #eee;
  width: 100%;
}

div.pages div.page#page-summary table.summary-header th {
  font-style: italic;
  font-weight: 700;
}

div.pages div.page#page-summary table.summary-header th, div.pages div.page#page-summary table.summary-header td {
  width: 50%;
  padding: 5px;
}

div.pages div.page#page-summary table.summary-header td {}

div.pages div.page#page-summary table.summary-header td.hilight {
  color: #60398f;
}

#page-summary div.page-content div.content p {
  margin-top: 10px;
}

#summary div.modifications {
  display: flex;
}

#summary div.modifications div.modification {
  flex: 0 1 50%;
  flex-direction: row;
}

#summary div.modifications div.modification div.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25%;
  padding-top: 18.3%;
  border: 1px solid #000;
  min-height: 100%;
  align-self: baseline;
}

#summary div.modifications div.modification div.text {
  padding: 5px 10px;
  align-self: flex-end;
}

#summary div.modifications div.modification div.text div.title {
  font-style: italic;
  font-weight: 700;
}

#summary div.modifications div.modification div.text div.price {
  color: #f00;
  font-style: italic;
}

button.continue-button {
  padding: 10px 40px;
  display: block;
  margin: 30px auto;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification img.image {
  width: 25%;
  object-fit: contain;
  border: 1px solid #000;
}

div.theme img.image {
  object-fit: contain;
  margin-bottom: 10px;
  width: 100%;
}

input:disabled {
  background: #ccc;
}

.remove {
  display: none !important;
}

.remove-wall {
  color: #f00;
}

.price {
  color: #f00;
}