

/* Start:/local/templates/main/components/bitrix/search.form/ux_header_search/style.css?16897660081894*/
#header-search>input:not(.error):focus[name=q] {
	border-color: #d9d9d9 !important;
}
.headerSearchResult {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	border: 0px solid #d9d9d9;
	z-index: 999;
	margin-top: -1px;
	min-width: 300px;
	right: 0;
}
.headerSearchResult.has-result {
	border: 1px solid #d9d9d9;
}
#header-search>input:focus[name=q] + input + .headerSearchResult,
#header-search:hover .headerSearchResult {
	display: block;
}
.headerSearch__rElem {
	display: flex;
	gap: 5px;
	padding: 5px 5px;
	border-bottom: 1px solid #d9d9d9;
	text-decoration: none !important;
	color: #000 !important;
}
.headerSearch__rElem:hover {
	background: #f4f5f5;
}
.headerSearch__rElem_image {
	width: 50px;
	min-height: 50px;
	height: auto;
}
.headerSearch__rElem_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.headerSearch__rElem_info {
	font-size: 12px;
	flex: 1;
}
.headerSearch__rElem_name {
	font-size: 12px;
	/*max-height: 28px;
	overflow: hidden;*/
}
.headerSearch__rElem_price {
	margin-top: 2px;
}
.headerSearch__rElem_price span.title {
	font-weight: 500;
}
.headerSearch__rElem_price span.convert {
	color: #595959;
}
.headerSearchResult button {
	border: none;
	width: calc( 100% + 2px );
	height: 30px;
	font-size: 14px;
	background: #6d9d31;
	color: #fff;
	margin: -1px;
}
.headerSearchResult button:hover {
	background-color: #527625;
}

@media ( max-width: 375px ) {
	.headerSearchResult {
		right: -30px;
	}
}

@media ( max-height: 560px ){
	.headerSearchResult button {
		width: 100%;
		margin: -1px 0px;
	}
	#header-search-result {
		overflow: auto;
		max-height: 350px;
		box-shadow: 2px 2px 4px #6f7e87;
	}
}
@media ( max-height: 520px ){
	#header-search-result {
		overflow: auto;
		max-height: 300px;
		box-shadow: 2px 2px 4px #6f7e87;
	}
}
/* End */


/* Start:/local/components/demis/feedback.ajax/css/popup-alert.css?1600095602948*/
.tip-message{
	width:237px;
	overflow:hidden;
	position:fixed;
	padding:0 0 3px;
	background:#aaa;
	top:3px;
	right:3px;
	z-index:999999999;
	display:none;
    text-align:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.red-popup-thor{background:#bd1919;}
.green-popup-thor{background:green;}
.tip-message .tip-hold{
	overflow:hidden;
	height:1%;
	padding:12px 48px 13px 17px;
	background:#aaa;
}
.red-popup-thor .tip-hold{background:#bd1919;}
.green-popup-thor .tip-hold{background:green;}
.tip-message span{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	display:block;
	line-height:14px;
	color:#fff;
	font-size: 12px;
}
.tip-message .btn-close{
	position:absolute;
	top:8px;
	right:8px;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-99999px;
	background:url(/local/components/demis/feedback.ajax/css/../images/btn-tip-close.png) no-repeat;
}
.tip-message p{
    font-size: 11px;
    margin: 1px 0 3px;
}

/* End */
/* /local/templates/main/components/bitrix/search.form/ux_header_search/style.css?16897660081894 */
/* /local/components/demis/feedback.ajax/css/popup-alert.css?1600095602948 */
