.elementor-11 .elementor-element.elementor-element-34cbc66{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-22ebaa7 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/* Base styles */
body.woocommerce-checkout {
  font-family: 'Poppins', sans-serif !important;
  background: #f1f1f1;
  padding: 40px 0;
}

.woocommerce form.checkout {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Headings */
.woocommerce-checkout h3 {
  font-size: 1.5rem !important;
  color: #222;
  margin-bottom: 20px;
}

/* Inputs */
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100% !important;
  padding: 14px !important;
  font-size: 1rem !important;
  margin-bottom: 20px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  background: #fff !important;
}

/* Order Table */
.woocommerce-checkout-review-order-table {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 30px;
  overflow: hidden;
  background: #fafafa;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 14px !important;
  font-size: 1rem;
}

/* Place Order Button */
#place_order {
  background: #0073aa !important;
  color: #fff !important;
  padding: 16px !important;
  width: 100% !important;
  font-size: 1.1rem !important;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;
}

#place_order:hover {
  background: #005f8d !important;
}

/* Error & Message */
.woocommerce-error,
.woocommerce-message {
  background: #ffecec !important;
  border-left: 4px solid #dc3232 !important;
  padding: 12px 18px !important;
  border-radius: 8px;
  color: #dc3232 !important;
  margin-bottom: 25px;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
  .woocommerce form.checkout {
    padding: 25px 15px;
  }
}/* End custom CSS */