<!--

#detailni_obal {
}

.produkt {  
	width: 1170px;
	height: 470px;
	padding: 15px;
	margin: 0 0 35px 0;
	text-align: left;
	position: relative;
	background: white;
	overflow: hidden;
	box-shadow: 0px 1px 3px #dedede;


}

.produkt .obsah {
	padding:0;
}

.produkt h4 {
 text-align:left;
 min-height:40px;
 _height:40px;
 line-height:20px;
 margin:0 0 10px 0;
 padding:0;
}

.prednost h4 { /* prednostni vypis */
	background:yellow;
}

.produkt h4 a {
font-size: 29px;
font-weight: normal;
text-decoration: none;
font-family: "atrament-web",sans-serif;
font-style: normal;
font-weight: 700;
/*letter-spacing: 2px;*/
line-height: 34px;
color:#dc5437;

}
.produkt h4 a:hover {

	text-decoration:underline;
}

.produkt table {
	display:block;
	height:150px;
	overflow: auto;
}

.produkt .foto {
	float: left;
	width: 430px;
	text-align: left;
	overflow: hidden;
	height: 450px;
	background: white;
	/* box-shadow: 0px 1px 3px #dedede; */
}
.produkt .foto a{
	display: block;
	position: absolute;
	/* bottom: 0; */
	/* left: 0; */
	overflow: hidden;
		/* úpravy 2019 */
	position: relative;


}
.produkt .dalsi-foto-mini {
margin: 0px 0px 0px 0px;
	float: left;
	width: 150px;
		/* úpravy 2019 */
	width: 160px;
}
.produkt .dalsi-foto-mini .dalsi-fotka-mini{ 
	margin: 0px 0px 10px 10px;
	background: white;
	box-shadow: 0px 1px 3px #dedede;
	box-shadow: 0px 1px 3px #A7A7A7;
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;

}
.produkt .dalsi-foto-mini .dalsi-fotka-mini a{ 

width: 150px;
height: 150px;
display: block;

}
.produkt .info {
	float: right;
	width: 520px;
	height: 240px;
	margin: 0px 25px 0 35px;
	text-align: left;
	/*overflow: hidden;*/
 /* position: relative;*/
	color: #303030;
		/* úpravy 2019 */
	height: 470px;
	position: relative;
}

	/* úpravy 2019 */
.produkt .info h4 {
	margin-top: 15px;
}

.produkt .info p,.produkt .info b{
font-size: 15px;
line-height: 1.25em;
text-align: justify;
/*font-family: "skolar",sans-serif;*/
font-weight: 400;
color: black;
color: #504034;
}
.produkt .info b{
font-weight: 600;
}
.produkt .popis {
	font-size: 16px;
	line-height:20px;
	font-weight:normal;
	color:#4F4F4F;
}


.produkt .kosik-form, .produkt  .cena  {
/* position: absolute;
 bottom:5px;
 right:5px;*/
/* text-align:right;
 width:180px;
 height:30px;
 line-height:30px;
 overflow:hidden;*/
}
.produkt .kosik-form, .produkt  .cena span {
font-size:15px;
 color:#4F4F4F;
text-transform: lowercase;
font-weight:normal;
}

.produkt .kosik-form a, .produkt .kosik-form form {
	display:inline;
	float:right;
	color:#fff;
	text-align:center;
}

.produkt .odkaz_detail  {
	
	width: 120px;
	height: 24px;
	cursor: pointer;
	color: #0564d9;
	display: block;
	font-size: 14px;
	text-align: right;
	background: #6f492c right 13px no-repeat;
	color: white;
	padding: 10px 45px 10px 20px;
	margin: 15px 0 0 0;
	border-radius: 2px;
	font-weight: 700;
	transition: .5s;
	border: 1px solid #6f492c;
	background: #6f492c url(arrow-brown.png) center no-repeat;
	background-position-x: calc(100% - 20px);
	background-size: 15px;
		/* úpravy 2019 */
	right: 0;
	bottom: 135px;
	padding: 10px 30px;
	position: absolute;
	text-align: center;
	background-position-x: calc(100% - 15px);

}
.produkt .odkaz_detail:hover  {
	color: #6f492c;
	transition: .5s;
	background-color: #fff;
	text-decoration: none;
}
.produkt .cena_kosik_box {
width:518px;
height:50px;
padding:30px 0;
border:1px solid #dae8ba;
position:absolute;
bottom:35px;
right:35px;
		/* úpravy 2019 */
	right: 0;
	height: 50px;
	bottom: 15px;
	padding: 30px 0;
}
.produkt .kosik-form form .kos {
background: #dc5437 url('kosik-button.png') 15px 12px no-repeat;
	width: 160px;
	height: 49px;
	border: 0;
	margin: 0 25px 0 0;
	padding: 15px 35px 15px 60px;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	float: right;
	color: white;
	font-family: 'Roboto Slab', serif, Arial, verdana, Helvetica, sans-serif;
	letter-spacing: 2px;
	border-radius: 2px;

	
}


	/* úpravy 2019 */
#formular_produkt input.kos,
.produkt .kosik-form form input.kos {
	transition: .5s;
}
#formular_produkt input.kos:hover,
.produkt .kosik-form form input.kos:hover {
	transition: .5s;
	background-color: #B93519;
}

.produkt .cena, .produkt .cena span.cena_castka {
	/*left: 130px;*/
	width: 270px;
	text-align: right;
	color: #474747;
	font-size: 30px;
	float: left;
	font-weight: bold;
	line-height: 50px;
		/* úpravy 2019 */
	line-height: 35px;
}

	/* úpravy 2019 */
.produkt .cena span.dph_popis {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-transform: none;
}
.produkt .kosik-form form {
	padding: 0;
	height: 50px;
}
.produkt .cena span.cena_castka {
	width: 100%;
	line-height: 30px;
	text-transform: none;
}

-->
