/* 
Tejpy Shoptet Theme

Copyright © 2020 Shopteťák.cz 
Vytvořila společnost techka s.r.o. & Tomáš Hlad
*/



.site-msg a {
	color: black;
}

.top-navigation-contacts {
	display: none !important;
}

.latest-contribution-discussion {
	display:none;
}

@media only screen and (min-width: 768px) {

	#header #navigation {
		width: 100% !important;
	}

	#header .menu-helper {
		right: 0;
	}

	#header #navigation ul.menu-level-1 > li > a b {
		font-weight: 400;
		text-transform: none;
	}

	#header #navigation ul.menu-level-1 > li > a {
		padding: 0 10px;
	}

	#header #navigation ul.menu-level-1 > li:first-child a {
		padding-left: 0;
	}

	.submenu-arrow {
		display: none;
	}

	.menu-level-2 {
		display: none !important;
	}

	.podmenu .tipmenu {
		width: 100%;
	}

}


