.fauna-store-shell {
  --fauna-page: #ffffff;
  --fauna-panel: #f3f3f5;
  --fauna-card: #ffffff;
  --fauna-text: #2d3036;
  --fauna-muted: #7b7e86;
  --fauna-line: #e6e6ea;
  --fauna-accent: #24005d;
  --fauna-accent-hover: #17003f;
  color: var(--fauna-text);
  background: var(--fauna-page);
}

.fauna-store-shell[data-fauna-ready="0"] {
  visibility: hidden;
}

.fauna-store-shell[data-fauna-ready="1"] {
  visibility: visible;
}

.fauna-store-shell *,
.fauna-store-shell *::before,
.fauna-store-shell *::after {
  box-sizing: border-box;
}

.fauna-store-shell a {
  color: inherit;
  text-decoration: none;
}

.fauna-store-shell .woocommerce-notices-wrapper {
  margin-bottom: 0px;
}

.fauna-store-shell .woocommerce-message,
.fauna-store-shell .woocommerce-info,
.fauna-store-shell .woocommerce-error {
  margin: 0 0 16px;
}

.fauna-official-checkout-shell .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.fauna-opentest-checkout-shell .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none !important;
}

.fauna-official-checkout-shell .checkout-inline-error-message,
.fauna-opentest-checkout-shell .checkout-inline-error-message {
  color: #EF4444 !important;
}

.fauna-cart-grid,
.fauna-checkout-grid {
  display: grid;
  gap: 0;
  align-items: stretch;
}

.fauna-cart-grid {
  grid-template-columns: minmax(0, 1.9fr) minmax(360px, 0.92fr);
  column-gap: 25px;
}

.fauna-checkout-grid {
  grid-template-columns: minmax(0, 1.95fr) minmax(400px, 0.95fr);
  column-gap: 25px;
}

.fauna-cart-items,
.fauna-checkout-summary-pane {
  min-width: 0;
  background: #fff;
}

.fauna-cart-summary,
.fauna-checkout-form-pane {
  min-width: 0;
  background: #f9f9f9;
 
}
.woocommerce-cart .fauna-cart-summary,

.woocommerce-cart .fauna-checkout-form-pane {

  padding: 24px;

}
.fauna-cart-items {
  padding: 0;
}

.fauna-cart-card {
  display: grid;
  grid-template-columns: minmax(20px, 4%) minmax(0, 18%) minmax(0, 1fr) minmax(84px, 0.6fr) minmax(96px, 0.5fr) minmax(20px, 4%);
  column-gap: 16px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.fauna-cart-card.is-unselected {
  opacity: 0.55;
}

.fauna-cart-card.is-unselected .fauna-cart-quantity .pc-qty-btn,
.fauna-cart-card.is-unselected .fauna-cart-quantity .pc-qty-input,
.fauna-cart-card.is-unselected .fauna-cart-remove,
.fauna-cart-remove.is-disabled,
.fauna-cart-remove[aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
}

.fauna-cart-card.is-unselected .fauna-cart-remove,
.fauna-cart-remove.is-disabled,
.fauna-cart-remove[aria-disabled="true"] {
  opacity: 0.45;
}

.fauna-cart-check {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fauna-cart-checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--fauna-accent);
}

.fauna-primary-button[disabled],
.fauna-primary-button.is-disabled,
.fauna-primary-button[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.fauna-cart-thumb {
  width: 120px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 2.143px;
  padding: 0;
}

.fauna-cart-thumb > a,
.fauna-cart-thumb > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fauna-cart-thumb img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.fauna-cart-main {
  min-width: 0;
  width: 100%;
}

.fauna-cart-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 500;
}

.fauna-cart-meta,
.fauna-cart-meta dl,
.fauna-cart-meta dd,
.fauna-cart-meta p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: var(--fauna-muted);
}

.fauna-cart-actions {
  display: grid;
  grid-column: 4 / 7;
  grid-template-columns: 84px 1fr 20px;
  align-items: center;
  column-gap: 24px;
  width: 100%;
}

.fauna-cart-quantity {
  display: flex;
  align-items: center;
  width: 84px;
  margin-left: 0;
}

.fauna-cart-quantity .pc-quantity-selector {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  flex-shrink: 0;
  width: 84px;
}

.fauna-cart-quantity .pc-qty-btn {
  width: 22px;
  min-width: 22px;
  padding: 6px 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  color: #170057;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.fauna-cart-quantity .pc-qty-btn:hover:not(:disabled) {
  background: #f8f7fc;
}

.fauna-cart-quantity .pc-qty-btn:disabled,
.fauna-cart-quantity .pc-qty-input:disabled,
.fauna-cart-quantity .pc-quantity-selector.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.fauna-cart-quantity .pc-qty-minus {
  border-top: 1px solid #eee;
  border-right: 0;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-radius: 4px 0 0 4px;
}

.fauna-cart-quantity .pc-qty-plus {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.fauna-cart-quantity .pc-qty-input,
.fauna-cart-quantity input.pc-qty-input[type="number"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 40px;
  min-width: 40px;
  max-width: none;
  height: auto;
  padding: 0 0px;
  border: 1px solid #eee;
  border-radius: 0;
  margin: 0 -1px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.fauna-cart-quantity .pc-qty-input::-webkit-outer-spin-button,
.fauna-cart-quantity .pc-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fauna-cart-quantity .pc-qty-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.fauna-cart-price {
  margin-left: 0;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--fauna-text);
  white-space: nowrap;
}

.fauna-cart-remove {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  color: var(--fauna-muted);
  flex-shrink: 0;
  justify-self: end;
}

.fauna-cart-remove:hover {
  color: #a11f1f;
}

.fauna-cart-remove svg {
  width: 20px;
  height: 20px;
  display: block;
}

.fauna-summary-card {
  background: transparent;
}

.fauna-summary-panel,
.fauna-checkout-summary-card,
.fauna-payment-card {
  min-height: 100%;
}

.fauna-summary-card h2,
.fauna-summary-card h3 {
  margin: 0 0 22px;
  color: var(--dc-color-text-primary, #333);
font-size: 24px;
font-weight: 700;
line-height: 32px; 
}

.fauna-official-summary-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.fauna-official-summary-header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.fauna-official-summary-header a svg {
  display: block;
}

.fauna-official-summary-header h2 {
  margin: 0;
}

.fauna-summary-coupon {
  margin: 0 0 24px;
}

.fauna-summary-coupon-field {
  position: relative;
  display: block;
  width: 100%;
}

.fauna-summary-coupon-trigger {
  cursor: pointer;
}

.fauna-store-shell .fauna-summary-coupon-field .fauna-summary-coupon-input {
  display: block;
  width: 100% !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 8px 96px 8px 8px !important;
  border-radius: 4px !important;
  border: 1px solid #eee !important;
  background: #fff !important;
  color: var(--dc-color-text-primary, #333) !important;
  font-size: var(--typography-base-sizes-base-font-size, 16px) !important;
  font-style: normal;
  font-weight: var(--font-weight-normal, 400) !important;
  line-height: var(--typography-base-sizes-base-line-height, 24px) !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.fauna-store-shell .fauna-summary-coupon-field .fauna-summary-coupon-input::placeholder {
  color: var(--dc-color-text-tertiary, #888) !important;
  font-size: var(--typography-base-sizes-base-font-size, 16px) !important;
  font-style: normal;
  font-weight: var(--font-weight-normal, 400) !important;
  line-height: var(--typography-base-sizes-base-line-height, 24px) !important;
}

.fauna-store-shell .fauna-summary-coupon-field .fauna-summary-coupon-input:focus {
  outline: none;
  border-color: #d6d6d6 !important;
}

.fauna-store-shell .fauna-summary-coupon-field .fauna-summary-coupon-button {
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 4px 12px !important;
  min-height: 32px !important;
  width: auto !important;
  color: var(--dc-color-text-primary, #333) !important;
  font-size: var(--typography-base-sizes-base-font-size, 16px) !important;
  font-style: normal;
  font-weight: var(--font-weight-normal, 400) !important;
  line-height: var(--typography-base-sizes-base-line-height, 24px) !important;
  white-space: nowrap;
  border-radius: var(--dc-border-radius-default, 4px) !important;
  border: 1px solid var(--dc-color-border-primary, #D6D6D6) !important;
  background: var(--dc-color-foreground-quaternary, #F5F5F5) !important;
  cursor: pointer;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: translateY(-50%) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fauna-store-shell .fauna-summary-coupon-field .fauna-summary-coupon-button:hover {
  background: #ECEBF2 !important;
  border-color: #A79EBF !important;
}

.fauna-coupon-modal[hidden] {
  display: none !important;
}

.fauna-coupon-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.fauna-coupon-modal__backdrop {
  position: absolute;
  inset: 0;
  background: var(--dc-alpha-1-80, rgba(0, 0, 0, 0.20));
  -webkit-backdrop-filter: blur(calc(var(--blur-md, 12px) / 2));
  backdrop-filter: blur(calc(var(--blur-md, 12px) / 2));
}

.fauna-coupon-modal__dialog {
  position: relative;
  width: min(512px, calc(100vw - 24px));
  border-radius: var(--dc-border-radius-default, 4px);
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 32px;
}

.fauna-coupon-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.fauna-coupon-modal__header h3 {
  margin: 0;
  color: var(--dc-color-text-primary, #333);
  font-size: var(--typography-base-sizes-3x-large-font-size, 30px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: var(--typography-base-sizes-3x-large-line-height, 36px);
}

.fauna-coupon-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  top: -8px;
  right: -8px;
}

.fauna-coupon-modal__body {
  margin-bottom: 48px;
}

.fauna-coupon-modal__body label {
  display: block;
  margin: 0 0 4px !important;
  color: var(--dc-color-text-secondary, #707070);
  font-size: var(--typography-base-sizes-base-font-size, 16px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: var(--typography-base-sizes-base-line-height, 24px);
  text-transform: capitalize;
  cursor: default;
}

.fauna-coupon-modal__input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  color: #333;
  font-size: var(--typography-base-sizes-base-font-size, 16px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: var(--typography-base-sizes-base-line-height, 24px);
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.fauna-coupon-modal__input::placeholder {
  color: var(--dc-color-text-disabled, #BBB);
}

.fauna-coupon-modal__input:focus {
  outline: none;
  border-color: #A79EBF;
}

.fauna-coupon-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.fauna-coupon-modal__secondary,
.fauna-coupon-modal__primary {
  min-height: 46px;
  padding: 8px 0;
  border-radius: 4px;
  font-size: var(--typography-base-sizes-base-font-size, 16px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: var(--typography-base-sizes-base-line-height, 24px);
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fauna-coupon-modal__secondary {
  border: 1px solid #D6D6D6;
  background: #F7F7F7;
  color: #333;
}

.fauna-coupon-modal__secondary:hover {
  border-color: #A79EBF;
  background: #ECEBF2;
}

.fauna-coupon-modal__primary {
  border: 1px solid #2D106C;
  background: #2D106C;
  color: #FFF;
}

.fauna-coupon-modal__primary:hover {
  border-color: #61528D;
  background: #61528D;
}

body.fauna-coupon-modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .fauna-coupon-modal__dialog {
    width: auto;
    padding: 32px;
  }

  .fauna-coupon-modal__header {
    margin-bottom: 28px;
  }

  .fauna-coupon-modal__header h3 {
    font-size: var(--typography-base-sizes-3x-large-font-size, 30px);
    line-height: var(--typography-base-sizes-3x-large-line-height, 36px);
  }

  .fauna-coupon-modal__body {
    margin-bottom: 28px;
  }
}

.fauna-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0px 0px 8px 0px;
  color: var(--fauna-muted);
  font-size: 0.95rem;
}
.fauna-summary-row > span{
  color:#888 !important;
  font-size:16px !important;
  font-weight:400 !important;
  line-height:24px !important;
}

.fauna-summary-row > strong{
  color:#333 !important;
  text-align:right !important;
  font-size:16px !important;
  font-weight:500 !important;
  line-height:24px !important;
}

.fauna-summary-row > strong *{
  color:#333 !important;
}
.fauna-summary-row strong {
  color: var(--fauna-text);
  font-weight: 500;
}

.fauna-shipping-inline-details {
  margin-top: 2px;
  padding-left: 160px;
}

.fauna-shipping-details {
  color: var(--fauna-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.fauna-shipping-message {
  margin-bottom: 8px;
}

.fauna-shipping-details strong {
  color: var(--fauna-text);
  font-weight: 500;
}

.fauna-shipping-calculator .woocommerce-shipping-calculator {
  margin: 0;
}

.fauna-shipping-toggle {
  display: inline-flex;
  align-items: center;
  color: var(--fauna-text);
  font-weight: 500;
  text-decoration: none;
}

.fauna-shipping-panel {
  margin-top: 10px;
  padding-top: 10px;
}

.fauna-shipping-calculator .form-row {
  margin: 0 0 10px;
}

.fauna-shipping-calculator select,
.fauna-shipping-calculator input.input-text {
  width: 100%;
  min-height: 40px;
  border: 1px solid #d7d8de;
  border-radius: 4px;
  padding: 8px 10px;
  background: #fff;
}

.fauna-shipping-calculator button.button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 4px;
  background: var(--fauna-accent);
  color: #fff;
}

.fauna-shipping-calculator .shipping-calculator-button {
  display: none !important;
}

.fauna-shipping-calculator .shipping-calculator-form {
  display: block !important;
  margin-top: 0;
  padding-top: 0;
}

.fauna-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-top: 210px;
  padding-top: 16px;
  border-top: 1px solid #d5d6db;
}

.fauna-summary-total span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--fauna-muted);
}

.fauna-summary-total{
  display:flex;
  align-items:center;        
  justify-content:space-between;
}

.fauna-summary-total > span{
  color: var(--dc-color-text-secondary, #707070);
  font-size: var(--typography-base-sizes-base-font-size, 16px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: var(--typography-base-sizes-base-line-height, 24px);
  text-align: left;
}

.fauna-summary-total .woocommerce-Price-amount,
.fauna-summary-total .woocommerce-Price-amount bdi,
.fauna-summary-total .woocommerce-Price-currencySymbol{
  color:#333;
  text-align:right;
  font-size:36px;
  font-weight:700;
  line-height:40px;
}
.fauna-summary-total .amount {
  font-weight: inherit;
}
.fauna-primary-button,
.fauna-official-checkout-shell #place_order{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:12px 24px !important;
  margin-top:24px !important;

  border:0 !important;
  border-radius:4px !important;

  background:#170057 !important;
  transition:background .15s ease !important;
}

.fauna-primary-button,
.fauna-primary-button *,
.fauna-official-checkout-shell #place_order,
.fauna-official-checkout-shell #place_order *{
  color:var(--dc-color-text-white, #FFF) !important;
  fill:currentColor !important;
}

.fauna-primary-button,
.fauna-official-checkout-shell #place_order{
  font-size:var(--typography-base-sizes-base-font-size, 16px) !important;
  font-style:normal !important;
  font-weight:var(--font-weight-medium, 500) !important;
  line-height:var(--typography-base-sizes-base-line-height, 24px) !important;
}

.fauna-primary-button:hover,
.fauna-official-checkout-shell #place_order:hover{
  background:#61528D !important;
}
.fauna-hidden-submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px;
}

.fauna-back-row {
  margin-bottom: 10px;
}

.fauna-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  color: var(--fauna-muted);
}

.fauna-back-link:hover {
  color: var(--fauna-text);
}

.fauna-order-review .shop_table,
.fauna-order-review .shop_table th,
.fauna-order-review .shop_table td,
.fauna-order-review .shop_table tr,
.fauna-order-review .shop_table tbody,
.fauna-order-review .shop_table tfoot {
  border: 0;
}

.fauna-order-review .shop_table {
  width: 100%;
  margin: 0;
  background: transparent;
}

.fauna-order-review .shop_table thead {
  display: none;
}

.fauna-order-review .shop_table tbody tr.cart_item {
  display: none !important;
}

.fauna-order-review .shop_table tbody td {
  padding: 0;
}

.fauna-order-review .product-name {
  font-size: 0.95rem;
  line-height: 1.5;
}

.fauna-order-review .product-quantity,
.fauna-order-review .wc-item-meta,
.fauna-order-review .wc-item-meta p {
  color: var(--fauna-muted);
}

.fauna-order-review .product-total {
  font-size: 0.95rem;
  font-weight: 500;
  text-align: right;
}

.fauna-order-review .shop_table tfoot {
  display: grid;
  gap: 12px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.fauna-order-review .shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.fauna-order-review .shop_table tfoot th {
  padding: 0;
  color: var(--dc-color-text-tertiary, #888);
  font-size: var(--typography-base-sizes-base-font-size, 16px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: var(--typography-base-sizes-base-line-height, 24px);
}

.fauna-order-review .shop_table tfoot td {
  padding: 0;
  color: var(--dc-color-text-primary, #333);
  text-align: right;
  font-size: var(--typography-base-sizes-base-font-size, 16px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: var(--typography-base-sizes-base-line-height, 24px);
}

.fauna-order-review .shop_table tfoot tr.order-total th {
  font-size: 1rem;
  font-weight: 700;
  color: var(--fauna-text);
}

.fauna-order-review .shop_table tfoot tr.order-total td {
  color: var(--dc-color-text-primary, #333);
font-size: var(--typography-base-sizes-4x-large-font-size, 36px);
font-style: normal;
font-weight: var(--font-weight-semibold, 700);
line-height: var(--typography-base-sizes-4x-large-line-height, 40px); /* 111.111% */
}

.fauna-order-review .shop_table tfoot tr.order-total .amount {
  font-weight: inherit;
}

.fauna-order-review ul#shipping_method {
  list-style: none;
  padding: 0;
  margin: 0;
}


/* Theme compatibility: normalize Blocksy-style "Shipment" shipping row back into two columns. */
ul#shipping_method.fauna-shipping-methods-hidden {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Normalize order total row spacing, but keep a clear separator line. */
.woocommerce-checkout-review-order-table,
.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot,
.shop_table.woocommerce-checkout-review-order-table tfoot {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  border-top: 1px solid #D6D6D6 !important;
  margin-top: 18px !important;
   padding-top: 16px !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  padding: 0 !important;
  margin: 0 !important;
}

.fauna-payment-card {
  padding: 34px 30px;
}

.fauna-checkout-section {
  margin-top: 26px;
}

.fauna-checkout-section h3 {
  margin-bottom: 18px;
}

.fauna-official-checkout-shell .woocommerce-billing-fields > h3,
.fauna-official-checkout-shell .woocommerce-shipping-fields > h3,
.fauna-official-checkout-shell .woocommerce-additional-fields > h3 {
  display: none;
}

.fauna-official-checkout-shell .woocommerce-billing-fields__field-wrapper,
.fauna-official-checkout-shell .woocommerce-shipping-fields__field-wrapper,
.fauna-official-checkout-shell .woocommerce-additional-fields__field-wrapper,
.fauna-official-checkout-shell .create-account {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.fauna-official-checkout-shell .form-row {
  margin: 0;
  width: 100%;
  float: none;
}

.fauna-official-checkout-shell .form-row.form-row-wide,
.fauna-official-checkout-shell .form-row.notes,
.fauna-official-checkout-shell .create-account .form-row {
  grid-column: 1 / -1;
}

.fauna-official-checkout-shell .form-row label {
  display: block;
  margin-bottom: 8px;
  color: var(--fauna-muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.fauna-official-checkout-shell input.input-text,
.fauna-official-checkout-shell select,
.fauna-official-checkout-shell textarea {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d7d8de;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

.fauna-official-checkout-shell textarea {
  min-height: 96px;
}

.fauna-official-checkout-shell .select2-container .select2-selection--single,
.fauna-official-checkout-shell .select2-container .select2-selection--multiple {
  min-height: 46px;
  border: 1px solid #d7d8de;
  border-radius: 4px;
}

.fauna-payment-card #payment {
  background: transparent;
}

.fauna-payment-card #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
}

.fauna-payment-card #payment ul.payment_methods > li {
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--fauna-line);
}

.fauna-payment-card #payment .payment_box {
  margin: 10px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  background: #fff;
}

.fauna-payment-card #payment .payment_box::before {
  display: none;
}

.fauna-payment-card #payment .form-row.place-order {
  padding: 0;
  margin: 18px 0 0;
}

.fauna-payment-card #payment .payment_methods > li > label {
  color: var(--fauna-text);
  font-weight: 600;
}

.fauna-payment-card #payment .about_paypal,
.fauna-payment-card #payment .wc-credit-card-form-card-number,
.fauna-payment-card #payment .wc-credit-card-form-card-expiry,
.fauna-payment-card #payment .wc-credit-card-form-card-cvc {
  margin-top: 10px;
}

.fauna-official-payment-card {
  min-height: 100%;
  padding: 24px;
  background: #f7f7f7;
  border-radius: 0 4px 4px 0;
}

.fauna-official-payment-card > h2 {
  margin: 0 0 10px;
}

.fauna-official-payment-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fauna-official-payment-methods #payment {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.fauna-official-payment-methods #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
}

.fauna-official-payment-methods #payment ul.payment_methods > li {
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.fauna-official-payment-methods #payment .payment_box {
  display: block !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.fauna-official-payment-methods #payment .payment_methods > li > input {
  margin-right: 8px;
}

.fauna-official-payment-methods #payment .airwallex-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.fauna-official-payment-methods #payment .airwallex-container input[type="radio"] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
  justify-content: flex-start;
}

.fauna-official-payment-methods #payment .airwallex-container input[type="radio"] + label .airwallex-card-icon {
  margin-left: auto;
}

.fauna-official-payment-methods #payment .airwallex-container input[type="radio"] + label::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200.5C12.1421%200.5%2015.5%203.85786%2015.5%208C15.5%2012.1421%2012.1421%2015.5%208%2015.5C3.85786%2015.5%200.5%2012.1421%200.5%208C0.5%203.85786%203.85786%200.5%208%200.5Z%22%20stroke%3D%22%23170057%22%2F%3E%3C%2Fsvg%3E");
}

.fauna-official-payment-methods #payment .airwallex-container input[type="radio"]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200.5C12.1421%200.5%2015.5%203.85786%2015.5%208C15.5%2012.1421%2012.1421%2015.5%208%2015.5C3.85786%2015.5%200.5%2012.1421%200.5%208C0.5%203.85786%203.85786%200.5%208%200.5Z%22%20stroke%3D%22%23170057%22%2F%3E%3Cpath%20d%3D%22M8.00008%2013.8337C11.2217%2013.8337%2013.8334%2011.222%2013.8334%208.00033C13.8334%204.77866%2011.2217%202.16699%208.00008%202.16699C4.77842%202.16699%202.16675%204.77866%202.16675%208.00033C2.16675%2011.222%204.77842%2013.8337%208.00008%2013.8337Z%22%20fill%3D%22%23170057%22%2F%3E%3C%2Fsvg%3E");
}

.fauna-official-payment-methods #payment .airwallex-container input[type="radio"]:focus-visible + label::before {
  outline: 2px solid rgba(23, 0, 87, 0.45);
  outline-offset: 2px;
  border-radius: 9999px;
}

.fauna-official-payment-methods #payment .payment_methods > li > label {
  display: none !important;
}

.fauna-official-payment-methods #payment > #place_order,
.fauna-official-payment-methods #payment > #woocommerce-process-checkout-nonce,
.fauna-official-payment-methods #payment > input[name="_wp_http_referer"],
.fauna-official-payment-methods #payment .payment_box > #place_order,
.fauna-official-payment-methods #payment .payment_box > #woocommerce-process-checkout-nonce,
.fauna-official-payment-methods #payment .payment_box > input[name="_wp_http_referer"],
.fauna-official-payment-methods #payment [name="woocommerce_checkout_place_order"] {
  display: none !important;
}

.fauna-official-payment-methods #payment .payment_box p {
  margin: 0 0 10px;
  color: #888;
  font-size: 16px;
  line-height: 24px;
}

.fauna-official-payment-methods .wc-credit-card-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.fauna-official-payment-methods .form-row {
  margin: 0 !important;
  width: 100%;
  float: none;
}

.fauna-official-payment-methods .form-row-first,
.fauna-official-payment-methods .form-row-last {
  width: 100%;
}

.fauna-official-payment-methods .wc-credit-card-form-card-number {
  grid-column: 1 / -1;
}

.fauna-official-payment-methods .form-row label {
  display: block;
  margin: 0 0 8px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-official-payment-methods input.input-text,
.fauna-official-payment-methods .select2-selection--single,
.fauna-official-payment-methods .select2-selection--multiple,
.fauna-official-address-section input.input-text,
.fauna-official-address-section select,
.fauna-official-address-section textarea,
.fauna-official-address-section .select2-selection--single,
.fauna-official-address-section .select2-selection--multiple {
  min-height: 32px;
  border: 1px solid #d7d8de !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #333 !important;
}

.fauna-official-address-section {
  margin-top: 0;
}

.fauna-official-address-section h3 {
  margin: 0 0 12px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.fauna-official-address-label {
  margin: 0 0 4px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-official-checkout-shell .woocommerce-billing-fields > h3,
.fauna-official-checkout-shell .woocommerce-shipping-fields > h3,
.fauna-official-checkout-shell .woocommerce-additional-fields > h3 {
  display: none;
}

.fauna-official-address-section .woocommerce-billing-fields__field-wrapper,
.fauna-official-address-section .woocommerce-shipping-fields__field-wrapper {
  display: flex !important;
  flex-direction: column;
  gap: 0;
}

.fauna-official-address-section .woocommerce-billing-fields__field-wrapper .form-row,
.fauna-official-address-section .woocommerce-shipping-fields__field-wrapper .form-row {
  margin: 0 0 8px;
  width: 100%;
  float: none;
}

.fauna-official-checkout-shell .form-row label {
  display: block;
  margin-bottom: 4px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-official-address-section #shipping_country_field label,
.fauna-official-address-section #shipping_address_1_field label,
.fauna-official-address-section #shipping_state_field label,
.fauna-official-address-section #shipping_city_field label,
.fauna-official-address-section #shipping_postcode_field label,
.fauna-official-address-section #billing_country_field label,
.fauna-official-address-section #billing_address_1_field label,
.fauna-official-address-section #billing_state_field label,
.fauna-official-address-section #billing_city_field label,
.fauna-official-address-section #billing_postcode_field label {
  display: none;
}

.fauna-official-address-section input.input-text,
.fauna-official-address-section .select2-selection--single,
.fauna-official-address-section .select2-selection--multiple,
.fauna-official-address-section select {
  min-height: 0 !important;
  padding: 6px 8px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fauna-official-address-section input.input-text::placeholder {
  color: #bbb !important;
}

.fauna-official-address-section .select2-selection--single {
  display: flex !important;
  align-items: center;
  height: auto !important;
}

.fauna-official-address-section .select2-selection__rendered {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  padding: 0 !important;
}

.fauna-official-address-section .select2-selection__placeholder {
  color: #bbb !important;
}

.fauna-official-address-section .select2-selection__arrow {
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 16px !important;
  height: 16px !important;
}

.fauna-official-address-section .select2-selection__arrow b {
  display: none !important;
}

.fauna-official-address-section .select2-selection__arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%206L8%2010L12%206%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.fauna-official-address-section #shipping_full_name_field { order: 1; margin-bottom: 12px; }
.fauna-official-address-section #fauna_shipping_phone_field { order: 2; }
.fauna-official-address-section #fauna_shipping_email_field { order: 3; margin-bottom: 12px; }
.fauna-official-address-section .fauna-official-address-label { order: 4; }
.fauna-official-address-section #shipping_country_field { order: 5; }
.fauna-official-address-section #shipping_address_1_field { order: 6; }
.fauna-official-address-section #shipping_state_field { order: 7; }
.fauna-official-address-section #shipping_city_field { order: 8; }
.fauna-official-address-section #shipping_postcode_field { order: 9; margin-bottom: 0; }
.fauna-official-address-section #billing_full_name_field { order: 1; margin-bottom: 12px; }
.fauna-official-address-section #billing_email_field { order: 2; margin-bottom: 12px; }
.fauna-official-address-section #billing_country_field { order: 5; }
.fauna-official-address-section #billing_address_1_field { order: 6; }
.fauna-official-address-section #billing_state_field { order: 7; }
.fauna-official-address-section #billing_city_field { order: 8; }
.fauna-official-address-section #billing_postcode_field { order: 9; margin-bottom: 0; }

.fauna-official-same-address {
  margin-top: 12px;
}
.fauna-billing-section.fauna-official-address-section {

  margin-top: 24px;

}
.fauna-official-same-address label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fauna-official-same-address input[type="checkbox"] {
  margin: 0;
  accent-color: #170057;
}

.fauna-official-submit-slot {
  margin-top: 2px;
}

.fauna-official-submit-slot .place-order {
  margin: 0;
  padding: 0;
}

.fauna-official-submit-slot .woocommerce-terms-and-conditions-wrapper,
.fauna-official-submit-slot .woocommerce-privacy-policy-text {
  margin-top: 10px;
}

.fauna-official-submit-slot .form-row {
  display: block;
}

.fauna-official-submit-slot .line.save {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fauna-official-save-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fauna-official-submit-slot .line.save input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.fauna-official-save-toggle input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.fauna-official-submit-slot .line.save label {
  margin: 0;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fauna-official-save-toggle label {
  margin: 0;
  color: var(--dc-color-text-secondary, #707070);
font-size: var(--typography-base-sizes-extra-small-font-size, 12px);
font-style: normal;
font-weight: var(--font-weight-normal, 400);
line-height: var(--typography-base-sizes-extra-small-line-height, 16px); /* 133.333% */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fauna-official-submit-slot .line.save label::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.66699%200.5H14.333C14.9773%200.5%2015.5%201.02266%2015.5%201.66699V14.333C15.5%2014.9773%2014.9773%2015.5%2014.333%2015.5H1.66699C1.02266%2015.5%200.5%2014.9773%200.5%2014.333V1.66699C0.5%201.02266%201.02266%200.5%201.66699%200.5Z%22%20stroke%3D%22%23D6D6D6%22%2F%3E%3C%2Fsvg%3E");
}

.fauna-official-save-toggle label::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.66699%200.5H14.333C14.9773%200.5%2015.5%201.02266%2015.5%201.66699V14.333C15.5%2014.9773%2014.9773%2015.5%2014.333%2015.5H1.66699C1.02266%2015.5%200.5%2014.9773%200.5%2014.333V1.66699C0.5%201.02266%201.02266%200.5%201.66699%200.5Z%22%20stroke%3D%22%23D6D6D6%22%2F%3E%3C%2Fsvg%3E");
}

.fauna-official-submit-slot .line.save input[type="checkbox"]:checked + label::before {
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_306_3673)%22%3E%3Cpath%20d%3D%22M0%202.08333C0%200.932741%200.93274%200%202.08333%200H17.9167C19.0673%200%2020%200.93274%2020%202.08333V17.9167C20%2019.0673%2019.0673%2020%2017.9167%2020H2.08333C0.932741%2020%200%2019.0673%200%2017.9167V2.08333Z%22%20fill%3D%22%23170057%22%2F%3E%3Cpath%20d%3D%22M16.6668%205L7.50016%2014.1667L3.3335%2010%22%20stroke%3D%22white%22%20stroke-width%3D%221.875%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_306_3673%22%3E%3Cpath%20d%3D%22M0%202.08333C0%200.932741%200.93274%200%202.08333%200H17.9167C19.0673%200%2020%200.93274%2020%202.08333V17.9167C20%2019.0673%2019.0673%2020%2017.9167%2020H2.08333C0.932741%2020%200%2019.0673%200%2017.9167V2.08333Z%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.fauna-official-save-toggle input[type="checkbox"]:checked + label::before {
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_306_3673)%22%3E%3Cpath%20d%3D%22M0%202.08333C0%200.932741%200.93274%200%202.08333%200H17.9167C19.0673%200%2020%200.93274%2020%202.08333V17.9167C20%2019.0673%2019.0673%2020%2017.9167%2020H2.08333C0.932741%2020%200%2019.0673%200%2017.9167V2.08333Z%22%20fill%3D%22%23170057%22%2F%3E%3Cpath%20d%3D%22M16.6668%205L7.50016%2014.1667L3.3335%2010%22%20stroke%3D%22white%22%20stroke-width%3D%221.875%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_306_3673%22%3E%3Cpath%20d%3D%22M0%202.08333C0%200.932741%200.93274%200%202.08333%200H17.9167C19.0673%200%2020%200.93274%2020%202.08333V17.9167C20%2019.0673%2019.0673%2020%2017.9167%2020H2.08333C0.932741%2020%200%2019.0673%200%2017.9167V2.08333Z%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.fauna-official-submit-slot .line.save input[type="checkbox"]:focus-visible + label::before {
  outline: 2px solid rgba(23, 0, 87, 0.45);
  outline-offset: 2px;
  border-radius: 4px;
}

.fauna-official-save-toggle input[type="checkbox"]:focus-visible + label::before {
  outline: 2px solid rgba(23, 0, 87, 0.45);
  outline-offset: 2px;
  border-radius: 4px;
}

.fauna-generic-notice {
  padding: 18px 22px;
}

.fauna-generic-notice p {
  margin: 0;
}

.fauna-empty-state {
  padding: 24px;
}

@media (max-width: 1024px) {
  .fauna-cart-grid,
  .fauna-checkout-grid {
    grid-template-columns: 1fr;
  }

  .fauna-cart-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fauna-cart-card {
    grid-template-columns: minmax(20px, 4%) minmax(0, 18%) minmax(0, 1fr) minmax(84px, 0.6fr) minmax(96px, 0.5fr) minmax(20px, 4%);
    column-gap: 16px;
  }

  .fauna-cart-thumb,
  .fauna-cart-main {
    width: 100%;
  }

  .fauna-cart-actions {
    grid-column: 4 / 7;
    width: 100%;
  }

  .fauna-cart-price {
    min-width: 0;
  }

  .fauna-cart-remove {
    justify-content: flex-end;
  }

  .fauna-summary-total {
    margin-top: 36px;
  }
}

@media (max-width: 768px) {
  .fauna-cart-card {
    grid-template-columns: 20px 120px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 4px;
    padding: 19px 0;
    align-items: start;
  }
      .fauna-cart-summary,

    .fauna-checkout-form-pane {

        padding: 0;

    }
.fauna-opentest-summary-card {
    padding: 0px 0px 20px 0px;
}
  .fauna-opentest-payment-card{

    padding:20px !important;

  }
  .fauna-cart-check {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
  }

  .fauna-cart-thumb {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 120px;
    height: 90px;
    align-self: start;
  }

  .fauna-cart-main {
    grid-column: 3;
    grid-row: 1;
    width: auto;
    align-self: start;
  }

  .fauna-cart-actions {
    grid-column: 3;
    grid-row: 2;
    display: grid;
    grid-template-columns: 84px 1fr 20px;
    grid-template-areas: "qty price remove";
    column-gap: 12px;
    width: 100%;
    margin-top: 4px;
    align-items: center;
  }

  .fauna-cart-quantity {
    grid-area: qty;
    width: 84px;
  }

  .fauna-cart-price {
    grid-area: price;
    width: auto;
    min-width: 0;
    text-align: center;
  }

  .fauna-cart-remove {
    grid-area: remove;
    width: 20px;
    justify-self: end;
  }

  .fauna-shipping-inline-details {
    padding-left: 0;
  }

  .fauna-summary-card,
  .fauna-payment-card {
    padding: 22px 20px;
  }

  .fauna-official-checkout-shell .woocommerce-billing-fields__field-wrapper,
  .fauna-official-checkout-shell .woocommerce-shipping-fields__field-wrapper,
  .fauna-official-checkout-shell .woocommerce-additional-fields__field-wrapper,
  .fauna-official-checkout-shell .create-account {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 410px) {
  .fauna-cart-actions {
    grid-template-columns: 84px 1fr;
    grid-template-areas:
      "qty price"
      ". remove";
    row-gap: 4px;
  }

  .fauna-cart-price {
    text-align: right;
  }
}

.fauna-opentest-checkout-shell {
  --fauna-panel: #f7f7f7;
}

.fauna-opentest-checkout-grid {
  grid-template-columns: minmax(0, 1.95fr) minmax(360px, 0.98fr);
  min-height: 640px;
}

.fauna-opentest-summary-pane {
  background: #fff;
}

.fauna-opentest-form-pane {
  background: #f7f7f7;
}

.fauna-opentest-summary-card {
  padding: 0px 0px 20px 0px;
}

.fauna-opentest-summary-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.fauna-opentest-summary-header h2 {
  margin: 0;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.fauna-opentest-back-link {
  width: 12px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 26px;
  line-height: 1;
}

.fauna-opentest-summary-body {
  display: grid;
  gap: 12px;
  padding-bottom: 30px;
}

.fauna-opentest-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.fauna-opentest-summary-row > span {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-opentest-summary-row > strong,
.fauna-opentest-summary-row > strong * {
  color: #333 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fauna-opentest-credit-row > span,
.fauna-opentest-credit-row > strong,
.fauna-opentest-credit-row > strong * {
  color: #22c55e !important;
}

.fauna-opentest-summary-row.is-hidden {
  display: none;
}

.fauna-opentest-summary-total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #dedede;
}

.fauna-opentest-total-copy {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.fauna-opentest-summary-total{

  display:flex !important;

  align-items:center !important;  

}
.fauna-opentest-total-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.fauna-opentest-total-subtitle {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-opentest-total-amount,
.fauna-opentest-total-amount *,
.fauna-opentest-total-amount .woocommerce-Price-amount,
.fauna-opentest-total-amount .woocommerce-Price-amount bdi,
.fauna-opentest-total-amount .woocommerce-Price-currencySymbol {
  color: #333 !important;
  text-align: right;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.fauna-opentest-payment-card{
  min-height: 100%;
  padding: 24px;
  background: #f7f7f7;
  border-radius: 0 4px 4px 0 ;
}

.fauna-opentest-payment-card > h2 {
  margin: 0 0 10px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.fauna-opentest-payment-methods #payment {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.fauna-opentest-payment-methods #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
}

.fauna-opentest-payment-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fauna-opentest-payment-methods #payment ul.payment_methods > li {
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.fauna-opentest-payment-methods #payment .payment_box {
  display: block !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.fauna-opentest-payment-methods #payment .payment_methods > li > input {
  margin-right: 8px;
}

.fauna-opentest-payment-methods #payment .airwallex-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.fauna-opentest-payment-methods #payment .airwallex-container input[type="radio"] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
  justify-content: flex-start;
}

.fauna-opentest-payment-methods #payment .airwallex-container input[type="radio"] + label .airwallex-card-icon {
  margin-left: auto;
}

.fauna-opentest-payment-methods #payment .airwallex-container input[type="radio"] + label::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200.5C12.1421%200.5%2015.5%203.85786%2015.5%208C15.5%2012.1421%2012.1421%2015.5%208%2015.5C3.85786%2015.5%200.5%2012.1421%200.5%208C0.5%203.85786%203.85786%200.5%208%200.5Z%22%20stroke%3D%22%23170057%22%2F%3E%3C%2Fsvg%3E");
}

.fauna-opentest-payment-methods #payment .airwallex-container input[type="radio"]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200.5C12.1421%200.5%2015.5%203.85786%2015.5%208C15.5%2012.1421%2012.1421%2015.5%208%2015.5C3.85786%2015.5%200.5%2012.1421%200.5%208C0.5%203.85786%203.85786%200.5%208%200.5Z%22%20stroke%3D%22%23170057%22%2F%3E%3Cpath%20d%3D%22M8.00008%2013.8337C11.2217%2013.8337%2013.8334%2011.222%2013.8334%208.00033C13.8334%204.77866%2011.2217%202.16699%208.00008%202.16699C4.77842%202.16699%202.16675%204.77866%202.16675%208.00033C2.16675%2011.222%204.77842%2013.8337%208.00008%2013.8337Z%22%20fill%3D%22%23170057%22%2F%3E%3C%2Fsvg%3E");
}

.fauna-opentest-payment-methods #payment .airwallex-container input[type="radio"]:focus-visible + label::before {
  outline: 2px solid rgba(23, 0, 87, 0.45);
  outline-offset: 2px;
  border-radius: 9999px;
}

.fauna-opentest-payment-methods #payment .payment_methods > li > label {
  display: none !important;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.fauna-opentest-payment-methods #payment .payment_methods > li > label img {
  max-height: 28px;
  width: auto;
}

.fauna-opentest-payment-methods #payment .payment_methods > li.payment_method_airwallex_main {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.fauna-opentest-payment-methods #payment .payment_methods > li.payment_method_airwallex_main .payment_box {
  margin-top: 0 !important;
}

.fauna-opentest-payment-methods #payment > #place_order,
.fauna-opentest-payment-methods #payment > #woocommerce-process-checkout-nonce,
.fauna-opentest-payment-methods #payment > input[name="_wp_http_referer"],
.fauna-opentest-payment-methods #payment .payment_box > #place_order,
.fauna-opentest-payment-methods #payment .payment_box > #woocommerce-process-checkout-nonce,
.fauna-opentest-payment-methods #payment .payment_box > input[name="_wp_http_referer"],
.fauna-opentest-payment-methods #payment [name="woocommerce_checkout_place_order"] {
  display: none !important;
}

.fauna-opentest-payment-methods #payment .payment_box p {
  margin: 0 0 10px;
  color: #888;
  font-size: 16px;
  line-height: 24px;
}

.fauna-opentest-payment-methods .wc-credit-card-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.fauna-opentest-payment-methods .form-row {
  margin: 0 !important;
  width: 100%;
  float: none;
}

.fauna-opentest-payment-methods .form-row-first,
.fauna-opentest-payment-methods .form-row-last {
  width: 100%;
}

.fauna-opentest-payment-methods .wc-credit-card-form-card-number {
  grid-column: 1 / -1;
}

.fauna-opentest-payment-methods .form-row label {
  display: block;
  margin: 0 0 8px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-opentest-payment-methods input.input-text,
.fauna-opentest-payment-methods .select2-selection--single,
.fauna-opentest-payment-methods .select2-selection--multiple,
.fauna-opentest-billing-section input.input-text,
.fauna-opentest-billing-section select,
.fauna-opentest-billing-section textarea,
.fauna-opentest-billing-section .select2-selection--single,
.fauna-opentest-billing-section .select2-selection--multiple {
  min-height: 32px;
  border: 1px solid #d7d8de !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #333;
}

.fauna-opentest-payment-methods .wc-credit-card-form-card-number {
  position: relative;
}

.fauna-opentest-payment-methods .wc-credit-card-form-card-number::after {
  content: "VISA   PayPal   Mastercard";
  position: absolute;
  right: 12px;
  top: 34px;
  color: #5b6470;
  font-size: 11px;
  font-weight: 600;
  pointer-events: none;
}

.fauna-opentest-payment-methods #awx-apm-logos-in-content,
.fauna-opentest-payment-methods #awx-apm-logos-classic,
.fauna-opentest-payment-methods .airwallex-logo-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.fauna-opentest-payment-methods .airwallex-card-icon {
  max-height: 28px;
  width: auto;
}


.fauna-opentest-billing-section {
  margin-top: 0;
}

.fauna-opentest-billing-section h3 {
  margin: 0 0 12px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.fauna-opentest-address-label {
  margin: 0 0 4px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  order: 2;
}
.fauna-opentest-billing-section #billing_postcode_field{

  margin-top: -4px !important;

}
.fauna-opentest-billing-section #billing_full_name_field label {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-opentest-billing-section #billing_full_name_field {
  order: 1;
}

.fauna-opentest-billing-section #billing_country_field {
  order: 3;
}

.fauna-opentest-billing-section #billing_state_field {
  order: 4;
}

.fauna-opentest-billing-section #billing_city_field {
  order: 5;
}

.fauna-opentest-billing-section #billing_postcode_field {
  order: 6;
}

.fauna-opentest-checkout-shell .woocommerce-billing-fields > h3,
.fauna-opentest-checkout-shell .woocommerce-shipping-fields > h3,
.fauna-opentest-checkout-shell .woocommerce-additional-fields > h3 {
  display: none;
}

.fauna-opentest-checkout-shell .woocommerce-billing-fields__field-wrapper,
.fauna-opentest-checkout-shell .woocommerce-shipping-fields__field-wrapper,
.fauna-opentest-checkout-shell .woocommerce-additional-fields__field-wrapper,
.fauna-opentest-checkout-shell .create-account {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fauna-opentest-billing-section .woocommerce-billing-fields__field-wrapper {
  gap: 0;
}

.fauna-opentest-billing-section .woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0 0 8px;
}

.fauna-opentest-billing-section .woocommerce-billing-fields__field-wrapper #billing_full_name_field {
  margin-bottom: 12px;
}

.fauna-opentest-billing-section .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  margin-bottom: 0;
}

.fauna-opentest-checkout-shell .form-row {
  margin: 0;
  width: 100%;
  float: none;
}

.fauna-opentest-checkout-shell .form-row.form-row-wide,
.fauna-opentest-checkout-shell .form-row.notes,
.fauna-opentest-checkout-shell .create-account .form-row {
  width: 100%;
}

.fauna-opentest-checkout-shell .form-row label {
  display: block;
  margin-bottom: 4px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-opentest-billing-section #billing_country_field label,
.fauna-opentest-billing-section #billing_state_field label,
.fauna-opentest-billing-section #billing_city_field label,
.fauna-opentest-billing-section #billing_postcode_field label {
  display: none;
}

.fauna-opentest-billing-section input.input-text,
.fauna-opentest-billing-section .select2-selection--single,
.fauna-opentest-billing-section .select2-selection--multiple,
.fauna-opentest-billing-section select {
  min-height: 0 !important;
  padding: 6px 8px !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  box-shadow: none !important;
}

.fauna-opentest-billing-section input.input-text::placeholder {
  color: #bbb !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fauna-opentest-billing-section .select2-selection--single {
  display: flex !important;
  align-items: center;
  height: auto !important;
}

.fauna-opentest-billing-section .select2-selection__rendered {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  padding: 0 !important;
}

.fauna-opentest-billing-section .select2-selection__placeholder {
  color: #bbb !important;
}

.fauna-opentest-billing-section .select2-selection__arrow {
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 16px !important;
  height: 16px !important;
}

.fauna-opentest-billing-section .select2-selection__arrow b {
  display: none !important;
}

.fauna-opentest-billing-section .select2-selection__arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23707070' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Checkout: force place order button style (override Elementor kit) */
body.elementor-kit-62 .fauna-opentest-checkout-shell #place_order,
body.elementor-kit-62 .fauna-opentest-checkout-shell button#place_order,
body.elementor-kit-62.woocommerce-checkout .fauna-opentest-checkout-shell #place_order{
  width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 12px 24px !important;   
  min-height: 0 !important;         
  height: auto !important;

  border-radius: 4px !important;
  border: 0 !important;

  background: #170057 !important;
  background-color: #170057 !important;

  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;

  box-shadow: none !important;
  text-transform: none !important;
}

body.elementor-kit-62 .fauna-opentest-checkout-shell #place_order:hover,
body.elementor-kit-62 .fauna-opentest-checkout-shell #place_order:focus{
  background: #61528D !important;
  background-color: #61528D !important;
  color: #fff !important;
}

.fauna-opentest-checkout-shell .woocommerce-privacy-policy-text,
.fauna-opentest-checkout-shell .wc_payment_method .payment_box > fieldset > p:first-child {
  color: #888;
  font-size: 14px;
  line-height: 20px;
}

.fauna-opentest-submit-slot {
  margin-top: 34px;
}

.fauna-opentest-submit-slot .place-order {
  margin: 0;
  padding: 0;
}

.fauna-opentest-submit-slot .woocommerce-terms-and-conditions-wrapper,
.fauna-opentest-submit-slot .woocommerce-privacy-policy-text {
  margin-top: 10px;
}

.fauna-opentest-submit-slot .form-row {
  display: block;
}

.fauna-opentest-submit-slot .line.save {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fauna-opentest-submit-slot .line.save input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.fauna-opentest-submit-slot .line.save label {
  margin: 0;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fauna-opentest-save-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fauna-opentest-save-toggle input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
html.wp-dark-mode-active .fauna-opentest-summary-pane,
html[data-wp-dark-mode-active] .fauna-opentest-summary-pane{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html.wp-dark-mode-active .fauna-store-shell,
html[data-wp-dark-mode-active] .fauna-store-shell{
  --wp-dark-mode-bg--fauna-page: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.fauna-opentest-save-toggle label {
  margin: 0;
 color: var(--dc-color-text-secondary, #707070);
font-size: var(--typography-base-sizes-extra-small-font-size, 12px);
font-style: normal;
font-weight: var(--font-weight-normal, 400);
line-height: var(--typography-base-sizes-extra-small-line-height, 16px); 
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fauna-opentest-credit-row > span{
  display: inline-flex;
  align-items: center;
}

.fauna-opentest-credit-row > span::before{
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.66675 8.33366H18.3334M3.33341 4.16699H16.6667C17.5872 4.16699 18.3334 4.91318 18.3334 5.83366V14.167C18.3334 15.0875 17.5872 15.8337 16.6667 15.8337H3.33341C2.41294 15.8337 1.66675 15.0875 1.66675 14.167V5.83366C1.66675 4.91318 2.41294 4.16699 3.33341 4.16699Z' stroke='%2322C55E' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.fauna-opentest-submit-slot .line.save label::before,
.fauna-opentest-save-toggle label::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.66699%200.5H14.333C14.9773%200.5%2015.5%201.02266%2015.5%201.66699V14.333C15.5%2014.9773%2014.9773%2015.5%2014.333%2015.5H1.66699C1.02266%2015.5%200.5%2014.9773%200.5%2014.333V1.66699C0.5%201.02266%201.02266%200.5%201.66699%200.5Z%22%20stroke%3D%22%23D6D6D6%22%2F%3E%3C%2Fsvg%3E");
}

.fauna-opentest-submit-slot .line.save input[type="checkbox"]:checked + label::before,
.fauna-opentest-save-toggle input[type="checkbox"]:checked + label::before {
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_306_3673)%22%3E%3Cpath%20d%3D%22M0%202.08333C0%200.932741%200.93274%200%202.08333%200H17.9167C19.0673%200%2020%200.93274%2020%202.08333V17.9167C20%2019.0673%2019.0673%2020%2017.9167%2020H2.08333C0.932741%2020%200%2019.0673%200%2017.9167V2.08333Z%22%20fill%3D%22%23170057%22%2F%3E%3Cpath%20d%3D%22M16.6668%205L7.50016%2014.1667L3.3335%2010%22%20stroke%3D%22white%22%20stroke-width%3D%221.875%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_306_3673%22%3E%3Cpath%20d%3D%22M0%202.08333C0%200.932741%200.93274%200%202.08333%200H17.9167C19.0673%200%2020%200.93274%2020%202.08333V17.9167C20%2019.0673%2019.0673%2020%2017.9167%2020H2.08333C0.932741%2020%200%2019.0673%200%2017.9167V2.08333Z%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.fauna-opentest-submit-slot .line.save input[type="checkbox"]:focus-visible + label::before,
.fauna-opentest-save-toggle input[type="checkbox"]:focus-visible + label::before {
  outline: 2px solid rgba(23, 0, 87, 0.45);
  outline-offset: 2px;
  border-radius: 4px;
}

.fauna-opentest-checkout-shell .fauna-opentest-hidden-field {
  display: none !important;
}

.fauna-opentest-native-review {
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .fauna-opentest-checkout-grid {
    grid-template-columns: 1fr;
  }

  .fauna-opentest-summary-card {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .fauna-opentest-checkout-shell .woocommerce-billing-fields__field-wrapper,
  .fauna-opentest-checkout-shell .woocommerce-shipping-fields__field-wrapper,
  .fauna-opentest-checkout-shell .woocommerce-additional-fields__field-wrapper,
  .fauna-opentest-checkout-shell .create-account,
  .fauna-opentest-payment-methods .wc-credit-card-form {
    grid-template-columns: 1fr;
  }

  .fauna-opentest-summary-total {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }

  .fauna-opentest-total-copy {
    flex: 1 1 auto;
    min-width: 0;
  }

  .fauna-opentest-total-amount {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .fauna-opentest-total-amount,
  .fauna-opentest-total-amount *,
  .fauna-opentest-total-amount .woocommerce-Price-amount,
  .fauna-opentest-total-amount .woocommerce-Price-amount bdi,
  .fauna-opentest-total-amount .woocommerce-Price-currencySymbol {
    font-size: 40px;
    line-height: 46px;
  }
}



html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) .fauna-opentest-checkout-shell #place_order,
html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) .fauna-opentest-checkout-shell #place_order {
  background: #6f6197 !important;
}

html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) .fauna-opentest-checkout-shell #place_order:hover,
html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) .fauna-opentest-checkout-shell #place_order:hover {
  background: #7867a8 !important;
}
html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) #proceed-checkout,
html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) #proceed-checkout {
  background-color: #6f6197 !important;
}

html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) #proceed-checkout:hover,
html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) #proceed-checkout:hover {
  background-color: #7867a8 !important;
}
