.elementor-11 .elementor-element.elementor-element-2a8e818{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-22945747 *//* ---------- CART PAGE STYLING ---------- */
.woocommerce-cart-form,
.cart_totals {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 25px;
  margin: 20px 0;
}

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}

.woocommerce-cart .product-thumbnail img {
  width: 70px;
  height: auto;
  border-radius: 8px;
}

.woocommerce-cart .product-name a {
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.woocommerce-cart .product-name a:hover {
  color: #ff4b2b;
}

/* ---------- CART TOTALS BOX ---------- */
.cart_totals {
  position: sticky;
  top: 100px;
}

.cart_totals h2 {
  font-size: 1.3rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
  padding: 10px;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
  background: #000;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  padding: 12px 20px;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: #ff4b2b;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .woocommerce-cart-form,
  .cart_totals {
    box-shadow: none;
    padding: 15px;
  }

  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 10px;
    font-size: 0.9rem;
  }

  .cart_totals {
    position: static;
  }

  .woocommerce-cart .product-thumbnail img {
    width: 50px;
  }
}/* End custom CSS */