/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
@media only screen and (max-width: 1024px) {
	#top.tax-product_cat .template-shop .products {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 768px) {
	#top.tax-product_cat .template-shop .products {
		display: block;
	}
	#categories-section .categories {
		grid-template-columns: repeat(2, 1fr);
	}
	#top table .product-name {
		border: 0 !important;
	}
	.responsive #top .informatii-box:nth-child(odd) .flex_column_table {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 414px) {
	#categories-section .categories {
		grid-template-columns: repeat(1, 1fr);
	}
}