/*
Theme Name: Toni Pardo
Author: Posiziona
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ecomall-child
*/



.woocommerce div.product div.images img {
    display: block;
	 width: auto !important; 
    height: auto;
    text-align: center;
    box-shadow: none;
    margin: 0 auto;
}



.woocommerce .product:not(.product-category) .thumbnail-wrapper {
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-height: 256px;
    margin: auto;
    vertical-align: middle;
}

h3.heading-title.product-name{
	 min-height: 46px;
}
/*
.vertical-menu-wrapper .vertical-menu {
    
    min-width: 400px !important;
} 

.ts-header nav.vertical-menu > ul.menu li:not(.ts-megamenu) > ul.sub-menu {
    width: 400px !important;
}
*/