/**
Theme Name: Pustakwala child theme
Author: Vikram Kulkarni
Author URI: https://kulkarnitech.com
Description: Child theme for ASTRA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pustakwala-child-theme
Template: astra
*/

@media only screen and (max-width: 499px) 
	{ 
		.woocommerce .elementor-element.elementor-products-grid ul.products li.product, 
		.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product, 
		.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product
		{ max-width:125px;} 
		
		.ondeskonly { display:none !important; }
	}

@media only screen and (min-width: 500px)
	{	
		
		.woocommerce .elementor-element.elementor-products-grid ul.products li.product, 
		.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product, 
		.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product
		{ max-width:250px;}
		.onmobonly { display:none !important; }
/* 		.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link { max-width:12.5%;} */
	