.elementor-978 .elementor-element.elementor-element-6b20f772{--display:flex;}.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-978 .elementor-element.elementor-element-13f0f889{font-family:"Poppins", Sans-serif;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-13f0f889 */@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

.woocommerce-cart,
.woocommerce-cart * {
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

/* Cart Table and Totals Styling (Black & White, improved) */
.woocommerce-cart table.shop_table {
  background: #181818;
  border-radius: 16px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 24px rgba(0,0,0,0.14);
  color: #fff;
  width: 100%;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border: none !important;
  color: #fff;
  padding: 16px 12px;
  font-size: 1rem;
}

.woocommerce-cart table.shop_table th {
  background: #181818;
  border-bottom: 1px solid #292929;
  font-weight: 600;
}

.woocommerce-cart table.shop_table td {
  background: #111;
  border-bottom: 1px solid #222;
}

.woocommerce-cart .product-remove a {
  color: #fff !important;
  background: #222 !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  font-size: 1.1em;
  line-height: 1;
}

/* All links in cart area white, with bold and underline on hover */
.woocommerce-cart a,
.woocommerce-cart .woocommerce a,
.woocommerce-cart .cart_totals a {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.2s, text-decoration 0.2s;
  font-weight: 500;
}
.woocommerce-cart a:hover,
.woocommerce-cart .woocommerce a:hover,
.woocommerce-cart .cart_totals a:hover {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 600;
  opacity: 0.85;
}

.woocommerce-cart .product-remove a:hover {
  background: #e53e3e !important;
  color: #fff !important;
}

.woocommerce-cart .quantity input.qty {
  background: #181818;
  color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 6px 12px;
  width: 60px;
}

/* Cart Action Buttons */
.woocommerce-cart .actions .button,
.woocommerce-cart .actions button {
  background: #fff;
  color: #111;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
  margin-right: 10px;
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

.woocommerce-cart .actions .button:hover,
.woocommerce-cart .actions button:hover {
  background: #111;
  color: #fff;
  border: 1px solid #fff;
}

/* Cart Totals Box */
.woocommerce-cart .cart-collaterals .cart_totals {
  background: #181818;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  margin-top: 24px;
  min-width: 240px;
  overflow-x: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  border: none !important;
  background: transparent !important;
  color: #fff;
  font-size: 1.08rem;
}

/* Proceed to Checkout Button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #fff !important;
  color: #111 !important;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 1.18rem;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(0,0,0,0.14);
  transition: background 0.2s, color 0.2s;
  margin-top: 16px;
  display: block;
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
  text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #fff;
}

/* Remove border under coupon field */
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-coupon {
  border-bottom: none !important;
}

/* RESPONSIVE STYLES */
@media (max-width: 900px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 20px 8px;
    min-width: 200px;
  }
  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td {
    padding: 10px 8px;
    font-size: 0.98rem;
  }
}

@media (max-width: 768px) {
  /* Stack table as block elements for better readability */
  .woocommerce-cart table.shop_table,
  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table tr,
  .woocommerce-cart table.shop_table td,
  .woocommerce-cart table.shop_table th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .woocommerce-cart table.shop_table thead {
    display: none;
  }
  .woocommerce-cart table.shop_table tr {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.10);
    background: #181818;
  }
  .woocommerce-cart table.shop_table td {
    border-bottom: none;
    border-right: none;
    padding: 12px 10px;
    position: relative;
  }
  .woocommerce-cart table.shop_table td:before {
    content: attr(data-title) ": ";
    color: #ccc;
    font-size: 0.92em;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
    text-transform: capitalize;
  }
  .woocommerce-cart .product-remove a {
    width: 28px;
    height: 28px;
    font-size: 1em;
  }
  .woocommerce-cart .cart-collaterals .cart_totals {
    border-radius: 8px;
    padding: 14px 2vw;
    margin-top: 20px;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.03rem;
    padding: 12px 0;
  }
}

/* Extra: Prevent horizontal scroll on small devices */
@media (max-width: 480px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    font-size: 0.96em;
    padding: 8px 1vw;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 0.99rem;
    padding: 10px 0;
  }
}/* End custom CSS */