@media (max-width: 500px) {
	.shop-name, #left-menu {
		display: none;
	}
	#right-content {
		margin-left: 0;
	}
}