/*
Theme Name: LavprisSol
Author: Constant Vasilevs
Author URI: 
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: lavprissol
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.2
Version: 1.0.2

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

main {
	margin-block-start: 0 !important;
}

/* Hide subtotal on the Cart page */
.woocommerce-cart .cart_totals .cart-subtotal {
    display: none;
}

/* Hide subtotal on the Checkout page */
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
	display: inline-flex;
}
.woocommerce-checkout #payment ul.payment_methods li br {
	display: none;
}