input.button {
	width: auto !important;
}

.hide-on-mobile {
	display: none;
}

.logo-container {
	order: 1;
	width: auto;
}

#search {
	order: 2;
	flex: 1;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 350px;

}

.prod .detail-odkaz {
	text-align: center;
	background-color: #fff;

}

.prod .detail-odkaz img {
	max-width: 200px;
	width: 100%;
	height: auto;
}

.login-container {
	width: 90% !important;
	margin: 0 auto;
}

#detail-produktu h1 {
	padding-left: 5px;
}

#logo {
	margin: 10px 0 0 10px;
	height: 60px;
	width: 80px;
	display: inline-block;
	background: url("/img/logo_g.png") no-repeat 0 0;
}

#logovp {
	width: 70px;
	height: 65px;
	top: 80px;
	left: 10px;
	display: inline-block;
	background: url("/img/logovp_b.jpg") no-repeat 0 0;
}

#kosikContainer {
	display: flex;
	align-items: flex-end;
	height: 75px;
	order: 3;
}


#kosik {
	height: 48px;
	color: black;
	float: right;
	display: flex;
	line-height: 1.3em;
	margin-left: auto;
}

#kosik_cena {
	font-size: 130%;
	width: 150px;
}

.fa-shopping-cart {
	margin-right: 20px;
}

.fa-shopping-cart:after {
	content: attr(value);
	font: 14px Arial, sans-serif;
	border: 2px solid white;
	background: black;
	color: white;
	border-radius: 50%;
	padding: 8px !important;
	width: 36px;
	height: 36px;
	position: relative;
	left: 30px;
	top: -55px;
	opacity: 0.8;
	display: block;
	text-align: center;
}

#limity {
	float: right;
	text-align: right;
	padding: 5px 0;
	color: #484848;
}

#top {
	max-width: 1200px;
	width: 100%;
}

.page-login #top {
	height: 80px;
}

#servmenu {
	height: auto;
	padding: 0 5px;
	min-height: auto;
	max-width: 1200px;
}

#cont {
	width: 100%;
	min-width: 320px;
	padding: 0 10px;
}

#cont .produkt {
	width: 100%;
}

#intro-banner {
	display: none;
}

#menu {
	min-height: auto;
	font-family: Helvetica Neue LT Pro, sans-serif;
}

#menu ul li a {
	line-height: 30px;
	color: #545456;
	padding: 0 10px;
	margin: 0;
	height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .02em;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	top: 30px;
	clear: both
}

a#menu-admin {
	padding: 0 5px;
	color: black;
	background: #b0b2b3;
	text-align: center;
	position: absolute;
	bottom: -30px;
	right: 0;
	line-height: 25px;
	text-transform: uppercase;
}

#left {
	text-align: left;
	background-color: #f0f0f0;
	margin-top: 20px;
}

#left h2 {
	margin: 0 0 2px;
	color: #000;
	font-size: 1em;
	padding: 10px 15px 0;
	font-size: 120%
}

#menu {
	margin-bottom: 0;
}

#middle {
	margin: 10px auto 25px;
}

#left h2 {

}

ul#tree1 li {
	float: left;
	clear: none;
	margin: 10px 0;
}

.intro-content {
	width: 100%;
	min-width: 320px;
	display: none;
}

.intro-content img {
	max-width: 100%;
	height: auto;
}

.prod h3 {
	font-size: 12px;
}

#footer-container {
	margin: 0;
	padding: 0;
}

#footer {
	background: #f2f2f3;
	clear: both;
	text-align: right;
	color: #969696;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 40px;
}

#footer p {
	line-height: 40px;
}

#detailImg {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	display: block;
}

#detailImg img {
	max-width: 100%;
	height: auto;
}

#detailInfo {
	width: 100%;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
}

#detailInfo h1 {
	color: black;
}

@media (min-width: 420px) {
	#cont .produkt {
		width: 50%;
	}
}

@media (min-width: 640px) {
	#cont .produkt {
		width: 33%;
	}

	#menu li ul, #menu li li {
		width: 300px;
	}

	#logo {
		width: 350px;
	}

	#logovp {
		width: 350px;
	}

	#detailImg {
		width: 50%;
		float: left;
	}

	#detailInfo {
		width: 49%;
		float: right;
	}

}

@media (min-width: 768px) {

	#cont {
		float: right;
		width: 79%;
		padding: 0;
	}

	#left {
		float: left;
		width: 20%;
		min-height: 255px;
	}

	#intro-banner, .intro-content {
		display: block;
	}

	#menu {
		min-height: 42px;
	}

	a#menu-admin {
		float: right;
		padding: 0;
		/*color: #fff;*/
		/*background: #b0b2b3;*/
		width: 150px;
		text-align: center;
		position: static;
	}

	#menu ul li a {
		line-height: 40px;
		padding: 0 40px;
		height: 40px
	}

	#menu ul li ul li a {
		line-height: 40px;
		padding: 0 10px;
		height: 40px;
		font-size: 80%;
		color: white;
	}

	#menu li:hover ul, #menu li.sfhover ul {
		top: 40px;
	}

	ul#tree1 li {
		float: none;
		clear: both;
	}

	#left h2 {
		margin: 0 0 1px;
		color: #6f7072;
		border-bottom: solid 3px #b8b7b6;
		font-size: 1em;
		padding: 10px 35px;
		font-size: 120%
	}

	.prod h3 {
		font-size: 13px;
	}


	#middle {
		margin: 0 auto;
	}

}

@media (min-width: 992px) {
	#cont .produkt {
		width: 25%;
	}

	.page-login #top {
		height: 120px;
	}

	#servmenu {
		height: 35px;
		padding: 0;
	}

	#top {
	}

	#logo {
		height: 80px;
		width: 100px;
		background: url("/img/logo_g.png") no-repeat 5px 50%
	}

	#logovp {
		width: 220px;
		height: 70px;
		left: 110px;
		right: auto;
		top: 15px;
	}


	#kosikContainer {

	}

	#footer-container {
		margin: 0 auto;
		padding: 0;
		max-width: 1200px;
	}

	.hide-on-mobile {
		display: table-cell;
	}

}

@media (min-width: 1170px) {

	.prod h3 {
		font-size: 16px;
	}

}
