/*
 * SPACEWOOD FURNISHERS PVT. LTD.
 * Max Kitchen And Wardrobes Responsive Media File.
 */

/*
 * For Small Desktop
 */


/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
	/*.sub-nav-toggler {
	    padding: 0;
	    position: absolute;
	    right: 0;
	    border: 0;
	    background: none;
	    cursor: pointer;
	    display: block !important;
	    top: 11px;
	}*/
	#navbarSection ul li{
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
		text-align: left !important;
	}
	#navbarSection .dropdown-btn {
        position: absolute;
	    z-index: 10;
	    right: 0;
	    top: 0;
	    display: block !important;
	    border-left: 1px solid rgba(120, 120, 120, 0.15);
	    height: 100%;
	    width: 52px;
	    cursor: pointer;
	}
	#navbarSection .navbar-nav > li .navSubMenu {
	    position: relative !important;
	    opacity: 1 !important;
	    visibility: visible !important;
	    left: 0 !important;
	    top: auto !important;
	    right: auto !important;
	    width: 100% !important;
	    -webkit-transform: translate(0);
	    transform: translate(0);
	    display: none;
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	    background: #ff9827;
	    text-align: left;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	
}

@media only screen and (max-width: 320px){
	
}