/*
Theme Name:   Movedo Child
Theme URI:    http://themeforest.net/user/greatives
Description:  Movedo Child Theme
Version:      2.2.2
Author:       Greatives Team
Author URI:   http://greatives.eu
Template:     movedo
*/
.grve-wrapper.grve-product-area-wrapper {
	width:100%;
}
.woocommerce div.product div.images img {
	width:auto;
	margin:0 auto;
    height: 450px;
	max-width:none;
}
.woocommerce div.product div.images li img {
	width:100%;
	height:auto;
}
.post-type-archive-product .grve-image-hover.grve-zoom-in img {
	height:200px;
	margin:0 auto;
	width:auto;
}
.post-type-archive-product .grve-product-item img.grve-product-thumbnail-second {
	display:none !important;
}
.post-type-archive-product .grve-image-hover.grve-zoom-in:hover img {
	transform: scale(2);
}