.wgp-live-pricing {
	border: 1px solid #dcdcde;
	background: #fff;
	padding: 12px;
	margin: 12px 0;
}

.wgp-live-pricing__title {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.wgp-live-pricing__detail {
	font-size: 13px;
	line-height: 1.4;
	color: #1d2327;
}

.wcbvp-total-wrapper {
	grid-template-columns: 1fr !important;
}

form.wcbvp-cart .wcbvp-total-wrapper .wcbvp-total-right {
	text-align: left;
	padding-top: 30px !important;
}

.wcbvp-total-left > p, .wpo-totals-container {
   display:none!important;
}

.wcbvp-breakdown {
	width: 100% !important;
	max-width: 100%;
	margin-top: 16px;
	border: 2px solid #000;
	border-radius: 14px;
	background: #fff;
	overflow: visible;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative;
	z-index: 2;
}

.wcbvp-breakdown__head {
	border: 0 !important;
	margin: 0px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #111;
	font-size: 14px;
	line-height: 1;
	padding: 14px 14px 16px;
	border-radius: 10px 10px 0px 0px;
	color:white;
	background: black;
}

.wcbvp-breakdown__head::before {
	content: "2";
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #d15108;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 14px;
	flex: 0 0 auto;
}

.wcbvp-breakdown__head::after {
	content: "";
	height: 2px;
	background: #d15108;
	flex: 1 1 auto;
	border-radius: 999px;
	opacity: 1;
	margin-left: 4px;
}

.wcbvp-breakdown__panel {
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	padding: 14px 14px 16px;
	background: #F0F0F0;
}

.wcbvp-breakdown__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding: 10px 12px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 12px;
	line-height: 1.25;
	border-bottom: 1px solid #cccccc;
	
}

.wcbvp-breakdown__row:last-child {
	border-bottom: 0;
}

.wcbvp-breakdown__row > span:first-child {
	color: #333;
	font-weight: 500;
}

.wcbvp-breakdown__val {
	font-weight: 800;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
	color: #111;
}

.wcbvp-breakdown__row--total {
	padding: 14px 12px;
	background: #fafafa;
}

.wcbvp-breakdown__row--total > span:first-child {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .04em;
	color: #111;
}

.wcbvp-breakdown__row--total .wcbvp-breakdown__val {
	font-size: 14px;
	font-weight: 900;
}

@media (max-width: 520px) {
	.wcbvp-breakdown {
		padding: 12px;
	}

	.wcbvp-breakdown__head {
		font-size: 14px;
	}

	.wcbvp-breakdown__row--total > span:first-child,
	.wcbvp-breakdown__row--total .wcbvp-breakdown__val {
		font-size: 14px;
	}
}

.wgp-price-qty-description{
	margin: 5px 0 5px;
	padding: 5px 7px 5px 34px;
	background: #EAEAEA;
	border: 1px solid #CFCFCF;
	border-radius: 10px;
	color: #5f3b1f;
	font-size: 11px;
	line-height: 1.6;
	position: relative;
}

.wgp-price-qty-description::before{
	content: "ℹ";
	position: absolute;
	left: 6px;
	top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #d9782f;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wgp-price-qty-description p{
	margin: 0 0 8px;
}

.wgp-price-qty-description p:last-child{
	margin-bottom: 0;
}

.wgp-price-qty-description strong{
	color: #8a4b16;
}

.wgp-price-qty-description a{
	color: #c45d12;
	text-decoration: underline;
}
