.sorting label{
	font-size:16px;
	color:#0071bc;
}
.sorting select{
	height:50px;
	font-size:18px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#ffffff;
    border-radius:5px;
    ##//background:#e2804f url('../image/wdropdown.svg') no-repeat right 10px center;
    background:#e2804f;
}
.sorting-label label {
	line-height:50px;
  margin-left: -10px !important;
}
.searchcategory input{
	display:block;
	border:none;
	width:Calc(100% + 10px);
	font-weight:600;
	font-size:18px;
	height:50px;
	line-height:50px;
	color:#e2804f;
	border-radius:5px;
	text-indent: 20px;
	background-image: url("grfx/search.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 45px 27px;
    color: #567d83;
    background-color: rgba(119, 176, 174, 0.25);
}

.searchcategory ::-webkit-input-placeholder {
    color: #488fb4;
    transition: 0.3s ease;
    opacity:  .5;
}
.searchcategory :-moz-placeholder {
   color: #488fb4;
   transition: 0.3s ease;
   opacity:  .5;
}
.searchcategory ::-moz-placeholder {
   color: #488fb4;
   transition: 0.3s ease;
   opacity:  .5;
}
.searchcategory :-ms-input-placeholder {
   color: #488fb4;
   opacity:  .5;
   transition: 0.3s ease;
}

.searchcategory :focus::-webkit-input-placeholder {
	opacity: 1;
}