﻿/* Final cart premium override: loaded after theme styles. */

body.woocommerce-cart .consultix-cart-modern{
  max-width: 1280px;
  margin: 20px auto 44px;
  padding: 0 16px;
}

body.woocommerce-cart .consultix-cart-modern__hero{
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  align-items: center !important;
  justify-items: stretch !important;
  gap: 16px !important;
  margin: 0 0 18px;
  padding: 20px 22px;
  border: 1px solid #cfe0f7;
  border-radius: 18px;
  background: linear-gradient(115deg,#ffffff 0%,#f6fbff 48%,#eef6ff 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

body.woocommerce-cart .consultix-cart-modern__hero-left{
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: start !important;
  align-self: center !important;
  text-align: left !important;
}

body.woocommerce-cart .consultix-cart-modern__hero-left > *{
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
}

body.woocommerce-cart .consultix-cart-modern__kicker{
  margin: 0 0 6px !important;
  color: #4c6b8b;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

body.woocommerce-cart .consultix-cart-modern__title{
  margin: 0 !important;
  color: #0f2f4d;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 800;
}

body.woocommerce-cart .consultix-cart-modern__subtitle{
  margin: 10px 0 0 !important;
  color: #4a6887;
  font-size: 16px;
  max-width: 620px;
}

body.woocommerce-cart .consultix-cart-modern__hero-right{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}

body.woocommerce-cart .consultix-cart-modern__stat{
  min-width:146px !important;
  border:1px solid #d7e5f7 !important;
  border-radius:12px !important;
  background:#fff !important;
  padding:9px 12px !important;
  box-shadow:0 6px 14px rgba(15,23,42,.05) !important;
}

body.woocommerce-cart .consultix-cart-modern__stat span{
  display:block !important;
  color:#5a7898 !important;
  font-size:11px !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
  font-weight:700 !important;
}

body.woocommerce-cart .consultix-cart-modern__stat strong,
body.woocommerce-cart .consultix-cart-modern__stat strong .woocommerce-Price-amount,
body.woocommerce-cart .consultix-cart-modern__stat strong .amount,
body.woocommerce-cart .consultix-cart-modern__stat strong bdi,
body.woocommerce-cart .consultix-cart-modern__stat .woocommerce-Price-currencySymbol{
  white-space:nowrap !important;
  display:inline !important;
  line-height:1.1 !important;
  color:#0f2f4d !important;
  font-size:28px !important;
  font-weight:800 !important;
}

body.woocommerce-cart .consultix-cart-modern .consultix-cart-modern__hero-right .consultix-cart-modern__continue{
  border:1px solid #90b7e8 !important;
  background:#fff !important;
  color:#194f91 !important;
  border-radius:999px !important;
  font-weight:800 !important;
  padding:10px 16px !important;
  box-shadow:none !important;
}

body.woocommerce-cart .consultix-cart-modern .consultix-cart-modern__grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 380px !important;
  align-items:start !important;
  gap:24px !important;
}

body.woocommerce-cart .consultix-cart-modern__panel-head{
  margin:0 0 12px !important;
  padding:0 2px !important;
  min-height:34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}

body.woocommerce-cart .consultix-cart-modern__panel-head h2{
  margin:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#102a45 !important;
  font-size:32px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
}

body.woocommerce-cart .consultix-cart-modern__panel-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:26px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  border:1px solid #cddff7 !important;
  background:#edf5ff !important;
  color:#1c4f92 !important;
  font-size:12px !important;
  font-weight:700 !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents{
  width:100% !important;
  table-layout:fixed !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
  border:1px solid #c9d9ef !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 16px 34px rgba(15,23,42,.08) !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th{
  background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%) !important;
  color:#294665 !important;
  font-size:12px !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
  font-weight:800 !important;
  border-bottom:1px solid #dce8f7 !important;
  padding:14px 12px !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td{
  border-top:1px solid #e7eef8 !important;
  padding:16px 12px !important;
  vertical-align:middle !important;
  color:#1f3652 !important;
  background:#fff !important;
  overflow-wrap:anywhere !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:nth-child(even) td{
  background:#fbfdff !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-remove,
body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-thumbnail{
  width:64px !important;
  text-align:center !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a{
  color:#132f4c !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
  display:inline-block !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-price,
body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-subtotal{
  color:#0f3f73 !important;
  font-weight:800 !important;
  min-width:130px !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-quantity .quantity{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:78px !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-quantity .qty{
  display:block !important;
  width:78px !important;
  min-width:78px !important;
  height:40px !important;
  border:1px solid #c9d8eb !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#1f3e60 !important;
  font-weight:700 !important;
  text-align:center !important;
  box-shadow:none !important;
  opacity:1 !important;
  visibility:visible !important;
}

body.woocommerce-cart .consultix-cart-modern__qty-static{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:42px !important;
  height:38px !important;
  padding:0 10px !important;
  border:1px solid #c9d8eb !important;
  border-radius:10px !important;
  font-weight:700 !important;
  color:#1f3e60 !important;
  background:#fff !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-thumbnail img{
  border:1px solid #d7e4f5 !important;
  border-radius:12px !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions{
  background:linear-gradient(180deg,#fbfdff 0%,#f5f9ff 100%) !important;
  display:table-cell !important;
  width:auto !important;
  box-sizing:border-box !important;
  text-align:right !important;
  vertical-align:middle !important;
  padding:14px 16px !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions .coupon{
  float:left !important;
  margin-right:12px !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  flex-wrap:wrap !important;
}

body.woocommerce-cart .consultix-cart-modern .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon .input-text{
  height:42px !important;
  min-width:230px !important;
  border:1px solid #bfcee3 !important;
  border-radius:11px !important;
  box-shadow:none !important;
  padding:0 12px !important;
  background:#fff !important;
}

body.woocommerce-cart .consultix-cart-modern .button,
body.woocommerce-cart .consultix-cart-modern button.button,
body.woocommerce-cart .consultix-cart-modern input.button,
body.woocommerce-cart .consultix-cart-modern a.button{
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(92deg,#0e66e6 0%,#0b4aa5 100%) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  line-height:1.2 !important;
  min-height:40px !important;
  padding:10px 16px !important;
  box-shadow:0 10px 22px rgba(11,74,165,.28) !important;
  text-transform:none !important;
  white-space:nowrap !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  writing-mode:horizontal-tb !important;
  text-orientation:mixed !important;
}

body.woocommerce-cart .consultix-cart-modern .actions > button[name="update_cart"]{
  background:linear-gradient(92deg,#1e293b 0%,#334155 100%) !important;
  box-shadow:0 10px 22px rgba(30,41,59,.26) !important;
  min-width:150px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  float:right !important;
  margin:0 !important;
}

body.woocommerce-cart .consultix-cart-modern .cart_totals{
  border:1px solid #c8d9ef !important;
  border-radius:18px !important;
  padding:18px 18px !important;
  background:#fff !important;
  box-shadow:0 16px 34px rgba(15,23,42,.08) !important;
  min-height:100% !important;
}

body.woocommerce-cart .consultix-cart-modern .cart_totals > h2{display:none !important}

body.woocommerce-cart .consultix-cart-modern .cart_totals .shop_table{
  border:0 !important;
}

body.woocommerce-cart .consultix-cart-modern .cart_totals .shop_table th,
body.woocommerce-cart .consultix-cart-modern .cart_totals .shop_table td{
  border:0 !important;
  border-bottom:1px solid #e8eef7 !important;
  padding:12px 0 !important;
  color:#1e3a59 !important;
}

body.woocommerce-cart .consultix-cart-modern .cart_totals .shop_table th{
  font-weight:700 !important;
  padding-right:18px !important;
}

body.woocommerce-cart .consultix-cart-modern .cart_totals .shop_table td{
  text-align:right !important;
  white-space:nowrap !important;
  font-weight:700 !important;
}

body.woocommerce-cart .consultix-cart-modern .cart_totals .shop_table tr.order-total th,
body.woocommerce-cart .consultix-cart-modern .cart_totals .shop_table tr.order-total td{
  font-size:17px !important;
  font-weight:800 !important;
  color:#0f2f4d !important;
}

body.woocommerce-cart .consultix-cart-modern .cart_totals .wc-proceed-to-checkout .button{
  width:100% !important;
  min-height:48px !important;
  font-size:14px !important;
}

body.woocommerce-cart .consultix-cart-modern__trust{
  margin-top:16px;
  border:1px solid #d3e1f4;
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  padding:14px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  box-shadow:0 12px 26px rgba(15,23,42,.08);
}

body.woocommerce-cart .consultix-cart-modern__trust-item{
  border:1px solid #e2ebf8;
  border-radius:12px;
  background:#fff;
  padding:10px 12px;
}

body.woocommerce-cart .consultix-cart-modern__trust-item strong{
  display:block;
  color:#0f2f4d;
  font-size:14px;
  line-height:1.25;
}

body.woocommerce-cart .consultix-cart-modern__trust-item span{
  display:block;
  color:#547392;
  font-size:12px;
  margin-top:4px;
}

@media (max-width: 980px){
  body.woocommerce-cart .consultix-cart-modern{padding:0 12px}
  body.woocommerce-cart .consultix-cart-modern__title{font-size:36px}
  body.woocommerce-cart .consultix-cart-modern__hero{grid-template-columns:1fr !important;align-items:start !important}
  body.woocommerce-cart .consultix-cart-modern__grid{grid-template-columns:1fr !important;gap:16px !important}
  body.woocommerce-cart .consultix-cart-modern__trust{grid-template-columns:1fr}
}
