.orders-form,
.inquiry-form {
  background-color: #F6F6F6;
  padding: 30px 0;
}

.orders-form form,
.inquiry-form form {
  box-shadow: 0px 14px 20px #00000014;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 44px 55px;
}

.orders-form form .form-title *,
.orders-form form h3,
.inquiry-form  form .form-title *, 
.inquiry-form  form h3 {
  font-size: 24px;
  font-family: 'Metropolis Semi';
  letter-spacing: 0.6px;
  margin-bottom: 30px;
  color: #333333;
}

.orders-form-bottom {
  padding-top: 35px;
}

.orders-form-bottom a.btn,
.orders-form-bottom button.btn {
  width: 100%;
  box-shadow: 0px 10px 24px #0000001a !important;
  margin-bottom: 15px;
}

.orders-form-bottom span {
  font-size: 12px;
  color: #B7B7B7;
}

.checkbox-agreement label.error {
  font-size: 14px;
    font-family: 'Metropolis Semi';
    letter-spacing: 0.28px;
}

.checkbox-container input[type="checkbox"].error ~ .checkmark {
  border: 1px solid red;
}

.orders-form form input:not([type="checkbox"]),
.inquiry-form form input:not([type="checkbox"])  {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  min-width: 20px;
  margin: 0 14px 0 0;
  font-size: 0;
  line-height: 0;
  height: 20px;
}

.checkbox-container .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 3px;
}

.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: var(--header_active_color, #008E2F);
  border-color: var(--header_active_color, #008E2F);
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.orders-form form .orders-form-box  {
  margin-top: 30px;
}

.orders-dual .orders-form-box:first-of-type{
  width: 128px;
  margin-right: 15px;
}

.orders-dual .orders-form-box:last-of-type{
  width: calc(100% - 143px);
}

.orders-form form .orders-form-box label {
  font-size: 14px;
  font-family: 'Metropolis Semi';
  letter-spacing: 0.28px;
}

.checkbox-wraper {
  display: flex;
  margin-top: 20px;
}

.checkbox-wraper input[type="checkbox"],
.orders-form-box input[type="checkbox"] {
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 14px;
}

.orders-form-box .optional-info {
  color: #B7B7B7;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Metropolis';
}

.orders-form form textarea {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  resize: none;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.checkbox-agreement .checkbox-wraper label {
  font-size: 12px;
  font-family: 'Metropolis';
  font-weight: normal;

  line-height: 14px;
}

.checkbox-agreement .checkbox-wraper label strong {

}

.invoice-box {
  display: none;
}

#bothBox:checked ~ #bothUnchecked{
  display: none;
}


@media (max-width: 992px) {
  .orders-dual .orders-form-box:first-of-type{
    width: 100%;
    margin-right: 0;
  }

  .orders-form form {
    padding: 30px 25px;
  }

  .order-title {
    max-width: 100%;
    margin: 5px 0px;
  }
  
  .orders-dual .orders-form-box:last-of-type{
    width: 100%;
  }
}

.inquiry-form form {
  font-size: 13px;
}

.inquiry-form table {
  width: 100%;
}

.inquiry-form .img-wrapper img {
  width: 100%;
  height: auto;
}

.inquiry-form .chk-wrapper {
  user-select: none;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  top: 0;
  left: 0;
}

.inquiry-form .chk-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background-color: #fff;
}

.inquiry-form .chk-wrapper .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #555;
  border-radius: 4px;
  
  /* background-color: #fff; */
}

.inquiry-form .chk-wrapper:hover input ~ .checkmark {
  background-color: #fff;
}

.inquiry-form .chk-wrapper input:checked ~ .checkmark {
  background-color: #2196F3;
  background-color: #11294a;
  border-color: #11294a;
}

.inquiry-form .chk-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inquiry-form .chk-wrapper input:checked ~ .checkmark:after {
  display: block;
}

.inquiry-form .copy-above {
  margin: 10px 0 5px;
  display: inline-block;
}

.code-check.code-check-success {
  color: green;
  padding: 20px 10px;
  border: 1px solid green;
  border-radius: 4px;
  margin-bottom: 10px;
}

.code-check.code-check-erros {
  color: red;
  padding: 20px 10px;
  border: 1px solid red;
  border-radius: 4px;
  margin-bottom: 10px;
}