.elementor-kit-13{--e-global-color-primary:#1A2A40;--e-global-color-secondary:#F6F1E9;--e-global-color-text:#0D1B2A;--e-global-color-accent:#FFD447;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#E3E0D7;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Figtree";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{border-radius:8px 8px 8px 8px;}.elementor-kit-13 img{border-radius:15px 15px 15px 15px;}.elementor-kit-13 input:not([type="button"]):not([type="submit"]),.elementor-kit-13 textarea,.elementor-kit-13 .elementor-field-textual{border-radius:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide empty block when cart has items */
body.woocommerce-cart .woocommerce:not(:has(.cart-empty)) #wb-empty-cart {
  display: none !important;
}

/* Hide the real cart block when the cart is empty */
body.woocommerce-cart .woocommerce:has(.cart-empty) #wb-real-cart {
  display: none !important;
}

/* Optional: hide Woo default empty notice/return button because we use our own */
body.woocommerce-cart .woocommerce:has(.cart-empty) .cart-empty,
body.woocommerce-cart .woocommerce:has(.cart-empty) .return-to-shop {
  display: none !important;
}

/* Hide Quantity & Subtotal columns entirely */
.woocommerce-cart table.shop_table th.product-quantity,
.woocommerce-cart table.shop_table td.product-quantity,
.woocommerce-cart table.shop_table th.product-subtotal,
.woocommerce-cart table.shop_table td.product-subtotal { 
  display:none; 
}

/* Remove "Update cart" since nothing changes */
.woocommerce .cart .actions .button[name="update_cart"]{ display:none !important; }

/* Cart table as a soft card */
.woocommerce-cart .woocommerce-cart-form table.shop_table{
    border-radius: 15px;
    overflow: hidden;
    border: 0.5px solid #e3e0d7 !important;
}
.woocommerce table.shop_table thead th{
  font-weight: 600;
  padding: 14px 16px;
  border: 0.5px solid #e3e0d7 !important;
}
.woocommerce table.shop_table tr td{
  border: 0.5px solid #e3e0d7 !important;
}

/* Product cell polish */
.woocommerce table.shop_table .product-thumbnail img{
  width:60px;height:60px;object-fit:cover;border-radius:10px;margin-right:10px;margin-top: 5px
}
.woocommerce-cart .product-name a{
  color:#1A2A40; text-decoration:none; font-weight:600;
}
.woocommerce-cart .product-price{
  color:#1A2A40; font-weight:600;
}
.woocommerce a.remove{
    width: 30px !important;
    height: 30px !important;
    font-size: 25px !important;
    margin-left: 10px;
}

/* Coupon row tidy */
.woocommerce .cart .actions:hover{
    background-color: #fff;
}
.woocommerce .cart .actions .coupon{ display:flex; gap:10px; margin:0; }
.woocommerce .cart .actions .input-text{
  height:42px; width: 180px !important; border-radius:10px; border:1px solid #d9dfe6; padding:0 12px; background:#fff;text-transform: capitalize;font-size: 15px;
}
.woocommerce .cart .actions .button{
  background:#FFD447; color:#1a2a40; border-radius:10px; border:0; padding:10px 16px; font-weight:600;text-transform: capitalize;
}

/* Totals card */
.woocommerce .cart-collaterals .cart_totals{
  background:#fff;
  border: 1px solid #e3e0d7 !important;
  border-radius:14px; padding:20px;
}
.woocommerce .cart-collaterals .cart_totals h2{
   color:#1a2a40; font-size:26px; line-height:1.2; text-transform: capitalize;
}
.woocommerce .cart-collaterals .shop_table th,
.woocommerce .cart-collaterals .shop_table td{ border:0; padding:10px 0; color:#0D1B2A; font-weight: 600; padding-left: 15px; }
.woocommerce .cart-collaterals .order-total th,
.woocommerce .cart-collaterals .order-total td{ color:#0D1B2A; font-weight:600; }

/* Proceed to checkout */
.woocommerce .wc-proceed-to-checkout a.checkout-button{
  background:#FFD447 !important;
  color:#1A2A40; border-radius:12px; padding:18px 18px !important; font-weight:600; text-transform: capitalize; font-size: 18px !important;margin-bottom: -5px !important;
  transform: translateY(0px);
  transition: transform 200ms cubic-bezier(.2,.7,.2,1),
              box-shadow 200ms cubic-bezier(.2,.7,.2,1),
              outline-offset 200ms cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,.18);
  color: #1A2A40;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:focus-visible {
    outline: 2px solid rgba(37,86,214,.85);
  outline-offset: 2px;
}

/* Mobile niceties */
@media (max-width: 767px){
  .woocommerce .cart .actions{ flex-direction:column; align-items:stretch; }
  .woocommerce .cart .actions .coupon{ width:100%; }
}

/* Checkout Page Styling */
.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper, .wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper, .wc-block-components-checkout-step__heading, .wc-block-components-checkout-order-summary__title {
  text-transform: capitalize;
}

/* Place Order Button Styling */
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background-color: #ffd447;
  color: #1a2a40;
  font-size: 18px;
  font-weight: 500;
  border: none;
  transform: translateY(0px);
  transition: transform 200ms cubic-bezier(.2,.7,.2,1),
              box-shadow 200ms cubic-bezier(.2,.7,.2,1),
              outline-offset 200ms cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,.18);
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:focus-visible {
    outline: 2px solid rgba(37,86,214,.85);
  outline-offset: 2px;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background-color: #ffd447;
  color: #1a2a40;
  font-weight: 500;
  border: none;
  transform: translateY(0px);
  transition: transform 200ms cubic-bezier(.2,.7,.2,1),
              box-shadow 200ms cubic-bezier(.2,.7,.2,1),
              outline-offset 200ms cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* === WooCommerce Notice "View Cart" Button === */
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
  display: inline-block;
  border: 1.5px solid rgba(26, 42, 64, 0.8);
  background: transparent;
  color: rgba(26, 42, 64, 0.9);
  font-weight: 600;
  text-transform: capitalize;
  padding: 0.55em 1.2em;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: none;
}

/* Hover: invert colors */
.woocommerce-message a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover {
  background: rgba(26, 42, 64, 0.9);
  color: #fff;
  border-color: rgba(26, 42, 64, 0.9);
}

/* Tidy alignment with text */
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
  vertical-align: middle;
  margin-left: 10px;
}

/* === WooCommerce Cart Notice "Undo?" link === */
.woocommerce-message a.restore-item {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
  color: var(--accent, #1A2A40);
  text-decoration: none;
  border: 1.5px solid #1A2A40;
  border-radius: 8px;
  padding: 0.25em 0.8em;
  transition: all 0.2s ease;
}

/* Hover state — soft inverse for feedback */
.woocommerce-message a.restore-item:hover {
  background: var(--accent, #FFD447);
  color: #1A2A40;
  border-color: var(--accent, #FFD447);
  text-decoration: none;
}

/* ========================= */
/* CART LAYOUT FIXES (NEW)   */
/* ========================= */

/* never allow sideways scroll */
body.woocommerce-cart { overflow-x: hidden; }

/* centered, safe-width grid */
body.woocommerce-cart .woocommerce{
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) 420px; /* table | totals */
  gap: 48px;
  align-items: start;
}

/* left/right columns */
body.woocommerce-cart .woocommerce .woocommerce-cart-form{
  grid-column: 1 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals{
  grid-column: 2 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

/* HARD override the theme culprit */
body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals{
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}

/* inner tables fill columns */
body.woocommerce-cart .woocommerce-cart-form table.shop_table,
body.woocommerce-cart .cart-collaterals .cart_totals table{
  width: 100% !important;
  max-width: none !important;
  table-layout: auto;
}

/* responsive: stack cleanly */
@media (max-width:1024px){
  body.woocommerce-cart .woocommerce{
    width: min(96vw, 980px);
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals{ grid-column: 1 !important; }
}

/* === EMPTY CART BUTTON — override Woo button styling === */
body.woocommerce-cart .woocommerce .cart .actions button.wb-empty-cart-btn {
  background: transparent !important;
  color: #1A2A40 !important;
  border: 1.5px solid #1A2A40 !important;
  padding: 11px 18px !important;
}

/* Hover + focus states */
body.woocommerce-cart .woocommerce .cart .actions button.wb-empty-cart-btn:hover,
body.woocommerce-cart .woocommerce .cart .actions button.wb-empty-cart-btn:focus-visible {
  background: #1A2A40 !important;
  color: #fff !important;
  border-color: #1A2A40 !important;
  outline: none !important;
}/* End custom CSS */