body {
	background: #ffffff;
	color: #333;
	font-family: 'helvetica','sukhumvit set', Sans-serif;
	margin: 0;
}
.page_wrapper a{
	color: #35bbeb!important;
	text-decoration: none;
}
.page_wrapper{
	max-width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	min-height: 100vh;
}
.page_shirt {
	text-align: center;
	padding-top: 40px;
}
.container .item{
	margin-bottom: 20px;
}
.cart_style img{
	max-width: 80%;
}
.text_show{
	font-size: 16px;
	color: #90979e;
	font-family: 'helvetica','sukhumvit set', Sans-serif;
	line-height: 1.4;
}
.text_show .title{
	font-size: 26px;
	font-weight: bold;
	color: #313335;
	margin-bottom: 0.8em;
}
.text_show .description{
	font-size: 14px;
	letter-spacing: 1px;
	color: #63686d;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}
.text_show .for_shop::before{
	content: "";
	display: block;
	position: absolute;
	width: 30%;
	height: 1px;
	background-color: #ddd;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;

}
.text_show .for_shop{
	position: relative;
	font-size: 14px;
	color: #63686d;
	padding-top: 30px;
	margin-top: 30px;
}
.lnwshop_logo{
	background-image: url('../_images/page_active/logo_lnwshop.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	width: 140px;
	height: 25px;
	margin: auto;
}

@media screen and (min-width: 750px) {
	.page_shirt {
		padding-top: 60px;
	}
	.cart_style img{
		max-width: 300px;
	}
	.text_show{
		font-size: 18px;
	}
	.text_show .title{
		font-size: 30px;
	}
	.text_show .description{
		font-size: 16px;
	}
	.text_show .for_shop{
		margin-top: 40px;
		padding-top: 40px;
	}
	.text_show .for_shop::before{
		max-width: 200px;
	}
}