/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2025 | 14:52:28 */
/*change the divider color for empty cart box*/
.woocommerce-info {
    border-top-color: #bf714e;
}

/*restyle empty cart message box text*/
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #352f35;
}


/*restyle empty cart message box and text*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f0e2d4;
    color:  #352f35;
}

.woocommerce-message {
	border-top-color:#bf714e;
}

.wc-forward {
    color: #fff !important;
    background-color: #352f35 !important;
	border-radius: 0px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: #fff !important;
    background-color: #352f35 !important;
}

/* View cart and add to cart button style and padding on the single product page */
.elementor-616 .elementor-element.elementor-element-88eb316 .added_to_cart {
	background-color: transparent !important;
	color:#352f35 !important;
		padding-left: 40px !important;
}


/* Hide the shipping labels button on the checkout page */
a.button.alt{
display: none !important;
}

/* Show the proceed to checkout button in cart page */
.wl-ci-proceed-to-checkout a.button.alt{
	display: block !important;
}

.wcpay-express-checkout-wrapper{
padding-top:30px;
}

/* Woo Pay and G Pay button styles */
#wcpay-woopay-button .woopay-express-button[data-theme=dark] {
    background: #9da49d !important;
    color: #fff;
    border-color: #9da49d !important;
}

.gpay-card-info-container.black, .gpay-card-info-animation-container.black {
    background-color: #9da49d !important;
}