@charset "UTF-8";

#entry-3 .sell-content-wrap{
	display:block;
}
#entry-3 .sellt_contents_box{
	display:block;
}
#entry-3 .sellt_inbox{
	width:100%;
}
#entry-3 .price_descript{
	bottom:-54px;
}
.product-nav-wrap{
	width:960px;
	display:block;
	margin:2rem auto;
}
.product-nav-list{
	display:flex;
	justify-content:space-between;
	padding-left:0;
}
.product-nav-list-item{
	list-style-type: none;
	width:30%;

}
.product-nav-list-item a{
	display:block;
	text-decoration: none;
	padding:2rem 1rem;
	background: linear-gradient(180deg, rgba(0, 91, 159, 1) 0%, rgba(0, 37, 62, 1) 100%);
	border: solid 2px #9cf;
	color:white;
	border-radius:10px;
	text-align:center;
}
.product-nav-list-item a:hover{
	background: linear-gradient(180deg, rgba(0, 37, 62, 1) 0%, rgba(0, 91, 159, 1) 100%);
}
.new a::before{
	display:inline-block;
	content:"NEW";
	background-color:rgb(192, 0, 0);
	color:rgb(255, 255, 255);
	padding:0rem 1rem;
	margin-right:1rem;
}
