.container-modal-menu-mobile-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 15px 20px 25px 20px;
    font-size: 20px;
    font-weight: bold;
}
.container-modal-menu-mobile-title img{
    height: 40px;
	width: 40px;
}
.container-modal-menu-mobile-title .container-modal-menu-mobile-close{
	background: none;
    border: none;
    font-size: 60px;
    height: 50px;
    font-weight: 100;
    color: #828892;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-top-menu-header-mobile{
    overflow: auto;
    /* max-height: 400px; */
	width: 100%;
	border-bottom: solid 1px #BCBCBC;
}

.container-top-menu-header-mobile{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
    flex-direction: column;
    
}

.item-menu-main-mobile{
	width: 100%;
	height: 100%;
}
.item-menu-main-mobile a{
	display: block;
	padding: 10px;
	width: 100%;
	color: black;
	text-align: left;
}
.item-menu-mobile a{
	display: block;
	padding: 10px;
	width: 100%;
	color: black;
	text-align: left;
}
.item-menu-parent-mobile .container-menu-items-mobile a{
	color: black;
}
.item-menu-main-mobile.item-menu-parent-mobile .container-menu-items-mobile{
	display: block;
	position: relative;
	min-width: 200px;
	height: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: white;
	color: black;
	z-index: 200;
	transition: ease-in 0.3s;
}
.item-menu-main-mobile.item-menu-parent-mobile.active .container-menu-items-mobile{
	display: block;
	height: 400px;
	transition: ease-in 0.3s;
}
.item-menu-mobile.item-menu-parent-mobile .container-menu-items-lavel-mobile{
	display: block;
	width:100;
	padding-left: 10px;
	height: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: white;
	color: black;
	transition: ease-in 0.3s;
}
.item-menu-mobile.item-menu-parent-mobile.active > .container-menu-items-lavel-mobile{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
}





.item-menu-main-mobile.item-menu-parent-mobile.item-menu-main .iconshow-depth{
	display: inline-block;
	position: relative;
	top: 4px;
	height: 20px;
	width: 20px;
	background-image: url("/local/templates/ArtGreenNew/images/header/Chevron_Right_MD.png");
	background-size: cover;
	transition: ease-in 0.3s;
}
.item-menu-main-mobile.item-menu-parent-mobile.item-menu-main-mobile:hover .iconshow-depth{
	transform: rotate(180deg);
	transition: ease-in 0.3s;
}

.item-menu-mobile.item-menu-parent-mobile a .iconshow-depth-lavel{
	display: inline-block;
	position: relative;
	top: 10px;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	background-image: url("/local/templates/ArtGreenNew/images/header/Vector-arrow.svg");
	background-size: 14px;
	background-repeat: no-repeat;
	transition: ease-in 0.3s;
}
.item-menu-mobile.item-menu-parent-mobile.active > a .iconshow-depth-lavel{
	transform: rotate(180deg);
	transition: ease-in 0.3s;
	top: 2px;
}
.container-modal-menu-mobile-link-top{
	padding: 15px 24px;
	border-radius: 11px;
	background: #F6F6F6;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	text-align: center;
}
.container-modal-menu-mobile-download-price{
	width: 100%;
	padding: 15px 24px;
	border-radius: 11px;
	gap: 10px;
	background: #426F3F;
	color: white;
	text-align: center;
	border: solid 1px #426F3F;
}
.container-modal-menu-mobile-call-feedback{
	width: 100%;
	padding: 15px 24px;
	border-radius: 11px;
	gap: 10px;
	background: white;
	color: #426F3F;
	text-align: center;
	border: solid 1px #426F3F;
}
.mobile-container-scroll-content{
	max-height: 84vh;
	overflow: auto;
}

.mobile-menu___phone{
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: black;
}
.mobile-menu___phone a{
	color: black;
}
.mobile-menu___email{
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: black;
}
.mobile-menu___email a{
	color: black;
}
.button-mobile-menu-back{
	display: block;
	padding: 10px;
	width: 100%;
	color: black;
	text-align: left;
}
.item-back-menu-item{
	color: #1C761F !important;
		background: #F3F8EF;
}