/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2025 | 16:05:51 */
.cusmobile_menu ul li a {
    font-size: 14px !important;
}
.cusmobile_menu div>ul>li {
    border-bottom: 1px solid #eee;
}
.cusmobile_menu div>ul>li>a {
    padding: 13px 0px !important;
}
.wc-block-grid.has-4-columns .wc-block-grid__products {
    margin-left: 0;
}
.woocommerce-cart .mfn-be-cart,
.woocommerce-checkout .mfn-be-checkout{
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 475px){
	.woocommerce div.product form.cart {
		flex-wrap: wrap;
		gap: 8px;
	}
	.woocommerce div.product form.cart div.quantity {
		width: 100%;
	}
	.mfn-toggle .toggle-bar .toggle-heading {
		font-size: 18px !important;
		font-weight: 500;
		letter-spacing: 0px;
	}
	.mfn-wish-button {
		margin-right: 0;
	}
	.woocommerce .column_product_cart_button .cart .button {
		width: auto;
		flex: 1;
	}
}