.drawer-bg{
	position: fixed;
	width: 100%;
    height: 100%;
    z-index: 1090;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.mobile-drawer{
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 1100;
    max-width: 250px;
    width: 75%;
    left: -100%;
    transition: all 0.2s ease-in-out;
    overflow: auto;
}
@media (max-width: 991.9px){
	#primary-menu{display: none;}
	.header-outter-flexbox{height: 62px;}
	#primary-menu-trigger{opacity: 1; position: relative; top: auto; left: auto; margin-top: 0; pointer-events: all; text-align: left;}
    
    .mobile-drawer #top-search{
        margin: 15px auto;
        width: calc(100% - 40px);
    }
    .mobile-drawer #top-search form{width: 100%;}
    .mobile-drawer .searchbutton{width: auto;}
    .mobile-drawer #top-search form input{width: calc(100% - 42px);}
	.mobile-drawer.show{
	    transition: all 0.2s ease-in-out;
		left: 0px;
	}

	.mobile-drawer .close-drawer {
	    color: #242422;
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    padding: 5px 10px;
	    cursor: pointer;
	}

	.mobile-drawer-content{
	    position: fixed;
	    height: 100%;
	    top: 0;
	    background: white;
	    /*left: -100%;*/
	    z-index: 1095;
	    transition: all 0.2s ease-in-out;
	    width: 60%;
	    display: none;
	    overflow: auto;
	}

	.mobile-drawer-content.show{
	    left: 40%;
	    transition: all 0.2s ease-in-out;
	    display: block;
	}

	.mobile-drawer-content .category-menu{
		border-bottom: 1px solid #EEE;
		border-top: 1px solid #EEE;
		list-style: none;
	}

	.mobile-drawer-content .category-menu a{
		height: 44px;
		line-height: 44px;
		vertical-align: middle;
	}

	.mobile-drawer-content .category-menu a > p{
		line-height: normal;
		margin-top: 20px;
	}

	.mobile-drawer-content .category-menu .category-name{
		display: inline-block;
		width: 80%;
		border-right: 1px solid #EEE;
	}

	.mobile-drawer-content .category-menu .category-name:hover{
		color: #b8304d;
	}

	.mobile-drawer-content .category-menu  ul{
		display: none;
	}

	.mobile-drawer-content .category-menu > ul > li{
		list-style: none;
		/*border-bottom: 1px solid #EEE;*/
		/*padding-top: 20px;*/
	}
	.mobile-drawer-content .category-menu  ul  li  a{
		text-align: center;
	}

	.menu-togggle{
		text-align: center;
		display: inline-block;
		width: 15%;
	}

	.menu-togggle  span  i:hover{
		color: #b8304d;
	}

	.mobile-drawer .visitor {
	    padding: 20px;
	    text-align: center;
	    border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.mobile-drawer .visitor a{
		padding: 10px;
	   	color: #242422;
	   	display: inline-block;
	}

	.mobile-drawer .navigation{
		padding: 0px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		/*margin-top: 45px;*/
	}

	.mobile-drawer .navigation > ul,
	.mobile-drawer .navigation > ul > li > ul,
	.mobile-drawer .navigation > ul > li > ul > li > ul{
		color: #242422;
		margin-bottom: 0px;
		/*border-top: 1px solid rgba(255,255,255,0.3);*/
		padding-left: 0px;
	}

	.mobile-drawer .navigation > ul > li > ul > li > ul > li:last-child,
	.mobile-drawer .navigation > ul > li > ul > li:last-child,
	.mobile-drawer .navigation > ul > li:last-child{
		border-bottom: 0px;
	}

	.mobile-drawer .navigation > ul > li,
	.mobile-drawer .navigation > ul > li > ul > li{
		display: block;
		/*padding-left: 15px;*/
	}

	.mobile-drawer .navigation > ul > li.submenu > ul,
	.mobile-drawer .navigation > ul > li.submenu > ul > li.submenu > ul{
		display: none;
	}

	/*.mobile-drawer .navigation > ul > li.submenu > a,
	.mobile-drawer .navigation > ul > li > ul > li.submenu > a{
		background-image: url("images/icons/submenu.png");
		background-position: right center;
		background-repeat: no-repeat;
	}*/

	.mobile-drawer .navigation > ul > li,
	.mobile-drawer .navigation > ul > li > ul > li,
	.mobile-drawer .navigation > ul > li > ul > li >ul > li{
		list-style: none;
		position: relative;
		line-height: 1.3;
		color: #242422;
		text-align: left;
	}
	.mobile-drawer .navigation > ul > li > ul > li >ul > li.current{
		text-decoration: underline;
	}
    
	.mobile-drawer .navigation > ul > li > a,
	.mobile-drawer .navigation > ul > li > ul > li > a,
	.mobile-drawer .navigation > ul > li > ul > li > ul > li > a{
		color: #242422;
		font-size: 14px;
		vertical-align: middle;
		padding: 10px 0;
		display: block;
		border-bottom: 1px solid rgba(133,133,133,0.2);
		width: calc(100% - 40px);
        margin-right: auto;
        margin-left: auto;
	}
	.mobile-drawer .navigation > ul > li:last-child a{border: none;}
	.mobile-drawer .navigation > ul > li > a:hover,
	.mobile-drawer .navigation > ul > li > ul > li > a:hover,
	.mobile-drawer .navigation > ul > li > ul > li > ul > li > a:hover{color: #e52d26;}

	.mobile-drawer .currencySection{
		padding: 20px;
	}

	.mobile-drawer .currencySection ul{
		text-align: center;
		padding-left: 0px;
	}

	.mobile-drawer .currencySection ul > li{
		list-style: none;
	}
	.mobile-drawer .currencySection ul > li > a{
		padding: 10px;
		color: #242422;
	}
	.mobile-drawer .currencySection ul > li > ul{
		display: none;
	}
	.mobile-drawer .currencySection ul > li > ul  > li{
		width: 60px;
		margin:auto;
		padding: 5px 0;
	}
	.mobile-drawer .currencySection ul > li > ul > li > a{
		color: #ad8e61;
	}
	.mobile-drawer .navigation > ul li a.disabled{
		opacity: 0.7;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.mobile-drawer{height: 100%}
}