.project-factories {
  padding: 15px;
  max-width: 700px;
  background: #fff;
  min-height: 400px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.project-factories .config-area {
  border: solid #c2cae2;
  padding: 5px;
  margin-bottom: 10px;
  color: #3c485a;
  font-size: 14px;
}

.project-factories .config-area md-switch {
  margin: 8px 0;
}
.project-factories .config-area .value {
  background: #c2cae2;
  padding: 10px 5px;
  text-align: right;
  color: #000;
  font-weight: 600;
}
.project-factories .config-area .value input {
  background: none;
  border: none;
  outline: none;
  text-align: right;
  font-weight: 600;
}
.project-factories .total-price h1,
.project-factories .total-price h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
}
.project-factories .total-price .value {
  background: #c2cae2;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 30px;
}
.project-factories .config-area .value small,
.project-factories .total-price .value small {
  font-style: italic;
  font-weight: 100;
  padding-right: 3px;
  color: #747d98;
}

.project-factories .config-area md-switch .md-label {
  color: #3c485a;
  font-size: 12px;
  text-transform: uppercase;
}
.project-factories .config-area input {
  width: 100px;
  height: 30px;
  border: solid 2px #c2cae2;
  padding: 0 0 0 10px;
  font-size: 14px;
  outline: none;
}
.project-factories .config-area input.error {
  border-color: #fe7492;
}
.project-factories .config-area input::placeholder {
  color: #c2cae2;
}
.project-factories .config-area input[type="number"] {
  text-align: right;
}
