.tps_productsHeader {
	width: 100%;
	font-size: 14px;
	padding-top: 0;
}

.tps_productsHeader_line {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.tps_productsHeader.tps__sticky {
	position: fixed;
	background: white;
	z-index: 10;
	left: 0;
}

.tps_productsHeader_dropdown header {
	display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #6d6866;
}

.tps_productsHeader_dropdown nav {
	padding-right: 5px;
}

.tps_productsHeader_dropdown ul {
	display: none;
}

.tps_productsHeader_dropdownValue {
	padding-right: 8px;
	white-space: nowrap;
}

.tps_productsHeader_arrow {
	display: none;
}

@media (min-width: 992px) {

	.tps_productsHeader.tps__sticky {
		border-top: 1px solid #fff;
	}

	.tps_productsHeader_dropdown {
		display: block;
		user-select: none;
		z-index: 1;
	}

	.tps_productsHeader_dropdown nav {
		display: none;
	}

	.tps_productsHeader_dropdown header {
		border: none;
		padding: 0;
		display: grid;
		grid-template-columns: 1fr auto;
		cursor: pointer;
		height: 30px;
		align-items: center;
		border-bottom: 1px solid #000;
	}

	.tps_productsHeader_arrow {
		border: solid #000;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 3px;
		width: 2px;
		height: 2px;
		margin-top: 4px;
		transform: rotate(45deg);
	}

	.tps_productsHeader_dropdown.tps_productsHeader_dropdownOpen .tps_productsHeader_arrow {
		margin-top: 6px;
		transform: rotate(-135deg);
	}

	.tps_productsHeader_dropdown header:hover,
	.tps_productsHeader_dropdown header:hover.tps_productsHeader_arrow {
		color: #ba9b86;
		border-color: #ba9b86;
	}

	.tps_productsHeader_dropdown ul {
		background: #fff;
		border: 1px solid #000;
		box-shadow: 0 0 10px -6px;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 180px;
		z-index: 20;
	}

	.tps_productsHeader_dropdown.tps_productsHeader_dropdownOpen ul {
		display: block;
	}

	.tps_productsHeader_dropdown li {
		display: block;
		padding: 5px 10px;
		cursor: pointer;
	}

	.tps_productsHeader_dropdownItemselected,
	.tps_productsHeader_dropdown li:hover {
		background: #eee;
	}
	.tps_productsHeader {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media( min-width:992px ) {
	.tps_productsHeader {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1140px) {
	.tps_productsHeader_dropdown nav {
		display: block;
	}

	.tps_productsHeader_dropdown header {
		grid-template-columns: auto 1fr auto;
	}


	.tps_productsHeader_arrow {
		margin-top: 2px;
	}

	.tps_productsHeader {
		font-size: 12px;
	}

}

@media (min-width: 1300px) {
	.tps_productsHeader {
		font-size: 14px;
	}
}
