/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/


form.cart.e-loop-add-to-cart-form {
    width: 100%;
    transition: 0.6s !important;
    bottom: -40px;
}

.add_to_cart_button {
	display: none !important;
    width: 100%; 
    
}
.e-loop-item.product:hover .e-loop-add-to-cart-form {
   bottom: 1px;
} 
.img-product{
    overflow: hidden;
}
.e-loop-item.product img {
 transition: 1s 
} 
.e-loop-item.product:hover img {
  transform: scale(1.1);
} 

.cust-btn {
    background: #000;
    color: #fff;
}

.cust-btn a.lumise-button.lumise-list-button {
    color: #fff;
    padding: 8px 10px;
    width: 100%;
}
.e-loop-item.product .cust-btn  {
	transition: 0.6s !important;
    bottom: -40px !important;
}
.e-loop-item.product:hover .cust-btn  {
	bottom: 1px !important;
}
