.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;
}

.header__search-menu-tablet form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 3px;
	padding: 11px 0 11px 17px;
}

.header__search-menu-tablet-close {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 20px;
}

.header__search-menu-tablet .search-input {
	background: #f5f5f5;
	padding: 14px 16px 15px 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.header__search-menu-tablet .search-input::placeholder {
	color: #666666;
}