/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2024 | 18:38:43 */
body.tax-product_cat .qib-button-wrapper {
	float: none;
	margin-bottom: 10px;
}

body.tax-product_cat ul.products li.product .button {
	display: block;
	width: 100%;
}

body .qib-button-wrapper {
    float: none;
    margin-bottom: 10px;
}

ul.wc-nested-category-layout-subcategory-products.subcategory-products li button.single_add_to_cart_button.button.alt {
    width: 100%;
}

button.button.edit-billing-data {
    margin-bottom: 20px;
}
.woocommerce-billing-fields__field-wrapper {
    overflow: hidden;
    transition: 250ms all linear;
    max-height: 0px;
}
.show-fields-billing{
	max-height:1000px;
}