.cpm-cart-by-brand {
	padding: 0 15px;
}

.cpm-brand-group {
	margin-bottom: 32px;
}

.cpm-brand-heading {
	font-size: 1.1em;
	border-bottom: 2px solid currentColor;
	padding-bottom: 6px;
	margin: 0px;
}

.cpm-brand-products {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cpm-brand-product {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.cpm-product-thumb img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.cpm-product-name {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.cpm-product-title {
	font-weight: 400;
}

.cpm-product-composition {
    font-size: 10px;
    display: flex;
	color: #666;
}

.cpm-product-qty {
	display: flex;
	align-items: center;
}

.cpm-qty-input {
	width: 60px;
	padding: 4px;
}

.cpm-product-price {
	min-width: 80px;
	text-align: right;
	font-weight: 600;
}

.cpm-remove-item {
	background: none;
	border: none;
	color: #b32d2e;
	cursor: pointer;
	text-decoration: underline;
	font-size: 0.9em;
	padding: 0;
}

.cpm-cart-empty {
	font-style: italic;
}

.cpm-brand-shipping {
	border-bottom: none;
	padding-top: 12px;
	color: #555;
}

.cpm-brand-shipping .cpm-product-name {
	font-size: 12px;
}
