/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 22 2025 | 07:41:00 */
.cart.woocommerce-cart-form__contents .product-quantity {
	display: none !important;
}
.thwmsc-buttons {
	text-align: center !important;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	background-color: #222;
	color: #fff;
	border-radius: 50px;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
	background-color: #D3B394;
	color: #fff;
}
.wp-block-woocommerce-checkout-fields-block input {
	border-radius: 50px !important;
	padding-left: 1.5rem !important;
}
#shipping-fields  .wc-block-components-form label, #billing-fields .wc-block-components-text-input label, #billing-fields  .wc-block-components-form label, #shipping-fields .wc-block-components-text-input label {
	left: 1.5rem !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	border-radius: 50px;
}