.demo_store {
	background-color: red !important;
}

.woocommerce-store-notice__dismiss-link {
	display: none !important;
}

.storefront-handheld-footer-bar a, .storefront-handheld-footer-bar a:visited, .storefront-handheld-footer-bar ul li.search>a:before {
	color: #444 !important;	
}

header {
	margin-bottom: 0 !important;
}

.home #primary, .home #secondary {
	padding-top: 3rem;
}

.home .entry-title {
	display: none;
}

.tagged_as {
	display: none !important;
}

.product_meta .tagged_as {
	display:none;
}

	.mobile-productcat-dropdown {
		display: none;
	}

@media screen and (max-width: 768px) { 
	
	.mobile-productcat-dropdown {
		display: block;
	}
	
	.woocommerce-active .site-branding {
		width: 100%;
		background-color: #fff;
	}	
	
	.custom-logo {
		margin: 2rem auto;
	}
	
	.menu-toggle {
		background-color: #85c226 !important;
		border: none !important;
	color: #fff !important;
		    line-height: 2;
    font-size: 1.1rem !important;
	}
	
	.header-contact a {
		color: #fff !important;
	}
	
	.header-contact .contact {
		display: block;
		clear: both;
	}
	
	.site-header .col-full {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.header-contact .col-full {
		padding: 1rem;
		margin: 0;
	}
	
	.site-footer {
		background-color: #cf2c78;
		padding-top: 2rem;
	}
	
	/* custom SELECT styles */
	select {
		display: block;
  margin: 0 auto;
  width: 90%;
  padding: 5px 35px 5px 15px;
  font-size: 1.1rem;
  border: 1px solid #CCC;
  height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
		background: url(https://roolltex.cz/wp-content/uploads/2021/06/iconfinder_211614_down_b_arrow_icon_64px.png) 98% / 7% no-repeat #EEE;
}


/* CAUTION: Internet Explorer hackery ahead */


select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}
	
}