@charset "UTF-8";
.product-box {
  position: relative;
  font-size: 10px;
  left: 0;
  top: 0;
}

.action {
  text-align: center;
  font-size: 1.4em;
}

#contact {
  margin-top: 127px;
}

#contact .quotation-area {
  text-align: center;
}
#contact .quotation-area span {
  margin: 0 10px 10px 0;
}
#contact .quotation-area input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
#contact .quotation-area label {
  vertical-align: middle;
  font-size: 18px;
}
#contact .quotation-area p {
  font-size: 12px;
  margin-bottom: 0;
}
#contact .quotation-area .alert {
  font-size: 16px;
}
#contact table label { font-weight: normal;}

#flow {
  margin-bottom: 20px;
}

#flow .step-img img {
  vertical-align: middle;
  margin-top: 20px;
}

#flow .step {
  font-size: 16px;
  margin: 0 30px;
  padding: 10px 100px;
  background: #d9d9d9;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}

#flow .step.active {
  background-color: #b7212c;
  color: #fff;
}

#flow .step-img {
    display: inline-block;
    vertical-align: middle;
}

#error_message {
  font-size: 1.4em;
}
.alert {
  color: #f00;
}
.table > tbody > tr > th {
  font-size: 1.2em;
}
td .alert {
  color: #f00;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.overlay {
  display: none;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.overlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: auto;
  padding: 20px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
.overlay p {
  text-align: center;
  font-size: 20px;
}
.overlay .text-box {
  height: 140px;
  font-size: 16px;
  overflow-y: scroll;
  text-align: left;
}
.overlay .text-box strong {
  font-size: 16px;
}
.overlay button {
  display: block;
  margin: 0 auto;
}
.table th {
  width: 32%;
}
.table td input[type="radio"],
.table td input[type="checkbox"] {
  margin-right: 6px;
  margin-left: 6px;
}
.table td .input-wrap {
  display: inline-block;
}
.table td .notes,
.contact-time-text .notes {
  margin: 13px 0;
}
#consultation {
  display: none
}
.form-control,
.contact-date-choice {
  border: 1px solid #ccc;
}
.form-control {
  margin-bottom:0;
}
.alert-error {
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 0;
}
#error_message {
  font-size: 1.1em;
  font-weight: bold;
}
input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 5px;
}
#find label {
  margin-bottom: 10px;
  font-weight:normal;
  margin-right: 1em;
  font-size: 1.1em;
}
#ui-datepicker-div {
  z-index: 100 !important;
}
form h4 {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #flow .step {
    margin: 0;
    float: left;
    width: 27%;
    text-align: center;
    padding: 10px 0;
  }
  #flow .step-img {
    margin: 1.5% 3%;
    float: left;
  }
  #flow .step-img {
    float: left;
  }
  #flow .step-img img {
    margin-top: 10px;
  }
  .overlay .inner {
    width: 80%;
    height: auto;
    padding: 4%;
  }
  .overlay p {
    font-size: 16px;
  }
  .overlay .text-box {
    height: 100px;
    font-size: 12px;
  }
  .overlay .text-box strong {
    font-size: 12px;
  }
  .table td .notes,
  .contact-time-text .notes {
    margin: 0;
  }
  .d-flex {
    margin-top: 15px;
  }

  .table > tbody > tr > th {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .table > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 10px 15px 15px;
    border-top: 0;
  }
  td .form-control {
    margin-bottom: 0;
  }
  td .row.mt10 {
    margin-bottom: 15px;
  }
  #contact {
    margin-top: 20px;
  }
}