.ng-hide {
  display: none !important;
}

.optimus-order {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 55px 0 155px;
}

.optimus-stripe-notice,
.optimus-stripe-confirmation {
  width: 1170px;
  max-width: 100%;
  margin: 32px auto 0;
  padding: 22px 24px;
  border: 1px solid #d7e3f4;
  border-radius: 16px;
  background: #f7fbff;
  color: #004082;
}

.optimus-stripe-notice h3,
.optimus-stripe-confirmation h3 {
  margin: 0 0 8px;
}

.optimus-stripe-notice p,
.optimus-stripe-confirmation p {
  margin: 0;
}

.optimus-stripe-notice--success,
.optimus-stripe-confirmation--success {
  border-color: #b8dfc7;
  background: #f1fbf4;
  color: #1f6f3d;
}

.optimus-stripe-notice--cancelled {
  border-color: #f0d7a7;
  background: #fff9ef;
  color: #8a5b00;
}

.optimus-stripe-notice--error,
.optimus-stripe-confirmation--error {
  border-color: #efc1c1;
  background: #fff5f5;
  color: #9a1f1f;
}

.section {
  overflow: hidden;
  margin-top: 15px;
  border: solid 10px #dddddd;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}

.section-header {
  color: #ffffff;
  background-color: #004082;
  padding: 10px 15px;
  border-bottom: solid 10px #dddddd;
}

h4 {
  font-size: 18px;
  margin-top: 10px !important;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 700;
  color: inherit;
}

.section-content {
  background-color: #ffffff;
  color: #004082;
  padding: 20px 15px 10px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.tcol-big {
  width: auto;
}

.tcol-wide {
  width: 120px;
}

.tcol-small {
  width: 80px;
}

.tcol-normal {
  width: 100px;
}

.summary {
  font-weight: 700;
}

.bw-customer-info {
  text-align: center !important;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0;
}

body
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body .gform_wrapper select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

body .gform_wrapper select {
  padding: 0 12px !important;
  line-heigth: 1;
}

body .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #004082;
  line-height: 1;
}

input.package-quantity {
  text-align: center;
}

input.package-quantity[disabled] {
  text-align: center;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"] {
  display: inline-block;
  padding: 15px 35px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  height: auto;
}

.gchoice label {
  font-weight: 400;
  font-size: 13px !important;
}

body .gform_wrapper.gravity-theme .gfield-choice-input {
  vertical-align: top;
  margin-top: 3px;
}

input[type="checkbox"][name="restapiInclued"] {
  width: 18px;
  height: 18px;
  margin-top: 10px;
}

.gfield_description.validation_message.gfield_validation_message {
  display: none !important;
}

.gform_wrapper .gfield_error .ginput_complex label {
  color: #004082;
}

.optional-addon-heading td {
  padding-top: 20px !important;
  border-top: 1px solid #c8d8ea !important;
}

.optional-addon-title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #3f5f83;
}

.optional-addon-intro,
.optional-addon-note,
.optional-addon-copy,
.optional-addon-meta {
  font-size: 12px;
  line-height: 1.45;
  color: #5a7390;
}

.optional-addon-note,
.optional-addon-meta {
  color: #67809c;
}

.optional-addon-meta {
  margin-top: 4px;
}

.optional-addon-row td {
  color: #4e6885;
}

.optional-addon-row b {
  font-weight: 600;
  color: #3f5f83;
}

.optional-addon-row .addon-unit-price,
.optional-addon-row .addon-netto,
.optional-addon-row .addon-tax,
.optional-addon-row .addon-brutto,
.optional-addon-row .addon-billing-unit-label {
  font-size: 12px;
  color: #5f7793;
}

.addon-quantity {
  min-width: 34px;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.quantity-control input.form-control {
  width: 24px;
  min-width: 24px;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #111111;
}

.quantity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #ffffff;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    color 0.15s ease;
}

.quantity-button:hover {
  border-color: #b8b8b8;
  color: #1d1d1d;
}

.optional-addon-row .quantity-control {
  gap: 8px;
}

.optional-addon-row .quantity-control input.form-control {
  font-size: 12px;
  font-weight: 600;
  color: #4f6a87;
}

.optional-addon-row .quantity-button {
  width: 28px;
  height: 28px;
  border-color: #cddced;
  background: #f1f6fc;
  color: #587492;
  font-size: 18px;
}

.optional-addon-row .quantity-button:hover {
  border-color: #b7cde3;
  background: #e9f1fb;
  color: #3f5f83;
}

.quantity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(0 64 130 / 12%);
}

.quantity-control.is-disabled input.form-control,
.quantity-button:disabled {
  opacity: 0.45;
}

.quantity-button:disabled {
  cursor: not-allowed;
}

.gfield.gfield--type-total {
  display: none !important;
}

.optimus-content--stripe-notice {
  min-height: 45dvh;
  padding: 0px 20px;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.optimus-vat-input-container {
  position: relative;
}

.optimus-vat-spinner {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #c9d9ea;
  border-top-color: #004082;
  border-radius: 50%;
  animation: optimus-vat-spin 0.8s linear infinite;
}

.ustid-num.is-vat-loading .optimus-vat-spinner {
  display: block;
}

.ustid-num.is-vat-loading input {
  padding-right: 36px !important;
}

.optimus-vat-notice {
  display: none;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
}

.optimus-vat-order-notice {
  margin: 0 0 10px;
}

.optimus-vat-notice a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

.optimus-vat-revalidate {
  margin-top: 8px;
}

.optimus-vat-revalidate-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px 3.5px;
  border: 1px solid #d5b57a;
  border-radius: 4px;
  background: #fff3dd;
  color: #6f4c00;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.optimus-vat-revalidate-button:hover {
  background: #ffeac1;
}

.optimus-vat-revalidate-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.optimus-vat-notice--success {
  border-color: #b8dfc7;
  background: #f1fbf4;
  color: #1f6f3d;
}

.optimus-vat-notice--error {
  border-color: #efc1c1;
  background: #fff5f5;
  color: #9a1f1f;
}

.optimus-vat-notice--warning {
  border-color: #f0d7a7;
  background: #fff9ef;
  color: #8a5b00;
}

@keyframes optimus-vat-spin {
  to {
    transform: rotate(360deg);
  }
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 12px !important;
}
