/*
 Theme Name:   Woodmart Child
 Description:  ThemeForest Premium Theme
 Author:       XTemos
 Author URI:   http://themeforest.net/user/xtemos
 Template:     woodmart
 Version:      2.0.1
 * Update manythings
Text Domain:  woodmart
*/

/* Neutralize WooCommerce group attribute table styling back to Woodmart defaults. */
table.shop_attributes[class*="woocommerce-group-attributes-layout-"] .attribute_group_row {
	background: transparent !important;
}

table.shop_attributes[class*="woocommerce-group-attributes-layout-"] .attribute_group_row > th.attribute_group_name {
	background: transparent !important;
	text-align: inherit;
	text-decoration: none;
	color: inherit;
	border: 0;
}

table.shop_attributes[class*="woocommerce-group-attributes-layout-"] .attribute_group_row > th.attribute_group_name a {
	color: inherit;
	text-decoration: none;
}

table.shop_attributes[class*="woocommerce-group-attributes-layout-"] tr {
	display: table-row;
	border-top: 0;
}
