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

/* Section header rows in product description tables */
.woocommerce-Tabs-panel--description table th,
.woocommerce-Tabs-panel--description table td[colspan] {
  background: #f0f0f0 !important;
  color: #1a1a1a !important;
}

/* Cancel brand logo CSS leaking into CF7 form and footer widgets */
.wpcf7 .wd-grid-g > *,
.wpcf7 .wd-grid-f-stretch > *,
.widget .wd-grid-g > *,
.footer-area .wd-grid-g > *,
.woocommerce-page .wd-grid-g > * {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
}

.wpcf7 .wd-grid-g > *:hover,
.wpcf7 .wd-grid-f-stretch > *:hover,
.widget .wd-grid-g > *:hover,
.footer-area .wd-grid-g > *:hover {
  border-color: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}
