#ownd-search
{
	text-align: right;
    height: 48px;
	position: relative;
}

#ownd-search .ownd-search-button
{
	background: url(img/search_icon.png?1) 50% 50% / contain no-repeat;
    width: 20px;
    height: 48px;
    display: inline-block;
}

#ownd-search .ownd-search-panel
{
	background: url(img/search_icon_black.png) 15px 50% no-repeat #fff;
	background-size: 16px;
    height: 33px;
    position: absolute;
    top: 7px;
    width: 1170px;
    right: -200px;
	z-index: 200;
	text-align: left;
	padding-left: 50px;
	display: none;
}

#ownd-search .ownd-search-panel input
{
	border: none;
	width: calc( 100% - 50px );
	font-size: 16px;
	line-height: 22px;
	color: #545454;
	margin-top: 5px;
}

#ownd-search .ownd-search-close
{
	background: url(img/search_close.png) 50% 50% no-repeat;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 10px;
    right: 15px;
}

#ownd-search-result-overlay
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 20;
}

#ownd-search .ownd-search-result
{
	position: absolute;
    top: 40px;
    left: 0;
    width: 1170px;
    background-color: #fff;
    border: 1px solid #D6D6D6;
	display: none;
}

#ownd-search .ownd-search-result-right
{
	float: right;
	padding: 23px 45px 0 30px;
	width: 846px;
	border-left: 1px solid #D6D6D6;
	position:relative;
	left: -3px;
}

#ownd-search .ownd-search-result-items
{

}

#ownd-search .ownd-search-result-item
{
	border-bottom: 1px solid #D6D6D6;
	padding: 15px 0;
}

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

#ownd-search .ownd-search-result-item-picture,
#ownd-search .ownd-search-result-item-info,
#ownd-search .ownd-search-result-item-price,
#ownd-search .ownd-search-result-item-button
{
	display: inline-block;
	vertical-align: top;
}

#ownd-search .ownd-search-result-item-picture
{
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

#ownd-search .ownd-search-result-item-info
{
	width: 442px;
	margin-right: 20px;
}

#ownd-search .ownd-search-result-item-section
{
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #545454;
	display: block;
	text-decoration: none;
}

#ownd-search .ownd-search-result-item-name
{
	font-size: 13px;
	line-height: 18px;
	color: #000;
	display: block;
	text-decoration: none;
	margin-top: 8px;
}

#ownd-search .ownd-search-result-item-name span
{
	color: #18899f;
	font-weight: bold;
}

#ownd-search .ownd-search-result-item-price
{
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #545454;
	margin-right: 25px;
	width: 100px;
}

#ownd-search .ownd-search-result-item-price span
{
	display: block;
	margin-bottom: 8px;
}

#ownd-search .ownd-search-result-item-button
{

}

#ownd-search .ownd-search-result-item-button a
{
	text-decoration: none;
	height: 40px;
	width: 100px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
}


#ownd-search .ownd-search-result-left
{
	float: left;
	padding: 23px 48px;
	border-right: 1px solid #D6D6D6;
	width: 320px;
	height: 100%;
}

#ownd-search .ownd-search-result-block:first-child
{
	margin-bottom: 32px;
}

#ownd-search .ownd-search-result-title
{
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	color: #2b2b2b;
	text-transform: uppercase;
}

#ownd-search .ownd-search-result-list a
{
	font-size: 13px;
	line-height: 18px;
	color: #545454;
	text-decoration: none;
	display: block;
	margin: 16px 0;
}

#ownd-search .ownd-search-result-list.ownd-search-result-list-brands a
{
	color: #2197AD;
	font-weight: bold;
}

#ownd-search .ownd-search-result-list a:hover,
#ownd-search .ownd-search-result-item-name:hover,
#ownd-search .ownd-search-result-bottom a:hover
{
	color: #2197AD;
}

#ownd-search .ownd-search-result-bottom
{
	border-top: 1px solid #D6D6D6;
	padding: 13px 48px 17px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

#ownd-search .ownd-search-result-bottom a
{
	text-decoration: none;
	color: #34849a;
}

#ownd-search .ownd-search-result-empty
{
	padding: 23px 48px;
}

#ownd-search .ownd-search-result-separator
{
	display: none;
}


@media screen and (max-width: 767px)
{
	.title-search-result,
	header.header-main.ownd-only-desktop #header,
	header.header-main.ownd-only-desktop #main_menu_row
	{
		display: none !important;
	}
	
	header.header-main.ownd-only-desktop
	{
		display: block !important;
	}
	
	#wrapper header.header-main.ownd-only-desktop #top_menu_row
	{
		height: 0;
	}
	
	#ownd-search
	{
		position: fixed;
		left: 0;
		width: 100vw;
	}
	
	#ownd-search .ownd-search-panel
	{
		left: 0;
		width: 100%;
	}
	
	.trck-header .trck-search-box
	{
		box-shadow: none;
		border-bottom: 1px solid #D6D6D6;
	}
	
	#ownd-search .ownd-search-result
	{
		border: none;
		width: 100%;
		top: 83px;
		height: calc(100vh - 200px);
		overflow: auto;
	}
	
	#ownd-search .ownd-search-result-right
	{
		float: none;
		width: 100%;
		padding: 16px 12px 0 16px;
	}
	
	#ownd-search .ownd-search-result-left
	{
		float: none;
		padding: 0 12px 0 16px;
		width: 100%
	}
	
	#ownd-search .ownd-search-result-item-picture
	{
		margin-right: 10px;
	}
	
	#ownd-search .ownd-search-result-item-info
	{
		margin-right: 0;
		width: calc( 100% - 65px );
	}
	
	#ownd-search .ownd-search-result-item-price
	{
		font-weight: 600;
		font-size: 19px;
		line-height: 26px;
		color: #000;
		width: calc(100% - 106px);
		padding-left: 62px;
	}
	#ownd-search .ownd-search-result-item-price span
	{
		display: none;
	}
	
	#ownd-search .ownd-search-result-separator
	{
		display: block;
		height: 5px;
	}
	
	#ownd-search .ownd-search-result-item-button a
	{
		height: 26px;
		width: 75px;
		line-height: 26px;
		font-size: 11px;
	}
	
	#ownd-search .ownd-search-result-block
	{
		margin-left: -16px;
		margin-right: -16px;
		padding: 16px 16px 0;
		border-top: 1px solid #D6D6D6;
	}
	
	#ownd-search .ownd-search-result-block:first-child
	{
		margin-bottom: 0;
	}
}