.elementor-767 .elementor-element.elementor-element-570cdef{--display:flex;--margin-top:5%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}/* Start custom CSS *//* --- WooCommerce Cart Page Dark Theme --- */

/* Page background */
.woocommerce-cart {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}

/* Cart table */
.woocommerce-cart table.cart {
  width: 100%;
  background-color: #111;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(255,255,255,0.05);
  border: none;
}

/* Table header */
.woocommerce-cart table.cart th {
  background-color: #1a1a1a;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  font-size: 14px;
  border: none;
}

/* Table rows */
.woocommerce-cart table.cart td {
  padding: 15px;
  border-bottom: 1px solid #222;
}

/* Product name link */
.woocommerce-cart table.cart td.product-name a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.woocommerce-cart table.cart td.product-name a:hover {
  color: #E91E63;
}

/* Quantity input */
.woocommerce-cart table.cart td.product-quantity input.qty {
  background-color: #000;
  color: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
}

/* Remove (X) icon */
.woocommerce a.remove {
  color: #E91E63 !important;
}
.woocommerce a.remove:hover {
  background-color: #E91E63 !important;
  color: #fff !important;
}

/* Buttons (update cart, continue shopping, etc.) */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  color: #FFFFFF;
  background-color: #E91E63;
  font-size: 14px;
  font-weight: 400;
  border-radius: 100px;
  border: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background-color: #fff;
  color: #E91E63;
}

/* Cart totals section */
.cart_totals {
  background-color: #111;
  color: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 12px rgba(255,255,255,0.05);
}
.cart_totals h2 {
  color: #E91E63;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* Checkout button */
.woocommerce a.checkout-button {
  color: #FFFFFF !important;
  background-color: #E91E63 !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: 100px;
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.woocommerce a.checkout-button:hover {
  background-color: #fff !important;
  color: #E91E63 !important;
}

/* Totals labels */
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  border: none;
  padding: 10px 0;
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .woocommerce-cart table.cart,
  .woocommerce-cart .cart_totals {
    box-/* End custom CSS */