/*No border around photos in gallery*/
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: none;
	box-shadow: none;
	padding:0px;
}

/*Remove white space below menu/header*/
.site-content {
margin-top: -4px;
}

/*Remove category sku and tags from woocommerce single product display
.single-product .summary .product\_meta { display:none;
}

/*remove woocommerce product count*/
h3 mark.count { background-color:transparent;
} 

/*remove product count*/
p.woocommerce-result-count {
display: none;
}

/*remove category count*/
.count {display:none !important
}

.related.products {
display: none !important;
}

/*align add to cart buttons*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {min-height: 350px !important; margin-bottom:10px; }
ul.products li.product a.button {position: absolute !important; bottom: 75px; }

.tinv-wraper.tinv-wishlist {position: absolute !important; bottom: 35px; }

/* Try this to change mobile view - widgets on top - open index.php and move this code:

 
From line 73 and put it under get_header(); ?> around line 18, so it should look like:

get_header(); ?>




// rest of twentytwelve code. */
