/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 13:33:48 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 13:30:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media screen and (max-width: 500px) {
	li.material.product.type-product.status-publish.instock.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-bundle, li.material.product.type-product.status-publish.outofstock.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-bundle {
		width: 48% !important;
	}

    .bundled_product_summary.product {
    display: flex;
}

.small_width.bundle_form table.bundled_products thead, .small_width.composite_form .bundle_form table.bundled_products thead {
    display: flex!important;
    width: 100%!important;
}

    table.bundled_products thead tr {
    display: flex!important;
    width: 100%!important;
    justify-content: space-between;
}
}

