/*
Theme Name: Hello Elementor Child
Theme URI: https://wp-themes.com/hello-elementor
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Hello Elementor child theme.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.alm-reveal{
display:flex;
flex-direction:row;
flex-wrap:wrap;	
/*	column-count: 4;
  column-gap: .5em;
  max-width: 980px;
  margin: auto;
  width: 100%;*/
}
.alm-item{
	list-style-type:none;
width:33.333%;
	/*height: auto;
  max-width: 100%;*/
}

.alm-listing .alm-reveal > li.alm-item{
padding: 0 10px !important;
}

.alm-filters-container .alm-filter li div.alm-filter--link::before{
display:none !important;
}

.alm-filters-container .alm-filter li{
display:inline-block !important;
}

.alm-filters-container .alm-filter ul {
text-align:center;
}

.img-box{
overflow:hidden;
}

.img-archive-product{
	transition: transform .4s ease;
}

.img-archive-product:hover{
transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
	.alm-item{
width:100%;
}
}


/*@media(max-width: 800px) {
    .alm-reveal {
      column-count: 3;
  }
}

@media(max-width: 600px) {
    .alm-reveal {
      column-count: 2;
  }
}

@media(max-width: 400px) {
    .alm-reveal{
      column-count: 1;
  }
}*/