<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header .search {
	padding: 0 !important;
}
header .search .form-wrap {
	width: auto !important;
}
header .search .form-wrap form {
	height: auto !important;
}
header .search .form-wrap [type="text"] { 
	/*height: 36px !important;*/
	height: 36px !important;
	/*width: 150px !important;*/
	width: 182px !important;
	color: black !important;;
}
header .search .form-wrap [type="submit"] {
	width: 40px !important;
    min-width: auto !important;
    height: 36px !important;
	/*background: url(/bitrix/templates/new_femina/images/search_ico_w1.png) center no-repeat #000 !important;*/
	background: url(/local/templates/new_femina/images/search_ico.png) center no-repeat #FFF !important;
	border: 1px solid black !important;
	border-left: none !important;
	background-size: 60% !important;
}
header .search .form-wrap [type="submit"]:hover {
	/*background-color: #666 !important;*/
	background-color: #DDD !important;
}

header .search .form-wrap [type="text"]:hover {
	/*background-color: #333 !important;*/
}


div.title-search-result {
	z-index: 100 !important;
}
table.title-search-result {
	top: 155px !important;
	right: -27px !important;
	width: 280px !important;
}</pre></body></html>