.pr-viewed-img {
	padding-right: 66px;
	position: relative;
	padding-bottom: 66px;
}
.pr-viewed-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.product-detail .category .pr-img, .product-detail .category .pr-img >* {
	width: 100% !important;
}

.select_attributes ul li img {
	position: absolute;
	/*left: 0;*/
	/*top: 0;*/
	padding: 2px;
	border-bottom: 0;
	max-width: inherit;
	width: auto;
	height: auto;
}
.select_attributes ul li .active:before {
	content: "\f00c";
	font-weight: 900;
	font-family: "font awesome 6 free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	height: 100%;
	position: absolute;
	width: 100%;
	display: flex
	;
	align-items: center;
	justify-content: center;
	background: rgba(241, 241, 241, 0.5098039216);
	z-index: 9999;
	left: 0;
	top: 0;
}
.select_attributes ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.not-buy {
	z-index: -1;
	opacity: .7;
}
table {
	max-width: 100%;
}
.name-pr-cat {
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width: 575px) {
	#product-detail-info.product-detail .category .pr-img {
		max-height: inherit;
	}
}