<!--

#detailni_obal {
}
.detailni_obal {
    text-align: center;
    width: 100%;
    /* max-width: 1125px; */
    margin: 0 auto;
}
.produkt {  
  width: 30%;
  max-width: 375px;
  height: auto; 
  position: relative;
/* width:33%;
 height:200px;*/ 
 overflow: hidden;
 float: none;
 padding: 40px 20px;
 margin: 15px;
 text-align:left;
 position:relative;
 display: inline-block;
 box-shadow: 1px 10px 50px #888;
 /* border-bottom:1px solid #ced1d4;
 border-left:1px solid #ced1d4; */
 background:white;
 box-sizing: border-box;
}
.produkt img {
  width: auto;
  height: 300px;
}
.radek_konec {
border-right:1px solid #ced1d4;
}
.prvni_radek {
border-top:1px solid #ced1d4;
}

.produkt .obsah {
  padding: 0;
}

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

.prednost h4 { /* prednostni vypis */
  background:yellow;
}
.produkt h4 {
  text-align: left;
  padding-top: 40px;
}
.produkt h4 a {
  font-family: 'Titillium Web';
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

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

.produkt .foto {
 height:300px;
 text-align:center;
 overflow:hidden;
}

.produkt .popis {
  font-size: 12px;
  color:#414141;
  padding:12px 16px;
  border-top:1px solid #e3e5e8;
  margin-top:10px;
  height: 65px;
  display: none;
}


.produkt .kosik-form {
  height: 36px;
  display: none;
} 
.produkt .cena  {
  text-align: right;
}

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

 
  text-align:center;
}
.produkt .kosik-form a {

  cursor:pointer;
}

.produkt .kosik-form form input {
  background: #f37036;
  min-width: 80px;
  border:0;
  margin:0;
  padding:9px 30px;
  border-radius:3px;
  text-transform:uppercase;
  cursor:pointer;
  color:#fff;
  font-size:15px;

}

.produkt .cena {
  text-align: right;
  color: #f37036;
  font-size: 20px;
  padding: 7px 0;
  height: 20px;
  font-family: 'Titillium Web';
}

.produkt .cena .cena_sdph_slevnena{
  color: #C89772;
  text-decoration: line-through;
}

.produkt .cena .cena_sdph_slevnena strong{
  color: #C89772;
  text-decoration: line-through;
}

.produkt .cena .cena_sleva{
  color: #D43939;
  padding:0 10px;
}



-->
