/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2026 | 20:58:54 */
/* Disminueye la distancia entre elementos del menu */
.av-menu-tienda .wd-sub-menu li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}

/*Forza fondo negro en slider principal*/
#slide-27043 .wd-slide-bg {
    background:none !important;
	background-color: #000000 !important;
}

/* Ocultar categoría Accessories en el listado superior de categorías Woodmart */
body.post-type-archive-product a[href*="/categoria-producto/accessories/"],
body.tax-product_cat a[href*="/categoria-producto/accessories/"] {
    display: none !important;
}


/* Ocultar el contenedor completo de la categoría Accessories */
body.post-type-archive-product li:has(a[href*="/categoria-producto/accessories/"]),
body.post-type-archive-product .wd-cat:has(a[href*="/categoria-producto/accessories/"]),
body.post-type-archive-product .product-category:has(a[href*="/categoria-producto/accessories/"]),
body.post-type-archive-product .category-grid-item:has(a[href*="/categoria-producto/accessories/"]),
body.tax-product_cat li:has(a[href*="/categoria-producto/accessories/"]),
body.tax-product_cat .wd-cat:has(a[href*="/categoria-producto/accessories/"]),
body.tax-product_cat .product-category:has(a[href*="/categoria-producto/accessories/"]),
body.tax-product_cat .category-grid-item:has(a[href*="/categoria-producto/accessories/"]) {
    display: none !important;
}

/* Footer - título del menú Información */
.footer-container .widget_nav_menu:has(.menu-footer-menu-useful-links-container) .widget-title {
    color: #C2A14D !important;
    font-family: "roboto", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin-bottom: 15px !important;
}

/* Footer - enlaces del menú Información */
.footer-container .menu-footer-menu-useful-links-container a {
    color: #767676 !important;
    font-family: "roboto", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.footer-container .menu-footer-menu-useful-links-container a:hover {
    color: #333333 !important;
}