.menu-toggle { display: none !important; }

@media only screen and (max-width: 921px) {
	#primary {
		margin-top: 40px !important; 
		padding: 10px !important;
		
	}	
}

@media only screen and (max-width: 779px) {

	.site-content {
		margin-top: 70px;
	}

}

@media only screen and (max-width: 582px) {

        #custom-cart-widget {
                position: relative !important;
		width: 100% !important;
        }
	#pcm_menu_wrapper {
		width: 100% !important; 
	}
	.site-content {
		margin-top: 120px;
	}
	.pcm_category {
		width: 45% !important;
	}


}



