/**
 * woc_3ds - Wall of cards (wp-mod-ftr-cards) for FeT
 * @version v2.1.12
 * @updated 2020-12-08
 * @license Dassault Systèmes
 * @author Dassault Systèmes
 */
.LoadingLayer.hasLoader {
	position: fixed;
	z-index: 1000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	visibility: visible;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}

.LoadingLayer.hasLoader > div {
	display: table-cell;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.LoadingLayer.hasLoader ~ .LoadingLayer.hasLoader {
	visibility: hidden;
}

body.noScroll {
	overflow: hidden;
	height: 100%;
}

.Spinner {
	margin-left: calc(50% - 16px);
}

.ds-woc-suggest {
	display: none;
}

.ds-woc-filters .visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.hasSuggest .ds-woc-filters {
	position: relative;
	height: 112px;
}

.hasSuggest .ds-woc-filters .ds-woc-suggest {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 24px;
	left: 0;
	display: block;
	color: rgba(0, 0, 0, .48);
}

.hasSuggest .ds-woc-filters .ds-woc-suggest.is-hidden {
	display: none;
}

.hasSuggest .ds-col .ds-woc-filters {
	height: auto;
}

.hasSuggest .ds-col:first-child .ds-woc-filters {
	height: 112px;
}

@media (min-width: 721px) {
	.hasSuggest .ds-col:nth-child(2) .ds-woc-filters {
		height: 112px;
	}
}

@media (min-width: 1041px) {
	.hasSuggest .ds-col:nth-child(3) .ds-woc-filters {
		height: 112px;
	}
}

@media (min-width: 1441px) {
	.hasSuggest .ds-col:nth-child(4) .ds-woc-filters {
		height: 112px;
	}
}
