/*--- Boční menu ---*/

#content > .row > aside {display: none;}
#content > .row > aside > #panel-custom-1 ul {display: none; padding-left: 15px;}
#support form {display: none;}
#support main ul {padding-left: 17px; margin-top: 15px;}
#support .form-group.required:nth-of-type(4) { display: none; } /*subject*/
#panel-custom-1 .panel-body {color: #fff; background: #33ac5b; border: none;}
#panel-custom-1 a {color: #fff;}
#panel-custom-1 .panel-heading {background: #099000;}

/*--- zobrazeni eshop menu v eshopu ---*/
#eshop #content > .row > aside, 
.category-detail #content > .row > aside,
.product-detail #content > .row > aside {
  display: block;
}

/*--- skryti custom menu v eshopu ---*/
#eshop #panel-custom-1,
.category-detail #panel-custom-1,
.product-detail #panel-custom-1 {
  display: none;
}

/*--- skrytí patičky ---*/ 
#bar-poweredby {display:none}

/*---- uprava obrazku ve vypisu produktu e-shopu -*/
.item-eshop-category img,
.item-eshop-product img {
  height:auto!important;
  max-height:166px;
}

.item-eshop-category a.link-thumbnail,
.item-eshop-produkt a.link-thumbnail {
  height:166px;
}

@media screen and (max-width: 767px) { /*zobrazení pro mobil*/ 
  .item-eshop-category a.link-thumbnail,
  .item-eshop-product a.link-thumbnail {
    height:auto;
  }
}