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

.elementor-element.elementor-element-87a388f .wd-cats-element > div > div:last-child {
    display: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
    background-image: none!important;
}
.hover-mask h3.wd-entities-title {
    display: none;
}
.cat-design-default .wrapp-category,
.category-grid-item .category-image-wrapp{
    overflow: visible!important;
}
.product-element-top.wd-quick-shop .wd-buttons.wd-pos-r-t {
    display: none;
}
p.stock.in-stock:before {
    content: ''!important;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url(/wp-content/uploads/2024/09/stock.webp);
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
span.out-of-stock.product-label, p.stock.out-of-stock.wd-style-default {
    display: none;
}
li#menu-item-1578:before {
    content: ''!important;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background-size: cover;
    background-image: url(/wp-content/uploads/2024/09/stock.webp);
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    top: 8px;
    margin-right: 5px;
}
li#menu-item-1578 {
    display: flex;
}