/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.woocommerce ul.products li.product img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.size-woocommerce_thumbnail{
	height: 300px;
    object-fit: cover;
    width: 100%;
}