/*
Theme Name:     Swatch Child Theme
Description:    Child theme for the Swatch WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       swatch
Version:        1.0
*/

/* hide SKU on product meta section */
.product_meta .sku_wrapper {
	display:none;
}

/* hide product categories on product meta section */
.product_meta .posted_in {
	display:none;
}

#content .ginput_product_price {color:#fff;font-size: 20px;}

#content .ginput_total {color:#fff; font-size: 20px;font-weight: bold;}

#payment .woocommerce-checkout-payment {display:none;}

.cart_totals small {display: none;}

#post-2625 .tabbable {display: none;}

#content .button {height:50px;}