.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: 300px;
    width: 75%;
    left: -100%;
    transition: all 0.2s ease-in-out;
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mobile-drawer .topinfo{padding-left: 15px; padding-right: 15px;}
.mobile-drawer .infobox.top-contact:last-child{border-bottom: 1px solid rgba(133,133,133,0.2); padding-bottom: 5px;}
.mobile-drawer .infobox.top-contact .flexbox svg{margin-right: 10px;}
.mobile-drawer .infobox.top-contact .flexbox .text{padding-right: 0; padding-bottom: 5px; padding-top: 5px;}
.mobile-drawer .infobox.top-contact .flexbox .text span {
    display: block;
    color: black;
    letter-spacing: 1.3px;
    font-size: 13px;
}
.mobile-drawer .infobox.top-contact .flexbox .text span.number {
    font-weight: 500;
    letter-spacing: 0;
}
@media (max-width: 991.9px){
	#primary-menu{display: none;}
	.header-outter-flexbox{height: 70px;}
	#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); */
		width:100%;
    }
   
    .mobile-drawer #top-search form{width: 100%;}
    .mobile-drawer .searchbutton{width: 42px;  border-radius: 0 8px 8px 0; height: 35px;}
    .mobile-drawer .searchbutton svg path{stroke: #1D8993;}
    .mobile-drawer #top-search form input{width: calc(100% - 42px); padding-right: 8px; padding-left: 8px;}
	.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;
		text-transform:capitalize;
		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.current > a{
        color: #1D8993 !important;
    }


	
	.mobile-sub {
		display: none;
		padding: 10px;
		list-style: none;
		color: #242422 ;
	}

	.mobile-sub li {
		padding: 5px 10px 5px 20px;
	}

	.mobile-down-arrow {
		float: right;
		cursor: pointer;
		transition: transform 0.3s ease;
	}

	.has-sub.open .mobile-down-arrow {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}

	.menu-row {
		display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 40px);
        margin-right: auto;
        margin-left: auto;
        color: #242422 !important;
        font-size: 14px;
        border-bottom: 1px solid rgba(133, 133, 133, 0.2);
	}

	.menu-row .category-name{
		color: #242422;
        text-transform:capitalize;
	}

	.menu-row .category-name:hover {
        color: #1D8993;
    }
    
    .menu-row .category-name.current{
        color: #1D8993;
    }

	.mobile-sub a{
		color: #242422 ;
		text-transform: capitalize;
	}

	.mobile-sub a:hover{
		color: #1D8993 ;
	}
	
	.mobile-sub > li.current a{
        color: #1D8993;
    }

	.mobile-toggle {

		padding: 10px;
		cursor: pointer;
	}



	





	.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: #1D8993;}
	
	.mobile-drawer .navigation > ul > li.current > a,
	.mobile-drawer .navigation > ul > li > ul > li.current > a,
	.mobile-drawer .navigation > ul > li > ul > li > ul > li.current > a{color: #1D8993;}

	.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;
	}



	/* product category mobile menu  */
	/* #mobile-cat-menu{
		cursor: pointer;
		margin-bottom:30px;
		height: 30px;
        width: 35px;

	} */

	#mobile-cat-menu {
		cursor: pointer;
		margin-bottom: 30px;
		display: block;     
		align-items: center;       
						
	}
	#mobile-cat-menu img {
		height: 30px;             
		width: auto;
	}
	#mobile-cat-menu span {
		display: inline-block;
		font-size: 16px;
	}


	.cat-mobile-drawer {
		position: fixed;
		top: 100px;
		left: -100%;
		width: 80%;
		max-width: 320px;
		height: 100%;
		background: #fff;
		z-index: 1050;
		transition: left 0.3s ease;
		overflow: hidden;
	}

	.cat-mobile-drawer.show {
		left: 0;
	}

	.cat-mobile-drawer .content {
		height: 100%;
		overflow-y: auto;
		padding: 16px;
	}

	.cat-drawer-bg {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.5);
		z-index: 1040;
	}

	.cat-close-drawer {
		position: absolute;
		top: 12px;
		right: 12px;
		font-size: 22px;
		color: #000;
		z-index: 1100;
		cursor: pointer;
	}

	#shop .accordion {
		margin-bottom: 0px;
		overflow-y: auto;
		max-height: 500px;
		padding-right:15px;
	}



	/* product category mobile menu END */


}
@media(min-width: 768px) and (max-width: 991px){
	.mobile-drawer{height: 100%}
}