/* odsazení stránky */

.pagemid {
  padding-top: 10px;
}


/* e-shop odstranění pravého sloupce a submenu */

.woocommerce .rightsidebar #main {
width: 100%;
}

.woocommerce .rightsidebar #sidebar {
display:none;
}   

.woocommerce #subheader .page-title {
display: none;
}


body.page-id-8530 tr:nth-child(even) {
  /* background: red; */
  background-color: #F8F8F8;
}

body.page-id-8530 tr td:nth-child(1){
    background-color: white;
}
body.page-id-8530 tr td:nth-child(2){
    background-color: white;
}
body.page-id-8530 tr td:nth-child(3){
    background-color: white;
}

@media (max-width:480px){
                       
                       div#post-8530   {                                        
                                    
                       zoom: 0.8;
  -moz-transform: scale(0.8);
  }
                       }
                       
                       
body {
  background: url('images/svizne_podklad2.jpg') no-repeat scroll center top #15AEE1;
  }
  
  #header .menuwrap {
  float: left;

}
/* vymaz zlutou znacku */
mark {
display: none;
}
/* font u kategorii eshop */
#post-8410 > ul > li.product-category > a > h3 {
    /* color: black; */
    font-size: 22px;
}


#post-8792 > ul > li > a > h3 {
    font-size: 16px;
    /* align-items: center; */

    font-weight: bold;
}


/* mezery mezi objekty v portfoliou */ 
.portfoliogrid {
    margin-bottom: 80px;
}


h4.widget-title {
    font-family: ;
    font-size: 20px;
    font-weight: bold;
}