/*
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;
}

@media only screen and (max-width: 1199px) {
	.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
		height: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.dgwt-wcas-search-wrapp {
		max-width: 500px;
	}
}

@media only screen and (max-width: 750px) {
	.dgwt-wcas-search-wrapp {
		max-width: 400px;
	}
}
@media only screen and (max-width: 600px) {
	.dgwt-wcas-search-wrapp {
		max-width: 300px;
	}
}

/* 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%;
	}
	
	.elementor-widget-wc-archive-products .products {
		grid-template-columns:repeat(1,1fr);
	}
}

/* woo navigation in product pages */
.woocommerce nav.woocommerce-pagination ul li .page-numbers, .nav-links .page-numbers {
	background-color: #C92F79;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
	background-color: #882242;
}

