<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sosearchpro{
	padding:10px 0;
	width: 60%;
}
#sosearchpro .autosearch-input {
    height: 42px;
    line-height: 20px;
    padding: 0 10px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	box-shadow: none;
	background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#sosearchpro .button-search{
	border-color: #e5e5e5;
	height: 42px;
}
#sosearchpro .select_category,
#sosearchpro .select_brand{
	position:relative;
	display: table-cell;
	vertical-align: top;
	border:1px solid #e5e5e5;
	border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	background: white;
}
#sosearchpro .select_category select,
#sosearchpro .select_brand select{
	height: 40px;
	width: 100%;
    line-height: 100%;
    padding: 0 5px;
	border: none;
	float: left;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#sosearchpro .dropdown-menu li &gt; a:hover{
	background: transparent;
}
#sosearchpro .icon-select::after {
	/*content: "\f107";
	color: black;
	font-family: "FontAwesome";
	right: 0px;
	top: 0px;
	position: absolute;
	pointer-events: none;
	background: white;
	line-height: 36px;
	width: 30px;
	height: 100%;
	text-align: center;*/
}

@media (max-width: 479px) {
	#sosearchpro .media-body {
		padding: 0px 15px;
	}
	#sosearchpro{
		width: 100%;
	}
	#sosearchpro .select_category select {
		width: auto;
	}
	#sosearchpro .dropdown-menu{
		left: 0px !important;
	}
}
#sosearchpro .dropdown-menu .media{
	margin:0px;
	border-bottom: 1px solid #e5e5e5;
}
#sosearchpro .dropdown-menu {
	padding:0px;
	max-height: 300px;
    overflow-y: scroll;
}
#sosearchpro .dropdown-menu .media:hover{
	background-color:#e5e5e5;
}
#sosearchpro .dropdown-menu .media-left{
	float:left;
	padding: 5px;	
}
#sosearchpro .dropdown-menu .media-body{
	padding: 10px;
}
#sosearchpro .dropdown-menu .media-body a{
	float:left;
} 
#sosearchpro .dropdown-menu .media-body .box-price{
	float: right;
	width:100%;
} 
#sosearchpro .dropdown-menu .media-body .box-price span{
	padding-right:10px;
	float:left;
} 

#sosearchpro .chosen-container-single .chosen-single {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	height: 40px;
	line-height: 40px;	
}
@media (min-width: 768px) {
	#sosearchpro .chosen-container-single .chosen-single {
		min-width: 180px;
	}
}
#sosearchpro .chosen-container-single .chosen-single div b {
	background-position: 2px 10px;
}
#sosearchpro .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -15px 10px;
}
#sosearchpro .chosen-container .chosen-drop {
	border: 1px solid #e5e5e5;
}
#sosearchpro .chosen-container .chosen-results li {
	white-space: nowrap;
}</pre></body></html>