/* CSS Document */
@media only screen and (max-width: 780px) {
	
.nav-ul {
    display: none;
}
.mob-footer{
    display: block
}	
.mob-menu{
	display: block;
}
.Homepage-map.active {
    padding-left: 0;
}
.left-nav.active {
    left: 0;
    position: fixed!important;
    z-index: 1001;
    background: #FFF;
}
.left-nav.footernav {
    left: -280px;
    position: fixed!important;
    z-index: 1001;
    background: #FFF;
    width: 280px;
    padding: 0;
}
.left-nav.footernav.active{
		left: 0;
	}

.leftnav-btn{
	display: none;
}
	
.Login-left-section {
    display: none;
}
.Login-right-section {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    float: none;
    position: static;
}
.page-header.fullwith.float-left.position-fixed {
    height: auto;
}
.main-link{
	float: left;
	width: 100%;
	height: 300px!important;
}
.header-spacer {
    /*height:140px;*/
    height:74px;
}
.filter-btn{
	display: block;
}
.filter-btn .clt{
	display: none;
}
.filter-btn.active .clt{
	display: block;
}
.filter-btn.active .flt{
	display: none;
}
.product-filter .page-subhead{
	display: none;
	}
.product-filter-in {
    display: none;
}
.product-listing-box-lg{
	padding-top: 170px;
	padding-left: 20px;
}
.product-listing-box-lg.address-listing {
    padding: 15px 0;
}
.page-popup {
    width: 100%;
}
.myaccount-links {
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 0;
    background: #FFF;
    z-index: 10001;
    width: 220px;
}
.myaccount-links.active{
	left: 0;
}
.Login-right-section.register-section {
    width: 100%;
}
	.nav-slider{
		display: none;
    }
    
    .product-details .btn-lg {
     
        font-size: 11px;
    }
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .media-ie-fix .media-body {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}
