/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Lifestyle menu */
/* Lifestyle menu */
.lifestyle-dropdown-cards
{
/* 	position: relative; */
	overflow: hidden;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}
.lifestyle-dropdown-cards-heading
{
	width: 100%;
	padding: 0px 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lifestyle-dropdown-cards img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	opacity: 0.8;
	transition: 0.3s all ease;
}
.lifestyle-dropdown-cards:hover img
{
	transform: scale(1.03);
	opacity: 0.7;
}

/* Lifestyle singular header */
#lifestyle_header_nav
{
	overflow-x: auto;
}
.lifestyle_header_nav-text-container
{
	white-space: nowrap;
	min-width: auto;
	margin: 0px 10px;
}
.lifestyle_header_nav-text
{
	cursor: pointer;
	opacity: 0.6;
	border-bottom: 1px solid transparent;
	transition: 0.3s all ease;
}