/*
 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-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after{
	color:#fff;
}
.whb-sticked .wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after{
	color:#333;
}
.widget_product_categories .product-categories li:hover {
    background-color: rgb(185,163,126);
}
.widget_product_categories .product-categories li:hover ul {
    background-color: #fff;
}
.widget_product_categories .children {
    padding-inline-start: 0;
}
.widget_product_categories .product-categories li a{
	padding-left:10px;
}
.widget_product_categories .product-categories li:hover > a{
    color: #fff;
}
#tab-description table{
	height: auto !important;
}
.meta-author{
	display:none !important;
}
.product-grid-item :is(.product-image-link,.hover-img) img {
    width: 100%;
    max-height: 185px;
}
.wpforms-submit{
	background-color: rgb(236, 222, 187) !important;
}
.product-grid-item .price, .summary-inner>.price{
	display:none!important;
}
#wpforms-17734{
	margin: 0 auto;
    width: 300px;
}

#wpforms-17734 #wpforms-form-17734{
	display:flex;
}

#wpforms-17734 label{
	display: none;
}
#wpforms-17734  .wpforms-field{
	padding: 0;
}
#wpforms-submit-17734{
	width: 90px;
}
#wpforms-17734 .wpforms-submit-container{
	margin: 0;
}