/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 20:31:43 */
.prad-product-price-summary {
	display: none;
}
.woocommerce main, .wp-block-woocommerce-checkout {
	background: #e9f8ee;
    padding: 1em;
}
.woocommerce-cart main {
	background: #e9f8ee;
    padding: 0 1em;
}
.woocommerce div.product form.cart div.quantity .qty {
    margin-right: .5em;
    height: 58px;
    margin-top: 8px;
}
.woocommerce button.button.alt,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
	color: var(--wp--preset--color--vivid-purple);
	transition:.5s;
}
.woocommerce button.button.alt:hover,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover{
	text-decoration: none;
	background:  var(--wp--preset--color--vivid-purple);
	color: #FFF;
}
.theme-twentytwentytwo .woocommerce-store-notice {
	padding: 1rem;
}
