body{
	*background: url(../image/bg-body.png);
	background-size: cover;
	background-repeat: repeat;
	background-color: #fff;
	*background-color: #000;
	position: relative;
	height: auto;
}
/*
.body-bg::before{
	content: "";
	*background: url(../image/bg-body-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	width: 25%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.body-bg::after{
	content: "";
	*background: url(../image/bg-body-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	width: 22%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
*/
.page-logo{
	white-space: nowrap;
	font-size: 0;
	margin-bottom: 20px;
	text-align: center;
}
.page-logo .col{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: initial;
	padding: 0 15px;
	position: relative;
}
.page-logo .col-c{
	width: 70%;
}
.snow-canvas {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	pointer-events: none;
}

.pt-page{
	position: relative;
}
.pt-page,
.checkout .wrapper,
.top-banner
{
	background: transparent;
}
.top-banner{
	border: none;
	position: relative;
	z-index: 1;
	margin: 10px 0;
}
.heading{
	color: #fff;
	line-height: 24px;
}
.green {
	color: #ef9e01;
}
.order-form{
	padding-top: 10px;
}
.policy-links,
.policy-links a
{
	color: #fff;
}
.dmca-badge{
	display: none;
}

@media (max-width:1199px){
	body::before{
		height: 380px;
	}
}

@media (max-width: 991px){
	body::before{
		height: 280px;
	}
}

@media (max-width:640px){
	.page-logo{
		white-space: normal;
		font-size: initial;
	}
	.page-logo .col{
		width: 100%;
		text-align: center;
	}
}