/*
Theme Name: Destination Terre de Jeux Child
Author: JFG Creation
Author URI: https://www.jfg-creation.fr
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Additional style sheet for having it loaded at the end */

/* search bar minimum size in side bar 230px default */
.dgwt-wcas-search-wrapp {
	min-width: 150px;
}

/* Only one column on mobiles for the product list */
@media only screen and (max-width: 400px) { 
	.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 {
		width: 100%;
	}
}


