/*─────────────────────────────────────────────*/
/* WooCommerce Cart Page Styles                */
/*─────────────────────────────────────────────*/
.woocommerce-cart .woocommerce {
  direction: rtl;
  text-align: right;
}

.woocommerce-cart table.shop_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  padding: 16px 12px;
  border-bottom: 1px solid #eee;
  text-align: right;
}

.woocommerce-cart .product-thumbnail img {
  max-width: 80px;
  border-radius: 8px;
}

.woocommerce-cart .product-name a {
  font-weight: bold;
  color: #222;
  text-decoration: none;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
  color: #555;
}

.woocommerce-cart .actions .coupon input.input-text {
  background: #f3f1fc;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
}

.woocommerce-cart .actions .coupon button.button {
  background-color: #000;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.woocommerce-cart .cart_totals {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.06);
  margin-top: 30px;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.attachment-woocommerce_thumbnail {
  background-color: none !important;
  border: none !important;
}