.xs-4 {
    width: 32%;
    display: inline-block;
    margin: 0.75%;
    margin-left: auto;
    margin-right: auto;
}

.grow {
    transition: all .2s ease-in-out;
}
.grow:hover {
    transform: scale(1.05);
}

.ratings-in {
  border-top: none !important
}

.ratings-in.container {
  margin-bottom: 100px
}

.h4.homepage-group-title {
  margin-bottom: 10px
}

/* ODSTRANĚNÍ ZNAMÉNKA PLUS V MODRÉM KOLEČKU U DOPLŇKU K NÁZVU PRODUKTU */
.category-appendix::before, .product-appendix::before {display: none;}

/* ÚPRAVA VELIKOSTI LOGA V HLAVIČCE - ČÍSLICE 60 UDÁVÁ VÝŠKU LOGA V PIXELECH*/
#header .site-name a img {max-height: 70px;}

/* PŘIDÁNÍ E-MAILOVÉ ADRESY DO HLAVIČKY WEBU */
@media screen and (min-width: 1200px){
  .top-navigation-bar .project-email {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 24px;
    color: var(--color-primary);
  }
  a.project-email::before {content: '\e910';font-size: 16px;}
  }
@media screen and (min-width: 360px) and (max-width: 767px){
.top-navigation-contacts{display: block !important;}
.top-navigation-contacts .project-phone{display: none !important;}
.top-navigation-contacts .project-email{display: block !important;position: absolute;right: 164px;top: 15px;color: #A3A3AF;}
a.project-email::before {content: '\e910';}
.top-navigation-contacts .project-email span{display: none;}
}

/* Vánoční rádce */
.flex-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1%;
    margin-bottom: 1%;
}
.md-3, .xs-2 {
    display: inline-block;
    margin: 0.25%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .md-3 {
        width: 24.5%;
    }

    .md-4 {
        width: 33%;
        margin: 0.25% 0 0.25%;
    }

    .md-2-4 {
        width: 19.5%;
    }

    .md-1-5 {
        width: 12%;
    }

    .md-hide {
        display: none;
    }
}
@media (max-width: 768px) {
    .xs-2 {
        width: 49.5%;
    }

    .xs-6 {
        width: 49.5%;
        margin: 0.25%;
    }

    .xs-4 {
        width: 32%;
        display: inline-block;
        margin: 0.75%;
        margin-left: auto;
        margin-right: auto;
    }

    .xs-3 {
        width: 24.5%;
    }

    .xs-hide {
        display: none;
    }

    .banner {
        min-height: 120px;
        margin-bottom: 0;
    }
}

.xs-12 {
    width: 100%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.h4.homepage-group-title {
    margin-top: 25px !important;
    color: #26744c;
    padding-right: 0;
}

@media (min-width: 1200px) {
    .products-block>div {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .products-block>div {
        width: 50%
    }
    .products-block>div:nth-child(odd) {
        border-right: 1px solid #d5d5d5
    }
    .products-block>div:nth-child(2) {
        border-top: none
    }

}
.products-block.products .p .name {
		display: inline-block;
}
@media (max-width: 767px) {
	#products .p-in-in .category-appendix {
		margin-top: -20px;
    display: block;
	}
	#products .p-in-in {
    height: 60px;
	}


  #products-1 .p-in-in .category-appendix {
		margin-top: -20px;
    display: block;
	}

  #products-1 .p-in-in {
    height: 60px;
	}

  #products-1 .products-block.products .p .name {
		height: 34px;
	}
}

@media (min-width: 768px) {
	#products .p-in-in .category-appendix {
		margin-top: -18px;
    display: block;
	}
	#products .p-in-in {
    height: 80px;
	}

  #products-1 .p-in-in .category-appendix {
		margin-top: -18px;
    display: block;
	}
	#products-1 .p-in-in {
    height: 80px;
	}
}
@media screen and (min-width: 768px){
.top-navigation-tools{display: none !important;}
.navigation-in > ul > li > a {padding: 21px 24px;font-size: 18px;color: #fff;}
.navigation-in {background-color: #2c8759;}
.navigation-in > ul > li.ext > ul > li{padding-right: 0;}
.navigation-in > ul > li.ext > ul > li > div > ul {height: 54px;}
.submenu-visible:not(.menu-helper-visible)::before { background-color: transparent !important; }
}
.flags-extra .flag {width: 55px;height: 55px;}
.flag-freeshipping .icon-van {font-size: 16px;}
.flag-text {font-size: 8px;}
.flags-extra .flag .price-save {font-size: 14px;line-height: 20px;}
.flags-extra .flag .price-standard {font-size: 12px;line-height: 20px;}
.availability-value {font-size: 20px;}

@media screen and (max-width: 767px){
.p-image-wrapper .flags-extra .flag {width: 55px;height: 55px;}
.p-image-wrapper .flag-freeshipping .icon-van {font-size: 16px;}
.p-image-wrapper .flag-text {font-size: 8px;}
.p-image-wrapper .flags-extra .flag .price-save {font-size: 14px;line-height: 20px;}
.p-image-wrapper .flags-extra .flag .price-standard {font-size: 12px;line-height: 20px;}
.availability-value {font-size: 18px;}
.filtrovat{background: url("/user/documents/upload/Images/filter.svg") #F6F6F6 16px 50% no-repeat;padding-left: 48px;background-size: auto 20px;}
}
.produkt-kat a{display: block; width: 100%;}
.produkt-kat td:first-of-type{display: none;}
.popis-img{margin-bottom: 0;margin-top: 32px;text-align: center !important;}
.product-top {margin-bottom: 40px;}
/*
.navigation-in>ul>li:nth-child(7) {
    background-color: #da1c28;
}

.navigation-in>ul>li:nth-child(7) :hover {
    background-color: #da1c28;
}
/*
.navigation-in>ul>li:nth-child(8) :hover {
    background-color: #000000;
}
.navigation-in>ul>li:nth-child(8) {
    background-color: #000000;
}
.navigation-in>ul>li:nth-child(8)>a {
    color: #F5B869;
}
*/
@media (max-width: 768px) {
/*
    .navigation-in>ul>li:nth-child(7)>a {
       color: #ffffff;
    }

    .navigation-in>ul>li:nth-child(8)>ul span {
    color: #F5B869;
}
*/
}
.fav-cat h4{color: #26744c;}
.flag {padding: 5.5px 8px;}
.contact-box strong{display: none;}
.type-index .ratings-in {margin-top: 0;}
.homepage-box.welcome-wrapper {margin-top: 0;}
.navigation-in > ul > li.ext > ul > li > div > a{font-size: 16px;}
.navigation-in .has-third-level div > ul a{color: var(--color-primary);}
.link-icon.chat::before {content: '\e910';font-size: 16px;}
.kupon-odkaz {font-size: 16px;}
.id--9 .extra.delivery{max-width: none; font-size: 16px;}
@media screen and (max-width: 767px){
.search-form.compact-form .form-control {border-color: #222;}
.form-control::placeholder{color: #666;}
.top-navigation-contacts .project-email, .project-phone{display: none !important;}
.menu-level-1 > li.exp:nth-child(-n+7) > a > b::before {display: none;}
.navigation-in ul li.ext.exp > a, .navigation-in ul li.ext.exp > div > a {padding-left: 56px !important;}
.produkt-kat {margin-top: 24px;margin-bottom: 32px;display: block;}
.popis-nadpis, .extended-description h3{display: none;}
.basic-description, .category-perex{line-height: 24px;}
.p-detail-inner-header h1{font-size: 26px;}
.id--17 .form-group {margin-bottom: 16px;}
.btn.next-step-finish {padding: 12px;}
.radio-wrapper .question-tooltip{display: none;}
}
@media screen and (min-width: 1200px){
.products-block .p-bottom .p-desc{margin-top: 16px;}
.products-block .p-bottom .p-tools{margin-top: 12px;}
}
.p-info-wrapper > .p-short-description{line-height: 24px;}
.form-control, select{color: #666;}
.btn, a.btn, .btn.btn-cart, a.btn.btn-cart, .btn.add-to-cart-button, a.btn.add-to-cart-button{text-transform: none;}
.btn.next-step-finish{line-height: 22px;}
input[type="checkbox"] + label::before, input[type="radio"] + label::before {border-color: #999;}
.ordering-process .contact-box h4 {margin-bottom: 70px;}
.products-inline.products-top > div.button-wrapper {font-weight: 600;font-size: 14px;}
@media screen and (max-width: 767px){
.subcategories li {width: 50% !important;}
.subcategories li a {height: 52px;padding: 6px;}
.subcategories.with-image li a .text {width: calc(100% - 42px);}
.subcategories.with-image li a .image {width: 42px;}
#footer .banner {min-height: auto;}
}
#header::after {display: none;}
@media screen and (min-width: 768px){
.container.breadcrumbs-wrapper{width: 742px;}
}
@media screen and (min-width: 992px){
.container.breadcrumbs-wrapper{width: 972px;}
}
@media screen and (min-width: 1200px){
.container.breadcrumbs-wrapper{width: 1178px;}
}
@media screen and (min-width: 1440px){
.container.breadcrumbs-wrapper{width: 1394px;}
}
@media screen and (max-width: 767px){
.navigation-in a[href="/krbove-kachle/"]{background: url('/user/documents/images/menu-icons/kachle.png') 6px 50% no-repeat;background-size: auto;background-size: auto 32px;padding-left: 42px;}
}
.category-appendix{display: none !important;}
.products-block.products .p .name {height: 72px;}
@media screen and (max-width: 767px){
.products-block.products .p .name {height: 60px;}
.produkt-kat{margin-bottom: 0;}
}
/* } */