/********************
	Part - block category
********************/
.block-category {
	justify-content: space-between;

	padding: .75rem;
	background-color: #fff;
	margin: 0;
}

.block-category #category-description p,
.block-category #category-description strong {
	font-weight: 400;
	color: var(--color-grey-font-default)
}

.block-category #category-description p {
	color: var(--color-black-default);
	margin-bottom: 0
}

.block-category #category-description p:first-child {
	margin-bottom: 1.25rem
}

@media (max-width: 767px) {
	.block-category {
		min-height: 0;
		margin-bottom: 0
	}
}

@media (min-width: 768px) {
	.block-category {
		flex-direction: row;
	}
}

@media (max-width: 991px) {
	.block-category {
		padding-bottom: 0
	}
}


/********************
	Part - left column
********************/

.category-no-products .left-column__wrapper {
	display: none;
}

/********************
   Part - products
********************/
#products {
	display: flex;
	flex-direction: column;
}

.category-no-products .category-no-products-alternatives-container {
	display: flex;
	justify-content: center;
	text-align: center;
}

.category-no-products .category-no-products-alternatives-container span {
	line-height: 2em;
}

.category-no-products .category-no-products-alternatives-container a {
	display: inline-block;
	font-weight: 600;
	margin-top: 1em;
}

/********************
	Part - global
********************/
@media (max-width: 575px) {
	#category #left-column #search_filters_wrapper {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media (max-width: 767px) {
	#category #left-column {
		width: 100%
	}

	#category #left-column #search_filters_wrapper {
		margin-left: -30px;
		margin-right: -30px
	}

	#category #left-column #search_filter_controls {
		text-align: center;
		margin-bottom: 1rem
	}

	#category #left-column #search_filter_controls button {
		margin: 0 .5rem
	}

	#category #left-column #search_filters {
		margin-bottom: 0;
		box-shadow: none;
		padding: 0;
		border-top: 1px solid #f6f6f6
	}

	#category #left-column #search_filters .facet {
		padding-top: 0;
		border-bottom: 1px solid #f6f6f6
	}

	#category #left-column #search_filters .facet .title {
		cursor: pointer
	}

	#category #left-column #search_filters .facet .title .collapse-icons .remove,
	#category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
		display: none
	}

	#category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
		display: block
	}

	#category #left-column #search_filters .facet .facet-title {
		color: var(--color-black-default);
		text-transform: uppercase
	}

	#category #left-column #search_filters .facet .h6 {
		margin-bottom: 0;
		padding: .625rem;
		display: inline-block
	}

	#category #left-column #search_filters .facet .navbar-toggler {
		display: inline-block;
		padding: .625rem .625rem 0 0
	}

	#category #left-column #search_filters .facet .collapse {
		display: none
	}

	#category #left-column #search_filters .facet .collapse.in {
		display: block
	}

	#category #left-column #search_filters .facet .facet-label a {
		margin-top: 0
	}

	#category #left-column #search_filters .facet ul {
		margin-bottom: 0
	}

	#category #left-column #search_filters .facet ul li {
		border-top: 1px solid #f6f6f6;
		padding: .625rem
	}

	#category #content-wrapper, #category #search_filter_toggler {
		width: 100%
	}

	.category-cover {
		/*display : none*/
	}
}

@media (max-width: 991px) {
	.block-category .category-cover {
		position: relative;
		text-align: center
	}
}

.category-top_wrapper > #category-description {
	background: var(--color-quaternary);
	padding: 20px;
	position: relative;
	width: 700px;
	max-width: 90%;
	margin: auto;
	color: black;
}

.category-top_wrapper > #category-description.has-cover {
	margin: -75px auto 0px;
}

.category-cover img {
	width: 100%;
}

@supports not (-webkit-touch-callout: none) {
	.extra-description-text {
		/*max-height: 180px;*/
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* number of lines to show */
		line-clamp: 3;
		-webkit-box-orient: vertical;
		transition: 0.4s ease;
	}
}


.extra-description-text a {
	color: var(--color-secondary)
}

.extra-description-text a:hover {
	text-decoration: underline;
}

.extra-description-text.extend {
	/*max-height: 100%;*/
	display: block
}

@supports (-webkit-touch-callout: none) {
	.extra-description-text {
		overflow: hidden;
		max-height: 200px;
	}

	.extra-description-text.extend {
		max-height: 100%;
		display: block
	}

	.extra-description-text p {
		display: inline-block;
	}
}

.show-more, .show-less {
	display: none;
}

.show-more.active, .show-less.active {
	display: block;
}

.extra-description-expand {
	text-align: center;
	color: var(--color-secondary);
	text-decoration: underline;
	margin-top: 10px;
}

.extra-description-expand:hover {
	cursor: pointer;
	color: var(--color-secondary-30)
}
