.elementor-9118 .elementor-element.elementor-element-8a4796c{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-a05df61 *//* ===============================
   WooCommerce Cart inside Elementor
   =============================== */

/* Cart container */
.elementor-widget-shortcode .woocommerce {
  background: #f9f9fb;
  padding: 30px;
  border-radius: 12px;
}

/* Cart Table */
.elementor-widget-shortcode .woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0 12px;
  width: 100%;
  border: none;
  background: transparent;
}

.elementor-widget-shortcode .woocommerce table.shop_table th {
  background: #fff;
  padding: 14px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}

.elementor-widget-shortcode .woocommerce table.shop_table td {
  background: #fff;
  padding: 18px 14px;
  border: none;
  vertical-align: middle;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Product Thumbnail */
.elementor-widget-shortcode .woocommerce .product-thumbnail img {
  width: 70px;
  border-radius: 4px;
}

/* Product Name */
.elementor-widget-shortcode .woocommerce .product-name a {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  transition: color 0.3s ease;
}
.elementor-widget-shortcode .woocommerce .product-name a:hover {
  color: #0073e6;
}

/* Quantity Box */
.elementor-widget-shortcode .woocommerce .quantity input {
  width: 60px;
  text-align: center;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
}

/* Remove (X) Button */
.elementor-widget-shortcode .woocommerce a.remove {
  display: inline-block;
  background: #7CBD1E;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  transition: background 0.3s ease;
}
.elementor-widget-shortcode .woocommerce a.remove:hover {
  background: #cc0000;
}

/* Cart Totals Box */
.elementor-widget-shortcode .woocommerce .cart_totals {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.elementor-widget-shortcode .woocommerce .cart_totals h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Checkout Button */
.elementor-widget-shortcode .woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #0073e6, #005bb5);
  color: #fff !important;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.2s ease, background 0.3s ease;
}
.elementor-widget-shortcode .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #005bb5, #004499);
}

/* Update Cart Button */
.elementor-widget-shortcode .woocommerce .actions .button {
  background: #f1f1f1;
  border-radius: 6px;
  padding: 10px 18px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.elementor-widget-shortcode .woocommerce .actions .button:hover {
  background: #ddd;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .elementor-widget-shortcode .woocommerce table.shop_table th,
  .elementor-widget-shortcode .woocommerce table.shop_table td {
    font-size: 13px;
    padding: 12px;
  }
  .elementor-widget-shortcode .woocommerce .product-thumbnail img {
    width: 50px;
  }
}/* End custom CSS */