/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ---- Remove capitalize / uppercase from product tabs and other UI elements ---- */
.wc-tabs.wd-nav > li > a,
.wc-tabs.wd-nav > li > a .wd-tabs-title,
.wd-nav-tabs.wc-tabs > li > a,
.woocommerce-tabs .wd-accordion-title-text,
.woocommerce-tabs .wc-tab > h2:first-child {
	text-transform: none !important;
}
