section.shopify-section.section.tab-collection.top-page .dektop-hide-tab  {
	display: none;
}
@media only screen and (max-width: 750px){
section.shopify-section.section.tab-collection.top-page .dektop-hide-tab {
	display: block;
}
}