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

css.add_to_cart_button, .single_add_to_cart_button {
    display: none !important;
}
div.quantity :is(input[type="number"],input[type="text"],input[type="button"]) {
    display: none !important;
    color: var(--wd-form-color);
    min-height: var(--wd-form-height);
    height: unset;
}
.price .amount {
	  display: none !important;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.wd-nav-sticky>li>a .wd-nav-img {
    --nav-img-width: 35px;
    --nav-img-height: 35px;
    margin-inline-end: 0;
		margin-left: -5px;
    max-width: none;
}