/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 14:29:52 */
/* Shop toolbar container */
#main .ast-shop-toolbar-container{
	display:none;
}

/* Heading */
#main .woocommerce-products-header h1{
	font-weight:700;
	font-family:'Lato';
	
}

/* 922px and larger screen sizes */
@media (min-width:922px){

	/* Heading */
	#main .woocommerce-products-header h1{
		font-size:29px;
	}
	
}
/* 921px and smaller screen sizes */
@media (max-width:921px){

	/* Heading */
	#main .woocommerce-products-header h1{
		font-size:27px;
	}
	
}

