/**
 * Notifications
 */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  list-style: none;
  overflow: hidden;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 1em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7F54B3;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "twbb-icons";
  content: "\e971";
  display: inline-block;
  position: absolute;
  left: 1em;
  font-size: 1.5em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message {
  background: #eee;
  color: #111;
}

.woocommerce-error,
.woocommerce-info {
  color: #fff;
}
.woocommerce-error a,
.woocommerce-info a {
  color: #fff;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover {
  color: #fff;
}
.woocommerce-error a.button,
.woocommerce-info a.button {
  background: #111;
}

.woocommerce-store-notice {
  background: #0073aa;
  color: #fff;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.admin-bar .woocommerce-store-notice {
  top: 32px;
}

.woocommerce-store-notice__dismiss-link {
  float: right;
  color: #fff;
}
.woocommerce-store-notice__dismiss-link:hover {
  text-decoration: underline;
  color: #fff;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e973";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
  background: #0073aa;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
  background: firebrick;
}
.woocommerce-error::before {
  content: "\e972";
  color: #b81c23;
}

/**
 * Order page
 */
ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
ul.order_details::before, ul.order_details::after {
  content: " ";
  display: table;
}
ul.order_details::after {
  clear: both;
}
ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #cfc8d8;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
ul.order_details li:last-of-type {
  border: none;
}

.wc-bacs-bank-details-account-name {
  font-weight: bold;
}

.woocommerce-order-downloads,
.woocommerce-customer-details,
.woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce-order-downloads *:last-child,
.woocommerce-customer-details *:last-child,
.woocommerce-order-details *:last-child {
  margin-bottom: 0;
}

.woocommerce-customer-details .addresses,
.woocommerce-customer-details .additional-fields {
  margin-bottom: 2em;
}
.woocommerce-customer-details .addresses:last-child,
.woocommerce-customer-details .additional-fields:last-child {
  margin-bottom: 0;
}

.addresses .wc-block-components-additional-fields-list {
  margin: 0;
  padding: 0;
}
.addresses .wc-block-components-additional-fields-list dt {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  display: inline;
}
.addresses .wc-block-components-additional-fields-list dt::after {
  content: ": ";
}
.addresses .wc-block-components-additional-fields-list dt::before {
  content: "";
  display: block;
}
.addresses .wc-block-components-additional-fields-list dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  display: inline;
}

.wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr max-content;
}
.wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 !important;
}
.wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after {
  display: none;
}
.wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type {
  border-bottom: 0;
}
.wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  box-sizing: border-box;
  text-align: right;
  margin: 0 !important;
}
.wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type {
  border-bottom: 0;
}

.woocommerce-customer-details .woocommerce-column__title {
  margin-top: 0;
}
.woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
  box-sizing: border-box;
}
.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 1.5em;
}
.woocommerce-customer-details .woocommerce-customer-details--phone:last-child,
.woocommerce-customer-details .woocommerce-customer-details--email:last-child {
  margin-bottom: 0;
}
.woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}

/* 10Web customization*/
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before {
  top: unset;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
.woocommerce-notices-wrapper .woocommerce-error .button.wc-forward,
.woocommerce-notices-wrapper .woocommerce-info .button.wc-forward {
  order: 2;
}
.woocommerce-notices-wrapper .woocommerce-message .restore-item,
.woocommerce-notices-wrapper .woocommerce-error .restore-item,
.woocommerce-notices-wrapper .woocommerce-info .restore-item {
  flex-grow: 2;
}

/*# sourceMappingURL=style.css.map */
