.bottom-nav-bar{
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color: #fff;
	transition: 0.4s;
	z-index: 10001;
}

.enabled-bottom-nav{
	padding-bottom: 3.5rem;
}

.bottom-nav-bar.mobile-safari .bottom-nav-bar-inner{
	padding-top: 4px;
	padding-bottom: 4px;
}

/* .bottom-nav-bar.mobile-safari .safe-area-wrap{
	height: calc(env(safe-area-inset-bottom) + 20px);
} */

.bottom-nav-bar .safe-area-wrap .safe-area{
	height: env(safe-area-inset-bottom);
}

.bottom-nav-bar-inner{
	display: flex;
	border-top: 1px solid #ddd;
	height: 3.5rem;
	padding: 0 0.4rem 0 0.4rem;
}

.bottom-nav-bar-inner-menu-items{
	flex-grow: 1;
	display: flex;
	justify-content: space-around;
	/* height: 3.5rem; */
}
.bottom-nav-bar-inner-menu-items .bottom-nav{
	flex: 1;
}

.bottom-nav-bar-inner .drawer-toggle{
	flex-shrink: 0;
	flex-grow: 0;
}

.bottom-nav-bar-inner .bottom-nav{
	padding: 0 0.6rem 0 0.6rem;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.bottom-nav-bar-inner .bottom-nav.drawer-toggle{
	width: 65px;
	flex-shrink: 0;
}

.bottom-nav-bar-inner.bar-items-1 .drawer-toggle{
	width: 25%;
	border-right: 1px solid #fefefe;
}

.bottom-nav-btn{
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	height: 100%;
}

.evda-wrap .bottom-nav-open{
	display: inline-flex;
}

.evda-wrap.drawer-active .bottom-nav-open{
	display: none;
}

.evda-wrap.drawer-active .bottom-nav-close{
	display: inline-flex;
}

.bottom-nav-bar-inner .botton-nav-item{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.bottom-nav-bar-inner.bar-items-1 .botton-nav-item{
	width: 75%;
}

.bottom-nav-bar-inner.bar-items-4 .bottom-nav{
	padding: 0 0.2rem 0 0.2rem;
}

.bottom-nav-bar-inner.bar-items-5 .bottom-nav{
	padding: 0 0.2rem 0 0.2rem;
}

.bottom-nav-bar-inner .text{
	display: block;
	font-size: 10px;
	line-height: 1;
	margin: 0.2rem 0 0 0;
}

.sp-menu-bg{
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0.5;
	z-index: 999;
	height: 100vh;
}

.sp-menu-bg.active{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
}


.sp-menu-inner ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sp-menu-inner li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.sp-menu-inner li.menu-item-has-children{
	position: relative;
}

.sp-menu-inner li.menu-item-has-children::after{
	position: absolute;
	top: 0.8em;
	right: 0.8em; 
  font-weight: 900;
	color: #ddd;
	transition: 0.3s;
}

.sp-menu-inner li.menu-item-has-children svg{
  transition: 0.3s;
}

.sp-menu-inner li.menu-item-has-children.active svg{
	transform: rotate(180deg);
}

.sp-menu-inner .menu li a{
	display: flex;
	align-items: center;
	padding: 0.8rem 1.6rem 0.8rem 0.8rem;
	color: #444;
	text-decoration: none;
} 

.sp-menu-inner .menu-parent-linkable li.menu-item-has-children > a{
	padding: 0 0 0 0.8rem;
}

.sp-bottom-nav-widgets{
	padding: 0.8rem 1.6rem 0.8rem 0.8rem;
}

.evda-wrap .menu-icon{
	width: 1.3rem;
	height: 1.3rem;
	margin: 0 auto 0 auto;
} 

.sp-menu-inner .menu li .child-menu-anchor{
	padding: 0.8rem 1.6rem 0.8rem 2.7rem;
} 

.sp-menu-inner .menu li .menu-item-anchor svg{
	margin: 0 1rem 0 0;
	width: 1rem;
	height: 1rem;
} 

.menu-parent-linkable .menu-item-anchor svg{
	padding: 1.14rem 0.8rem 1.14rem 0.8rem;
	box-sizing: content-box;
}

.sp-menu-inner .menu .menu-item-anchor .menu-arrow{
	margin: 0 0 0 auto;
	width: 1.5rem;
	height: 1.5rem;
} 

.sp-menu-inner .sub-menu{
	display: none;
	overflow: hidden;
}

.sp-menu-inner .sub-menu li{
	border-bottom: none;
}

.dynqr_emb_icon .img-icon{
	width: 120px;
	height: auto;
}

.dynqr_emb_icon .img-icon:hover{
	opacity: 0.8;
}

.sp-menu-inner{
	position: relative;
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 4rem;
}

.sp-menu-inner .header{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 1rem 1rem 1rem 1rem;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.sp-menu-inner .header .bottom-nav-close{
	margin-left: auto;
	color: #777;
}

.sp-menu-inner .header .menu-text{
	text-align: center;
	width: 100%;
}

.sp-menu-inner .header button.sp-menu-close{
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border-radius: 0px;
	box-sizing: border-box;
	color: rgb(194, 194, 194);
	line-height: 1;
	outline: none;
	padding: 0.5rem;
	font-size: 1.3em;
	text-decoration: none;
	vertical-align: bottom;
	z-index: 100;
	box-sizing: border-box;
}

.sp-menu-inner .sp-menu-inner{
	position: relative;
	width: 100%;
}

.sp-menu-inner button.sp-menu-close{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #444;
	z-index: 100001;
	background-color: rgb(239,239,239);
}

.sp-menu-inner button.sp-menu-close.mobile-safari{
	height: 58px;
	line-height: 58px;
}

.sp-menu-inner button.sp-menu-close .text{
	display: inline-block;
	margin: 0 0 0 0.5rem;
}

.evda-wrap .drawer-overlay{
	overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
	z-index: 9999;
}

.evda-wrap.drawer-active .drawer-overlay{
	transform: translateX(0);
}

.evda-wrap .drawer-nav{
	visibility: hidden;
	overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 250px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
}

.evda-wrap .drawer-nav.drawer-menu-full-width{
	width: 100%;
	max-width: 100%;
}


.evda-wrap.drawer-active .drawer-nav{
	visibility:visible;
  transform: translateX(0);
}