/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.8.1.1706812215
Updated: 2024-02-01 19:30:15

*/
ul.products li.product:hover .et_shop_image{
            overflow: hidden;
            margin: 0 auto;
}
ul.products li.product:hover .et_shop_image img{
    width: 100%;
            transition: 0.5s all ease-in-out;
    transform: scale(1.5);
}
ul.products li.product:hover .woocommerce-loop-product__title{
    text-decoration:underline;
}
.single_add_to_cart_button{
	width:100%;
}

.single_add_to_cart_button:hover{
	outline: 3px solid #b0976d !important;
}

.et_contact_bottom_container{
	float:left;
}
.et_contact_bottom_container:hover{
	outline: 3px;
}
.et_pb_text_inner{
	color: #b0976d !important;
}