/* Product Meta */
.tmpcoder-product-meta-left .tmpcoder-product-meta .product_meta {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tmpcoder-product-meta-center .tmpcoder-product-meta .product_meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tmpcoder-product-meta-right .tmpcoder-product-meta .product_meta {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tmpcoder-product-meta .sku_wrapper,
.tmpcoder-product-meta .posted_in,
.tmpcoder-product-meta .tagged_as {
	display: none;
	position: relative;
}