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

#main-content > div > div.term-description > p > img {
    display: none;
}

#menu-item-30421 > a > img {
        fill: #000;
}

/*
    Style fyrir birgðir by location
*/
.fb-inventory-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fb-inventory-item {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
}

.fb-inventory-name {
	font-weight: 600;
}

.fb-inventory-qty.in-stock {
	color: #277053;
	font-weight: 600;
}

.fb-inventory-qty.out-of-stock {
	color: #b3261e;
	font-weight: 600;
}

.wd-sub-menu li>a {
	padding-top: 4px;
	padding-bottom: 4px;
}