.first-menu {
	background-color: #e9e9e9
}

.menu-desktop {
	position: relative;
	display: none;
	padding-left: 2em;
	overflow: hidden
}

.menu-desktop--load {
	overflow: unset
}

.click-link {
	display: block;
}

.menu-desktop__wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.menu-desktop__item {
	padding: 0;
	margin: 0;
	list-style: none;
	color: var(--text-color, #333);
	position: relative
}

.menu-desktop__item:hover {
	color: #c49a77
}

.menu-desktop__item--wide {
	position: static
}

.menu-desktop__item--wide .menu-desktop__dropdown-inner {
	--offset: 250px;
	--max-height: calc(100vh - 200px);
	width: 85vw;
	display: flex;
	max-height: var(--max-height);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 10;
}

.menu-desktop__item--wide .menu-desktop__item.active,
.menu-desktop__item--wide .menu-desktop__item:hover {
	background-color: #fff
}

.menu-desktop__item--wide.active {
	background-color: #fff
}

.menu-desktop__link.menu-desktop__link--root {
	font-weight: 500;
	font-size: 16px;
}

.menu-desktop__link {
	position: relative;
	padding: 18px 20px;
	text-decoration: unset;
	font-size: 13px;
	display: block
}

.menu-desktop__link.menu-desktop__link--root:not(:hover) {
	color: #000;
}
.menu-desktop__link:not(:hover) {
	color: inherit
}

.menu-desktop__link--root:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	width: 2px;
	height: 2px;
	background-color: #00786f;
	transform: translateY(-50%)
}

.menu-desktop__link--icon-menu-cross:before {
	content: "";
	display: none!important;
}

.menu-desktop__link--icon-menu, .menu-desktop__link--icon-menu-cross {
	padding-left: 30px
}

.menu-desktop__link--icon-menu:before {
	font-family: "Material-Design-Iconic-Font";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0px;
	left: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
	font-size: 25px;
	top: 50%;
	background-color: transparent;
	color: var(--text-color, #333)
}

.menu-desktop__link--icon-menu:before {
	content: ""
}

.menu-desktop__link--icon-menu-cross:after {
	content: "";
	font-size: 2em;
	top: 27%
}

.menu-desktop__link--icon-menu-cross:after {
	font-family: "Material-Design-Iconic-Font";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 20px;
	left: -3px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
	font-size: 25px;
	background-color: transparent;
	color: var(--text-color, #333);

}


.menu-desktop__dropdown-wrapper {
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition-delay: .2s
}

.menu-desktop__dropdown-inner {
	position: absolute;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
	z-index: 10;
	min-width: 240px
}

/* .menu-desktop__dropdown {
	padding-left: unset;
	background-color: #e9e9e9;
	padding: 11px 0;
} */

/* .menu-desktop__dropdown .menu-desktop__item:hover {
	background-color: #fff
} */

/* .menu-desktop__dropdown .menu-desktop__link {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;
} */

.menu-desktop__dropdown-row {
	overflow-y: auto;
	overflow-x: hidden
}

.menu-desktop__dropdown-row--parent.menu-desktop__item {
	background-color: #e9e9e9;
	flex-basis: var(--offset);
	color: #000;
}

.menu-desktop__dropdown-row--child {
	position: relative;
	flex-grow: 1
}

.menu-desktop__dropdown-row--child .menu-desktop__dropdown-child {
	
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	transition: opacity .3s;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: flex-start;
	align-content: flex-start;
	
	z-index: 1;
	overflow-y: hidden;
	opacity: 0;
	visibility: hidden;
	padding-left: 1em;
	padding-top: 12px;
}

.menu-desktop__dropdown-row--child .menu-desktop__dropdown-child.active {
	height: 100%;
	visibility: visible;
	opacity: 1;
	overflow-y: auto
}

.menu-desktop__dropdown-row--child .menu-desktop__dropdown-child .menu-desktop__item {
	flex-basis: 33.3333333333%
}

.menu-desktop__dropdown-row--child .menu-desktop__dropdown-child .menu-desktop__link {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 1.5;
	/* height: 45px; */
}

.menu-desktop__dropdown-row--child .menu-desktop__dropdown-child::-webkit-scrollbar {
	display: block;
	width: 4px;
	height: 4px
}

.menu-desktop__dropdown-row--child .menu-desktop__dropdown-child::-webkit-scrollbar-thumb {
	background-color: #c49a77
}

.menu-desktop__dropdown-row--child .menu-desktop__dropdown-child::-webkit-scrollbar-track {
	background-color: #e9e9e9
}

.menu-desktop__dropdown-row::-webkit-scrollbar {
	display: block;
	width: 4px;
	height: 4px
}

.menu-desktop__dropdown-row::-webkit-scrollbar-thumb {
	background-color: #c49a77
}

.menu-desktop__dropdown-row::-webkit-scrollbar-track {
	background-color: #e9e9e9
}

@media(min-width: 992px) {
	.menu-desktop {
		display: block
	}
}

.menu-desktop .flexMenu-viewMore {
	font-size: 13px;
	color: var(--text-color, #333)
}

.menu-desktop .flexMenu-viewMore a {
	text-decoration: unset;
	padding: 18px 20px;
	display: block
}

.menu-desktop .flexMenu-viewMore a:not(:hover) {
	color: inherit
}

.menu-desktop .flexMenu-viewMore .flexMenu-popup {
	min-width: 240px;
	background-color: #fff;
	z-index: 10
}

.menu-desktop .flexMenu-viewMore .menu-desktop__item:not(:last-child) {
	border-bottom: 1px solid rgba(196, 154, 119, .15)
}

.menu-desktop .flexMenu-viewMore .menu-desktop__link {
	padding-top: 13px;
	padding-bottom: 13px
}

.menu-desktop .flexMenu-viewMore .menu-desktop__link--root:before {
	display: none
}

.search-modile--menu .search-form__submit {
	left: 0;
	width: 39px;
    height: 39px;
}

.search-modile--menu .search-form__input {
	width: 0%;
	padding: 0px 22px 0px 15px;
	height: 40px;
}


