@media screen and (min-width: 480px) {
.subcategories li {
width: 33.333333%;
}
}
@media screen and (min-width: 1200px) {
.subcategories li {
width: 20%;
}
}
@media screen and (min-width: 768px) {
.subcategories li {
width: 25%;
}
}
@media screen and (min-width: 1440px) {
.subcategories li {width: 11.1%;}
}
.subcategories li a {
padding: 0; 
}
.subcategories.with-image li a {border: 1px solid #F2F2F2;display: block;height: 100%;padding: 6px;}
.subcategories li a::before {
display: none; 
}
.subcategories.with-image li a .image {
display: inline-table;
width: 100%; 
}
.subcategories.with-image li a .text {
width: 100%;
color: #222;
text-align: center;
margin-top: 13px !important;
text-transform: unset;
font-weight: 300;
height: 100%;
padding-left: 0;
}
.subcategories.with-image li a:hover .text {
text-decoration: underline;
}
.subcategories li {padding: 6px;}


@media screen and (max-width: 767px) {
.subcategories li.col-xs-6 {width: 33%;}
}

.subcategories li a:hover {
box-shadow: 8px 8px 32px 0 rgb(0 0 0 / 11%);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}

.subcategories {
padding-bottom: 30px;
align-items: unset;
}
.subcategories.with-image li a .image img {max-height: 100px !important;}
.subcategories li a::after {
display: none;
}

.latest-contribution-wrapper {
   display: none;
}
@media (max-width: 767px) {
    #footer .banner {
        min-height: unset;
        margin-bottom: 10px;
    }
}
a:hover {
    text-decoration: underline;
}
.custom-footer>div h4 span {
    font-weight: bold;
}
.latest-contribution.latest-contribution-discussion {
    display: none;
}
/* sub footer */
.sub-footer {
    display: flex;
}
.sub-footer-row {
    display: block;
    width: 50%;
}
.sub-footer-row.logo > img {
    max-height: 57px;
}
.sub-footer {
    padding-top: 19px;
    padding-bottom: 19px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #fff;
}
.sub-footer-row.cards {
    text-align: right;
    margin: auto;
}
.sub-footer-row.cards > img {
    max-height: 18px;
    margin-left: 20px;
}

#footer .site-name {
    display: none;
}
@media (min-width:1200px) {
    .custom-footer {
        padding-left: 0;
    }
}
.foto_paticka {
    position: relative !important;
    margin-bottom: 8px;
    left: 0 !important;
}
#footer .contact-box > img, #footer .contact-box > strong {
    display: block;
}
.top-navigation-bar-menu {
    display: none;
}
.footer_txt {
    margin-bottom: 10px;
}
@media (min-width:768px) {
    .top-navigation-bar .container > div:first-child {
        display: flex;
    }
}
.languagesMenu__header, .top-nav-button.top-nav-button-login.primary.login.toggle-window span {
    color: black;
}
.navigation-in ul li a b {
    text-transform: uppercase;
}
@media (min-width:768px) {
    .project-phone {
        display: flex;
        align-items: center;
    }
    .phone-text {
       margin-left: 5px;
   }
    .type-detail .flag .price-standard {
       display: none;
   }
    .navigation-in > ul > li.ext > ul > li > div > ul > li {
        line-height: 1.3;
    }
}
.breadcrumbs, .breadcrumbs a, .subcategories li a {
    color: #656565;
}
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6, .top-navigation-bar .dropdown button, .top-navigation-bar a, .top-navigation-menu-trigger:before {
    color: #656565;
}
.flag.flag-discount {
        background-color: #8B1B1B;
    }
/* msg lišta */
.site-msg.information {
    position: relative;
    font-size: 130%;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    max-width: none;
    width: 100%;
    opacity: 1;
    box-shadow: none;
    color: #fff;
    text-align: center;
    background: #8B1B1B;
    font-weight: 400;
    padding: 10px 10px;
  }
  .site-msg.information .text {
    padding-right: 20px;
  }
  .site-msg .close::before, .site-msg .close::after {
      color: white;
  }
  .site-msg.information a {
    color: #fff;
    text-decoration: underline;
  }
  .site-msg.information a:hover {
    color: white;
    text-decoration: none;
  }
.homepage-box {
    border: none;
}
@media (min-width:768px) {
    .navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
}

.navigation-in ul li a {
    padding: 1.25rem 25px;
}
@media (min-width:768px) {
#header .site-name a img {
    max-height: 90px;
}
    .header-top {
        height: 120px;
    }
}
@media screen and (min-width: 768px) {
    .sticky-menu:not(.ordering-process) #header {
        position: sticky;
        position: -webkit-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        top: 0;
        z-index: 9;
        background: #fff;
    }

    .sticky-menu:not(.ordering-process) #header .site-name img {
        max-height: 84px;
    }

    .sticky-menu:not(.ordering-process) .header-top {
        padding-top: 15px;
        padding-bottom: 5px;
        height: 115px;
    }

    .sticky-menu:not(.ordering-process) #content-wrapper.content-wrapper {
        padding-top: 30px;
    }

    .sticky-menu:not(.ordering-process) .menu-helper {
        top: 70px;
    }

    .sticky-menu:not(.ordering-process):not(.type-index) #content-wrapper.content-wrapper {
        padding-top: 70px;
    }
}

@media screen and (min-width: 992px) {
    .sticky-menu .popup-widget.cart-widget {
        position: fixed;
        top: 51px;
    }
}
.sticky-menu:not(.ordering-process) .top-navigation-tools {
        position: sticky;
        position: -webkit-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        top: 0;
        z-index: 9;
        background: #fff;
    }

@media (min-width: 768px) {
.sticky-menu .header-top > div {
        z-index: 99;
    }
}
.navigation-in {
    font-size: 16px;
    line-height: 20px;
}
@media (min-width:768px) {
    #navigation {
        height: 45px;
    }
}
@media (min-width:768px) {
    .products-block .name {
        text-align: center;
    }
}
@media (min-width: 992px) {
        .navigation-in > ul > li.ext > ul > li {
            width: 33.33% !important;
            flex-basis: 33.33% !important;
        }
    }

    @media (min-width: 992px) {
        .navigation-in > ul > li.ext > ul > li > div > ul {
            height: auto !important;
        }

        .menu-level-3 {
            display: grid !important;
        }

        .navigation-in > ul > li.ext > ul > li > div > ul {
            max-height: unset !important;
        }

        .has-third-level {
            padding-top: 20px;
            padding-bottom: 20px;
        }
    }