/*q web.nwt.bkweb.cz*/
/*Last update 2026-02-08*/

/*q -- Bigfoto -------------------------------*/

body.site.com_phocacart.wrapper-static.view-item.no-layout.no-task.itemid-242.has-sidebar-left{
  height: 100vh !important;
  background-color: yellow !important;
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 0px !important;
  padding: 0px !important;
}

/*horní okraj - mezera pod menu*/
.header.container-header.full-width{
  margin-bottom: 10px;
}


.site-grid{
  display: grid;
  grid-template-rows: 1fr;
  padding: 0px !important;
  margin: 0px !important;
  background-color: purple;
}

.grid-child.container-component{
  display: grid;
  grid-template-rows: 1fr !important;
  padding: 0px !important;
  margin: 0px !important;
  background-color: lime;
  height: calc(100cqh - 70px);
  /*width: calc(100cqw - 60px);*/
}

main{
  /*display: grid;*/
  grid-template-rows: 1fr !important;
  background-color: pink !important;
}

.ph-cb{
  display: none;
}

/*  základní div bigfoto*/
#ph-pc-item-box{
  display: grid;
  /*display: none;*/
  margin: 0px !important;
  padding: 0px !important;
  background-color: yellow !important;
  /*grid-template-rows: 1fr auto !important;*/
  /*height: calc(100cqh - 300px) !important;*/
}

.pc-item-view{
  margin: 0px;
}

.row{
  display: grid;
  /*display: none;*/
  grid-template-rows: 1fr;
  margin: 5px;
  background-color: aqua !important;  
  /*align-items: end;*/
  /*padding: var(--padding-muj);*/
}

/*po divu row je navigace*/

#phImageBox{
  display: grid;
  /*display: none;*/
  grid-template-rows: 1fr;
  background-color: var(--m-lime);
  /*height: 100cqh;*/
  /*width: 100cqw;*/
  padding: var(--padding-muj);
}

.ph-item-image-full-box{
  display: grid;
  grid-template-rows: 1fr;
  background-color: var(--m-gray);
  height: 100cqh;
  /*width: 100%;*/
  padding: var(--padding-muj);
  /*container-type: size;*/
  align-items: end !important;
}

.ph-label-box{
  display: none;
}

img.img-responsive.img-thumbnail.ph-image-full.phImageFull{
  /*display: none;*/
  /*display: grid;*/
  /*width: 100cqw;*/
  /*height: 100cqh;*/
  /*align-items: end !important;*/
  
  object-fit: contain !important;
  background-color: var(--m-purple);
}
/*qq -- navigace ----------------------------------------------------*/

.row.ph-item-navigation{
  display: flex;
  /*display: none;*/
  background-color: purple !important;
}

#phContainer{
  background-color: silver;
}

.row.ph-item-navigation div{
 background-color: var(--m-pink);
}  

.ph-item-navigation-box{
  margin: 0px;
}

.ph-button-next-box{
  margin-top: 0px;
}


/*okraj tlačítka, mezera mezi tlačítky*/
.btn.btn-primary.ph-item-navigation{
  padding: 3px;
  margin: 2px;
}

/* -- konec navigace ----------------*/




/* box vedle fotografie*/
.col-12.col-sm-7.col-md-7.ph-item-view-data-box{
  display: none;
}

/* spodní box - komentáře*/
.ph-item-bottom-box{
  display: none;
}


/* pokus o skrytí sidebaru u zobrazení bigfoto */
.site.com_phocacart.wrapper-static.view-item .grid-child.container-sidebar-left{
  display: none;
}








