html body #page .myheader {
  	background: #02022f;
}

.home .products_wrap.full {
  	margin-top: 0;
}

body:not(.fixedBasket) span.basket_empty, body:not(.fixedBasket) span.bold,
body:not(.fixedBasket) #basket_content_tag #quantity_tag {
  	color: white !important;
}

html body:not(.fixedBasket) #ebar #quantity_tag::before {
  	content: url("/fotky75458/bag-white.svg");
}

.home.slider_available .cat-highlights-container {
  	margin: 0 auto 2rem auto;
}

@media only screen and (min-width: 768px) {
	.home.slider_available .cat-highlights-container {
    	display: none !important;  
  	}
  
  	#site_logo {
  		width: 300px;
  		height: 120px;
	}
}

@media only screen and (max-width: 767px) {
  	#left-box .responsive-menu-button.eshop-menu-button::before {
    	color: #fff;
  	}
  
  	.home .cat-highlights-container .cat-highlights-wrapper .cat-highlights-box > a.img-link {
  		width: 30%;
	}
  
  	.home .cat-highlights-container .cat-highlights-wrapper .cat-highlights-box > p {
  		width: 70%;
	}
  
  	 html body #page .myheader .navigate_bar .logo-wrapper #site_logo {
    	height: 90px;
  	}
}