:root {
	--main-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15),
		0px 4px 7px rgba(0, 0, 0, 0.07), 0px 12px 40px rgba(0, 0, 0, 0.15);
	--main-font-color: #0a0a0a;
	--second-font-color: #ffffff;
}

.section-spacer {
	margin: 50px 0 0 0;
	gap: 50px;
}
.nft-single-col {
	gap: 48px;
}
.nft-basic-info {
	margin-bottom: 12px;
}
.nft-views {
	margin-top: 5px;
}
.nft-views .nft-listing-views-counter {
	flex: initial;
}
.nft-thumbnails {
	background-color: #f2f2f2;
	padding: 100px 50px 100px 50px;
	position: relative;
}
.nft-basic-info h2 {
	font-size: 48px;
	font-weight: 600;
}
.nft-minted {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	color: var(--main-font-color);
	transition: all 350ms;
}
.nft-minted svg {
	margin-left: 5px;
}
.nft-basic-info span {
	font-weight: 600;
	font-size: 16px;
}
.nft-creator-col {
	position: relative;
	margin-right: 24px;
	padding-right: 24px;
	border-right: 1px solid rgb(230 230 242 / 32%);
}
.nft-collection-col {
	position: relative;
}
.author-badge,
.collection-badge {
	width: fit-content;
	padding: 10px 20px;
	margin-top: 12px;
	border-radius: 30px;
	transition: all 350ms;
	border: 1px solid #eaeaea;
	transform: translateY(0);
}
.author-badge:hover,
.collection-badge:hover {
	transform: translateY(-10%);
}
.author-badge .nft-author-image span,
.collection-badge .nft-collection-image span {
	margin-left: 5px;
}
.author-badge .nft-author-image img {
	height: 30px;
	border-radius: 50%;
	object-fit: initial;
	width: initial;
}
.collection-badge .nft-collection-image img {
	height: 30px;
	border-radius: 5px;
	object-fit: initial;
	width: initial;
}
.author-badge .nft-author-image {
	position: initial !important;
}

.nft-creator-text {
	font-weight: 600;
	font-size: 16px;
}

/* details */
.nft-details-list {
	list-style: none;
}
.nft-details-link span {
	margin-left: 10px;
}
.nft-details-title h3 {
	margin-bottom: 0 !important;
}
.nft-details-list-item {
	padding: 20px 0 0 0;
	font-weight: 600;
}
.nft-details-list-item a {
	color: rgba(10, 10, 10, 0.7);
	transition: all 350ms;
}
.nft-details-list-item a:hover {
	color: rgb(10, 10, 10);
}

/* price */
.nft-bid-price {
	padding: 24px;
	border: 1px solid rgba(145, 145, 145, 0.32);
	border-radius: 30px 30px 0 0;
	margin-top: 0;
}
.nft-bid-price h4 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.nft-bid-price .nft-product-price {
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.nft-make-offer {
	padding: 24px;
	border: 1px solid rgba(145, 145, 145, 0.32);
	border-top: none;
	border-radius: 0 0 30px 30px;
}
.nft-make-offer h4 {
	font-size: 16px;
}
.update-owner-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
#nft-marketplace-core-update-owner {
	width: 75%;
	padding: 10px 12px;
	border-radius: 30px;
	color: var(--second-font-color);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	transition: all 350ms;
	background-color: var(--main-font-color);
}
#nft-marketplace-core-update-owner:hover {
	background-color: var(--second-font-color);
	color: var(--main-font-color);
	border: 2px solid var(--main-font-color);
}
.nft-bid-btn {
	width: 100% !important;
	padding: 12px 0 12px 0;
	border-radius: 30px;
	color: var(--second-font-color);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	transition: all 350ms;
	background-color: var(--main-font-color);
}
.nft-bid-btn:hover {
	background-color: var(--second-font-color);
	color: var(--main-font-color);
	border: 2px solid var(--main-font-color);
}
.nft-offer-btn {
	background-color: var(--second-font-color);
	color: var(--main-font-color);
	font-weight: 600;
	padding: 12px 24px;
	font-size: 16px;
	transition: all 350ms;
	border: 2px solid var(--main-font-color);
	border-radius: 30px;
}
.nft-offer-btn:hover {
	border: 2px solid var(--main-font-color);
	color: var(--second-font-color);
	background-color: var(--main-font-color);
}
.nft-product-price {
	text-align: center;
}
.nft-owner {
	margin-top: 16px;
}
.nft-owner .nft-owned-by {
	font-weight: 600;
	color: var(--main-font-color);
}
.nft-owner .author-badge {
	margin-left: 10px !important;
}
.author-badge a span {
	font-weight: bold;
	color: var(--main-font-color);
}
.collection-badge a {
	font-weight: bold;
	color: var(--main-font-color);
	margin-left: 5px;
}

/* description */
.nft-description h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #cecece;
	margin-bottom: 20px;
	margin-top: 0;
}
.nft-description .nft-provenance-title {
	margin-bottom: 0 !important;
}
.provenance-col .nft-description h3 {
	margin-bottom: 0;
}
.nft-provenance-list {
	list-style: none;
}
.nft-provenance-author-icon img {
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.nft-provenance-author-action {
	font-weight: 600;
	font-size: 16px;
	color: var(--main-font-color);
}
.nft-provenance-author-info p {
	margin-bottom: 0;
}
.nft-provenance-list-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.29);
}
.nft-provenance-price {
	font-size: 20px;
	font-weight: bold;
	color: var(--main-font-color);
}
.nft-provenance-price a svg {
	height: 15px;
	margin-left: 10px;
	color: #adadad;
	transition: all 350ms;
}

.nft-provenance-price a svg:hover {
	color: var(--main-font-color);
}

/* tags */
.nft-tags-title h3 {
	margin: 0;
	border: none;
}
.nft-tags-list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.nft-tags-list ul li {
	width: fit-content;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 20px 0 20px;
	height: 38px;
	border-radius: 10px;
	border: 1px solid #ddd;
	text-transform: lowercase;
	display: flex;
	font-weight: bold;
	align-items: center;
	transition: all 350ms;
	transform: translateY(0%);
}
.nft-tags-list ul li a {
	transition: all 350ms;
}
.nft-tags-list ul li:hover {
	transform: translateY(-10%);
}
.nft-tags-list ul li:hover a {
	color: #0a0a0a !important;
}
/* buttons */
.nft-share-btn-group button {
	margin-bottom: 20px;
}
.nft-btn-share {
	padding: 10px 25px;
	border-radius: 30px;
	border: 2px solid #eaeaea;
	height: fit-content;
	color: #242424;
	background-color: var(--second-font-color);
	font-weight: bold;
	transition: all 350ms;
	margin-right: 10px;
	transform: translateY(0%);
}
.nft-btn-share:hover {
	border: 2px solid #242424;
}
.nft-btn-share i {
	margin-right: 5px;
}
.nft-btn-cancel:hover {
	border: 2px solid #d01818;
	color: #d01818;
}
.nft-related-section {
	padding: 0 75px 0 75px;
}
.collection-badge-extended {
	opacity: 0;
	visibility: hidden;
	padding: 15px;
	border-radius: 15px;
	position: absolute;
	top: 100%;
	background-color: var(--main-font-color);
	width: 350px;
	z-index: 1;
	-webkit-box-shadow: var(--main-box-shadow);
	-moz-box-shadow: var(--main-box-shadow);
	box-shadow: var(--main-box-shadow);
	transform: translateY(-10%);
}
.collection-badge-extended a {
	color: #ffffff !important;
}
.collection-badge-extended-img-group img {
	height: 50px;
	border-radius: 15px;
}
.collection-badge-extended-img-group button {
	padding: 10px 20px;
	font-weight: 600;
	height: fit-content;
	font-size: 14px;
	border-radius: 30px;
	background-color: white;
	border: 2px solid transparent;
	transition: all 350ms;
	-webkit-box-shadow: var(--main-box-shadow);
	-moz-box-shadow: var(--main-box-shadow);
	box-shadow: var(--main-box-shadow);
}
.author-badge-extended {
	opacity: 0;
	visibility: hidden;
	padding: 15px;
	border-radius: 15px;
	position: absolute;
	top: 100%;
	background-color: white;
	width: 350px;
	z-index: 1;
	-webkit-box-shadow: var(--main-box-shadow);
	-moz-box-shadow: var(--main-box-shadow);
	box-shadow: var(--main-box-shadow);
	transform: translateY(-10%);
}
.collection-badge-extended-img-group button:hover {
	border: 2px solid var(--main-font-color);
}
.collection-badge-wrapper:hover .collection-badge-extended {
	transition: all 350ms;
	transform: translateY(0%);
	opacity: 100%;
	visibility: visible;
}
.author-badge-extended a,
.collection-badge-extended a {
	color: #0a0a0a !important;
}
.collection-name a {
	color: #ffffff !important;
}

.author-badge-extended-img-group img {
	height: 50px;
	border-radius: 50%;
}
.author-badge-extended-img-group button {
	padding: 10px 20px;
	font-weight: 600;
	height: fit-content;
	font-size: 14px;
	border-radius: 30px;
	background-color: white;
	border: 2px solid transparent;
	transition: all 350ms;
	-webkit-box-shadow: var(--main-box-shadow);
	-moz-box-shadow: var(--main-box-shadow);
	box-shadow: var(--main-box-shadow);
}
.author-badge-extended-img-group button:hover {
	border: 2px solid var(--main-font-color);
}
.author-badge-wrapper:hover .author-badge-extended {
	transition: all 350ms;
	transform: translateY(0%);
	opacity: 100%;
	visibility: visible;
}
.author-badge-extended-info h3 {
	margin-bottom: 0;
}
.author-badge-extended-info {
	text-align: left;
}
.stats-list {
	list-style: none;
	margin-bottom: 0;
}
.stats-list-item {
	margin-right: 35px;
}
.stats-list-item p {
	margin-bottom: 0;
	font-size: 12px;
}
.stats-list-item h4 {
	margin-block: 0;
	font-weight: bold;
}
.related.nft-listing > h3 {
	font-size: 24px !important;
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	.section-spacer {
		margin: 25px 0 0 0;
		gap: 0;
	}
	.nft-bid-section {
		margin-top: 50px;
	}
	.nft-provenance-title {
		margin-top: 50px !important;
	}
	.nft-related-section {
		padding: 0 25px 0 25px;
	}
}
section.related.nft-listing {
	margin-bottom: 50px !important;
}
