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

header .whb-column.whb-col-center{
	justify-content: center;
}
header .header-promo-text{
	font-size: 16px !important;
	text-transform: uppercase;
}
header .wd-header-nav .menu.wd-nav{
	justify-content: center;
	column-gap: 20px;
}
header .wd-social-icons .social-whatsapp{
	display: none;
}
#menu-category-menu li:nth-child(1) a, #menu-category-menu li:nth-child(2) a{
	color: red !important;
}
#menu-category-menu .wd-dropdown li:nth-child(1) a, #menu-category-menu .wd-dropdown li:nth-child(2) a{
	color: var(--sub-menu-color) !important;
}
#menu-category-menu .wd-dropdown li:nth-child(1) a:hover, #menu-category-menu .wd-dropdown li:nth-child(2) a:hover{
	color: var(--sub-menu-color-hover) !important;
}
.container, .container-fluid{
	max-width: 1270px;
}
@media only screen and (min-width: 1640px) {
	.container, .container-fluid{
		max-width: 1600px;
	}
}
header .container, header .container-fluid {
	max-width: 1600px;
}
.faq-ask-container{
	display: flex;
	flex-direction: row !important;
	justify-content: center;
}
.brand-image-archive-thumbnail img{
	max-height: 350px;
	object-fit: contain;
	object-position: center;
}
.wd-single-post-header .wd-post-author.wd-meta-author, .wd-single-post-header .wd-post-reply{
	display: none;
}
.wp-singular .widget-area{
	position: sticky;
    max-height: fit-content;
    top: 150px;
}
.faq-section-home-page, .blog-section-home-page{
	display: none;
}
.products-categories-home-page img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.promo-section-home-page{
	position: relative;
	border-radius: 12px;
}
.promo-section-home-page::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	border-radius: 12px;
}
.promo-section-home-page .e-con-inner{
	position: relative;
	z-index: 2;
}
[class*="title-line-"] .wd-product .wd-entities-title{
	overflow: visible !important;
	max-height: 100% !important;
}

.wd-style-colored .social-instagram{
	background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf,#4f5bd5) !important;
}
.wd-style-colored .social-whatsapp{
	background: rgba(18, 140, 126, 1) !important;
}
.mobile-nav .wd-nav.wd-nav-mob-tab.wd-style-underline.wd-swap{
	display: none;
}