.cbb-cart-preview,
.cbb-checkout-preview,
.cbb-order-preview {
	width: 90px !important;
	height: 90px !important;
	max-width: 90px !important;
	max-height: 90px !important;
	object-fit: contain;
	display: block;
	margin: 0;
}

.cbb-checkout-preview {
	margin-bottom: 8px;
}

.cbb-admin-order-preview {
	width: 60px !important;
	height: 60px !important;
	max-width: 60px !important;
	max-height: 60px !important;
	object-fit: contain;
	display: block;
	margin: 0;
}

.cbb-bom-summary {
	margin: 4px 0;
}

@media (max-width: 600px) {
	.cbb-cart-preview,
	.cbb-checkout-preview,
	.cbb-order-preview {
		width: 80px !important;
		height: 80px !important;
		max-width: 80px !important;
		max-height: 80px !important;
	}

	.cbb-bom-summary {
		padding-left: 18px;
		white-space: normal;
	}
}
