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

.wd-add-btn, .woocommerce-variation-add-to-cart,
.woodmart-woocommerce-layered-nav .wc-layered-nav-term .count
{
display:none !important;
}

 table th {
	text-transform: none! important;
}
.product-grid-item.wd-product .wd-entities-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  overflow: hidden;
	max-height: fit-content !important;
}


@media (min-width: 769px) {
  .cat-design-center .wrapp-category::before {
    opacity: .4 !important;
  }
	.cat-design-center .wrapp-category {
    min-height: 231px;
	display: flex;
    align-items: center;
  }
}