.elementor-3315 .elementor-element.elementor-element-15decc9{--display:flex;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-895df25 */.woocommerce-cart-form table.shop_table {
  border: none !important;
  border-collapse: collapse !important;
  background: #fff !important;
  box-shadow: none !important;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}

.woocommerce-cart-form table.shop_table th,
.woocommerce-cart-form table.shop_table td {
  border: none !important;
  padding: 14px 12px !important;
  vertical-align: middle !important;
}

.woocommerce-cart-form table.shop_table th {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  border-bottom: 2px solid #e5e7eb !important;
}

.woocommerce-cart-form table.shop_table td {
  border-bottom: 1px solid #f0f0f0 !important;
  color: #333;
}

/* Kolom produk */
.woocommerce-cart-form__cart-item .product-name a {
  font-weight: 500 !important;
  color: #2563eb !important;
  text-decoration: none !important;
}
.woocommerce-cart-form__cart-item .product-name a:hover {
  text-decoration: underline !important;
}


.woocommerce a.remove {
  font-size: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fef2f2;
  transition: all 0.25s ease;
}
.woocommerce a.remove::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ed"; /* fa-trash */
  font-size: 13px;
  color: #dc2626;
}
.woocommerce a.remove:hover {
  background: #dc2626;
}
.woocommerce a.remove:hover::before {
  color: #fff;
}


.cart_totals {
  border: none !important;
  background: #fff !important;
  padding: 20px !important;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.cart_totals h2 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 6px;
}

.cart_totals table {
  width: 100%;
  border: none !important;
}
.cart_totals table th,
.cart_totals table td {
  border: none !important;
  padding: 8px 0 !important;
  color: #333;
  font-size: 14px;
}


.woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: block !important;
  width: 100% !important;
  background: #2563eb !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 14px 20px !important;
  text-align: center !important;
  border-radius: 8px !important;
  transition: background 0.25s ease;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: #1d4ed8 !important;
}


.woocommerce-cart .coupon input.input-text {
  border: 1px solid #d1d5db !important;
  padding: 10px 12px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
}
.woocommerce-cart .coupon button {
  background: #f9fafb !important;
  border: 1px solid #d1d5db !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: all 0.25s ease;
}
.woocommerce-cart .coupon button:hover {
  background: #2563eb !important;
  color: #fff !important;
  border-color: #2563eb !important;
}/* End custom CSS */