.info-prd-all {
	position: relative;
	width: 90%;
	display: flex;
	margin: 100px auto;
}

.info-prd-all nav {
	width: 70%;
	max-width: 800px;
}

.info-prd-all nav img {
	position: relative;
	width: 70%;
	min-width: 350px;
	max-width: 800px;
	border: 2px solid #f1f1f1;
	margin: 10px 10px;
}

.info-this-prd {
	width: 50%;
	text-align: left;
	right: 0;
}

.info-this-prd h1 {
	font-family: "bahnschrift";
	font-size: 26px;
	border-left: .8rem solid #decf1d;
	padding-left:20px ;
	background-color: #f1f1f1;
	line-height: 2em;
}

.info-this-prd ul li{
	position: relative;
	display: block;
	line-height: 30px;
}

.info-this-prd ul li img {
	position: absolute;
	height: 20px;
	margin-left: -50px;
}

.info-this-prd ul {
	margin-left: 10px;
}

form {
	position: relative;
	width: 100%;
}


.field {
	font-family: "IBM Plex Sans Thai";
	font-size: 16px;
	width: 100%;
	min-width: 200px;
	margin: 8px 0;
	padding: 15px 0;
	border-radius: 10px;
	color: black;
	text-align: center;
}

.lable {
	width: 40%;
	text-align: left;
	font-size: 16px;

}

#btn {
	font-family: "IBM Plex Sans Thai";
	font-style: bold;
	border-radius: 10px;
	width: 100%;
	height: 50px;
	background-color: black ;
	border: none;
	color: whitesmoke;
}

.price-this{
	background-color: #f1f1f1;
	height: 30px;
}

.field : focus {
	border: 1px solid #f1f1f1;
}


@media only screen and (max-width:720px){


.info-prd-all {
	display: block;
}
.info-prd-all nav{
	width: 100%;
	max-width: auto;
}
.info-prd-all nav img {
	width: 100%;
	margin: 0 auto;
}

.info-this-prd {
	width: 100%;
}

}