.product-page{
/*	background:url('../img/prod-bg.png');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.side-nav{
	position: fixed;
	left: 0;
	width: 105px;
	height: 100%;
	background-color: #f0f0f0;
	z-index: 1005;
	padding:15px;
	padding-top: 85px;
}
.side-nav img{
	width: 100%;
}
.side-nav h1{
	transform: rotate(-90deg);
    width: 340px;
    position: absolute;
    bottom: 175px;
    left: -115px;
    font-family: 'Aneethademo Sans';
    color:#04aeee;
}
.main-container .product-main{
	width: 100%;
	height: 100vh;
	position: relative;
	box-sizing: border-box;
	padding-top: 70px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
}
.product-main .search-nav{
	height: 50px;
	width: 100%;
/*	background-color: rgba(255,255,255,0.70);
	border-bottom: 5px solid #f0f0f0;*/
	position: relative;
	padding:5px;
	margin-bottom: 20px;
}
.searcher{
	width: 70%;
	float: right;
	border-radius: 15px;
}
.search-nav img{
	height: 50px;
	width: auto;
	float: right;
	cursor: pointer;
}
.th-container{
	height: auto;
	width: 80%;
	position: relative;
	margin:0 auto;
	margin-bottom: 50px;
}
.th-container .th-name{
	width: 100%;
	height: auto;
	position: relative;
	/*background-color: #b2aeb2;*/
	text-align: center;
	box-sizing: border-box;
	padding:8px;
	font-family: 'Monotone';
	font-size:30px;
/*	color:#fff;*/
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.th-container .th-img{
	width: 100%;
	height: 235px;
	position: relative;
	/*border: 1px solid #b2aeb2;*/
	background-color: #fff;
	box-sizing: border-box;
	padding:5px;
	overflow: hidden;
}
.th-container .th-tag{
	width: 100%;
	height: 45px;
	background-color: #fff;
	box-sizing: border-box;
	padding:8px;

/*	border-left: 1px solid #b2aeb2;
	border-bottom: 1px solid #b2aeb2;
	border-right: 1px solid #b2aeb2;*/
	position: relative;
	margin-bottom:50px;
}
.tag-price{
	width: 100%;
	height: 100%;
	font-family: 'Century Gothic';
	text-align: center;
	color:#03bafe;
	font-size: 13px;
}
.th-tag .tag-view{
	width: 50%;
	height: 100%;
	float: right;
}
.item-view{
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(3,125,171,1) 0%, rgba(0,161,221,1) 36%, rgba(0,170,233,1) 100%);
	border-radius: 12px;
	color:#fff;
	font-size: 14px;
}