/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Change logo only on homepage */
.home #logo img {
    content: url('https://unipacks.com.au/wp-content/uploads/2025/08/unipacks-logo-white.png');
}
.cart-collaterals .cart_totals tr th.product-name{
	border: none;
    border-bottom: 3px solid #ececec;
}
.woocommerce-billing-fields__field-wrapper #billing_country_field{
	display: none;
}
.product-main .product_meta, .product-main .social-icons{
	display: none;
}
.product-main #wc-stripe-express-checkout-element, .wc-proceed-to-checkout #wc-stripe-express-checkout-element, .woocommerce-checkout #wc-stripe-express-checkout-element{
	display: none !important;
}
.woocommerce-checkout-payment .wc_payment_methods .payment_method_stripe_klarna{
	display: none !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}