/* Agossa v4.8 — checkout rebuilt as a clean, deterministic split checkout.
 * This file is intentionally checkout-specific and is loaded last. It neutralizes
 * the legacy checkout experiments without changing cart/product/archive styles.
 */
:root{
  --ag48-bg:#ffffff;
  --ag48-summary:#f6f5f2;
  --ag48-ink:#171716;
  --ag48-muted:#78746e;
  --ag48-line:#dfdcd7;
  --ag48-line-soft:#ebe8e4;
  --ag48-control:54px;
  --ag48-radius:9px;
}

body.woocommerce-checkout{
  margin:0!important;
  padding:0!important;
  min-height:100vh!important;
  overflow-x:hidden!important;
  background:linear-gradient(to right,#fff 0,#fff 55%,var(--ag48-summary) 55%,var(--ag48-summary) 100%)!important;
  color:var(--ag48-ink)!important;
}
body.woocommerce-checkout.admin-bar{min-height:calc(100vh - 32px)!important}
body.woocommerce-checkout .agossa-checkout-page-main,
body.woocommerce-checkout .agossa-checkout-page-content,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .woocommerce-checkout,
body.woocommerce-checkout .agossa-checkout-form{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}
body.woocommerce-checkout .agossa-checkout-form{
  position:static!important;
  left:auto!important;
  overflow:visible!important;
}
body.woocommerce-checkout .woocommerce-notices-wrapper:empty{display:none!important}

/* dedicated checkout header: no storefront header, no phantom page padding */
body.woocommerce-checkout .agossa-checkout-topbar{
  height:64px!important;
  min-height:64px!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  border-bottom:1px solid var(--ag48-line-soft)!important;
}
body.woocommerce-checkout .agossa-checkout-topbar-inner{
  width:min(calc(100% - 40px),1240px)!important;
  height:64px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
body.woocommerce-checkout .agossa-checkout-logo{
  display:inline-flex!important;
  align-items:center!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  color:#111!important;
  text-decoration:none!important;
}
body.woocommerce-checkout .agossa-checkout-logo img{display:block!important;width:auto!important;max-width:142px!important;max-height:31px!important}
body.woocommerce-checkout .agossa-checkout-back{
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#171716!important;
  box-shadow:none!important;
  text-decoration:none!important;
  transition:background .15s ease!important;
}
body.woocommerce-checkout .agossa-checkout-back:hover{background:#f3f2ef!important}
body.woocommerce-checkout .agossa-checkout-back svg{display:block!important;width:20px!important;height:20px!important}

/* exact split canvas */
body.woocommerce-checkout .agossa-checkout-layout{
  display:grid!important;
  grid-template-columns:minmax(0,55%) minmax(0,45%)!important;
  width:100%!important;
  min-height:calc(100vh - 64px)!important;
  margin:0!important;
  padding:0!important;
  gap:0!important;
  background:linear-gradient(to right,#fff 0,#fff 55%,var(--ag48-summary) 55%,var(--ag48-summary) 100%)!important;
}
body.woocommerce-checkout .agossa-checkout-layout::after{display:none!important}
body.woocommerce-checkout .agossa-checkout-left{
  min-width:0!important;
  margin:0!important;
  padding:28px 0 44px!important;
  background:#fff!important;
}
body.woocommerce-checkout .agossa-checkout-inner{
  width:min(calc(100% - 48px),650px)!important;
  max-width:650px!important;
  margin:0 58px 0 auto!important;
  padding:0!important;
}
body.woocommerce-checkout .agossa-checkout-right{
  min-width:0!important;
  margin:0!important;
  padding:28px max(24px,calc((100vw - 1240px)/2)) 28px 42px!important;
  border-left:1px solid var(--ag48-line)!important;
  background:var(--ag48-summary)!important;
}
body.woocommerce-checkout .agossa-order-summary{
  width:100%!important;
  max-width:520px!important;
  height:calc(100vh - 120px)!important;
  min-height:560px!important;
  max-height:760px!important;
  margin:0!important;
  padding:0!important;
  position:sticky!important;
  top:18px!important;
  overflow:hidden!important;
  background:transparent!important;
}

/* Fields: native CSS grid, visible air between every control. */
body.woocommerce-checkout .agossa-billing-fields,
body.woocommerce-checkout .agossa-checkout-fields,
body.woocommerce-checkout .agossa-checkout-primary-fields{width:100%!important;margin:0!important;padding:0!important}
body.woocommerce-checkout .agossa-checkout-primary-fields{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:12px!important;
  align-items:start!important;
}
body.woocommerce-checkout .agossa-checkout-primary-fields>.form-row{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
}
body.woocommerce-checkout .agossa-checkout-primary-fields>.form-row-wide{grid-column:1/-1!important}
body.woocommerce-checkout #billing_country_field{display:none!important}
body.woocommerce-checkout #billing_first_name_field{grid-column:1!important}
body.woocommerce-checkout #billing_last_name_field{grid-column:2!important}
body.woocommerce-checkout #billing_address_1_field{grid-column:1/-1!important}
body.woocommerce-checkout #billing_state_field{grid-column:1!important}
body.woocommerce-checkout #billing_city_field{grid-column:2!important}
body.woocommerce-checkout #billing_email_field{grid-column:1/-1!important}
body.woocommerce-checkout .agossa-phone-shell{grid-column:1/-1!important}
body.woocommerce-checkout #billing_corporate_invoice_field{grid-column:1/-1!important}
body.woocommerce-checkout #billing_company_field{grid-column:1/-1!important}
body.woocommerce-checkout #billing_tax_office_field{grid-column:1!important}
body.woocommerce-checkout #billing_tax_no_field{grid-column:2!important}

body.woocommerce-checkout .agossa-checkout-form input.input-text,
body.woocommerce-checkout .agossa-checkout-form textarea,
body.woocommerce-checkout .agossa-checkout-form select,
body.woocommerce-checkout .agossa-checkout-form .select2-container .select2-selection--single{
  width:100%!important;
  min-height:var(--ag48-control)!important;
  margin:0!important;
  padding:0 15px!important;
  border:1px solid #d7d4cf!important;
  border-radius:var(--ag48-radius)!important;
  background:#fff!important;
  color:#20201e!important;
  font:inherit!important;
  font-size:13px!important;
  line-height:1.25!important;
  box-shadow:none!important;
  outline:0!important;
  transition:border-color .15s ease,box-shadow .15s ease!important;
}
body.woocommerce-checkout .agossa-checkout-form textarea{
  min-height:104px!important;
  padding:15px!important;
  line-height:1.55!important;
  resize:vertical!important;
}
body.woocommerce-checkout .agossa-checkout-form input.input-text:focus,
body.woocommerce-checkout .agossa-checkout-form textarea:focus,
body.woocommerce-checkout .agossa-checkout-form select:focus,
body.woocommerce-checkout .agossa-checkout-form .select2-container--open .select2-selection--single{
  border-color:#77736d!important;
  box-shadow:0 0 0 3px rgba(23,23,22,.045)!important;
}
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height:52px!important;padding:0!important}
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:52px!important;right:10px!important}

/* email sits directly above one cohesive phone control */
body.woocommerce-checkout .agossa-phone-shell{
  display:grid!important;
  grid-template-columns:118px minmax(0,1fr)!important;
  gap:0!important;
  width:100%!important;
  min-height:var(--ag48-control)!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #d7d4cf!important;
  border-radius:var(--ag48-radius)!important;
  background:#fff!important;
}
body.woocommerce-checkout .agossa-phone-shell.is-other{grid-template-columns:105px 78px minmax(0,1fr)!important}
body.woocommerce-checkout .agossa-phone-shell .form-row{width:auto!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important}
body.woocommerce-checkout .agossa-phone-shell select,
body.woocommerce-checkout .agossa-phone-shell input.input-text,
body.woocommerce-checkout .agossa-phone-shell .select2-container .select2-selection--single{
  min-height:52px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body.woocommerce-checkout .agossa-phone-shell #billing_phone_country_type_field,
body.woocommerce-checkout .agossa-phone-shell #billing_phone_country_code_field{border-right:1px solid var(--ag48-line-soft)!important}

/* corporate fields never reserve blank grid space while hidden */
body.woocommerce-checkout .agossa-corporate-field{display:none!important}
body.woocommerce-checkout .agossa-corporate-field:not([hidden]){display:block!important}
body.woocommerce-checkout #billing_corporate_invoice_field,
body.woocommerce-checkout .agossa-marketing-checkbox{
  margin:2px 0 0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
body.woocommerce-checkout #billing_corporate_invoice_field label,
body.woocommerce-checkout .agossa-marketing-checkbox label{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  margin:0!important;
  font-size:11px!important;
  line-height:1.45!important;
  color:#65615b!important;
}
body.woocommerce-checkout input[type="checkbox"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-grid!important;
  place-content:center!important;
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  border:1px solid #c9c5bf!important;
  border-radius:5px!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.woocommerce-checkout input[type="checkbox"]::before{
  content:""!important;
  width:8px!important;
  height:5px!important;
  border-left:1.6px solid #fff!important;
  border-bottom:1.6px solid #fff!important;
  transform:rotate(-45deg) scale(0)!important;
}
body.woocommerce-checkout input[type="checkbox"]:checked{background:#171716!important;border-color:#171716!important}
body.woocommerce-checkout input[type="checkbox"]:checked::before{transform:rotate(-45deg) scale(1)!important}

/* notes and payment rhythm */
body.woocommerce-checkout .woocommerce-additional-fields{margin:28px 0 0!important;padding:0!important}
body.woocommerce-checkout .woocommerce-additional-fields h3{display:none!important}
body.woocommerce-checkout .woocommerce-additional-fields .form-row{margin:0!important;padding:0!important}
body.woocommerce-checkout .agossa-marketing-checkbox{margin-top:14px!important}
body.woocommerce-checkout .agossa-checkout-payment{
  margin:28px 0 0!important;
  padding:24px 0 0!important;
  border-top:1px solid var(--ag48-line-soft)!important;
}
body.woocommerce-checkout .agossa-checkout-payment>h2{margin:0 0 5px!important;font-size:20px!important;line-height:1.25!important;font-weight:650!important;letter-spacing:-.025em!important}
body.woocommerce-checkout .agossa-checkout-payment>p{margin:0 0 14px!important;font-size:11px!important;color:#8a867f!important}
body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-checkout-payment{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.woocommerce-checkout #payment ul.payment_methods{
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #dad7d2!important;
  border-radius:10px!important;
  background:#fff!important;
}
body.woocommerce-checkout #payment ul.payment_methods>li{margin:0!important;padding:0!important;border:0!important;border-bottom:1px solid var(--ag48-line-soft)!important;background:#fff!important}
body.woocommerce-checkout #payment ul.payment_methods>li:last-child{border-bottom:0!important}
body.woocommerce-checkout #payment ul.payment_methods>li>label{display:flex!important;align-items:center!important;min-height:56px!important;margin:0!important;padding:0 16px!important;font-size:12px!important;font-weight:600!important;background:#fff!important;color:#222!important}
body.woocommerce-checkout #payment div.payment_box{margin:0!important;padding:15px!important;border:0!important;border-top:1px solid var(--ag48-line-soft)!important;border-radius:0!important;background:#faf9f7!important;box-shadow:none!important}
body.woocommerce-checkout #payment div.payment_box::before{display:none!important}
body.woocommerce-checkout #payment .form-row.place-order{margin:16px 0 0!important;padding:0!important;background:transparent!important}
body.woocommerce-checkout #place_order{width:100%!important;min-height:54px!important;margin:0!important;border:0!important;border-radius:8px!important;background:#111!important;color:#fff!important;font-size:12px!important;font-weight:650!important;letter-spacing:.04em!important;text-transform:uppercase!important;box-shadow:none!important}
body.woocommerce-checkout .agossa-checkout-actions-bottom{display:none!important}

/* Right summary is a 3-row layout: scrollable products, coupon, fixed totals. */
body.woocommerce-checkout .agossa-review-order,
body.woocommerce-checkout .woocommerce-checkout-review-order-table{
  display:grid!important;
  grid-template-rows:minmax(0,1fr) auto auto!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:transparent!important;
  border:0!important;
}
body.woocommerce-checkout .agossa-review-products{
  min-height:0!important;
  max-height:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  margin:0!important;
  padding:2px 10px 12px 0!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin!important;
  scrollbar-color:#aaa59e transparent!important;
}
body.woocommerce-checkout .agossa-review-products::-webkit-scrollbar{width:5px!important}
body.woocommerce-checkout .agossa-review-products::-webkit-scrollbar-track{background:transparent!important}
body.woocommerce-checkout .agossa-review-products::-webkit-scrollbar-thumb{background:#aaa59e!important;border-radius:999px!important}
body.woocommerce-checkout .agossa-review-product{
  position:relative!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  min-height:68px!important;
  margin:0!important;
  padding:7px 0!important;
  border:0!important;
  background:transparent!important;
}
body.woocommerce-checkout .agossa-review-product-image{position:relative!important;width:58px!important;height:58px!important;border:1px solid #dfdcd7!important;border-radius:8px!important;background:#fff!important;overflow:visible!important}
body.woocommerce-checkout .agossa-review-product-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:7px!important}
body.woocommerce-checkout .agossa-review-product-image>span{position:absolute!important;top:-8px!important;right:-8px!important;display:grid!important;place-items:center!important;min-width:21px!important;height:21px!important;padding:0 5px!important;border-radius:999px!important;background:#77736d!important;color:#fff!important;font-size:9px!important;font-weight:600!important;line-height:1!important}
body.woocommerce-checkout .agossa-review-product-info{min-width:0!important}
body.woocommerce-checkout .agossa-review-product-info strong{display:block!important;font-size:11.5px!important;line-height:1.35!important;font-weight:600!important;color:#282724!important}
body.woocommerce-checkout .agossa-review-product-info .variation{margin:3px 0 0!important;font-size:9.5px!important;line-height:1.35!important;color:#88837c!important}
body.woocommerce-checkout .agossa-review-product-price{padding-left:12px!important;font-size:11px!important;line-height:1.2!important;font-weight:650!important;white-space:nowrap!important;color:#222!important}
body.woocommerce-checkout .agossa-remove-checkout-item{position:absolute!important;left:-22px!important;top:50%!important;transform:translateY(-50%)!important;width:18px!important;height:18px!important;padding:0!important;border:0!important;background:transparent!important;color:#817d76!important;font-size:16px!important;line-height:18px!important;opacity:0!important;cursor:pointer!important}
body.woocommerce-checkout .agossa-review-product:hover .agossa-remove-checkout-item{opacity:.7!important}

body.woocommerce-checkout .agossa-review-coupon{
  grid-row:2!important;
  margin:0!important;
  padding:16px 0!important;
  border-top:1px solid var(--ag48-line)!important;
  border-bottom:1px solid var(--ag48-line)!important;
  background:var(--ag48-summary)!important;
}
body.woocommerce-checkout .agossa-coupon-form{display:grid!important;grid-template-columns:minmax(0,1fr) 94px!important;gap:9px!important}
body.woocommerce-checkout .agossa-coupon-code{width:100%!important;min-height:46px!important;margin:0!important;padding:0 13px!important;border:1px solid #d7d3cd!important;border-radius:7px!important;background:#fff!important;font-size:11px!important;box-shadow:none!important}
body.woocommerce-checkout .agossa-apply-coupon{min-height:46px!important;margin:0!important;padding:0 14px!important;border:1px solid #d9d5cf!important;border-radius:7px!important;background:#e8e5e0!important;color:#55514b!important;font-size:10px!important;font-weight:650!important;box-shadow:none!important}
body.woocommerce-checkout .agossa-coupon-message{margin-top:7px!important;font-size:10px!important}

body.woocommerce-checkout .agossa-review-totals{
  grid-row:3!important;
  margin:0!important;
  padding:15px 0 0!important;
  background:var(--ag48-summary)!important;
}
body.woocommerce-checkout .agossa-review-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin:0!important;padding:5px 0!important;border:0!important;font-size:11px!important;line-height:1.35!important;color:#66615b!important}
body.woocommerce-checkout .agossa-review-row strong{font-weight:550!important;color:#55514b!important}
body.woocommerce-checkout .agossa-review-shipping-options{margin:5px 0 8px!important}
body.woocommerce-checkout .agossa-shipping-table{width:100%!important;margin:0!important;border:0!important;background:transparent!important}
body.woocommerce-checkout .agossa-shipping-table td{padding:5px 0!important;border:0!important;background:transparent!important}
body.woocommerce-checkout .agossa-review-tax-row{margin-top:6px!important;padding-top:11px!important;border-top:1px solid var(--ag48-line)!important}
body.woocommerce-checkout .agossa-review-total{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:20px!important;margin:7px 0 0!important;padding:14px 0 0!important;border-top:1px solid var(--ag48-line)!important}
body.woocommerce-checkout .agossa-review-total span{font-size:15px!important;font-weight:650!important;color:#222!important}
body.woocommerce-checkout .agossa-review-total strong,
body.woocommerce-checkout .agossa-review-total .amount{font-size:19px!important;line-height:1.15!important;font-weight:720!important;color:#171716!important}
body.woocommerce-checkout .agossa-review-tax-note{display:none!important}

/* checkout has no storefront footer by design */
body.woocommerce-checkout .agossa-footer-feature-panels-area,
body.woocommerce-checkout .agossa-footer-icons-area,
body.woocommerce-checkout .desktop-footer,
body.woocommerce-checkout .mobile-footer,
body.woocommerce-checkout .site-footer,
body.woocommerce-checkout footer{display:none!important}

@media (max-width:1100px) and (min-width:821px){
  body.woocommerce-checkout .agossa-checkout-layout{grid-template-columns:minmax(0,57%) minmax(0,43%)!important;background:linear-gradient(to right,#fff 0,#fff 57%,var(--ag48-summary) 57%,var(--ag48-summary) 100%)!important}
  body.woocommerce-checkout .agossa-checkout-inner{width:calc(100% - 36px)!important;margin-right:22px!important}
  body.woocommerce-checkout .agossa-checkout-right{padding-left:26px!important;padding-right:20px!important}
  body.woocommerce-checkout .agossa-order-summary{min-height:520px!important}
}

@media (max-width:820px){
  body.woocommerce-checkout{background:#fff!important}
  body.woocommerce-checkout .agossa-checkout-topbar,
  body.woocommerce-checkout .agossa-checkout-topbar-inner{height:58px!important;min-height:58px!important}
  body.woocommerce-checkout .agossa-checkout-topbar-inner{width:calc(100% - 28px)!important}
  body.woocommerce-checkout .agossa-checkout-logo img{max-width:132px!important;max-height:29px!important}
  body.woocommerce-checkout .agossa-checkout-layout{display:flex!important;flex-direction:column!important;min-height:0!important;background:#fff!important}
  body.woocommerce-checkout .agossa-checkout-right{order:1!important;width:100%!important;padding:18px 18px 22px!important;border-left:0!important;border-bottom:1px solid var(--ag48-line)!important;background:var(--ag48-summary)!important}
  body.woocommerce-checkout .agossa-order-summary{position:static!important;width:min(100%,680px)!important;max-width:680px!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 auto!important;overflow:visible!important}
  body.woocommerce-checkout .agossa-review-order,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table{display:block!important;height:auto!important;overflow:visible!important}
  body.woocommerce-checkout .agossa-review-products{max-height:310px!important;overflow-y:auto!important;padding-right:6px!important}
  body.woocommerce-checkout .agossa-review-coupon{margin-top:8px!important}
  body.woocommerce-checkout .agossa-checkout-left{order:2!important;width:100%!important;padding:24px 18px 42px!important}
  body.woocommerce-checkout .agossa-checkout-inner{width:min(100%,680px)!important;max-width:680px!important;margin:0 auto!important}
}

@media (max-width:560px){
  :root{--ag48-control:50px}
  body.woocommerce-checkout .agossa-checkout-topbar,
  body.woocommerce-checkout .agossa-checkout-topbar-inner{height:54px!important;min-height:54px!important}
  body.woocommerce-checkout .agossa-checkout-topbar-inner{width:calc(100% - 24px)!important}
  body.woocommerce-checkout .agossa-checkout-logo img{max-width:124px!important;max-height:27px!important}
  body.woocommerce-checkout .agossa-checkout-back{width:32px!important;height:32px!important}
  body.woocommerce-checkout .agossa-checkout-right{padding:14px 14px 18px!important}
  body.woocommerce-checkout .agossa-checkout-left{padding:20px 14px 36px!important}
  body.woocommerce-checkout .agossa-checkout-primary-fields{grid-template-columns:1fr!important;gap:10px!important}
  body.woocommerce-checkout #billing_first_name_field,
  body.woocommerce-checkout #billing_last_name_field,
  body.woocommerce-checkout #billing_state_field,
  body.woocommerce-checkout #billing_city_field,
  body.woocommerce-checkout #billing_tax_office_field,
  body.woocommerce-checkout #billing_tax_no_field{grid-column:1!important}
  body.woocommerce-checkout .agossa-checkout-form input.input-text,
  body.woocommerce-checkout .agossa-checkout-form textarea,
  body.woocommerce-checkout .agossa-checkout-form select,
  body.woocommerce-checkout .agossa-checkout-form .select2-container .select2-selection--single{font-size:12px!important}
  body.woocommerce-checkout .agossa-phone-shell{grid-template-columns:105px minmax(0,1fr)!important}
  body.woocommerce-checkout .agossa-phone-shell.is-other{grid-template-columns:92px 66px minmax(0,1fr)!important}
  body.woocommerce-checkout .agossa-review-products{max-height:260px!important}
  body.woocommerce-checkout .agossa-review-product{grid-template-columns:52px minmax(0,1fr) auto!important;gap:10px!important;min-height:62px!important}
  body.woocommerce-checkout .agossa-review-product-image{width:52px!important;height:52px!important}
  body.woocommerce-checkout .agossa-review-product-info strong{font-size:10.5px!important}
  body.woocommerce-checkout .agossa-review-product-price{font-size:10px!important;padding-left:4px!important}
  body.woocommerce-checkout .agossa-coupon-form{grid-template-columns:minmax(0,1fr) 82px!important;gap:7px!important}
  body.woocommerce-checkout .agossa-review-total strong,
  body.woocommerce-checkout .agossa-review-total .amount{font-size:17px!important}
}
