@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;
        }
    }

	@media (min-width: 480px), screen {
		.navigation-buttons {z-index: 2; }}
		.size, .size-2, .size-3, .size-4 {
		    background: url("/user/documents/upload/metr.png") left center no-repeat;
		    background-size: 20px;
		    color: #000000;
		    padding-left: 30px;
		    display: block;
		    margin: 10px 0 20px 0;
		    font-weight: bold;
		    cursor: pointer;
		    width: 350px;
		}

		.tabulka-content-wrap {
		    display: none;
		    position: fixed;
		    width: 800px;
		    margin-left: -400px;
		    top: 10%;
		    left: 50%;
		    background: #fff;
		    z-index: 1002;
		    border: 3px solid #000;
		    box-shadow: 0 0 10px #000;
		}

		.tabulka-yes .tabulka-content-wrap {
		    display: block;
		}

		.tabulka-content, .tabulka-content-2, .tabulka-content-3, .tabulka-content-4 {
		    height: 500px;
		    overflow: auto;
		    padding: 20px;
		}

		@media screen and (max-width: 767px) {
		.tabulka-content-wrap {width: 100%; 
		   margin-left: 0; 
		   left: 0; 
		   top: 0;}
		.tabulka-content, .tabulka-content-2, .tabulka-content-3, .tabulka-content-4 {height: 500px;}
		.tabulka-yes {overflow: hidden;} 
		}

		.esc {
		    position: absolute;
		    right: 15px;
		    top: 0;
		    width: 50px;
		    height: 50px;
		    line-height: 50px;
		    text-align: center;
		    font-size: 22px;
		    cursor: pointer;
		    background-color: transparent; }

		.esc::before {content: '\e912';
		    font-family: shoptet; }

		.tabulka-yes::before {
		    content: "";
		    position: fixed;
		    z-index: 100;
		    width: 100%;
		    height: 100%;
		    left: 0;
		    top: 0;
		    background: #000000;
		    opacity: 0.7; }

	.advanced-parameter-inner {
	    border-radius: unset; 
	    border: 1px solid black; 
	}
	.advanced-parameter-inner img {
	    border-radius: unset;
	    }
	.footer-brand {
	    text-align: center;
	}

	/* varianty */
	.detail-parameters .advanced-parameter-var > .par-var:hover, .detail-parameters .advanced-parameter-var input[type="radio"]:checked + .par-var {
	    background-color: black;
	    color: white;
	}
	.detail-parameters .advanced-parameter-var.disable > .par-var {
	    color: #E5E5E5;
	    border-color: #E5E5E5;
	}
	.detail-parameters .advanced-parameter-var.disable:hover > .par-var {
		color: #E5E5E5;
		border-color: #E5E5E5;
		background: inherit;
		cursor: not-allowed;
	}
	.p-info-wrapper .detail-parameters th {
	    display: none;
	}
	.varianty {
	    margin-bottom: 16px;
	    display: flex;
	    flex-wrap: wrap;
	}
	.p-info-wrapper .detail-parameters select {
	    height: 48px;
	    width: 411px;
	    padding: 0 44px 0 16px;
	}
	.par-var {
	    font-size: 15px;
	    margin: 7px;
	    border: 1px solid black;
	    padding: 10px 13px;
	    position: relative;
	    cursor: pointer;
	    display: flex;
	    justify-content: center;
	    min-width: 54px;
	}
	.par-var:nth-of-type(1) {
	    margin-left: 0 !important;
	    }