/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 11:29:37 */
/* 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: 999px) {
    .post-type-archive-product #block-8 > div > ul,
	.wp-block-woocommerce-product-categories.wc-block-product-categories > ul.wc-block-product-categories-list{
        display: grid !important;
		grid-template-columns: 1fr 1fr;
    }
	.post-type-archive-product #block-13 > hr,
	#sidebar #block-13 > hr {
		margin-inline-end: 0;
    	margin-inline-start: 0;
	}
}

@media screen and (max-width: 400px) {
	.post-type-archive-product #block-13 > hr {
		width: 40%;
	}
} 