/*
 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-sticked .whb-color-dark:not(.whb-with-bg) {
	background-color: transparent;
}

.phone_numb p {
	color: #fff;
	font-size: 20px;
}
.phone_numb p strong {
	font-weight: bold;
}


.phone_numb p a {
	color: #fff;
	font-size: 20px;
	margin: 0 15px;
	font-weight: bold;
}
header .whb-col-right .wd-tools-element a, header .whb-col-right .wd-tools-element a:hover{
	color: #fff;
}
.whb-col-right .wd-dropdown-menu.wd-design-default a, .whb-col-right .wd-dropdown-menu.wd-design-default a:hover {
	color: #000;
}
.whb-col-right .wd-dropdown-menu.wd-design-default li a {
	border-bottom: 1px solid #dbdbdb;
	padding: 12px 15px;
}
.whb-col-right .wd-dropdown-menu.wd-design-default {
	padding: 0;
}
header .wd-account-style-text .wd-tools-text {
	font-size: 20px;
}

header .whb-col-right .wd-tools-element a .wd-tools-icon::before {
	font-size: 25px;
	font-weight: bold;
}

header .whb-row.whb-header-bottom .social_links .elementor-social-icons-wrapper .elementor-icon {
	background: transparent;
}
header .whb-header-bottom .whb-col-center {
	display: none;
}
header .whb-header-bottom .whb-header-bottom-inner .whb-col-left {
	flex: auto;
}
header  .whb-header-bottom .whb-header-bottom-inner .whb-col-left .wd-header-nav {
	flex: auto;
}
header .whb-header-bottom .whb-header-bottom-inner .whb-col-left .wd-header-nav #menu-new-menu {
	width: 100%;
	justify-content: flex-start;
	column-gap: 60px;
}
header .whb-header-bottom .whb-header-bottom-inner .whb-col-left .wd-header-nav li {
	flex: auto;
	max-width: max-content;
}
header .whb-header-bottom .whb-header-bottom-inner .whb-col-left .wd-header-nav li .woodmart-nav-link {
	justify-content: center;
	color: #fff;
	position: relative;
}
header  .whb-header-bottom .whb-header-bottom-inner .whb-col-left .wd-header-nav li .woodmart-nav-link::before {
	content: "";
	border-bottom: 1px solid #fff;
	height: 1px;
	width: 0;
	position: absolute;
	bottom: 0;
	transition: width 0.5s ease-in-out;
}

header .whb-header-bottom .whb-header-bottom-inner .menu-new-menu .whb-col-left .wd-header-nav li .woodmart-nav-link:hover::before {
	width: 100%;
}

header .whb-header-bottom {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	padding-top: 10px;
	border-top: 1px solid #D9D9D9;
	margin-top: 30px;
}
