/* CSS Document */
/* CSS Document */
.ui-datepicker {
  font-size: 1.6rem !important;
}

#agreement {
  text-align: center;
  font-size: 1.6rem;
}

.contact p {
  font-size: 1.6rem;
}

.setplan p {
  font-size: 1.6rem;
}
.setplan p span {
  color: #CC3300;
}

.btn_block {
  display: flex;
  justify-content: space-around;
  margin: 10px auto;
}
.btn_block button {
  padding: 5px 1em;
  font-size: 2rem;
  background: #ff5a00;
  color: #fff;
  border: 0 none;
  border-radius: 4px;
  min-width: 250px;
}
.btn_block button:disabled {
  background: #ddd;
}
.btn_block button:disabled:hover {
  background: #ddd;
}
.btn_block button:hover {
  background: rgba(255, 90, 0, 0.8);
}
.btn_block form {
  min-width: 35%;
}
.btn_block form button {
  padding: 5px 1em;
  font-size: 2rem;
  background: #ff5a00;
  color: #fff;
  border: 0 none;
  border-radius: 4px;
  width: 100%;
  min-width: 40vw;
}

.tbl input[type="text"], .tbl input[type="tel"], .tbl input[type="email"], .tbl textarea, .tbl select {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 4px;
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.tbl input[type="text"], .tbl input[type="tel"], .tbl input[type="email"], .tbl textarea {
  width: 90%;
}
.tbl input.datepicker {
  max-width: 8em;
}
.tbl span {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.tbl span input {
  flex-grow: 2;
}
.tbl span label {
  white-space: nowrap;
}
.tbl span label span {
  display: inline;
}
.tbl span.zip {
  width: 18em;
}
.tbl span.block {
  display: block;
}
.tbl span.block input {
  width: 18em;
}
.tbl p#total span {
  display: inline;
}
.tbl label {
  font-size: 1.6rem;
  margin-right: 5px;
}
.tbl input + label {
  margin-left: 10px;
}
.tbl #days_view {
  display: inline;
}
.tbl #days_error {
  display: inline;
  color: red;
}

.products {
  width: 100%;
  vertical-align: top;
}
.products span {
  display: inline;
}
.products tbody tr td {
  padding-top: 10px;
  border-bottom: 1px dashed #333;
}
.products tbody tr td.data {
  padding-left: 10px;
  width: 60%;
  min-width: 10em;
  vertical-align: top;
}
.products tbody tr td.data h3 {
  margin-top: 0;
}
.products tbody tr td.data p.price {
  font-weight: bold;
  font-size: 2rem;
  color: #ff5a00;
}
.products tbody tr td.ph {
  width: 35%;
}
.products tbody tr td.ph img {
  width: 100%;
}
.products tfoot td {
  font-weight: bold;
  font-size: 2rem;
  color: #ff5a00;
  text-align: right;
}
.products + p {
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .btn_block form {
    min-width: 35%;
  }

  .btn_block form button {
    padding: 5px 1em;
    font-size: 2rem;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    width: 100%;
    min-width: 250px;
  }
}
