.nft-card-wrapper {
	position: relative;
	background: #ffffff;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
	overflow: hidden;
	margin-bottom: 30px;
	transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	border-radius: 20px;
	min-height: 500px;
	max-height: 500px;
}
.nft-listing-wishlist a i, .nft-listing-remove-nsfw a i{
	color: #ffffff;
	transition: all 350ms;
	font-size: 16px;
}
.nft-listing-wishlist {
	position: absolute;
	right: 15px;
	top: -15px;
	padding: 12px;
	border-radius: 50%;
	backdrop-filter: blur(30px);
	background-color: #00000047;
	box-shadow: 5px 5px 24px 5px rgb(0 0 0 / 21%);
	text-align: center;
	z-index: 1;
}
.nft-listing-remove-nsfw {
	position: absolute;
	right: 15px;
	top: 75px;
	padding: 12px;
	border-radius: 50%;
	backdrop-filter: blur(30px);
	background-color: #00000047;
	box-shadow: 5px 5px 24px 5px rgb(0 0 0 / 21%);
	text-align: center;
	z-index: 1;
}
.card-wishlist {
	top: 15px !important;
}
/*.nft-listing-price img {
	height: 18px !important;
	width: 18px !important;
	border-radius: 50%;
	object-fit: cover;
}*/
.nft-listing-wishlist a {
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	margin: 0 !important;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nft-listing-wishlist:hover i, .nft-listing-remove-nsfw:hover i {
	color: #ffffff;
	transform: scale(1.4);
}

.nft-listing-media {
	border-radius: 20px;
	overflow: hidden;
	height: 500px;
	display: block;
}
.nft-listing-media img {
	object-fit: cover !important;
	width: 100% !important;
	height: 100% !important;
}
.nft-card-wrapper:hover .nft-general-info {
	opacity: 100%;
	right: 0;
}
.nft-general-info {
	opacity: 0;
	position: absolute;
	bottom: 0;
	padding: 0 15px 0 15px;
	border-radius: 20px;
	margin: auto;
	width: 100%;
	background: rgb(0 0 0 / 20%);
	backdrop-filter: blur(20px);
	transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	right: -60px;
}
.nft-author-info {
	position: relative;
	padding: 15px 0 0 0;
}
.nft-author-image img{
	object-fit: cover;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.nft-author-image {
	position: absolute;
	right: 0;
	top: 15px;
	width: 40px;
	height: 40px;
}
.nft-author-info .nft-title {
	color: #FFFFFF;
	font-weight: 600;
	margin: 0 0 5px 0;
	font-size: 25px;
	width: 80%;
	text-transform: uppercase;
}
.nft-price {
	color: #f1f1f1;
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.nft-ending-date {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 15px 0;
}
@media only screen and (max-width: 787px) {
	.nft-general-info {
		opacity: 100% !important;
		right: 0;
	}
}
