/* Custom styles for WooCommerce elements */

/* Style the product grid */
.woocommerce ul.products li.product {
    /* Add your styles here */
}

/* Style the product title */
.woocommerce ul.products li.product h2 {
    /* Add your styles here */
}

/* Style the product price */
.woocommerce ul.products li.product .price {
    /* Add your styles here */
}

/* Style the add to cart button */
.woocommerce ul.products li.product .button {
    /* Add your styles here */
}

/* Style the product page */
.single-product {
    /* Add your styles here */
}

/* Style the product image */
.single-product .product-images img {
    /* Add your styles here */
}

/* Style the product title on the single product page */
.single-product .product_title {
    /* Add your styles here */
}

/* Style the product price on the single product page */
.single-product .price {
    /* Add your styles here */
}

/* Style the add to cart button on the single product page */
.single-product .single_add_to_cart_button {
    /* Add your styles here */
}

/* Style the cart page */
.cart {
    /* Add your styles here */
}

/* Style the checkout page */
.checkout {
    /* Add your styles here */
}

/* Style the order review table */
.woocommerce-checkout-review-order-table {
    /* Add your styles here */
}

/* Style the order total */
.woocommerce-checkout-review-order .order-total {
    /* Add your styles here */
}

/* Style the order button */
.woocommerce-checkout #place_order {
    /* Add your styles here */
}
