.new-tmpl-home-button, html .responsive-menu-button.article-menu-button, html .responsive-menu-button.eshop-menu-button, #ebar, #search {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	#left_eshop {
  		display: block;
	}
  
  	#left-box ul li a {
  		padding: 0;
  		height: auto;
  		line-height: initial;
	}
  
  	#left-box .root-eshop-menu {
  		display: flex;
  		gap: 1rem;
  		justify-content: center;
  		margin-bottom: 1rem;
	}
  
  	html .logo-wrapper {
	    top: 0;
      	margin: 0 auto;
  	}
  
  	#site_logo {
    	left: 0;
  	}
  
  	html .myheader .content {
    	height: 180px;
  	}
}