.elementor-3057 .elementor-element.elementor-element-d2acc6a{--display:flex;--min-height:80vh;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3057 .elementor-element.elementor-element-71b9150c > .elementor-widget-container{margin:40px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-71b9150c *//* =====================================================
   ADTEC WooCommerce Cart Page - Corrected Styling
   ===================================================== */

/* Prevent horizontal overflow */
body.woocommerce-cart,
body.woocommerce-cart .site,
body.woocommerce-cart .wp-site-blocks,
body.woocommerce-cart main,
body.woocommerce-cart .entry-content {
  overflow-x: hidden;
}

/* Hide default page title if theme outputs it poorly */
body.woocommerce-cart h1.entry-title,
body.woocommerce-cart .page-title {
  display: none !important;
}

/* Main cart wrapper */
body.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1180px;
  margin: 0 auto;
  padding: 35px 28px 90px;
  box-sizing: border-box;
}

/* Custom title added by HTML block */
.adtec-cart-header {
  max-width: 1180px;
  margin: 0 auto 34px;
  text-align: center;
}

.adtec-cart-kicker {
  color: #e30613;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.adtec-cart-title {
  color: #111111;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
  margin: 0;
}

.adtec-cart-subtitle {
  max-width: 620px;
  margin: 14px auto 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

/* =====================================================
   Notice / Error Banner - Corrected
   ===================================================== */

body.woocommerce-cart .wc-block-components-notice-banner {
  position: relative !important;
  max-width: 1180px;
  margin: 0 auto 28px !important;
  padding: 18px 54px 18px 58px !important;
  border-radius: 12px !important;
  border: 1px solid #e30613 !important;
  background: #fff2f2 !important;
  color: #1f1f1f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  box-sizing: border-box !important;
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
}

/* WooCommerce classic notices */
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info {
  max-width: 1180px;
  margin: 0 auto 28px !important;
  padding: 18px 22px !important;
  border-radius: 12px !important;
  border: 1px solid #e30613 !important;
  background: #fff2f2 !important;
  color: #1f1f1f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  box-sizing: border-box !important;
}

/* Notice content */
body.woocommerce-cart .wc-block-components-notice-banner__content {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Notice icon */
body.woocommerce-cart .wc-block-components-notice-banner > svg {
  position: absolute !important;
  left: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  fill: #fff !important;
}

/* Notice dismiss button */
body.woocommerce-cart .wc-block-components-notice-banner__dismiss,
body.woocommerce-cart .wc-block-components-notice-banner button.components-button {
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 50% !important;
  color: #777777 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-indent: 0 !important;
}

/* Notice dismiss X icon */
body.woocommerce-cart .wc-block-components-notice-banner__dismiss svg,
body.woocommerce-cart .wc-block-components-notice-banner button.components-button svg {
  width: 13px !important;
  height: 13px !important;
  fill: #777777 !important;
}

/* Notice dismiss hover */
body.woocommerce-cart .wc-block-components-notice-banner__dismiss:hover,
body.woocommerce-cart .wc-block-components-notice-banner button.components-button:hover {
  background: rgba(227, 6, 19, 0.08) !important;
}

body.woocommerce-cart .wc-block-components-notice-banner__dismiss:hover svg,
body.woocommerce-cart .wc-block-components-notice-banner button.components-button:hover svg {
  fill: #e30613 !important;
}

/* Remove WooCommerce default pseudo bars */
body.woocommerce-cart .wc-block-components-notice-banner::before,
body.woocommerce-cart .wc-block-components-notice-banner::after {
  display: none !important;
  content: none !important;
}

/* Filled cart layout */
body.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 34px;
  align-items: start;
}

/* Product/cart items box */
body.woocommerce-cart .wp-block-woocommerce-cart-items-block {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

/* Cart table header */
body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart-items__header th {
  color: #777777 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Cart item row */
body.woocommerce-cart .wc-block-cart-items__row {
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
}

/* Product image */
body.woocommerce-cart .wc-block-cart-item__image img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain;
  border-radius: 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding: 6px;
}

/* Product title */
body.woocommerce-cart .wc-block-components-product-name {
  color: #e30613 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .wc-block-components-product-name:hover {
  color: #b8000b !important;
}

/* Product price */
body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-product-price__value {
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

/* Product description */
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-metadata p {
  color: #222222 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

/* Item total */
body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* Remove item link/icon */
body.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #e30613 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: #b8000b !important;
}

/* Cart totals box */
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

/* Totals title */
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
body.woocommerce-cart .wc-block-cart__totals-title {
  color: #111111 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}

/* Totals rows */
body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-cart .wc-block-components-totals-coupon {
  color: #333333 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-color: #eeeeee !important;
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-item__value {
  font-weight: 800 !important;
}

/* Coupon row */
body.woocommerce-cart .wc-block-components-totals-coupon-link {
  color: #555555 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon-link:hover {
  color: #e30613 !important;
}

/* Coupon button only */
body.woocommerce-cart .wc-block-components-totals-coupon__button {
  background: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 900 !important;
  padding: 12px 16px !important;
}

/* Form fields */
body.woocommerce-cart input,
body.woocommerce-cart .wc-block-components-text-input input {
  border: 1px solid #cccccc !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  padding: 13px 14px !important;
  box-shadow: none !important;
}

body.woocommerce-cart input:focus,
body.woocommerce-cart .wc-block-components-text-input input:focus {
  border-color: #e30613 !important;
  outline: none !important;
}

/* Estimated total section */
body.woocommerce-cart .wc-block-components-totals-footer-item {
  border-top: 2px solid #e30613 !important;
  margin-top: 22px !important;
  padding-top: 22px !important;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #111111 !important;
  font-size: 23px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

/* Checkout button - scoped only to checkout block */
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button {
  width: 100% !important;
  min-height: 58px !important;
  background: #e30613 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 9px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button:hover {
  background: #b8000b !important;
  transform: translateY(-1px);
}

/* Accepted payment methods spacing */
body.woocommerce-cart .wp-block-woocommerce-cart-accepted-payment-methods-block {
  margin-top: 16px;
}

/* Cross-sells section */
body.woocommerce-cart .wp-block-woocommerce-product-collection {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #eeeeee;
}

body.woocommerce-cart .wp-block-woocommerce-product-collection h2 {
  color: #e30613 !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

/* Optional: hide cross-sells if you want a cleaner cart */
/*
body.woocommerce-cart .wp-block-woocommerce-product-collection {
  display: none !important;
}
*/

/* Empty cart section */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  max-width: 760px;
  margin: 0 auto 80px;
  padding: 56px 34px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
  color: #e30613 !important;
  font-weight: 900 !important;
}

/* Add comfortable space before footer */
body.woocommerce-cart footer,
body.woocommerce-cart .site-footer {
  margin-top: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  body.woocommerce-cart .wp-block-woocommerce-cart {
    max-width: 860px;
    padding: 48px 24px 76px;
  }

  body.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    max-width: 480px;
  }

  .adtec-cart-title {
    font-size: 42px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  body.woocommerce-cart .wp-block-woocommerce-cart {
    padding: 36px 18px 60px;
  }

  .adtec-cart-header {
    margin-bottom: 26px;
  }

  .adtec-cart-title {
    font-size: 34px;
  }

  .adtec-cart-subtitle {
    font-size: 14px;
  }

  body.woocommerce-cart .wc-block-components-notice-banner {
    padding: 18px 48px 18px 54px !important;
    min-height: 64px !important;
    font-size: 14px !important;
  }

  body.woocommerce-cart .wc-block-components-notice-banner > svg {
    left: 20px !important;
  }

  body.woocommerce-cart .wc-block-components-notice-banner__dismiss,
  body.woocommerce-cart .wc-block-components-notice-banner button.components-button {
    right: 14px !important;
  }

  body.woocommerce-cart .woocommerce-error,
  body.woocommerce-cart .woocommerce-message,
  body.woocommerce-cart .woocommerce-info {
    font-size: 14px !important;
    padding: 16px 18px !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    padding: 22px;
    border-radius: 14px;
  }

  body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 20px !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
  body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button {
    min-height: 54px !important;
    font-size: 14px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  body.woocommerce-cart .wp-block-woocommerce-cart {
    padding-left: 14px;
    padding-right: 14px;
  }

  .adtec-cart-title {
    font-size: 30px;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    padding: 18px;
  }

  body.woocommerce-cart .wc-block-cart-item__image img {
    width: 58px !important;
    height: 58px !important;
  }
}/* End custom CSS */