#order-sent-notice {
  margin-top: 40px;

  width: 650px;

  color: rgb(0, 0, 0);

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;

  text-align: center;
}

#order-sent-notice a {
  color: rgb(120, 120, 120);
}

#order-content {
  width: auto;
}

#order-errors {
  border: 3px dashed rgb(226, 175, 51);
  margin-bottom: 20px;
  padding: 10px;

  background-color: rgb(253, 255, 106);
}

#order-error-symbol {
  width: 160px;
  height: 100px;

  text-align: center;
  vertical-align: middle;
}

#order-error-texts {
  width: 480px;

  vertical-align: middle;
}

#order-error-title {
  margin-bottom: 6px;

  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
}

#order-error-message {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

#order-cart {
  margin-left: 25px;
}

.order-cart-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

#order-cart-table {
  border: 1px solid rgb(160, 160, 160);
  /* border-collapse: collapse; */

  margin-top: 10px;

  color: rgb(0, 0, 0);
}

.order-cart-table-head {
  border: 1px solid rgb(160, 160, 160);

  color: rgb(0, 0, 0);

  background-color: rgb(200, 200, 200);

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.order-cart-table-row {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

.order-cart-row-stripe {
  background-color: rgb(231, 231, 231);
}

.order-cart-table-head td,
.order-cart-table-row td,
.order-cart-table-foot td {
  padding: 4px;
}

.order-cart-field-id {
  width: 90px;

  text-align: right;
}

.order-cart-field-name {
  width: 220px;
}

.order-cart-field-price {
  width: 100px;

  text-align: right;
}

.order-cart-field-amount {
  width: 40px;

  text-align: right;
}

.order-cart-field-button {
  width: 40px;
}

.order-cart-table-foot {
  border: 1px solid rgb(160, 160, 160);

  color: rgb(0, 0, 0);

  background-color: rgb(255, 255, 255);

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.order-cart-vat-notice {
  color: rgb(0, 0, 0);

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

.order-right-text {
  text-align: right;
}

.order-center-text {
  text-align: center;
}

.order-info-text {
  color: rgb(0, 0, 0);

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

#order-form {
  margin-top: 30px;

  padding-left: 26px;
  padding-top: 16px;
  padding-bottom: 16px;

  background-color: rgb(230, 230, 255);
}

.order-form-tag {
  padding-right: 6px;
  text-align: right;
}

.order-form-field,
.order-form-field-short,
.order-form-field-medium {
  border: 1px solid rgb(181, 181, 181);
  padding-left: 2px;
  padding-right: 2px;

  background-color: rgb(255, 255, 255);

  font-family: "Courier New", Courier, Monospace, mono;
  font-weight: normal;
  font-size: 12px;
}

.order-form-field {
  width: 350px;
}

.order-form-field-short {
  width: 90px;
}

.order-form-field-medium {
  width: 246px;
}

.order-form-field-error {
  /* border: 1px solid rgb(181, 181, 181); */

  background-color: rgb(253, 255, 106);
  /* width: 350px; */
}

.red-text {
  color: rgb(230, 30, 30);
  font-size: 11px;
}

.field-spacing {
  margin-left: 4px;
}

.form-row-spacing {
  height: 10px;
}

#order-buttons {
  padding-top: 10px;

  text-align: center;
}

#order-buttons input {
  margin-left: 10px;
  margin-right: 10px;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;

  height: auto;
}

#order-check-address {
  width: 500px;
}
