.searche-title {}

.search-title-button {
	background-image: url(images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
}

.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}

.route-block-suggest .search-title-result-item-old-price {
    color: #898989!important;
}



/* Begin open search */
.open-search{
	display: none;
	z-index: 999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.open-search--active{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.open-search__wrap{
	max-width: 1680px;
	width: 100%;
	margin: 0 20px;
	margin-top: 22px;
	height: 80px;
	min-height: 80px;
	display: flex;
	background-color: #FFFFFF;
	border-radius: 5px 5px 0 0;
}
.header-search-results{
	display: none;
}
.open-search__form {
	display: flex;
	align-items: center;
}
.open-search__form {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1640px;
	padding-left: 16px;
	position: relative;
}
.open-search__input {
	font-family: 'Suisse Intl';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	max-width: 1538px;
	width: 100%;
	height: 48px;
	border-radius: 4px;
	border: none;
	outline: 0;
	padding-left: 52px;
	background: #F5F5F5 no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8556 14.795C15.8556 14.795 19.3464 18.2857 20.0303 18.9697L18.9697 20.0303L14.7089 15.7695C13.666 16.4678 12.4118 16.875 11.0625 16.875C7.43813 16.875 4.5 13.9369 4.5 10.3125C4.5 6.68813 7.43813 3.75 11.0625 3.75C14.6869 3.75 17.625 6.68813 17.625 10.3125C17.625 12.0457 16.9531 13.6219 15.8556 14.795ZM11.0625 5.25C8.271 5.25 6 7.521 6 10.3125C6 13.104 8.271 15.375 11.0625 15.375C13.854 15.375 16.125 13.104 16.125 10.3125C16.125 7.521 13.854 5.25 11.0625 5.25Z' fill='%23262626'/%3E%3C/svg%3E%0A") 20px center;
}
.open-search__close{
	user-select: none;
	cursor: pointer;
	height: 48px;
	width: 90px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	transition: opacity .3s ease;
}
.open-search__close:hover{
	opacity: 1;
}
.header-search__clear{
	width: 24px;
	height: 24px;
	background: no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0013 3.6665C7.39297 3.6665 3.66797 7.3915 3.66797 11.9998C3.66797 16.6082 7.39297 20.3332 12.0013 20.3332C16.6096 20.3332 20.3346 16.6082 20.3346 11.9998C20.3346 7.3915 16.6096 3.6665 12.0013 3.6665ZM16.168 14.9915L14.993 16.1665L12.0013 13.1748L9.00963 16.1665L7.83464 14.9915L10.8263 11.9998L7.83464 9.00817L9.00963 7.83317L12.0013 10.8248L14.993 7.83317L16.168 9.00817L13.1763 11.9998L16.168 14.9915Z' fill='%23A0A0A0'/%3E%3C/svg%3E%0A") center center;
	position: absolute;
	top: 28px;
	right: 90px;
	cursor: pointer;
	display: none;
}
.header-search__clear--active{
	display: block;
	opacity: .23;
	transition: .3s opacity ease;
}
.header-search__clear--active:hover{
	opacity: 1;
}
.header-search__results{
	max-height: 304px;
	display: none;
	padding: 0 16px 56px 16px;
	margin-top: 16px;
	border-radius: 0 0 5px 5px;
}

.header-search__results--active{
	display: block;
	max-width: 1680px;
	width: 100%;
	margin: 0 20px;
	margin-bottom: 10px;
	background: #ffffff;
	overflow: auto;
	scrollbar-color: rgb(255, 255, 255) rgba(0, 0, 0, .2);
	scrollbar-width: thin;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.header-search__results--active::-webkit-scrollbar {
	display: none;
}
.route-block-suggests-title {
	font-size: 14px;
	line-height: 18px;
	display: block;
	color: #7C7C7C;
	padding: 26px 0 4px;
}
.route-block-suggest {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #262626;
	padding: 12px 16px 12px 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 500;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 24px 24px;
	margin: 0 -16px;
	transition: .3s background-color;
	text-decoration: none;
}
.route-block-suggest:hover {
	background-color: #F4F4F4;
}
.header-search__icon{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M15.8556 14.795C15.8556 14.795 19.3464 18.2857 20.0303 18.9697L18.9697 20.0303L14.7089 15.7695C13.666 16.4678 12.4118 16.875 11.0625 16.875C7.43813 16.875 4.5 13.9369 4.5 10.3125C4.5 6.68813 7.43813 3.75 11.0625 3.75C14.6869 3.75 17.625 6.68813 17.625 10.3125C17.625 12.0457 16.9531 13.6219 15.8556 14.795ZM11.0625 5.25C8.271 5.25 6 7.521 6 10.3125C6 13.104 8.271 15.375 11.0625 15.375C13.854 15.375 16.125 13.104 16.125 10.3125C16.125 7.521 13.854 5.25 11.0625 5.25Z' fill='black'/%3E%3C/svg%3E%0A");
}
.route-block-suggest--load{
	padding: 12px 109px 12px 16px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.search-result-link-title {
	width: calc(100% - 200px);
	font-size: 18px;
	line-height: 24px;
	color: #262626;
	font-weight: 500;
	vertical-align: top;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-result-link-short{
	font-family: 'Suisse Intl';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #E02C38;
}
.header-search__load--none{
	display: none;
}
.header-search__more {
	margin: 0 -16px -56px -16px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 16px 0;
	height: 112px;
	transition: .3s all;
	cursor: pointer;
	text-decoration: none;
}
.header-search__more:hover {
	background-color: #F4F4F4;
}
.header-search__more-text{
	margin-left: 16px;
	font-family: 'Suisse Intl';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #E02C38;
}
.header-search__arrow{
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.32242 16.59L12.9024 12L8.32242 7.41L9.73242 6L15.7324 12L9.73242 18L8.32242 16.59Z' fill='%23E02C38'/%3E%3C/svg%3E");
}
@media (max-width: 1200px){
	.open-search--active {
		background: #FFFFFF;
	}
	.search-result-link-title{
		width: calc(100% - 100px);
	}
	.route-block-suggest--load{
		padding: 12px 16px;
	}
}
