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

.category-grid .promo-banner-wrapper,
.category-grid .promo-banner,
.category-grid .main-wrapp-img,
.category-grid .banner-image,
.category-grid .banner-image img{
    height: 100% !important;
}

.category-grid .content-banner{
    opacity: 0;
    transition: all 300ms ease;
}

.category-grid .promo-banner:hover .content-banner{
    opacity: 1;
}

.category-grid .banner-image img{
    filter: saturate(0);
    transition: all 300ms ease;
}

.category-grid .promo-banner:hover .banner-image img{
    filter: revert;
}

.page-id-2923 .wd-content-layout{
	padding-block : 0px;
}

.whb-general-header .wd-search-form{
    max-width: 300px;
}

.wd-footer a,
.wd-footer .wd-list span:has( + .wd-fill)
{
    color: rgb(255 0 0) !important;
}

.wd-product :is(.wd-product-cats,.wd-product-brands-links) a{
	color: #333 !important;
}


.wd-footer{
	background-color : #000 !important;
}