	blockquote{
		border-left: 4px solid var(--theme);
		padding: 40px;
		background-color: var(--bg);
		border-radius: 10px;
	}
.details-content ul{margin-top: 0;margin-bottom: 1rem  !important;padding-left: 20px !important;}

.boxPrice{
	position:relative;width:300px;
	display: inline-block;
}
.pricePro {
	width:112px;
	position: absolute;
	z-index: 2;
	left: 0;
	border: 1px solid #ff0000;
	background-color: #ff0000;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px 0 0 10px;
}
.price1 {
	width:112px;
	position: absolute;
	z-index: 2;
	left: 0;
	border: 1px solid #0000b3;
	background-color: #002db3;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
}
.price {
	position: absolute;
	width: 110px;
	z-index: 1;
	top: 1px;
	left: 100px;
	border: 1px solid #eee;
	border-radius:0 10px 10px 0;
	background-color: #bbb;
	color: #00000096;
	text-align: right;
	font-weight: 600;
	padding:3px 16px 3px 3px;
	text-decoration: line-through;
	font-style: italic;
}
.catTitle{background-color:#eee;padding:10px;}