/*
Template: primrose
Theme Name: Primrose Child
Theme URI: http://singlestroke.io/theme/primrose/
Author: SingleStroke
Author URI: http://singlestroke.io/
Description: A Minimal WooCommerce WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: primrose
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.imagewrapper{
	-moz-box-shadow: 0 0 1px 1px #8888885e;
    -webkit-box-shadow: 0 0 1px 1px #8888885e;
    box-shadow: none;
    height: auto;
	overflow: hidden;
	margin-bottom:1em;
    vertical-align: middle;
	display:table-cell;
}

.imagewrapper img{
	vertical-align: middle;
    max-height: 100%;
	margin: 0 0 0em !important;
	width:100%;
	height:100%;
}

.header-navigation > div > ul > li {
    padding: 25px 10px;
    margin: 0;
    float: left;
}
.tax-product_cat .widget-area {
    display: none;
}
.tax-product_cat .sidebar-position-right {
    width: 100% !important;
}

@media(max-width:480px){
	.tax-product_cat .sidebar-position-right .woocommerce-result-count {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
		.tax-product_cat .sidebar-position-right .woocommerce-ordering {
		display: block;
		width: 100%;
	}
	.tax-product_cat .sidebar-position-right .woocommerce-ordering select.orderby {
   		width: 100%;
	}
	
}
