/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#fieldtestimonials {
    display: none;
}

@media (max-width: 992px) {
    .header-top .links {
        display: none;
    }
}
@media (min-width: 992px) {
    .fieldmegamenu-sticky {
        height: 100px;
    }
    .fieldmegamenu-sticky + #sticky_top {
        top: 40px;
    }
	#header{
		height:203px
	}
}

.articleContent ul {
    list-style: disc !important;
    padding-left: 40px !important;
}
.articleContent ol {
    list-style: decimal !important;
    padding-left: 40px !important;
}
@media (min-width: 1200px) {
    #box-product-grid .row > div:nth-child(3n+1),
    .products > div:nth-child(3n+1) {
        clear: both;
    }
}


@media (max-width: 767px) {
    #footer .links .collapse.in {
        float: none;
    }
	.header-nav{
		height:74px!important;
	}
	.header-top{
		height:186px!important;
	}
	#header_mobile_menu{
		height:50px;
	}
	#header_menu{
		height:0px!important;
	}
	#sticky_top{
		height:0px!important;
	}
	#_desktop_search_ft{
		height:0px!important;
	}
	.col-md-6.links{
		height:0px!important;
	}
	.logo_header{
		width:180px;
		height:110px;
	}
}

/* Category description expand/collapse */
.category-description-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

.category-description-collapsed {
    max-height: 7.5em; /* ~5-6 linijek tekstu */
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.category-description-expanded {
    max-height: none !important;
    overflow: visible;
}

.category-description-toggle {
    margin-top: 10px;
}

/* Page title text - styled like H1 but not a heading tag */
.page-title-text {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
}