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

@import url("..wp-content/themes/woodmart-child/style.css");

body {
	background: #000;
}

.archive-img-wrap.vel_crop{
  height: 17em!important;
}

.woocommerce div.products div.product-grid-item a img {
	
	width: auto;
	height: 17em;
	display: block;
	margin: 0 0 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-object-fit: contain;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto

}
