.logo-section{display: block}
.search-section{display: block}
.contact-section{display: block}
.m-menu{width: auto !important;}
.m-cart{width: 35px !important;float: right;
	font: 600 12px 'Open Sans',sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
}
.m-search{width: 50px !important;float: right;
	font: 600 12px 'Open Sans',sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
}
@media only screen and (min-width : 320px) { 
	.logo-section{display: block}
	.search-section{display: none}
	.contact-section{display: none}
	.m-cart{display: inline-block;}
	.m-search{display: inline-block;}
}
 
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.logo-section{display: block}
	.search-section{display: block}
	.contact-section{display: block}
	.m-cart{display: none;}
	.m-search{display: none;}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}