.searchPgBG{
	background: url(/backgrounds/bg_ss23-1-c.jpg) fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.searchPgContent{
	width: 70%;
	margin: 0 auto 120px auto;
	padding: 20px 0 20px 0;
	background-color: #fff;
	border-radius: 35px;
}
.sForm{
	width: 100%;
	height: 80px;
	position: relative;
	margin: auto;
	text-align: center;
}
.sLabel{
	width: 12%;
	display: block;
	position: absolute;
	top: 15px;
	left: 3%;
}
#sIcon{
	max-width: 100%;
	max-height: 40px;
	margin: auto 5px auto auto;
}
.sInput{
	width: 60%;
	height: 50px;
	display: block;
	position: absolute;
	top: 15px;
	left: 20%;
	padding: 5px 10px;
	background-color: #eee;
	border: none;
	border-radius: 25px;
	/*border-width: 0 0 2px 0;
	border-bottom-style: solid;
	border-bottom-color: #dcc01f;*/
	text-align: center;
	font-size: 18px;
	font-family: Montserrat, century gothic, sans-serif;
}
.sInput:focus{
    background: #fff;
	border-bottom: 2px solid #dcc01f;
	/*box-shadow: 0 0 10px #ccc;*/
	outline: none;
}
.sButton{
	width: 12%;
	height: 50px;
	display: block;
	position: absolute;
	top: 15px;
	right: 3%;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #dcc01f;
	background-image: linear-gradient(#dcc01f, #dcc01f);
	opacity: 1.0;
	border-radius: 25px;
	border: none;
	font-size: 18px;
	font-family: 'Montesrrat', 'century gothic', sans-serif;
	color: #fff;
	cursor: pointer;
}

/* SEARCH RESULT */

.sResult{
	width: 100%;
}

/* Row of results */
.srItemArea{
	width: 90%;
	height: 120px;
	box-sizing: border-box;
	position: relative;
	margin: 10px auto 10px auto;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #dcc01f;
	text-align: center;
}
.srItemArea a:link{
	display: block;
	padding: 20px 0 20px 0;
	font-size: 20px;
	color: #dcc01f;
}
.srItemArea a:visited{
	display: block;
	padding: 20px 0 20px 0;
	font-size: 20px;
	color: #dcc01f;
}

/*photo*/
.srPhotoArea{
	width: 22%;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 4%;
	margin: 0;
}
#srPhoto{
	width: 100px;
	display: block;
	margin: auto;
}

/* discription */
.srProducer{
	width: 22%;
	position: absolute;
	top: 50px;
	left: 24%;
	margin: 0;
}
.srArt{
	width: 22%;
	position: absolute;
	top: 50px;
	left: 48%;
	margin: 0;
}

/* price */
.srPrcArea{
	width: 22%;
	position: absolute;
	top: 50px;
	right: 4%;
	margin: 0;
}
.srFirstPrc{
	width: 100%;
	display: block;
}
.srNewPrc{
	width: 100%;
	display: block;
}