/* Custom styled filters */
/* * * * */

.t-store .t-store__filter__item_custom .t-store__filter__checkmark {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox {
	display: flex;
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox .t-store__filter__checkmark {
	flex-shrink: 0;
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__title_color,
.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons .t-store__filter__title_color {
	display: none;
}

/* всплывающая подсказка при наведении на чекбокс с цветом */
.t-store__tooltip_black {
	border-radius: 3px;
	background: #000;
}

.t-store__tooltip_black .tooltipster-content {
	padding: 4px 10px;
	color: #fff;
}
/* / */

.t-store .t-store__filter__item_custom .t-store__filter__custom-sel.t-store__filter__custom-sel_color {
	background-color: unset;
}

.t-store .t-store__filter__item_custom .t-store__filter__checkmark_radio,
.t-store .t-store__filter__item_custom .t-store__filter__checkmark_select {
	background-color: unset !important;
}

/* Код из tilda-forms-1.0.css: когда каталог на странице без корзины или любой другой формы */
.t-checkbox__control {
	display: flex;
	position: relative;
	cursor: pointer;
}

.t-checkbox__control .t-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.t-store .t-checkbox__indicator {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	border: 2px solid #000;
	box-sizing: border-box;
	margin-right: 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0.6;
}

.t-store .t-checkbox__indicator:after {
	content: '';
	position: absolute;
	display: none;
	left: 6px;
	top: 2px;
	width: 3px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator {
	opacity: 1;
}

.t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
	display: block;
}

/* Custom filter buttons */

.t-store .t-store__filter__item_buttons.t-store__filter__item_color .t-store__filter__item-controls-wrap {
	min-width: 160px;
}

.t-store
	.t-store__filter__item_custom
	.t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 8px 0 8px;
}

@media screen and (max-width: 960px) {
	.t-store
		.t-store__filter__item_custom
		.t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
		padding: 0;
	}
}

.t-store .t-store__filter__custom-sel_buttons.t-store__filter__custom-sel_color {
	padding-right: 5px;
	padding-bottom: 0;
	margin-bottom: 8px;
}

.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons .t-store__filter__checkmark_color,
.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__checkmark_color {
	width: 26px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__checkmark_color {
	opacity: 1;
}

.t-store
	.t-store__filter__item_custom
	.t-store__filter__checkbox_buttons.active
	.t-store__filter__checkmark_color:after {
	display: none;
}

.t-store
	.t-store__filter__item_custom
	.t-store__filter__custom-sel_buttons.active
	.t-store__filter__checkmark_color:before,
.t-store
	.t-store__filter__item_custom
	.t-store__filter__checkbox_buttons.active
	.t-store__filter__checkmark_color:before {
	position: absolute;
	content: '';
	left: -5px;
	top: -5px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.t-store .t-store__filter__checkbox_buttons.t-store__filter__checkbox_color,
.t-store .t-store__filter__checkbox_buttons.t-store__filter__checkbox_color:last-child {
	margin-bottom: 8px;
}

@media screen and (min-width: 960px) {
	.t-store
		.t-store__filter__checkbox_buttons.t-store__filter__checkbox_color
		.t-store__filter__checkmark_buttons.t-store__filter__checkmark_color {
		margin-right: 5px;
		margin-left: 5px;
	}
}

/* End of custom styled options and filters */

/* filters styles */

.t-store__filter {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.t-store__grid-cont_col-width_stretch[data-col-gap='0'] .t-store__filter {
	margin-left: 0px;
	margin-right: 0px;
}

.t-store__grid-cont_col-width_stretch[data-col-gap='10'] .t-store__filter {
	margin-left: 5px;
	margin-right: 5px;
}

.t-store__grid-cont_col-width_stretch[data-col-gap='20'] .t-store__filter {
	margin-left: 10px;
	margin-right: 10px;
}

.t-store__grid-cont_col-width_stretch[data-col-gap='40'] .t-store__filter {
	margin-left: 20px;
	margin-right: 20px;
}

@media screen and (max-width: 1200px) {
	.t-store__grid-cont_col-width_stretch[data-col-gap='40'] .t-store__filter {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 960px) {
	.t-store__grid-cont_col-width_stretch[data-col-gap='20'] .t-store__filter {
		margin-left: 5px;
		margin-right: 5px;
	}

	.t-store__grid-cont_col-width_stretch[data-col-gap='0'] .t-store__filter.t-store__filter_horiz-on-mobile {
		margin-left: 20px;
		margin-right: 20px;
	}

	.t-store__grid-cont_col-width_stretch[data-col-gap='10'] .t-store__filter.t-store__filter_horiz-on-mobile,
	.t-store__grid-cont_col-width_stretch[data-col-gap='20'] .t-store__filter.t-store__filter_horiz-on-mobile {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.t-store__filter__controls-wrapper {
	display: table;
	width: 100%;
}

.t-store__filter__options {
	display: table-cell;
	width: 100%;
}

.t-store__filter__options_wrap {
	font-size: 0;
}

.t-store__filter__options_center {
	text-align: center;
}

.t-store__filter__opts-mob-btn {
	display: none;
	cursor: pointer;
	line-height: 24px;
}

.t-store__filter__opts-mob-btn-icon {
	vertical-align: middle;
	width: 11px;
	margin-right: 10px;
	margin-top: -1px;
}

.t-store__filter__search-mob-btn {
	display: none;
	cursor: pointer;
}

.t-store__filter__search-mob-btn-icon {
	width: 16px;
}

.t-store__filter__opts-mob-btn.active,
.t-store__filter__search-mob-btn.active {
	opacity: 0.5;
}

.t-store__filter__search-and-sort {
	display: table-cell;
	text-align: right;
	white-space: nowrap;
}

.t-store__filter__search,
.t-store__filter__sort {
	display: inline-block;
	vertical-align: middle;
}

.t-store__filter__sort {
	margin-left: 20px;
}

.t-store__search-wrapper {
	position: relative;
}

.t-store__search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0px;
	width: 13px;
	height: 100%;
	padding-left: 7px;
	padding-right: 8px;
	border-left: 1px solid #ddd;
	cursor: pointer;
}

@media screen and (min-width: 960px) {
	.t-store__search-icon:hover path,
	.t-store__search-close-icon:hover path {
		fill: #111;
	}

	/* Price range two point slider */

	.t951 .t-store__filter__item-controls-wrap {
		left: 0;
	}

	.t-store__filter__range {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 30px;
		pointer-events: none;
		outline: none;
	}

	.t-store__filter__range_bg {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 2px;
		background-color: #7dc3fe;
		border-radius: 4px;
	}

	.t-store__filter__range_bg,
	.t-store__filter__price-outer {
		top: 14px;
	}

	.t-store__filter__range,
	.t-store__filter__range::-webkit-slider-runnable-track,
	.t-store__filter__range::-webkit-slider-thumb {
		margin: 0;
		padding: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: none;
		border: none;
	}

	.t-store__filter__range:nth-child(2)::-webkit-slider-runnable-track {
		background: none;
	}

	.t-store__filter__range::-webkit-slider-thumb {
		z-index: 1;
		position: relative;
		height: 22px;
		width: 22px;
		background: #fff;
		border: 2px solid rgba(0, 0, 0, 0.2);
		border-radius: 25px;
		pointer-events: auto;
		cursor: pointer;
	}

	.t-store__filter__range::-moz-range-thumb {
		z-index: 1;
		position: relative;
		height: 22px;
		width: 22px;
		box-sizing: border-box;
		background: #fff;
		border: 2px solid rgba(0, 0, 0, 0.2);
		border-radius: 25px;
		pointer-events: auto;
		cursor: pointer;
	}

	.t-store__filter__range::-ms-thumb {
		z-index: 1;
		position: relative;
		height: 22px;
		width: 22px;
		box-sizing: border-box;
		background: #fff;
		border: 2px solid rgba(0, 0, 0, 0.2);
		border-radius: 25px;
		pointer-events: auto;
		cursor: pointer;
	}

	.t-store__filter__range::-webkit-slider-thumb:active {
		border: 2px solid #000000;
	}

	.t-store__filter__item-price-slider {
		position: relative;
		height: 34px;
		width: 100%;
		display: inline-block;
	}

	.t-store__filter__price-outer {
		z-index: 0;
		position: absolute;
		content: '';
		height: 2px;
		width: 1%;
		background-color: #ddd;
		border-radius: 4px;
	}

	.t-store__filter__price-outer_start {
		left: 0;
	}

	.t-store__filter__price-outer_end {
		right: 0;
	}

	/* end of price slider */

	.t-store__filter__btn-expand {
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;
		outline: none;
	}

	.t-store__filter__btn-expand {
		border-bottom: 1px dashed;
	}

	.t-store__filter__btn-expand[data-expanded='yes'] {
		margin-top: 5px;
	}

	.t-store .t-store__filter__checkbox.t-checkbox__control_hidden,
	.t-store .t-store__filter__custom-sel.t-store__filter__custom-sel_hidden,
	.t-store .t-store__filter-tree-node_hidden {
		display: none;
	}
}

.t-store__search-close-icon {
	display: inline;
	position: absolute;
	opacity: 0.8;
	cursor: pointer;
	display: none;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-left: 2px;
	padding-right: 8px;
	right: 28px;
}

.t-store__sort-select-wrapper {
	position: relative;
	display: table;
	width: 200px;
}

.t-store__sort-select-wrapper:after {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

.t-store__sort-select {
	width: 100%;
	border: 1px #ddd solid;
	background: #f8f8f8;
	color: #000;
	box-sizing: border-box;
	cursor: pointer;
	padding: 2px 30px 2px 10px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.t-store__sort-select::-ms-expand {
	width: 0;
	height: 0;
	opacity: 0;
}

.t-store__filter__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 4px;
}

.t-store__filter__item.t-store__filter__item_sort-mobile {
	display: none;
}

.t-store__filter__item:last-child {
	margin-right: 0px;
}

.t-store__filter__item-title {
	position: relative;
	padding-right: 14px;
	cursor: pointer;
	-webkit-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
	max-width: 260px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.t-store__filter__item.active .t-store__filter__item-title {
	opacity: 0.5;
}

@media screen and (min-width: 960px) {
	.t-store__filter__item-title:hover {
		opacity: 0.5;
	}
}

.t-store__filter__item-title:after {
	content: ' ';
	width: 5px;
	height: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #000 #000 transparent;
	position: absolute;
	transform: rotate(45deg);
	right: 1px;
	top: -2px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

.t-store__filter__item-controls-wrap {
	display: none;
	position: absolute;
	left: -10px;
	margin-top: 8px;
	min-width: 160px;
	background-color: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	/* overflow: hidden; */
}

.t-store__filter__item_price .t-store__filter__item-controls-wrap {
	text-align: left;
}

.t-store__filter__item_price .t-store__filter__item-controls-wrap,
.t-store__filter__item_available .t-store__filter__item-controls-wrap {
	min-width: 250px;
	padding: 12px 10px;
}

.t-store__filter__item_checkbox .t-store__filter__item-controls-wrap,
.t-store__filter__item_select .t-store__filter__item-controls-wrap {
	min-width: 200px;
}

.t-store__filter__item-controls-container {
	max-height: 500px;
	overflow: auto;
	width: 100%;
}

.t-store__filter__item_checkbox .t-store__filter__item-controls-container,
.t-store__filter__item_checkbox.t-store__filter__item_select .t-store__filter__item-controls-container,
.t-store__filter__item_checkbox.t-store__filter__item_color .t-store__filter__item-controls-container {
	padding: 12px 10px;
}

.t-store__filter__item_select .t-store__filter__item-controls-container {
	padding: 6px 0px;
}

.t-store__filter__item-controls-wrap_left {
	left: 0px;
	-webkit-transform: none;
	transform: none;
}

.t-store__filter__item-controls-wrap_right {
	left: initial;
	right: 0px;
	-webkit-transform: none;
	transform: none;
}

.t-store__filter__item.active .t-store__filter__item-controls-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	z-index: 10;
	align-items: center;
}

.t-store__filter__item .t-checkbox__control {
	margin-bottom: 8px;
	text-align: left;
}

.t-store__filter__item .t-checkbox__control:last-child {
	margin-bottom: 0px;
}

.t-store__filter__input,
.t-store__filter__btn {
	border: 1px #ddd solid;
	background: #f8f8f8;
	color: #000;
	box-sizing: border-box;
	padding: 0px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.8;
	min-height: 24px;
	outline: none;
}

.t-store__filter__btn {
	padding-left: 10px;
	padding-right: 10px;
	color: #111;
	cursor: pointer;
}

.t-store__filter__search .t-store__filter__input {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 30px;
	width: 150px;
	border-radius: 3px;
}

.t-store__filter__search .t-store__filter__input::-webkit-input-placeholder {
	color: #aaa;
}

.t-store__filter__custom-sel {
	line-height: 1.2;
	cursor: pointer;
	padding: 5px 10px;
	text-align: left;
}

.t-store__filter__custom-sel.active {
	background-color: rgba(130, 130, 130, 0.2);
}

@media screen and (min-width: 960px) {
	.t-store__filter__custom-sel:hover {
		background-color: rgba(0, 0, 0, 0.1);
	}
}

.t-store__filter__item_price .t-store__filter__input {
	width: 35%;
}

.t-store__filter__item_price .t-store__filter__btn {
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 15%;
	float: right;
}

.t-store__filter__chosen-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.t-store__filter__prods-number {
	margin-bottom: 20px;
}

.t-store__filter__chosen-val {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: rgba(130, 130, 130, 0.2);
	border-radius: 30px;
	padding: 2px 8px 3px 22px;
	line-height: 1.4;
	max-width: 260px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}

.t-store__filter__chosen-val:after {
	content: '✕';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 8px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 4px;
	padding: 3px;
	height: 10px;
	font-size: 10px;
	line-height: 1;
}

.t-store__filter__reset {
	display: none;
	vertical-align: top;
	padding-top: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom: 1px dashed;
	line-height: 1.2;
	cursor: pointer;
	-webkit-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}

.t-store__filter__reset_visible {
	display: inline-block;
}

.t-store__filter__delimeter {
	font-family: sans-serif;
}

@media screen and (min-width: 960px) {
	.t-store__filter__chosen-val:hover,
	.t-store__filter__reset:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 1200px) {
	.t-store__filter {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 960px) {
	/* Hide sidebar related elements */
	.t-store__filter__item.active .t-store__filter__item-controls-wrap.t-store__filter__item-price-slider {
		display: none;
	}

	.t-store__filter__btn-expand {
		display: none;
	}

	.t-store__filter {
		margin-left: 20px;
		margin-right: 20px;
	}

	.t-store__filter__controls-wrapper {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.t-store__filter__opts-mob-btn {
		display: block;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.t-store__filter__search-mob-btn {
		display: block;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-left: auto;
	}

	.t-store__filter__options,
	.t-store__filter__search-and-sort {
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		margin-top: 20px;
	}

	.t-store__filter__options,
	.t-store__filter__search-and-sort,
	.t-store__filter__sort {
		display: none;
	}

	.t-store__filter__options_center {
		text-align: left;
	}

	.t-store__filter__item,
	.t-store__filter__item.t-store__filter__item_sort-mobile {
		display: block;
		margin: 0px;
		padding: 10px 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.t-store__filter__item:first-child {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}

	.t-store__filter__item-title {
		max-width: 100%;
		white-space: initial;
	}

	.t-store__filter__item-controls-wrap {
		position: initial;
		box-shadow: none;
		background-color: transparent;
	}

	.t-store__filter__custom-sel,
	.t-store__filter__item_checkbox .t-store__filter__item-controls-container,
	.t-store__filter__item_price .t-store__filter__item-controls-wrap,
	.t-store__filter__item_available .t-store__filter__item-controls-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	.t-store__filter__item_price .t-store__filter__item-controls-wrap {
		text-align: left;
	}

	.t-store__filter__item-title:after {
		transform: rotate(-45deg);
		right: 3px;
	}

	.t-store__filter__item.active .t-store__filter__item-title:after {
		transform: rotate(45deg);
	}

	.t-store__filter__search {
		margin-right: 0px;
		width: 100%;
	}

	.t-store__filter__search .t-store__filter__input {
		width: 100%;
		padding-right: 72px;
	}

	.t-store__search-icon {
		padding-left: 12px;
		padding-right: 14px;
	}

	.t-store__search-close-icon {
		right: 40px;
		padding-left: 5px;
		padding-right: 14px;
	}

	.t-store__filter__input,
	.t-store__filter__btn {
		font-size: 16px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.t-store__filter__item_price .t-store__filter__btn {
		float: none;
	}

	.t-store__filter__chosen-val {
		font-size: 14px;
		padding: 3px 12px 4px 26px;
	}

	.t-store__filter__chosen-val:after {
		font-size: 16px;
		height: 15px;
	}

	.t-store__filter__reset {
		font-size: 14px;
	}

	.t1025 .t-store__filter {
		margin-left: 0;
		margin-right: 0;
	}
}

/* ----- store parts selector styles start ----- */

.t-store__parts-switch-wrapper {
	margin-bottom: 40px;
}

/*  Start */

.t-store__parts-item {
	position: relative;
	display: inline-block;
}

.t-store__parts-item_has-subparts.t-store__parts-item_level-1 > .t-store__parts-switch-btn {
	margin-right: 13px;
}

.t-store__parts-switch-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.t-store__parts-item-title {
	flex-grow: 1;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.t-store__parts-item:hover > .t-store__parts-switch-btn,
.t-store__parts-item:focus-within > .t-store__parts-switch-btn {
	opacity: 0.5;
}

.t-store__parts-sublist {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 15px;
	min-width: 184px;
	max-width: calc(100vw - 32px);
	width: max-content;
	padding: 3px;
	transform: translateY(-6px);
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.05);
	z-index: 100;
	transition:
		opacity 0.2s ease-in-out 0.5s,
		visibility 0s linear 0.5s;
}

.t-store__parts-sublist .t-store__parts-item {
	display: block;
	margin: 0;
	width: 100%;
}

.t-store__parts-sublist .t-store__parts-switch-btn {
	display: block;
	margin: 0;
	padding: 5px 8px;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.t-store__parts-switch-btn-all {
	word-break: break-all;
}

.t-store__parts-sublist .t-store__parts-switch-btn.t-active {
	opacity: 1;
}

.t-store__parts-item_has-subparts:hover > .t-store__parts-sublist,
.t-store__parts-item_has-subparts:focus-within > .t-store__parts-sublist,
.t-store__parts-item_opened > .t-store__parts-sublist {
	display: block;
	visibility: visible;
	opacity: 1;
	transition-delay: 0s, 0s;
}

.t-store__parts-sublist_visible {
	display: block;
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1']):hover
	.t-store__parts-switch-btn,
.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1']):focus-within
	.t-store__parts-switch-btn {
	opacity: 1;
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1']):hover,
.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not(
		[data-storepart-level='1']
	):focus-within {
	opacity: 1;
	background: rgba(0, 0, 0, 0.04);
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1']):has(
		.t-active
	)
	> .t-store__parts-switch-btn {
	background: rgba(0, 0, 0, 0.04);
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1']):after {
	content: '';
	position: absolute;
	left: 100%;
	top: -3px;
	height: calc(100% + 6px);
	width: 8px;
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1'])
	> .t-store__parts-sublist {
	top: -4px;
	left: 100%;
	transform: none;
	margin-left: 8px;
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1'])
	.t-store__parts-switch-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.t-store__parts-item-arrow {
	flex-shrink: 0;
	width: 20px;
	padding: 4px 0;
	transition: transform 0.15s;
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1'])
	.t-store__parts-item-arrow {
	transform: rotate(-90deg);
}

.t-store__parts-switch-btn.t-active {
	opacity: 0.7;
}

/* End */

/* .t-store__parts-select-wrapper {
    position: relative;
    display: table;
    min-width: 150px;
    margin-left: 20px;
    margin-bottom: 40px;
}

.t-store__grid-cont_col-width_stretch .t-store__parts-select-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.t-store__parts-select-wrapper:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.t-store__parts-select {
    width: 100%;
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

.t-store__parts-select::-ms-expand {
    width: 0;
    height: 0;
    opacity: 0
} */
.t-store__parts-switch-wrapper_tree {
	font-size: 0;
}

.t-store__parts-tree-root-wrapper {
	max-width: 250px;
}

.t951__cont-wrapper .t-store__parts-switch-wrapper.t-store__parts-switch-wrapper_mobile {
	display: none;
}

.t-store__parts-tree-line {
	display: flex;
	gap: 4px;
	width: 100%;
	margin: 0;
}
.t-store__parts-tree-btn {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	margin: 0;
}
.t-store__parts-tree-btn-title {
	margin: 6px 0;
	word-break: normal;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	max-width: 100%;
}
.t-store__parts-tree-expander {
	cursor: pointer;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-top: 6px;
}
.t-store__parts-tree-expander-icon {
	transition: transform 0.15s;
}
.t-store__parts-tree-expander.is-open .t-store__parts-tree-expander-icon {
	transform: rotate(90deg);
}
.t-store__parts-tree-children.is-collapsed {
	display: none;
}

.t-store__parts-tree-children {
	margin-left: 16px;
}

/* Стили для дерева чекбоксов в фильтрах */

.js-store-filter-tree-container {
	padding: 12px 10px;
}

.t951__cont-wrapper .js-store-filter-tree-container {
	padding: 0;
}

.t951__cont-wrapper .t-store__filter__item-controls-container {
	max-height: none;
	overflow: initial;
}

.t-store__filter-tree-checkbox {
	display: flex;
	min-width: 0;
	margin: 0;
	flex-grow: 1;
	cursor: pointer;
}

.t-store__filter-tree-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 240px;
}

.t951__cont-wrapper .t-store__filter-tree-wrapper {
	max-width: none;
}

@media screen and (max-width: 960px) {
	.t-store__filter-tree-wrapper {
		max-width: 100%;
	}

} 

.t-store__filter-tree-children {
	margin-left: 16px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.t-store__filter-tree-select-wrapper .t-store__filter-tree-children {
	margin-top: 0;
	gap: 0;
}

.t-store__filter-tree-line {
	display: flex;
	gap: 8px;
	width: 100%;
}

.t-store__filter-tree-line .t-checkbox__control {
	margin-bottom: 0;
}

.t-store__filter-tree-expander {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}

.t-store__filter-tree-expander.is-open .t-store__filter-tree-expander-icon {
	transform: rotate(90deg);
}

.t-store__filter-tree-children.is-collapsed {
	display: none;
}

.t-store__filter-tree-expander-icon {
	display: block;
	transition: transform 0.15s;
}

.t-store__filter-tree-label {
	overflow: hidden;
	word-break: normal;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.t-store__filter-tree-select-wrapper {
	gap: 0;
}

.t-store__filter__custom-sel_tree {
	display: flex;
	align-items: center;
	cursor: pointer;
	width: calc(100% - 16px);
}

.t-store__filter__custom-sel_tree .t-store__filter__title {
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.t-store__filter-tree-select-wrapper .t-store__filter__custom-sel {
	padding: 5px 8px;
	display: flex;
	justify-content: space-between;
}

.t-store__filter-tree-select-wrapper .t-store__filter__custom-sel.active {
	border-radius: 3px;
	opacity: 50%;
}

.t-store__filter-tree-select-wrapper .t-store__filter__custom-sel:hover {
	border-radius: 3px;
}

@media screen and (max-width: 1200px) {
	.t-store__parts-select-wrapper {
		margin-left: 10px;
	}
}

@media screen and (max-width: 960px) {
	.js-store-filter-tree-container {
		padding: 12px 0;
	}

	.t951__cont-wrapper .js-store-filter-tree-container {
		padding: 12px 0;
	}

	.t-store__relevants-grid-cont.t-store__grid-cont_col-width_stretch.t-store__grid-cont_mobile-one-row
		.t-store__parts-select-wrapper {
		margin-left: 20px;
	}

	.t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper {
		margin-left: 40px;
	}

	.t-store__parts-select-wrapper,
	.t-store__grid-cont_col-width_stretch.t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper {
		margin-left: 20px;
	}

	.t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper {
		margin-left: 40px;
	}

	/* Tablet  */

	.t-store__parts-sublist {
		transition: none;
		min-width: auto;
	}

	.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1']):hover,
	.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not(
			[data-storepart-level='1']
		):focus-within {
		background: initial;
	}

	.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not([data-storepart-level='1'])
		> .t-store__parts-sublist {
		transition: none;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		box-shadow: none;
		border: none;
		margin: 5px 0 0 16px;
		padding: 0;
		border-radius: 0;
		width: calc(100% - 16px);
	}

	.t-store__parts-item[data-storepart-level]:not([data-storepart-level='0']):not(
			[data-storepart-level='1']
		).t-store__parts-item_opened
		> .t-store__parts-switch-btn
		> .t-store__parts-item-arrow {
		transform: rotate(0deg);
	}

	.t-store__parts-item_level-1 > .t-store__parts-sublist {
		transform: none;
		box-sizing: border-box;
	}

	.t-store__parts-item_has-subparts:hover > .t-store__parts-sublist,
	.t-store__parts-item_has-subparts:focus-within > .t-store__parts-sublist {
		display: none;
		visibility: hidden;
		opacity: 0;
		transition-delay: none;
	}

	.t-store__parts-item_opened:hover > .t-store__parts-sublist,
	.t-store__parts-item_opened > .t-store__parts-sublist {
		display: block;
		visibility: visible;
		opacity: 1;
		transition-delay: none;
	}

	.t-store__parts-sublist .t-store__parts-item {
		margin: 0 0 5px;
	}

	.t-store__parts-item_level-1 > .t-store__parts-sublist > .t-store__parts-item:last-child {
		margin: 0;
	}

	.t-store__parts-sublist {
		transition: none;
	}
	/* End Tablet */

	.t-store__parts-tree-root-wrapper {
		width: auto;
	}

	.t-store__parts-tree-node {
		display: inline-block;
	}

	.t-store__parts-tree-children {
		position: absolute;
	}

	.t-store__parts-tree-root-wrapper {
		display: none;
	}

	.t951__cont-wrapper .t-store__parts-switch-wrapper.t-store__parts-switch-wrapper_mobile {
		display: block;
	}

	.t951__cont-wrapper .t-store__filter__item-controls-container {
		overflow: auto;
		max-height: 500px;
	}

	.t951__cont-wrapper .t-checkbox__control_hidden,
	.t951__cont-wrapper .t-store__filter__custom-sel_hidden,
	.t951__cont-wrapper .t-store__filter-tree-node_hidden {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.t-store__parts-select-wrapper {
		margin-left: 10px;
	}

	.t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper {
		margin-left: 20px;
	}
}

/* ----- store parts styles end ----- */
