.gkPage, #gkBg, #gkTop, #gkFooter, #gkHeaderNav {
  max-width: 100%;
}
#gkPageContent {
  padding: 0;

}
#gkFooter{
    display:none;
}

#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5 {
  padding: 0;
}
#eb{
    max-width:1240px;
    margin:80px auto;
    padding:0 20px;
    
}
.eshop-product,.eshop-container{
  margin: 10px auto 80px;
  max-width: 1240px;
  padding:0 20px;
  /*text-align: center;*/
}
.img-thumbnail {
  text-align: center;
  display: inline-block;
}
.page-header h1, .page-header h2, .page-header h3 {
  font-size: 38px;
  font-weight: normal;
}
.eshop-product .eshop-buttons {
  text-align: center;
}
.product-manufacturer{
  display: none;
}
.form-control {
  font-size: 2rem;
}
joomla-tab button[aria-expanded="true"]::after {
  background-color: #79b4d9;

}
.gkmenu .last:first-child {
display:none !important;
}
.CL {
    float:right;
}
.qx-btn.qx-btn-primary:hover {
	background: #2d2d2d !important;
}

@media (max-width: 1040px) {
    .gkmenu .last:first-child {
      display: inline-block !important;
      padding: 10px !important;
      margin:0px  !important;
      background-color:#79b4d9;
    }
    .CL {
        display:none;
    }
}