.searchPgBG{
	background: url(/backgrounds/bg_ss23-1-m.jpg);
	background-size: 100% auto;
	background-repeat: repeat;
}

.searchPgContent{
	width: 95%;
	margin: 0 auto 100px auto;
	padding: 20px 0 40px 0;
	background-color: #fff;
	border-radius: 35px;
}

/* search form */
.sForm{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
}
.sLabel{
	width: 90%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 30px auto 30px auto;
}
#sIcon{
	width: 70px;
	display: block;
	box-sizing: border-box;
	margin: auto;
}
.sInput{
	width: 90%;
	height: 70px;
	display: block;
	margin: 30px auto 30px auto;
	padding: 5px 20px;
	background-color: #eee;
	border: none;
	border-radius: 34px;
	text-align: center;
	font-size: 25px;
	font-family: Montserrat, century gothic, sans-serif;
}
.sInput:focus{
	background-color: #fff;
	border: none;
	border-bottom: 2px solid #dcc01f;
	outline: none;
}
.sButton{
	width: 90%;
	height: 70px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 30px auto 30px auto;
	background-color: #dcc01f;
	background-image: linear-gradient(#dcc01f, #dcc01f);
	opacity: 1.0;
	border-radius: 34px;
	border: none;
	font-size: 25px;
	font-family: 'Montserrat', 'century gothic', sans-serif;
	color: #fff;
	cursor: pointer;
}

/* SEARCH RESULT */

.sResult{
	width: 100%;
}

/* Row of results */
.srItemArea{
	width: 90%;
	height: 250px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 10px auto 10px auto;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #dcc01f;
	text-align: left;
}
.srItemArea a:link{
    height: 230px;
	display: block;
	padding: 20px 0 20px 0;
	font-size: 20px;
	color: #dcc01f;
}
.srItemArea a:visited{
    height: 230px;
	display: block;
	padding: 20px 0 20px 0;
	font-size: 20px;
	color: #dcc01f;
}

/*photo*/
.srPhotoArea{
	width: 32%;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 4%;
	margin: 0;
}
#srPhoto{
	width: 100%;
	display: block;
	margin: auto;
}

/* discription */
.srProducer{
	width: 60%;
	position: absolute;
	top: 10px;
	left: 40%;
	margin: 0;
	padding: 20px;
	font-size: 25px;
}
.srArt{
	width: 60%;
	position: absolute;
	top: 65px;
	left: 40%;
	margin: 0;
	padding: 20px;
	font-size: 18px;
}

/* price */
.srPrcArea{
	width: 60%;
	position: absolute;
	top: 100px;
	left: 40%;
	margin: 0;
	padding: 20px;
}
.srFirstPrc{
	width: 100%;
	display: block;
	font-size: 25px;
}
.srNewPrc{
	width: 100%;
	display: block;
	font-size: 30px;
}