@font-face {
  font-family: 'social-icon';
  src:  url('../_fonts/social-icon.eot?gat7x8');
  src:  url('../_fonts/social-icon.eot?gat7x8#iefix') format('embedded-opentype'),
    url('../_fonts/social-icon.ttf?gat7x8') format('truetype'),
    url('../_fonts/social-icon.woff?gat7x8') format('woff'),
    url('../_fonts/social-icon.svg?gat7x8#social-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.social-icon::before{
	display: inline-block;
	font-family: 'social-icon' !important;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
}
.social-icon.social-facebook:before {
	content: "\e900";
	color:#1877f2;
}
.social-icon.social-flickr:before {
	content: "\e901";
}
.social-icon.social-gplus:before {
	content: "\e902";
}
.social-icon.social-instagram:before {
	content: "\e903";
	color:#dd2a7b;
}
.social-icon.social-lazada:before {
	content: "\e904";
}
.social-icon.social-line:before {
	content: "\e905";
	color:#00b900;
}
.social-icon.social-pinterest:before {
	content: "\e906";
}
.social-icon.social-shopee:before {
	content: "\e907";
}
.social-icon.social-twitter:before {
	content: "\e908";
	color:#111418;
}
.social-icon.social-twitter-x:before {
	content: "\e908";
	color:#111418;
}
.social-icon.social-youtube:before {
	content: "\e909";
	color:#ff0000;
}
.social-icon.social-foursquare:before{
	content: "\e90b";
}
.social-icon.social-whatsapp:before{
	content: "\e90a";
}
.social-icon.social-tiktok:before{
	content: "\e90c";
}
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;
	text-align: center;
}
.page_shirt {
	text-align: center;
	padding-top: 40px;
}
.container .item{
	margin-bottom: 20px;
}
.container .shop_avatar{
	border-radius: 30px;
	margin-bottom: 30px;
}
.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;
}
.for_shop::before{
	content: "";
	display: block;
	position: absolute;
	width: 30%;
	height: 1px;
	background-color: #ddd;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;

}
.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;
}
.shop_contact {
	margin-top: 40px;
}
.shop_contact > div{
	margin-bottom: 5px;
	font-size: 14px;
}
.social-icon{
	margin: 0 5px;
	font-size: 20px;
}
@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;
	}
}