/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2025 | 18:02:47 */
body.woocommerce-page.single-product form.cart .woocommerce-variation-add-to-cart {
	max-width: 100%;
}
body.woocommerce-page.single-product button.single_add_to_cart_button, body.woocommerce-page.single-product a.added_to_cart {
	padding: 15px 50px
}

body.woocommerce-page.single-product .wooco_summary .wooco-total {
	display: none !important;
}

body.woocommerce-page.single-product .wpr-quantity-wrapper {
	margin-top: 5px;
}

body.woocommerce-page.single-product button.single_add_to_cart_button[disabled] {
	opacity: .25;
	background-color: #DFA62B !important;
	color: black !important;
}

ul.woocommerce-error {
	margin: 30px 0;
    background-color: #a84d4da6;
	overflow: auto;
}

ul.woocommerce-error li {
    background-color: brown;
    color: #ccc;
    border-radius: 3px;
    margin: 0 15px 0 0;
    padding: 10px !important;
    font-size: 12px;
	max-height: 250px;
    overflow: auto;
}

.woocommerce-notices-wrapper {
	margin-bottom: 15px;
}

.woocommerce-notices-wrapper > .woocommerce-message > a.button.wc-forward {
	background: #DFA62B;
    font-style: normal;
    text-transform: uppercase;
    color: black;
}