/* Product page style starts here */

.wcpb-bundled-products-container {
	margin: 14px 0 18px;
	padding: 14px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
}

.wcpb-bundle-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.wcpb-bundle-summary__label {
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #666;
}

.wcpb-bundle-summary__meta {
	font-size: 13px;
	font-weight: 600;
	color: #111;
}

.wcpb-bundled-product {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

.wcpb-bundled-product + .wcpb-bundled-product {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #f5f5f5;
}

.wcpb-bundled-product td {
	vertical-align: top;
	padding: 4px 0;
}

.wcpb-bundled-product td.wcpb-thumbnail-td {
	width: 58px;
	padding-right: 10px;
}

.wcpb-bundled-product td a.wcpb-featured {
	width: 46px;
	display: inline-block;
	border-radius: 6px;
	overflow: hidden;
}

.wcpb-bundled-product td a.wcpb-featured img {
	width: 100%;
	height: auto;
	display: block;
}

.wcpb-bundled-product-head {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.wcpb-bundled-product-qty {
	display: inline-block;
	min-width: 24px;
	padding: 1px 6px;
	font-size: 11px;
	font-weight: 600;
	color: #444;
	background: #f4f4f4;
	border-radius: 999px;
	line-height: 18px;
}

.wcpb-bundled-product-title {
	font-size: 15px;
	line-height: 1.35;
	font-weight: 600;
	color: #111;
	text-decoration: none;
}

.wcpb-bundled-product-title:hover {
	text-decoration: underline;
}

/* descriptions and stock labels intentionally hidden in minimalist mode */

/* Product page style ends here */

/* Cart style starts here */

.wcpb-cart-item-container {
	
}

.wcpb-cart-item-container dt {
	
}

.wcpb-cart-item-container dd {
	margin-bottom:0px !important;
}

.wcpb-cart-item-container dd a {
	 
}
/* Cart style ends here */