.menu_doporucujeme {
    font-size:20px;
    padding:5px;
    color:#ba1007;
    font-weight:bold;
    text-align:center;
}

.detail_produkt_home {
	border:1px solid #eaeaea;
	width:250px;
	min-height:280px;
	position:relative;
	float:left;
	display:block;
	background-color:#fbf9e9;
    margin-left:10px;
    margin-bottom:10px;
}

.detail_produkt_home .cena {
	color:#ba1007;
	font-weight:bold;
	font-size:16px;
    text-align:center;
    margin-bottom:10px;
}

.detail_produkt_home .form_kosik {
    text-align:center;
}

.detail_produkt_home .obrazek {
	text-align:center;
	padding:15px 0px;
	height:120px;
}


.detail_produkt_home .nadpis {
	text-align:center;
	color:#ba1007;
	font-weight:bold;
	font-size:13px;
}

.detail_produkt_home .nadpis a {
	color:#ba1007;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}

.detail_produkt_home .dostupnost {
    text-align:center;
    margin-bottom:10px;
    font-weight:bold;
}

.detail_produkt_home .doporucujeme_xx {
	position:absolute;
	top:10px;
	left:5px;
}

.detail_produkt_home .doporucujeme_xx .novinka{
	border-radius:3px;
	position:relative;
	background-color:#4ac4fa;
	text-transform:uppercase;
	color:#FFF;
	padding:3px 6px;
	display:block;
	margin:3px 0px;
	width:49px;
  font-size:11px;
}
.detail_produkt_home .doporucujeme_xx .akce{
	position:relative;
	border-radius:3px;
	background-color:#ff4557;
	text-transform:uppercase;
	color:#FFF;
	padding:3px 6px;
	display:block;
	width:27px;
	margin:3px 0px;
  font-size:11px;
}

.detail_produkt_home .doporucujeme_xx .doporucujeme{
	position:relative;
	border-radius:3px;
	background-color:#FF0;
	text-transform:uppercase;
	color:#000;
	padding:3px 6px;
	display:block;
	margin:3px 0px;
  font-size:11px;
}

.detail_produkt_home .odkaz {
	display:block;
	max-width:270px;
	border:1x solid red;
}

.detail_produkt_home #DivX {
	display:none;
	position:relative;
	top:50px;
	left:50px;
	background-color:#777777;
	color:#FFF;
	border-radius:5px;
	padding:10px 15px;
}

@media screen and (max-width: 600px) {
	.detail_produkt_home {
		max-width:100%;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.detail_produkt_home .odkaz {
		margin-left: auto;
		margin-right: auto;
	}

	.detail_produkt_home .nadpis {
		text-align: center;
	}
}