.modalWindowBox {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .25);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	padding: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(2px);
	overscroll-behavior-y: contain;
}

.modalWindow {
	background-color: white;
	flex: auto;
	max-width: 930px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .12);
	position: relative;
	overscroll-behavior-y: contain;
}

.modalWindow--photo .modalWindow__close button:hover {
	background: var(--primColor);
}

.modalWindow--photo .modalWindow__close button {
	color: white;
	background: #454A50;
}

.modalWindow--photo .modalWindow__close, .dialog .modalWindow__close {
	position: absolute;
	z-index: 30;
	top: clamp(15px, 3vw, 40px);
	color: white;
	right: clamp(15px, 3vw, 40px);
}

.modalWindow--photo {
	max-width: 100%;
}

.modalWindow__top {
	border: 1px solid #eee;
	border-width: 0 0 1px 0;
	min-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	padding: 15px clamp(15px, 3vw, 32px);
	position: relative;
	gap: 8px;
}

.modalWindow__close button:hover {
	background: var(--primColor);
	color: white;
}

.modalWindow__close button {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modalWindow__close svg {
	display: block;
	max-width: 17px;
	height: auto;
}

.modalWindow__hdr {
	margin: 0;
	padding-right: 15px;
}

.modalWindow__search {
	flex: auto;
	max-width: 18em;
}

.modalWindow__main {
	display: flex;
	position: relative;
}

.modalWindow__cols {
	display: flex;
	flex-flow: row wrap;
}

.filter__hdr {
	font-size: .875em;
	margin: 0 0 1em 0;
	color: var(--text2Color);
}

@media (min-width: 639px) {
	.filter__box .filter__cont {
		column-count: 2;
		gap: 0 40px;
	}
}

.filterMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.filterMenu__link {
	display: block;
	text-decoration: none;
	padding: 12px 12px 12px clamp(5px, 3vw, 32px);
	font-weight: var(--fwB);
	color: var(--textColor);
	border-bottom: 1px solid #eee;
}

.filterMenu__link--active {
	background-color: white;
	color: var(--primColor);
	text-decoration: none;
}

.modalWindow__cont {
	flex: auto;
	padding: 24px clamp(15px, 3vw, 32px);
	overflow: auto;
	max-height: calc(100vh - 15em);
	overscroll-behavior-y: contain;
	display: flex;
	flex-flow: column nowrap;
	gap: 1em;
}

.modalWindow__aside {
	overflow: auto;
	max-height: calc(100vh - 18em);
	min-width: 8em;
	width: 15vw;
	max-width: 200px;
	flex: auto;
	background: var(--altColor);
	line-height: 1.2em;
	overscroll-behavior-y: contain;
}

.modalWindow__search2 {
	flex: auto;
	width: 50%;
	padding: clamp(15px, 3vw, 32px);
}

.modalWindow__result {
	width: 50%;
	background: var(--altColor);
	max-width: 364px;
	flex: auto;
	padding: clamp(15px, 3vw, 32px);
}

.modalWindow__ftr {
	color: white;
	background: var(--textColor);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px clamp(8px, 2vw, 32px);
	min-height: 90px;
	flex-flow: row wrap;
	gap: 8px;
}

.modalWindow__topIn {
	min-width: 70%;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 8px;
}

.btn.btn--reset:hover {
	text-decoration: underline;
}

.btn.btn--reset {
	background: transparent;
	border-color: transparent;
	color: white;
	padding: 4px;
}

.inContentSearch {
	min-height: 40vh;
}

.inContentSearch .searchInput {
	min-height: 56px;
}

.addressSearch h2 {
	margin-top: 0;
	font-size: 1.25em;
}

.addressSearch__img {
	display: block;
	margin-bottom: 1em;
}

.otv td, .otv th {
	padding: 4px 10px 4px 0;
	line-height: 1.35em;
}

.autoCom {
	border: 1px solid var(--bdrColor);
	border-width: 0 1px 1px 1px;
}

.modalWindow__innerScroll {
	overflow: auto;
	max-height: calc(100vh - 18em);
	overscroll-behavior-y: contain;
}

.autoCom__item:hover {
	text-decoration: underline;
}

.autoCom__item--active {
	background: var(--primColor);
	color: white;
}

.autoCom__item {
	padding: 10px 15px;
	border: 1px solid var(--bdrColor);
	border-width: 1px 0 0 0;
	line-height: 1.2em;
	cursor: pointer;
	font-weight: var(--fwN);
}

.addressSearch {
	padding-bottom: 15px;
}

.otv {
	margin: 1em 0;
}

.modalWindow--fullscreen {
	max-width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}

.modalWindow__iframe {
	flex: auto;
}


/* hlaska pridani do kosiku */

.addCartWin {
	position: absolute;
	color: white;
	background: var(--secColor);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	z-index: 1005;
	display: block;
	top: 54px;
	right: -16px;
	font-size: .8125rem;
	line-height: 1.25em;
	padding: 24px 24px;
	width: 100%;
	width: 24em;
	text-decoration: none;
	animation: addCartWin .5s ease-out;
}

@media (min-width: 761px) {
	.addCartWin::after {
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent var(--secColor) transparent;
		position: absolute;
		top: -7px;
		right: 28px;
	}
}

@keyframes addCartWin {
	from {
		opacity: 0;
		transform: translateY(150%);
	}
	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

.addCartWin__link {
	margin-top: .25em;
	display: block;
	text-decoration: underline;
}

.addCartWin:hover .addCartWin__link {
	color: var(--textColor);
}

.addCartWin:hover {
	color: #fff;
	text-decoration: none;
}

.addCartWin .modalWindow__close button {
	width: 16px;
	height: 16px;
	border-radius: 0;
}

.addCartWin .modalWindow__close button:hover {
	color: var(--textColor);
	background: transparent;
}

.addCartWin .modalWindow__close {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	font-size: 11px;
	z-index: 1006;
}

@keyframes animLoader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(359deg);
	}
}

.pageBar {
	color: white;
	background: var(--secColor);
	font-size: .875rem;
	text-align: center;
	padding: 6px 2.5rem;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	line-height: 1.25em;
	height: 40px;
}

.pageBar a {
	color: currentColor;
}

.pageBar a:hover {
	color: var(--primColor);
}

@media (min-width: 1231px) {
	.pageBar--on {
		padding-top: 40px;
	}
	.pageBar--on header {
		top: 40px;
	}
}

.pageBar .modalWindow__close button {
	font-size: 12px;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0;
	background: transparent;
}

.pageBar .modalWindow__close {
	position: absolute;
	top: 0;
	right: 0;
	color: currentColor;
	font-size: 12px;
	opacity: .7;
}

@media (max-width: 1230px) {
	.pageBar {
		top: auto;
		position: fixed;
		bottom: 0;
		height: auto;
	}
}

@media (max-width: 760px) {
	.addCartWin {
		position: fixed;
		bottom: 16px;
		top: auto;
		right: 16px;
		left: 16px;
		max-width: none;
		width: auto;
	}
}

@media (max-width: 639px) {
	.filter__box .filter__cont {
		display: block;
	}
	.modalWindowBox {
		padding: 10px;
	}
	.modalWindow__cols {
		overflow: auto;
		max-height: calc(100vh - 100px);
		overscroll-behavior-y: contain;
	}
	.modalWindow__search2, .modalWindow__result {
		width: 100%;
		max-width: 100%;
	}
	.inContentSearch {
		min-height: 0;
	}
	.modalWindow__innerScroll {
		max-height: calc(40vh - 100px);
		min-height: 7em;
	}
	.modalWindow__main .item--simple .item__hdr {
		padding: 6px 6px 6px 0;
		border-bottom: 1px solid #F5F8FB;
		display: flex;
		align-items: center;
	}
	.modalWindow__main .item--simple .item__hdr:has(.item__timeStamp) {
		display: block;
	}
	.modalWindow__main .item--simple .item__cont {
		padding: 0 12px 12px 12px;
	}
	.modalWindow__main .item--simple .item__in {
		grid-template-areas: "item__img item__hdr" "item__cont item__cont";
		gap: 16px;
	}
}

@media (max-width: 479px) {
	.modalWindow__main {
		flex-flow: column nowrap;
	}
	.modalWindow__aside {
		display: none;
	}
	.modalWindow__ftr {
		justify-content: center;
		flex-flow: row-reverse wrap;
		min-height: 0;
		padding: 16px;
	}
	.modalWindow__top {
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 50px;
	}
	.modalWindow__ftr .btn {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.btn.btn-reset {
		padding: 0;
	}
	.btn.btn--reset {
		display: none;
	}
	.modalWindowBox {
		align-items: flex-end;
		padding: 0;
	}
	.modalWindow__cont {
		max-height: calc(100vh - 18rem);
	}
}

filterInContent {
	display: none;
}

#productsFilters {
	display: block;
}

@media screen and (max-width: 960px) {
	.filterInContent {
		display: block;
	}
	#productsFilters {
		display: none;
	}
}

.filterMenu__num {
	background: var(--primColor);
	width: 1.25rem;
	height: 1.25rem;
	font-size: .75rem;
	border-radius: 50%;
	place-content: center;
	color: white;
	display: inline-block;
	line-height: 1.25rem;
	text-decoration: none;
	text-align: center;
}
.scrollIco.scrollIco--1 {
	left: 13%;
}

.scrollIco.scrollIco--2 {
	left: 62%;
}

.scrollIco {
	background: var(--primColor);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	box-shadow: 0px 3px 6px #00000029;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: grid;
	place-content: center;
	color: white;
	cursor: pointer;
	font-size: 12px;
}

.modalWindow__main .scrollIco {
	bottom: 0;
}

@media (max-width: 479px) {
	.modalWindow__main .scrollIco {
		left: 50%;
	}
	.scrollIco.scrollIco--1 {
		left: 50%;
	}
	.scrollIco.scrollIco--2 {
		display: none;
	}
}