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

footer.footer-container .elementor-widget-container a {
	color: #fff;
	&:hover {
		color: #D3ECAC;
	}
}

button.wd-buy-now-btn {
	background-color: #523149;
	text-transform: inherit;
}

.mobile-nav {
	background: #fff url(/wp-content/uploads/2024/11/Group-1641.png) no-repeat left bottom / 200px;
}

.wd-page-wrapper.website-wrapper:before {
	content: '';
	background: url(/wp-content/uploads/2024/11/bg-body.svg) no-repeat right top / auto;
	position: fixed;
    width: 100%;
    height: 336px;
	z-index: 0;
}

header.whb-header:not(.whb-sticked) .whb-general-header {
	background-color: transparent;
}