.img-box .outOfStock-text2,
.img-box .noStock-text {
	position: absolute;
	top: 0;
	padding: 0px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 24px;
	border-radius: 3px;
}

.img-box .outOfStock-text2 {
	left: 0;
	background-color: #6C757D;
	border: 1px solid;
	/*border: 1px solid #f25932;*/
	color: #fff;
}

.img-box .noStock-text {
	right: 0;
	border: 1px solid;
	background-color: #72B6CB;
	color: #fff;
}


.pro-list-box.list-5th .list .text-box .price {
	font-size: 14px;
}

.pro-list-box.list-5th .list .text-box .price .pv {
	font-size: 14px;
}


pre:not(.bg-light) {
	background: none !important;
}

.overflow-auto {
	overflow-x: auto;
	padding: 15px;
	max-height: 200px;
	border-radius: var(--bs-card-border-radius);
}

.fc-event {
	background-color: rgba(128, 128, 128, 0.1);
}