﻿<!-- OPRAVA MENU -->


@media screen and (min-width: 1200px){
.navigation-in > ul > li > a {padding: 25px 32px;}
}
.mjs-products-related{
        display:none;
}
.mjs-related > .product{
        display: block !important;
}
.mjs-related-expand{
        display: none;
}
@media (max-width: 768px){
        .mjs-related-expand{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -50px;
  }
  .mjs-related > .product:nth-child(n+5){
          display: none !important;
  }
  .mjs-related.mjs-related-full > .product{
    display: block !important;
  }
}




#category-filter-hover.visible {
    display: flex;    
    flex-direction: column;
}