.close-element, .horni-menu, .vyhledavani-blok, .kosik-blok, .hlavni-menu, 
.popUpMenu, #popUp, #fog, .paticka, .heureka, .objednavka-detail-tisk, .objednavka-detail-znovu-objednat,
#drobeckova-navigace, #menu-container, #hw-87kwowifjjowiklsadh666left{
    display:none;
}

body{
    font-family: Lato-Light;
}

.logo a *{
    display: none;
}

.logo a .screen-block-type-2{
    display: block;
    position: relative;
    left: -25px;
    height: 100px;
}


/*

****FAKTURY****

*/
.table-head{
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
}

.table-info{
    width: 100%;
    
}
table .clear{
    height: 15px;
}

.faktura{
    border-spacing: 0px;
    width: 100%;
    display: block;
}

.faktura tr td.radek{
    border-bottom: 1px solid black;
}

.faktura .faktura-hlavicka{
    width: 100%;
    
}

.faktura .faktura-hlavicka td{
    width: 50%;
}

/*

****KONEC FAKTUR****

*/

/*

****DETAIL ZBOŽÍ

*/

.eshop-left-menu-container, .gallery-items, .buy-container-640, .item-actions, .item-info, 
.item-more-menu, .doporucujeme-dokoupit, .navstivene-polozky-nadpis, .navstivene-polozky, .icons-container, 
.buy-container form, .required-items{
    display: none;
}

.item-info-container .item-info{
    display: block;
}

#item-overview, #item-description, #item-consumable, #item-help{
    display: block!important;
}

.vypis-table{
    border: 1px solid lightgray;
    padding: 15px;
}

.vypis-table tr td{
    border-top: 1px solid lightgray;
    text-align: left;
}

.vypis-table tr th{
    text-align: left;
}

.detail-print-header{
    border-bottom: 1px solid lightslategray;
    text-transform: uppercase;
    font-size: 16px;
}



.spotrebni-object{
  /*background: yellow;*/
  min-height: 40px;
  margin: 15px 0px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  border-top: 1px solid #ced9d9;
}

.spotrebni-object-img{
  padding: 15px;
  /*background: red;*/
  width: 70px;
  float: left;
}

.spotrebni-object-img img{
  width: 70px;
  min-height: 70px;
}

.spotrebni-object-title{
  color: black;
}
.spotrebni-object-title:hover{
  color: black;
}

.spotrebni-object-kod-dostupnost{
  margin-bottom: 10px;
  font-family: Lato-Light;
  font-size: 12px;
}

.spotrebni-object-text{
  /*background: green;*/
  width: calc(100% - 350px);
  float: left;
}

.spotrebni-object-text a{
  font-weight: bold;
}

.spotrebni-object-icons{
  width: 250px;
  /*background: blue;*/
  float: left;
  /*height: 86px;*/
}

.spotrebni-object-icons .ico{
  float: right;
}

.spotrebni-object-icons-cost{
  /*background: cyan;*/
  width: 250px;
  display: block;
  right: 15px;
  bottom: 5px;
  position: absolute;
  text-align: right;
}

.spotrebni-object-patickaKosik{
  display: none;
}

.item-help-object{
  border-top: 1px solid #ced9d9;
  padding: 15px;
}

.item-more-content .item-help-object:nth-child(1){
  border-top: none;
}

.item-help-object-reaction{
  background: #e6f7f9;
  margin-left: 50px;
  padding: 15px;
  margin-top: 15px;
}

.item-help-object-header{
  font-weight: bold;
}

.buy-container{
    position: absolute;
    right: 50px;
    top: 400px;
    font-size: 24px;
    text-align: right;
}

/*

****KONEC DETAILU ZBOŽÍ

*/