/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@media only screen and (min-width: 1024px) {

.productgrid .divpg1 { grid-area: 1 / 1 / 3 / 3; }
.productgrid .divpg2 { grid-area: 2 / 4 / 4 / 6; }
.productgrid .divpg3 { grid-area: 3 / 1 / 4 / 2; }
.productgrid .divpg4 { grid-area: 3 / 2 / 4 / 3; }
.productgrid .divpg5 { grid-area: 3 / 3 / 4 / 4; }
.productgrid .divpg6 { grid-area: 2 / 3 / 3 / 4; }
.productgrid .divpg7 { grid-area: 1 / 3 / 2 / 4; }
.productgrid .divpg8 { grid-area: 1 / 4 / 2 / 5; }
.productgrid .divpg9 { grid-area: 1 / 5 / 2 / 6; }


.divcat1 { grid-area: 1 / 1 / 3 / 3; }
.divcat2 { grid-area: 3 / 2 / 5 / 4; }
.divcat3 { grid-area: 5 / 1 / 7 / 3; }
.divcat4 { grid-area: 5 / 5 / 7 / 7; }
.divcat5 { grid-area: 3 / 4 / 5 / 6; }
.divcat6 { grid-area: 1 / 5 / 3 / 7; }
.divcat7 { grid-area: 1 / 3 / 3 / 5; }
.divcat8 { grid-area: 5 / 3 / 7 / 5; }
.divcat9 { grid-area: 3 / 1 / 5 / 2; }
.divcat10 { grid-area: 3 / 6 / 5 / 7; }
	
	.div1 { grid-area: 1 / 1 / 4 / 4; }
.div2 { grid-area: 1 / 4 / 7 / 7; }
.div3 { grid-area: 4 / 1 / 10 / 4; }
.div4 { grid-area: 7 / 4 / 10 / 10; }
.div5 { grid-area: 4 / 7 / 7 / 10; }
.div6 { grid-area: 1 / 7 / 4 / 10; }
}

.productgrid .product-hover h2{display:none}

.productgrid .product-hover:hover h2{display:flex!important}